คอมโพเนนต์: 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, ConceptTable/map/map/@toTable, SliceTable Mapping/map1Column}@SliceTable4, SliceTable Mapping/map1Column}, Method1 ของ Google
แหล่งที่มา
<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