Komponen: Atribut

Elemen: Attribute/info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang atribut.
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 attribute.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Attribute/jenis

Namespace http://schemas.google.com/dspl/2010
Anotasi Jenis data atribut.
Diagram Diagram dspl14.tmp#id21 dspl14.tmp#id23
Properti
konten: kompleks
Terjadi: 0
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
format xs:string opsional Format untuk nilai, yang digunakan untuk mengurai representasi tekstual dari nilai-nilai tersebut. Lihat [Spesifikasi format tanggal] untuk tanggal.
ref Jenis Data wajib
Sumber
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Jenis Kompleks: Atribut

Namespace http://schemas.google.com/dspl/2010
Anotasi Atribut set data atau konsep.
Diagram Diagram dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Digunakan oleh
Elemen Konsep/atribut, dspl/attribute
Model info{0,1} , jenis{0,1} , (nilai* | konsepValue{0,1})
Turunan konsepNilai, info, jenis, nilai
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
konsep xs:NamaQ opsional Referensi untuk konsep yang sesuai dengan nilai atribut. Jika atribut menentukan sebuah jenis, maka 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 atribut konsep. ID ini harus unik dalam konsep (di seluruh atribut dan properti). ID dapat dihilangkan jika atribut konsep ditentukan. Dalam hal ini, ID dibuat secara implisit dengan nilai nama lokal dari konsep yang direferensikan. Misalnya, <attribute konsep="unit:currency"/> setara dengan <attribute id="currency" ="="="unit:currency"/>
Sumber
<xs:complexType name="Attribute">
  <xs:annotation>
    <xs:documentation>An attribute of a dataset or a concept.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the attribute.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the attribute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:group ref="ValuesGroup" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
          (across attributes and properties).

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

          <attribute concept="unit:currency"/>

          is equivalent to

          <attribute id="currency" concept="unit:currency"/></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 attribute.

          If the attribute 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:complexType>

Atribut: Atribut / 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 Atribut/jenis
Sumber
<xs:attribute name="ref" type="DataType" use="required"/>

Atribut: Atribut / jenis / @format

Namespace Tidak ada namespace
Anotasi Format untuk nilai, yang digunakan untuk mengurai representasi tekstual dari nilai-nilai tersebut. Lihat [Spesifikasi format tanggal] untuk tanggal.
Jenis xs:string
Properti
gunakan: opsional
Digunakan oleh
Elemen Atribut/jenis
Sumber
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: Atribut / @id

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

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

          <attribute concept="unit:currency"/>

          is equivalent to

          <attribute id="currency" concept="unit:currency"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: Atribut / @konsep

Namespace Tidak ada namespace
Anotasi Referensi untuk konsep yang sesuai dengan nilai atribut. Jika atribut menentukan jenis, maka 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).
Jenis xs:NamaQ
Properti
gunakan: opsional
Digunakan oleh
Jenis Kompleks Atribut
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 attribute.

          If the attribute 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>

Dibuat menggunakan Editor XML oXygen.