רכיב: LocalId

מזהה מקומי פשוט

מרחב שמות http://schemas.google.com/dspl/2010
הערות מזהה מקומי שנמצא במערך הנתונים. מזהים מקומיים חייבים להיות ייחודיים במסגרת ההגדרה שלהם, למשל, מזהי נכסים ייחודיים בקונספט, מזהי עמודות ייחודיים בטבלה. האורך המרבי של מזהים מקומיים הוא 64 תווים.
דיאגרמה דיאגרמה
סוג הגבלה של xs:NCName
מאפיינים
אורך מקסימלי 64
בשימוש על ידי
מאפיינים Attribute/@id, ConceptProperty/@id, ConceptTableMapsping/@ref, ConceptTablemapping/mapConcept/@toColumn, ConceptTablemapping/mapProperty/@ref, קונספט של מפה/מיפוי מפה{1/עמוד/שעה{/1/1/1/}
מקור
<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.