Thành phần: ConceptProperty

Phần tử: ConceptProperty / thông tin

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Thông tin dạng văn bản về thuộc tính khái niệm.
Sơ đồ Sơ đồ dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Loại Thông tin
Thuộc tính
nội dung: phức tạp
tối thiểu: 0
Mẫu tên , nội dung mô tả{0,1} , url{0,1}
Thiếu nhi nội dung mô tả, tên, url
Thực thể
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Nguồn
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the concept property.</xs:documentation>
  </xs:annotation>
</xs:element>

Phần tử: ConceptProperty / loại

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Loại dữ liệu của tài sản khái niệm.
Sơ đồ Sơ đồ dspl8.tmp#id52
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
tham chiếu DataType bắt buộc
Nguồn
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept property.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

Loại phức tạp: ConceptProperty

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Thuộc tính của một khái niệm (ví dụ: quốc gia của thành phố).
Sơ đồ Sơ đồ dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51
Được sử dụng trong
Phần tử Khái niệm/thuộc tính
Mẫu thông tin{0,1} , loại{0,1}
Thiếu nhi thông tin, loại
Thuộc tính
QName Loại Cố định Mặc định Sử dụng Annotation
khái niệm xs:QName tùy chọn Tham chiếu đến khái niệm tương ứng với các giá trị của cơ sở lưu trú. Nếu thuộc tính chỉ định một loại, thì loại phải khớp với loại của khái niệm được tham chiếu. Tham chiếu đến một khái niệm bên ngoài phải ở dạng "prefix:other_Concept_id", trong đó "prefix" là tiền tố dùng cho không gian tên của tập dữ liệu bên ngoài (xem XML vùng chứa tên).
id LocalId tùy chọn Mã của thuộc tính khái niệm. Giá trị nhận dạng này phải là duy nhất trong khái niệm (trên các thuộc tính và thuộc tính). Chiến lược phát hành đĩa đơn id có thể được bỏ qua nếu thuộc tính khái niệm đã được chỉ định. Trong đó trường hợp, một id được ngầm tạo với giá trị là tên cục bộ của khái niệm được tham chiếu. Ví dụ: <property concept=&quot;geo:country&quot;/&gt; tương đương với <thuộc tính id=&quot;country&quot; concept=&quot;geo:country&quot;/&gt;
isMapping xs:boolean false tùy chọn Nếu đúng, thuộc tính này phải tham chiếu đến một khái niệm và thuộc tính này biểu thị mối quan hệ ánh xạ (1-1) giữa và khái niệm được đề cập. Từng thực thể của tham số được tham chiếu của khái niệm này được tham chiếu trong tối đa một trường hợp của .
isParent xs:boolean false tùy chọn Nếu đúng, thuộc tính này phải tham chiếu đến một khái niệm và thuộc tính này biểu thị mối quan hệ phân cấp giữa và khái niệm được tham chiếu (ví dụ: lục địa của một quốc gia).
Nguồn
<xs:complexType name="ConceptProperty">
  <xs:annotation>
    <xs:documentation>A property of a concept (e.g., the country of a city).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the concept property.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept property.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

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

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></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 property.

          If the property 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:attribute name="isParent" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Thuộc tính: ConceptProperty / type / @ref

Không gian tên Không có vùng chứa tên
Loại DataType
Thuộc tính
sử dụng: bắt buộc
Các thuộc tính
liệt kê string
liệt kê số thực dấu phẩy động
liệt kê số nguyên
liệt kê boolean
liệt kê date
liệt kê khái niệm
Được sử dụng trong
Phần tử ConceptProperty/type
Nguồn
<xs:attribute name="ref" type="DataType" use="required"/>

Thuộc tính: ConceptProperty / @id

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. Giá trị nhận dạng này phải là duy nhất trong khái niệm (trên các thuộc tính và thuộc tính). Mã này có thể là sẽ bỏ qua nếu thuộc tính khái niệm đã được chỉ định. Trong trường hợp đó, mã nhận dạng sẽ là được tạo ngầm với giá trị là tên cục bộ của khái niệm được tham chiếu. Ví dụ: <property title="geo:country"/> là tương đương với <property id="country" concept=&quot;geo:country&quot;/&gt;
Loại LocalId
Thuộc tính
sử dụng: tùy chọn
Các thuộc tính
maxLength 64
Được sử dụng trong
Loại phức tạp ConceptProperty
Nguồn
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

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

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

Thuộc tính: ConceptProperty / @Concept

Không gian tên Không có vùng chứa tên
Chú thích Tham chiếu đến một khái niệm tương ứng với các giá trị của thuộc tính này. Nếu thuộc tính chỉ định một loại, thì loại đó phải khớp với của khái niệm được tham chiếu. Việc tham chiếu đến một khái niệm bên ngoài phải có dạng "prefix:other_intent_id", trong đó "tiền tố" là tiền tố dùng cho không gian tên của thuộc tính bên ngoài tập dữ liệu (xem không gian tên XML).
Loại xs:QName
Thuộc tính
sử dụng: tùy chọn
Được sử dụng trong
Loại phức tạp ConceptProperty
Nguồn
<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 property.

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

Thuộc tính: ConceptProperty / @isParent

Không gian tên Không có vùng chứa tên
Chú thích Nếu đúng, thuộc tính này phải tham chiếu đến một khái niệm và đây là thuộc tính phân cấp biểu thị mối quan hệ phân cấp giữa khái niệm này và khái niệm được nhắc đến (ví dụ: lục địa của một quốc gia).
Loại xs:boolean
Thuộc tính
sử dụng: tùy chọn
mặc định: false
Được sử dụng trong
Loại phức tạp ConceptProperty
Nguồn
<xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Thuộc tính: ConceptProperty / @isMapping

Không gian tên Không có vùng chứa tên
Chú thích Nếu đúng, thuộc tính này phải tham chiếu đến một khái niệm và đây là thuộc tính biểu thị mối quan hệ ánh xạ (1 đến 1) giữa khái niệm này và khái niệm được đề cập. Mỗi thực thể của khái niệm được tham chiếu được tham chiếu trong ít nhất một trường hợp của khái niệm này.
Loại xs:boolean
Thuộc tính
sử dụng: tùy chọn
mặc định: false
Được sử dụng trong
Loại phức tạp ConceptProperty
Nguồn
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

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