Komponen: DraftTableMapping

Elemen: DraftTableMapping / konsep konsep

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke ID kolom tabel yang berisi nilai konsep. Pemetaan ini dapat dihilangkan jika kolom tabel yang berisi nilai konsep memiliki ID yang sama dengan ID konsep.
Diagram Diagram dspl5.tmp#id61
Properti
konten: kompleks
Terjadi: 0
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
toKolom LocalId wajib 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: DraftTableMapping / 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 ID properti sebagai ID-nya. Satu properti dapat dipetakan ke beberapa kolom tabel (satu kolom per bahasa) dengan menentukan nilai yang berbeda untuk atribut bahasa.
Diagram Diagram dspl5.tmp#id63 dspl5.tmp#id64
Properti
konten: kompleks
Terjadi: 0
maxTerjadi: tidak terikat
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
lang opsional
ref LocalId wajib ID properti konsep yang dipetakan.
toKolom LocalId wajib 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: DraftTableMapping

Namespace http://schemas.google.com/dspl/2010
Anotasi Pemetaan ke tabel yang menyediakan data untuk konsep.
Diagram Diagram dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
Digunakan oleh
Elemen Konsep/tabel
Model mapDraft{0,1} , mapProperty*
Turunan mapDraft, mapProperty
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
ref LocalId wajib ID tabel yang berisi data untuk konsep.
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: DraftTableMapping / mapDraft / @toColumn

Namespace Tidak ada namespace
Anotasi ID kolom tabel yang dipetakan.
Jenis LocalId
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Digunakan oleh
Elemen KonsepTableMapping/mapDraft
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: DraftTableMapping / mapProperty / @ref

Namespace Tidak ada namespace
Anotasi ID properti konsep yang dipetakan.
Jenis LocalId
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Digunakan oleh
Elemen KonsepTableMapping/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: SymbolTableMapping / mapProperty / @toColumn

Namespace Tidak ada namespace
Anotasi ID kolom tabel yang dipetakan.
Jenis LocalId
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Digunakan oleh
Elemen KonsepTableMapping/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: DraftTableMapping / @ref

Namespace Tidak ada namespace
Anotasi ID tabel yang berisi data untuk konsep.
Jenis LocalId
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Digunakan oleh
Jenis Kompleks KonsepTableMapping
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 oXygen.