コンポーネント: ConceptInfo

要素: ConceptInfo / pluralName

名前空間 http://schemas.google.com/dspl/2010
アノテーション インスタンスのコレクションを参照するために使用する名前 (例: 「State」の pluralName は 「州」など)に適用されます。
図 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
アノテーション コンセプトのすべてのインスタンスを参照するために使用される名前(例: 「State」の totalName「米国全土」)を入力します。
図 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
アノテーション データセット内のコンセプトに関するテキスト情報。この 基本の 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}synonym*
子供 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 エディタ