Komponente: LocalId

Einfacher Typ „LocalId“

Namespace http://schemas.google.com/dspl/2010
Annotationen Eine im Dataset verwendete lokale Kennung. Lokale IDs müssen innerhalb des Bereichs, in dem sie definiert sind, eindeutig sein. Property-IDs sind z. B. innerhalb eines Konzepts eindeutig, Spalten-IDs innerhalb einer Tabelle eindeutig. Lokale Kennungen dürfen maximal 64 Zeichen lang sein.
Diagramm Diagramm
Typ Einschränkung von xs:NCName
Attribute
maxLength 64
Verwendet von
Attribute Attribute/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toColumn, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/map/map/@tomapColumn,@Table/Value/Value,@toTable/Value
Quelle
<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>

Mit dem oXygen XML Editor erstellt.