คอมโพเนนต์: รหัส

รหัสประเภทแบบง่าย

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ ตัวระบุส่วนกลางที่ใช้ในชุดข้อมูล (สำหรับแนวคิด ส่วนแบ่ง และหัวข้อ) ตัวระบุทั่วโลกมีความยาวได้ไม่เกิน 64 อักขระ อักขระ ไม่มีค่าที่ปรากฏเป็น 2 เท่าของตัวระบุส่วนกลางใน ชุดข้อมูล
แผนภาพ แผนภาพ
ประเภท การจำกัด xs:ID
ข้อมูลประกอบ
maxLength 64
ใช้โดย
Attributes Concept/@id, Slice/@id, Table/@id, Topic/@id
แหล่งที่มา
<xs:simpleType name="Id">
  <xs:annotation>
    <xs:documentation>A global identifier used in the dataset (for concepts, slices
        and topics). The length of global identifiers is limited to 64
        characters. No value can appear twice as a global identifier
        in a dataset.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:ID">
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

สร้างโดยใช้ ตัวแก้ไข XML ของ oXygen