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

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

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ ตัวระบุส่วนกลางที่ใช้ในชุดข้อมูล (สําหรับแนวคิด ส่วนต่างๆ และหัวข้อ) ตัวระบุสากลมีความยาวได้ไม่เกิน 64 อักขระ ไม่มีค่าอาจปรากฏเป็นตัวระบุทั่วโลกในชุดข้อมูล 2 ครั้ง
แผนผัง แผนผัง
ประเภท ข้อจํากัดของ xs:ID
ข้อมูลประกอบ
ความยาวสูงสุด 64
ใช้โดย
แอตทริบิวต์ 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>

สร้างโดยใช้ oXygen XML Editor