元件:ConceptInfo

元素:ConceptInfo / 複數名稱

命名空間 http://schemas.google.com/dspl/2010
註解 用於參照概念例項集合的名稱 (例如 pluralment 的複數名稱為「狀態」)。
圖表 圖表 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
類型
屬性
content: 複雜
minOccurs: 0
模型 值* | conceptValue{0,1}
兒童 conceptValuevalue
執行個體
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
資料來源
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

元素:ConceptInfo / totalName

命名空間 http://schemas.google.com/dspl/2010
註解 用於指稱概念的所有例項 (例如,totalState 的「State」為「All US」)。
圖表 圖表 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
類型
屬性
content: 複雜
minOccurs: 0
模型 值* | conceptValue{0,1}
兒童 conceptValuevalue
執行個體
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
資料來源
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

元素:ConceptInfo / 同義詞

命名空間 http://schemas.google.com/dspl/2010
註解 可用來參照這個概念的同義詞。
圖表 圖表 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
類型
屬性
content: 複雜
minOccurs: 0
maxOccurs: 無限制
模型 值* | conceptValue{0,1}
兒童 conceptValuevalue
執行個體
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
資料來源
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

複雜類型:ConceptInfo

命名空間 http://schemas.google.com/dspl/2010
註解 資料集中概念的文字資訊。這個基礎資訊類型的擴充功能會新增幾個僅適用於概念的額外欄位。
圖表 圖表 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
類型 Info 的延伸資訊
類型階層
使用這項素材資源的廣告
元素 概念/資訊
模型 namedescription{0,1}url{0,1}pluralName{0,1}totalName{0,1}yn**
兒童 descriptionnamepluralNameynonymtotalNameurl
資料來源
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

使用 oXygen XML 編輯器建立。