コンポーネント: 情報

要素: 情報 / 名前

名前空間 http://schemas.google.com/dspl/2010
アノテーション 記述された要素の名前。
図 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
タイプ
プロパティ
content: 複雑
モデル 値* |conceptValue{0,1}
子供 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
モデル 値* |conceptValue{0,1}
子供 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>

要素: Info / URL

名前空間 http://schemas.google.com/dspl/2010
アノテーション 詳細情報が掲載されているウェブページの URL あります。URL に予約文字や安全でない文字が含まれる場合は、パーセントでエスケープしないでください。
図 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
タイプ
プロパティ
content: 複雑
minOccurs: 0
モデル 値* |conceptValue{0,1}
子供 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
使用者
要素 Attribute/infoConceptProperty/infoSlice/infoTable/infoTopic/infodspl/infodspl/provider
複合型 ConceptInfo
モデル namedescription{0,1}url{0,1}
子供 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 エディタ