Thành phần: ConceptInfo

Phần tử: ConceptInfo / pluralName

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Tên dùng để chỉ tập hợp các thực thể của khái niệm (ví dụ: pluralName của "Trạng thái" là "Tiểu bang").
Sơ đồ Sơ đồ dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Loại Giá trị
Thuộc tính
nội dung: phức tạp
tối thiểu: 0
Mẫu value* | conceptValue{0,1}
Thiếu nhi conceptValue, value
Thực thể
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
Nguồn
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

Phần tử: ConceptInfo / totalName

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Một cái tên dùng để chỉ tất cả các trường hợp của khái niệm này (ví dụ: totalName cho "Tiểu bang" là "Tất cả người dùng ở Hoa Kỳ").
Sơ đồ Sơ đồ dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Loại Giá trị
Thuộc tính
nội dung: phức tạp
tối thiểu: 0
Mẫu value* | conceptValue{0,1}
Thiếu nhi conceptValue, value
Thực thể
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
Nguồn
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

Phần tử: ConceptInfo / từ đồng nghĩa

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Một từ đồng nghĩa có thể dùng để chỉ cụm từ này .
Sơ đồ Sơ đồ dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Loại Giá trị
Thuộc tính
nội dung: phức tạp
tối thiểu: 0
maxOccurs: không bị ràng buộc
Mẫu value* | conceptValue{0,1}
Thiếu nhi conceptValue, value
Thực thể
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
Nguồn
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Loại phức tạp: ConceptInfo

Không gian tên http://schemas.google.com/dspl/2010
Chú thích Thông tin văn bản về một khái niệm trong tập dữ liệu. Chiến dịch này của loại Thông tin cơ sở thêm một vài trường bổ sung chỉ vào các khái niệm.
Sơ đồ Sơ đồ dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
Loại phần mở rộng của Info
Hệ phân cấp kiểu
Được sử dụng trong
Phần tử Khái niệm/thông tin
Mẫu tên , nội dung mô tả{0,1} , url{0,1} , pluralName{0,1} , tên_tổng{0,1} , từ đồng nghĩa*
Thiếu nhi description, name, pluralName, từ đồng nghĩa, totalName, url
Nguồn
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

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