Komponente: ID

Einfache Typ-ID

Namespace http://schemas.google.com/dspl/2010
Annotationen Eine im Dataset verwendete globale Kennung (für Konzepte, Segmente und Themen). Die Länge globaler Kennungen ist auf 64 begrenzt Zeichen. Kein Wert darf doppelt als globale Kennung in einem Dataset.
Diagramm Diagramm
Typ Einschränkung von xs:ID
Attribute
maxLength 64
Verwendet von
Attribute Concept/@id, Slice/@id, Table/@id, Topic/@id
Quelle
<xs:simpleType name="Id">
  <xs:annotation>
    <xs:documentation>A global identifier used in the dataset (for concepts, slices
        and topics). The length of global identifiers is limited to 64
        characters. No value can appear twice as a global identifier
        in a dataset.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:ID">
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

Erstellt mit dem oXygen XML Editor