Page Summary
-
Simple Type Id is a global identifier used for concepts, slices, and topics within a dataset.
-
These identifiers have a maximum length of 64 characters and must be unique within the dataset.
-
It is a restriction of the xs:ID type and is used as an attribute in Concept, Slice, Table, and Topic elements.
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 | ![]() |
|||
| Type | restriction of xs:ID | |||
| Facets |
|
|||
| Used by |
|
|||
| 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.
