Komponen: DraftInfo

Elemen: DraftInfo / pluralName

Namespace http://schemas.google.com/dspl/2010
Anotasi Nama yang digunakan untuk merujuk pada kumpulan instance konsep (misalnya, pluralName "Status" adalah "Status").
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
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
Sumber
<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>

Elemen: DraftInfo / totalName

Namespace http://schemas.google.com/dspl/2010
Anotasi Nama yang digunakan untuk merujuk pada semua instance konsep (mis., totalName untuk "Negara Bagian" adalah "Semua AS").
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
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
Sumber
<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>

Elemen: DraftInfo / sinonim

Namespace http://schemas.google.com/dspl/2010
Anotasi Sinonim yang dapat digunakan untuk merujuk ke konsep ini.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Jenis Nilai
Properti
konten: kompleks
Terjadi: 0
maxTerjadi: tidak terikat
Model nilai* | konsepNilai{0,1}
Turunan konsepNilai, nilai
Instance
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
Sumber
<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>

Jenis Kompleks: DraftInfo

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang konsep dalam set data. Ekstensi jenis Info dasar ini menambahkan beberapa kolom tambahan yang hanya berlaku untuk konsep.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
Jenis ekstensi Info
Hierarki jenis
Digunakan oleh
Elemen Konsep/info
Model name , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , sinonim*
Turunan description, name, pluralName, sinonim, totalName, url
Sumber
<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>

Dibuat menggunakan Editor XML oXygen.