कॉम्पोनेंट: आईडी

सिंपल टाइप आईडी

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन डेटासेट में इस्तेमाल किया जाने वाला ग्लोबल आइडेंटिफ़ायर (सिद्धांत, स्लाइस के लिए और विषय). ग्लोबल आइडेंटिफ़ायर की लंबाई 64 है वर्ण कोई भी मान, ग्लोबल आइडेंटिफ़ायर के तौर पर दोबारा नहीं दिख सकता डेटासेट शामिल है.
डायग्राम डायग्राम
टाइप xs:आईडी की पाबंदी
Facets
maxLength 64
इस्तेमाल करने वाले
विशेषताएं Concept/@id, Slice/@id, टेबल/@id, विषय/@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 का एक्सएमएल एडिटर.