कॉम्पोनेंट: LocalId

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

नाम-स्थान http://schemas.google.com/dspl/2010
वीडियो के ऊपर टेक्स्ट, लिंक वगैरह डेटासेट में इस्तेमाल किया गया लोकल आइडेंटिफ़ायर. स्थानीय आइडेंटिफ़ायर, तय किए गए दायरे में यूनीक होने चाहिए. जैसे, किसी कॉन्सेप्ट में प्रॉपर्टी आईडी यूनीक होते हैं और टेबल में कॉलम आईडी यूनीक होते हैं. लोकल आइडेंटिफ़ायर 64 वर्णों तक का हो.
डायग्राम डायग्राम
टाइप xs का प्रतिबंध:NCName
फ़िल्टर
ज़्यादा से ज़्यादा लंबाई 64
इस्तेमाल करने वाले
विशेषताएं Attribute/@id, सबमिट न करें प्रॉपर्टी,
सोर्स
<xs:simpleType name="LocalId">
  <xs:annotation>
    <xs:documentation>A local identifier used in the dataset. Local identifiers must
        be unique within the scope they are defined in, e.g., property
        ids are unique within a concept, column ids are unique within
        a table.  The length of local identifiers is limited to 64
        characters.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NCName">
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

oXygen XML Editor का इस्तेमाल करके बनाया गया.