コンポーネント: Info

要素: 情報 / 名前

名前空間 http://schemas.google.com/dspl/2010
アノテーション 記述された要素の名前。
図 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
タイプ
プロパティ
content: 複雑
モデル value* | conceptValue{0,1}
Children conceptValuevalue
インスタンス
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
ソース
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

要素: 情報 / 説明

名前空間 http://schemas.google.com/dspl/2010
アノテーション 記述した要素の説明。
図 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
タイプ
プロパティ
content: 複雑
minOccurs: 0
モデル value* | conceptValue{0,1}
Children conceptValuevalue
インスタンス
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
ソース
<xs:element name="description" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The description of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

要素: 情報 / URL

名前空間 http://schemas.google.com/dspl/2010
アノテーション 記述した要素に関する詳細情報が掲載されているウェブページの URL。URL に予約されている文字や安全でない文字は、パーセント エスケープしないでください。
図 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
タイプ
プロパティ
content: 複雑
minOccurs: 0
モデル value* | conceptValue{0,1}
Children conceptValuevalue
インスタンス
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
ソース
<xs:element name="url" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The URL of a webpage where more information can be found on the
        described element. Any reserved or unsafe characters in the URL should NOT be
        percent-escaped.
    </xs:documentation>
  </xs:annotation>
</xs:element>

複合タイプ: 情報

名前空間 http://schemas.google.com/dspl/2010
アノテーション データセットの要素に関するテキスト情報。
図 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
使用アカウント
要素 属性 / 情報コンセプト プロパティ / 情報スライス / 情報テーブル / 情報トピック / 情報dspl / 情報dspl / プロバイダ
複合型 コンセプト情報
モデル namedescription{0,1}url{0,1}
Children descriptionnameurl
ソース
<xs:complexType name="Info">
  <xs:annotation>
    <xs:documentation>Textual information about an element of the dataset.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="Values">
      <xs:annotation>
        <xs:documentation>The name of the described element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The description of the described element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="url" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The URL of a webpage where more information can be found on the
            described element. Any reserved or unsafe characters in the URL should NOT be
            percent-escaped.
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

oXygen XML Editor を使用して作成します。