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 chứa các giá trị của khái niệm. Bạn có thể bỏ qua mối liên kết này nếu cột bảng chứa giá trị khái niệm có cùng mã nhận dạng với mã khái niệm.
Sơ đồ Sơ đồ dspl5.tmp#id61
Thuộc tính
nội dung: phức tạp
minvis: 0
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
toColumn Mã nhận dạng cục bộ bắt buộc Mã nhận dạng 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 chứa các giá trị của một thuộc tính có khái niệm này. Mối liên kết này có thể bị bỏ qua nếu cột bảng chứa giá trị thuộc tính khái niệm có mã thuộc tính. Bạn có thể liên kết một tài sản với nhiều cột trong bảng (một cột cho mỗi ngôn ngữ) bằng cách chỉ định các giá trị khác nhau cho thuộc tính ngôn ngữ đó.
Sơ đồ Sơ đồ dspl5.tmp#id63 dspl5.tmp#id64
Thuộc tính
nội dung: phức tạp
minvis: 0
maxSố lần xuất hiện: không liên kết
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
ngôn ngữ không bắt buộc
tham chiếu Mã nhận dạng cục bộ bắt buộc Mã nhận dạng của thuộc tính khái niệm đã liên kết.
toColumn Mã nhận dạng cục bộ bắt buộc Mã nhận dạng 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 một bảng cung cấp dữ liệu cho một khái niệm.
Sơ đồ Sơ đồ dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
Quảng cáo sử dụng
Phần tử Ý tưởng/bảng
Mô hình mapConcept{0,1} , mapProperty*
Dành cho trẻ em mapConcept, mapProperty
Thuộc tính
Tên Q Loại Cố định Mặc định Sử dụng Annotation
tham chiếu Mã nhận dạng cục bộ bắt buộc Mã nhận dạng của bảng chứa dữ liệu cho khái niệm này.
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ã nhận dạng của cột trong bảng được liên kết.
Loại Mã nhận dạng cục bộ
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
độ dài tối đa 64
Quảng cáo sử dụng
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ã nhận dạng của thuộc tính khái niệm đã liên kết.
Loại Mã nhận dạng cục bộ
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
độ dài tối đa 64
Quảng cáo sử dụng
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ã nhận dạng của cột trong bảng được liên kết.
Loại Mã nhận dạng cục bộ
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
độ dài tối đa 64
Quảng cáo sử dụng
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 khái niệm này.
Loại Mã nhận dạng cục bộ
Thuộc tính
sử dụng: bắt buộc
Thuộc tính
độ dài tối đa 64
Quảng cáo sử dụng
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 XML oXygen.