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

सिंपल टाइप LocalId

नाम-स्थान http://schemas.google.com/dspl/2010
एनोटेशन डेटासेट में इस्तेमाल किया जाने वाला लोकल आइडेंटिफ़ायर. स्थानीय आइडेंटिफ़ायर को यह ज़रूरी है उस दायरे में यूनीक होने चाहिए जिसमें उनकी जानकारी दी गई है. उदाहरण के लिए, प्रॉपर्टी आईडी किसी कॉन्सेप्ट में यूनीक होते हैं, तो कॉलम आईडी टेबल में यूनीक होते हैं. लंबाई के लोकल आइडेंटिफ़ायर में ज़्यादा से ज़्यादा 64 वर्ण हो सकते हैं.
डायग्राम डायग्राम
टाइप xs:NCName का प्रतिबंध
Facets
maxLength 64
इस्तेमाल करने वाले
विशेषताएं Attribute/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toColumn, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, SliceTableMapping/mapMetric/@toColumn, टेबल/कॉलम/@id, ValuesGroup/@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 का एक्सएमएल एडिटर.