Komponen: LocalId

LocalId Jenis Sederhana

Namespace http://schemas.google.com/dspl/2010
Anotasi ID lokal yang digunakan dalam set data. ID lokal harus unik dalam cakupan yang ditentukan, misalnya, ID properti harus unik dalam sebuah konsep, ID kolom harus unik dalam tabel. Panjang ID lokal dibatasi hingga 64 karakter.
Diagram Diagram
Jenis pembatasan xs:NCName
Faset
PanjangPanjang 64
Digunakan oleh
Atribut Attribute/@id, DraftProperty/@id, DraftTableMapping/@ref, DraftTableMapping/mapDraft/@toColumn, DraftTableMapping/mapProperty/@ref, DraftTableMapping/mapProperty/@toColumn, 6SliceTableMapping/mapDimension/@toColumn, 6S besar/@Column @@Column @@Column
Sumber
<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>

Dibuat menggunakan Editor XML oXygen.