元件:ConceptInfo

元素:ConceptInfo / pluralName

命名空間 http://schemas.google.com/dspl/2010
註解 用於指稱 (例如「State」的複數名稱) 「州/省」)。
圖表 圖表 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
類型
屬性
content: 複雜
分鐘數: 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
註解 用於指稱所有概念的名稱 (例如 「州」的 totalName則為「美國全美」)。
圖表 圖表 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
類型
屬性
content: 複雜
分鐘數: 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: 複雜
分鐘數: 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}同義詞*
子項 descriptionnamepluralName同義詞totalNameurl
來源
<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 編輯器