คอมโพเนนต์: LocalId

รหัสท้องถิ่นแบบพื้นฐาน

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ ตัวระบุภายในที่ใช้ในชุดข้อมูล ตัวระบุในอุปกรณ์ต้อง ต้องไม่ซ้ำกันภายในขอบเขตที่กําหนดไว้ เช่น รหัสพร็อพเพอร์ตี้ ไม่ซ้ำกันภายในแนวคิด รหัสคอลัมน์จะไม่ซ้ำกันภายในตาราง ความยาว ของตัวระบุในอุปกรณ์จำกัดอยู่ที่ 64 อักขระ
แผนภาพ แผนภาพ
ประเภท การจำกัด xs:NCName
ข้อมูลประกอบ
maxLength 64
ใช้โดย
Attributes Attribute/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toColumn ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, SliceTableMapping/mapMetric/@toColumn, ตาราง/คอลัมน์/@รหัส, 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>

สร้างโดยใช้ ตัวแก้ไข XML ของ oXygen