רכיב: LocalId

מזהה מקומי של סוג פשוט

מרחב שמות http://schemas.google.com/dspl/2010
הערות מזהה מקומי שנעשה בו שימוש במערך הנתונים. מזהים מקומיים חייבים להיות ייחודיים במסגרת שבה הם מוגדרים. לדוגמה, מזהי מאפיינים הם ייחודיים בתוך קונספט, ומזהי העמודות הם ייחודיים בטבלה. האורך של מזהים מקומיים מוגבל ל-64 תווים.
תרשים תרשים
סוג הגבלה של xs:NCName
מאפיינים
maxLength 64
בשימוש על ידי
מאפיינים Attribute/@id, Concept/@id, ConceptTableMapping/@ref, Concept1Mapping/mapConcept/@toColumn, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableping/mapdimension/@toColumnGroup{/13
מקור
<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.