Komponente: ID

ID des einfachen Typs

Namespace http://schemas.google.com/dspl/2010
Annotationen Eine im Dataset verwendete globale Kennung (für Konzepte, Segmente und Themen). Globale Kennungen sind auf 64 Zeichen beschränkt. Kein Wert darf zweimal als globale Kennzeichnung in einem Dataset vorkommen.
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.