Komponen: Info

Elemen: Info / nama

Namespace http://schemas.google.com/dspl/2010
Anotasi Nama elemen yang dijelaskan.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Jenis Nilai
Properti
konten: kompleks
Model nilai* | konsepNilai{0,1}
Turunan konsepNilai, nilai
Instance
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Sumber
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Info/deskripsi

Namespace http://schemas.google.com/dspl/2010
Anotasi Deskripsi elemen yang dijelaskan.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Jenis Nilai
Properti
konten: kompleks
Terjadi: 0
Model nilai* | konsepNilai{0,1}
Turunan konsepNilai, nilai
Instance
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Sumber
<xs:element name="description" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The description of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Info/url

Namespace http://schemas.google.com/dspl/2010
Anotasi URL halaman web tempat informasi selengkapnya dapat ditemukan pada elemen yang dijelaskan. Semua karakter yang dicadangkan atau tidak aman dalam URL TIDAK boleh di-escape secara persen.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Jenis Nilai
Properti
konten: kompleks
Terjadi: 0
Model nilai* | konsepNilai{0,1}
Turunan konsepNilai, nilai
Instance
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Sumber
<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>

Jenis Kompleks: Info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang elemen set data.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
Digunakan oleh
Elemen Atribut/info, DraftProperty/info, Slice/info, Table/info, Topic/info, dspl/info, dspl/provider
Jenis Kompleks Info Konsep
Model name , description{0,1} , url{0,1}
Turunan description, name, url
Sumber
<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>

Dibuat menggunakan Editor XML oXygen.