Component: Id

Simple Type Id

Namespace http://schemas.google.com/dspl/2010
Annotations 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.
Diagram Diagram
Type restriction of xs:ID
Facets
maxLength 64
Used by
Attributes Concept/@id, Slice/@id, Table/@id, Topic/@id
Source
<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>

Created using the oXygen XML Editor.