Komponen: ConceptTableMapping

Elemen: ConceptTableMapping / mapConcept

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke ID kolom tabel yang berisi nilai-nilai konsep. Pemetaan ini dapat dihilangkan jika kolom tabel yang berisi nilai konsep memiliki ID yang sama dengan konsep ke ID tertentu.
Diagram Diagram dspl5.tmp#id61
Properti
konten: kompleks
minimum: 0
Atribut
QName Jenis Tetap Default Gunakan Annotation
toColumn LocalId wajib diisi ID kolom tabel yang dipetakan.
Sumber
<xs:element name="mapConcept" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the table column that contains the
            values of the concept.  This mapping may be omitted if the
            table column that contains the concept values has the same
            id as the concept id.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Elemen: ConceptTableMapping / mapProperty

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke ID kolom tabel yang berisi nilai properti konsep. Pemetaan ini dapat dihilangkan jika kolom tabel yang berisi nilai properti konsep memiliki properti sebagai id-nya. Satu properti dapat dipetakan ke beberapa kolom tabel (satu per bahasa) dengan menentukan nilai yang berbeda untuk bahasa tersebut .
Diagram Diagram dspl5.tmp#id63 dspl5.tmp#id64
Properti
konten: kompleks
minimum: 0
maxOccurs: tanpa batas
Atribut
QName Jenis Tetap Default Gunakan Annotation
lang opsional
referensi LocalId wajib diisi ID properti konsep yang dipetakan.
toColumn LocalId wajib diisi ID kolom tabel yang dipetakan.
Sumber
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the table column that contains the
            values of a property of the concept.  This mapping may be
            omitted if the table column that contains the concept
            property values has the property id as its id.

            A single property can be mapped to multiple table columns
            (one per language) by specifying different values for the
            language attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped concept property.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="xml:lang" use="optional">
      <xs:annotation>
        <xs:documentation>The language/locale of the values in the mapped column.
                See [BCP 47] for possible values of the xml:lang
                attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Jenis Kompleks: ConceptTableMapping

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke tabel yang menyediakan data untuk konsepnya.
Diagram Diagram dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
Digunakan oleh
Elemen Konsep/tabel
Model mapConcept{0,1} , mapProperty*
Anak-Anak mapConcept, mapProperty
Atribut
QName Jenis Tetap Default Gunakan Annotation
referensi LocalId wajib diisi ID tabel yang berisi data untuk konsepnya.
Sumber
<xs:complexType name="ConceptTableMapping">
  <xs:annotation>
    <xs:documentation>A mapping to a table that provides data for a concept.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="mapConcept" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the table column that contains the
            values of the concept.  This mapping may be omitted if the
            table column that contains the concept values has the same
            id as the concept id.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the table column that contains the
            values of a property of the concept.  This mapping may be
            omitted if the table column that contains the concept
            property values has the property id as its id.

            A single property can be mapped to multiple table columns
            (one per language) by specifying different values for the
            language attribute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped concept property.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute ref="xml:lang" use="optional">
          <xs:annotation>
            <xs:documentation>The language/locale of the values in the mapped column.
                See [BCP 47] for possible values of the xml:lang
                attribute.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ref" type="LocalId" use="required">
    <xs:annotation>
      <xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Atribut: ConceptTableMapping / mapConcept / @toColumn

Namespace Tidak ada namespace
Anotasi ID kolom tabel yang dipetakan.
Jenis LocalId
Properti
gunakan: wajib diisi
{i>Facet<i}
maxLength 64
Digunakan oleh
Elemen ConceptTableMapping/mapConcept
Sumber
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: ConceptTableMapping / mapProperty / @ref

Namespace Tidak ada namespace
Anotasi ID properti konsep yang dipetakan.
Jenis LocalId
Properti
gunakan: wajib diisi
{i>Facet<i}
maxLength 64
Digunakan oleh
Elemen ConceptTableMapping/mapProperty
Sumber
<xs:attribute name="ref" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped concept property.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: ConceptTableMapping / mapProperty / @toColumn

Namespace Tidak ada namespace
Anotasi ID kolom tabel yang dipetakan.
Jenis LocalId
Properti
gunakan: wajib diisi
{i>Facet<i}
maxLength 64
Digunakan oleh
Elemen ConceptTableMapping/mapProperty
Sumber
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: ConceptTableMapping / @ref

Namespace Tidak ada namespace
Anotasi ID tabel yang berisi data untuk konsepnya.
Jenis LocalId
Properti
gunakan: wajib diisi
{i>Facet<i}
maxLength 64
Digunakan oleh
Jenis Kompleks ConceptTableMapping
Sumber
<xs:attribute name="ref" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Dibuat menggunakan Editor XML Oksigen.