コンポーネント: conceptInfo

要素: conceptInfo / pluralName

名前空間 http://schemas.google.com/dspl/2010
アノテーション コンセプトのインスタンスのコレクションを示すために使用される名前(例: 「State」の pluralName は「States」)。
図 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
タイプ
プロパティ
content: 複雑
minOccurs: 0
モデル value* | conceptValue{0,1}
Children 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
アノテーション コンセプトのすべてのインスタンスを示すために使用される名前(例:「State」の totalName は「All US」です。
図 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
タイプ
プロパティ
content: 複雑
minOccurs: 0
モデル value* | conceptValue{0,1}
Children 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: 制限なし
モデル value* | conceptValue{0,1}
Children 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>

複合タイプ: コンセプト情報

名前空間 http://schemas.google.com/dspl/2010
アノテーション データセットに含まれるコンセプトに関するテキスト情報。基本の infoType の拡張により、コンセプトにのみ適用されるフィールドがいくつか追加されます。
図 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}類義語*
Children 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 Editor を使用して作成します。