المكوّن: LocalId

نوع LocalId المحلي البسيط

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معرّف محلي مستخدَم في مجموعة البيانات. يجب أن تكون المعرّفات المحلية فريدة ضمن النطاق الذي تم تعريفه بها، على سبيل المثال، تكون معرّفات الخصائص فريدة ضمن مفهوم، وتكون معرّفات الأعمدة فريدة داخل الجدول. يقتصر طول المعرّفات المحلية على 64 حرفًا.
رسم بياني رسم بياني
النوع تقييد xs:NCName
الواجهات
الحد الأقصى للطول 64
قيد الاستخدام بواسطة
السمات Attribute/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toColumn, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn,(TableTablemapping/mapDimension/@toColumn,(MapTable/mapDimension/@toColumn
المصدر
<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.