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

รหัส LocalID ประเภทที่เรียบง่าย

เนมสเปซ http://schemas.google.com/dspl/2010
คำอธิบายประกอบ ตัวระบุในพื้นที่ที่ใช้ในชุดข้อมูล ตัวระบุในร้านต้องไม่ซ้ํากันภายในขอบเขตที่กําหนดไว้ เช่น รหัสพร็อพเพอร์ตี้ต้องไม่ซ้ํากันภายในแนวคิด รหัสคอลัมน์ต้องไม่ซ้ํากันภายในตาราง ตัวระบุในอุปกรณ์ต้องมีความยาวไม่เกิน 64 อักขระ
แผนผัง แผนผัง
ประเภท ข้อจํากัดของ xs:NCName
ข้อมูลประกอบ
ความยาวสูงสุด 64
ใช้โดย
แอตทริบิวต์ ข้อความ: {0}<a href="https://support.google.com/a/answer/12002268?hl=th">การตั้งค่า</a>:
แหล่งที่มา
<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