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

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

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