Komponen: DraftProperty

Elemen: DraftProperty/info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang properti konsep.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Jenis Info
Properti
konten: kompleks
Terjadi: 0
Model name , description{0,1} , url{0,1}
Turunan description, name, url
Instance
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Sumber
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the concept property.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: DraftProperty/jenis

Namespace http://schemas.google.com/dspl/2010
Anotasi Jenis data properti konsep.
Diagram Diagram dspl8.tmp#id52
Properti
konten: kompleks
Terjadi: 0
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
ref Jenis Data wajib
Sumber
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept property.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

Jenis Kompleks: DraftProperty

Namespace http://schemas.google.com/dspl/2010
Anotasi Properti konsep (misalnya negara suatu kota).
Diagram Diagram dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51
Digunakan oleh
Elemen Konsep/properti
Model info{0,1} , jenis{0,1}
Turunan info, jenis
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
konsep xs:NamaQ opsional Referensi untuk konsep yang sesuai dengan nilai properti. Jika properti menentukan jenis, jenis tersebut harus cocok dengan jenis konsep yang direferensikan. Referensi ke konsep eksternal harus dalam bentuk "prefix:other_konsep_id", dengan "awalan" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML).
id LocalId opsional ID properti konsep. ID ini harus unik dalam konsep (di seluruh atribut dan properti). ID dapat dihilangkan jika properti konsep ditentukan. Dalam hal ini, ID secara implisit dibuat dengan nilai nama lokal dari konsep yang direferensikan. Misalnya, <property ="="geo:country"/> setara dengan <property id="country" ="="geo:country"/>
isMapping (Pemetaan) x:boolean salah opsional Jika benar, properti ini harus merujuk ke sebuah konsep, dan properti ini menunjukkan hubungan pemetaan (1 ke 1) antara konsep ini dan konsep yang direferensikan. Setiap instance konsep yang direferensikan direferensikan oleh maksimal satu instance dari konsep ini.
isParent x:boolean salah opsional Jika benar, properti ini harus merujuk ke sebuah konsep, dan properti ini menunjukkan hubungan hierarkis antara konsep ini dan konsep yang direferensikan (mis. benua suatu negara).
Sumber
<xs:complexType name="ConceptProperty">
  <xs:annotation>
    <xs:documentation>A property of a concept (e.g., the country of a city).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the concept property.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept property.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="concept" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>A reference to a concept that corresponds to the values of the property.

          If the property specifies a type, then the type must match the type of the
          referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Atribut: DraftProperty / jenis / @ref

Namespace Tidak ada namespace
Jenis Jenis Data
Properti
gunakan: wajib
Faset
enumerasi string
enumerasi float
enumerasi bilangan bulat
enumerasi boolean
enumerasi date
enumerasi konsep
Digunakan oleh
Elemen Jenis/Properti Konsep
Sumber
<xs:attribute name="ref" type="DataType" use="required"/>

Atribut: DraftProperty / @id

Namespace Tidak ada namespace
Anotasi ID properti konsep. ID ini harus unik dalam konsep (di seluruh atribut dan properti). ID dapat dihilangkan jika properti konsep ditentukan. Dalam hal ini, ID dibuat secara implisit dengan nilai nama lokal dari konsep yang direferensikan. Misalnya, <property konsep="geo:country"/> setara dengan <property id="country" ="="geo:country"/>
Jenis LocalId
Properti
gunakan: opsional
Faset
PanjangPanjang 64
Digunakan oleh
Jenis Kompleks Properti Konsep
Sumber
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: DraftProperty / @konsep

Namespace Tidak ada namespace
Anotasi Referensi untuk konsep yang sesuai dengan nilai properti. Jika properti menentukan jenis, jenis tersebut harus cocok dengan jenis konsep yang direferensikan. Referensi ke konsep eksternal harus berupa "prefix:other_konsep_id", dengan "awalan" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML).
Jenis xs:NamaQ
Properti
gunakan: opsional
Digunakan oleh
Jenis Kompleks Properti Konsep
Sumber
<xs:attribute name="concept" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>A reference to a concept that corresponds to the values of the property.

          If the property specifies a type, then the type must match the type of the
          referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: DraftProperty/ @isParent

Namespace Tidak ada namespace
Anotasi Jika benar, properti ini harus merujuk ke sebuah konsep, dan properti ini menunjukkan hubungan hierarkis antara konsep ini dan konsep yang direferensikan (mis., benua negara).
Jenis x:boolean
Properti
gunakan: opsional
default: salah
Digunakan oleh
Jenis Kompleks Properti Konsep
Sumber
<xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: DraftProperty / @isMapping

Namespace Tidak ada namespace
Anotasi Jika benar, properti ini harus merujuk ke sebuah konsep, dan properti ini menunjukkan hubungan pemetaan (1 ke 1) antara konsep ini dan konsep yang direferensikan. Setiap instance konsep yang direferensikan direferensikan oleh maksimal satu instance konsep ini.
Jenis x:boolean
Properti
gunakan: opsional
default: salah
Digunakan oleh
Jenis Kompleks Properti Konsep
Sumber
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Dibuat menggunakan Editor XML oXygen.