Thành phần: ConceptTableMapping

Phần tử: ConceptTableMapping / mapConcept

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Liên kết đến mã nhận dạng của cột trong bảng có chứa giá trị của khái niệm. Mối liên kết này có thể bị bỏ qua nếu cột của bảng chứa các giá trị khái niệm có cùng mã nhận dạng với khái niệm mã nhận dạng
Sơ đồ Sơ đồ dspl5.tmp#id61
Thuộc tính
nội dung: phức tạp
tối thiểu: 0
Thuộc tính
QName Loại Cố định Mặc định Sử dụng Annotation
toColumn LocalId bắt buộc Mã của cột trong bảng được liên kết.
Nguồn
<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>

Phần tử: ConceptTableMapping / mapProperty

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Liên kết đến mã nhận dạng của cột trong bảng có chứa giá trị của một thuộc tính của khái niệm. Ánh xạ này có thể bị bỏ qua nếu cột trong bảng chứa giá trị của thuộc tính khái niệm sẽ có thuộc tính id làm id của nó. Một tài sản có thể được liên kết với nhiều cột trong bảng (một giá trị cho mỗi ngôn ngữ) bằng cách chỉ định các giá trị khác nhau cho ngôn ngữ .
Sơ đồ Sơ đồ dspl5.tmp#id63 dspl5.tmp#id64
Thuộc tính
nội dung: phức tạp
tối thiểu: 0
maxOccurs: không bị ràng buộc
Thuộc tính
QName Loại Cố định Mặc định Sử dụng Annotation
ngôn ngữ tùy chọn
tham chiếu LocalId bắt buộc Mã của thuộc tính khái niệm được liên kết.
toColumn LocalId bắt buộc Mã của cột trong bảng được liên kết.
Nguồn
<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>

Loại phức tạp: ConceptTableMapping

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Liên kết đến bảng cung cấp dữ liệu cho .
Sơ đồ Sơ đồ dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
Được sử dụng trong
Phần tử Khái niệm/bảng
Mẫu mapConcept{0,1} , mapProperty*
Thiếu nhi mapConcept, mapProperty
Thuộc tính
QName Loại Cố định Mặc định Sử dụng Annotation
tham chiếu LocalId bắt buộc Mã nhận dạng của bảng chứa dữ liệu cho .
Nguồn
<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>

Thuộc tính: ConceptTableMapping / mapConcept / @toColumn

Không gian tên Không có vùng chứa tên
Chú thích Mã của cột trong bảng được liên kết.
Loại LocalId
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
maxLength 64
Được sử dụng trong
Phần tử ConceptTableMapping/mapConcept
Nguồn
<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>

Thuộc tính: ConceptTableMapping / mapProperty / @ref

Không gian tên Không có vùng chứa tên
Chú thích Mã của thuộc tính khái niệm được liên kết.
Loại LocalId
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
maxLength 64
Được sử dụng trong
Phần tử ConceptTableMapping/mapProperty
Nguồn
<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>

Thuộc tính: ConceptTableMapping / mapProperty / @toColumn

Không gian tên Không có vùng chứa tên
Chú thích Mã của cột trong bảng được liên kết.
Loại LocalId
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
maxLength 64
Được sử dụng trong
Phần tử ConceptTableMapping/mapProperty
Nguồn
<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>

Thuộc tính: ConceptTableMapping / @ref

Không gian tên Không có vùng chứa tên
Chú thích Mã nhận dạng của bảng chứa dữ liệu cho .
Loại LocalId
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
maxLength 64
Được sử dụng trong
Loại phức tạp ConceptTableMapping
Nguồn
<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>

Được tạo bằng Trình chỉnh sửa XML của oXygen.