AI-generated Key Takeaways
-
LocalId
is a simple type used for defining local identifiers within a dataset. -
These identifiers must be unique within their defined scope (e.g., property IDs within a concept).
-
LocalId
is restricted to a maximum length of 64 characters and follows thexs:NCName
format. -
It's used to identify various elements like attributes, concept properties, table columns, and value groups.
Simple Type LocalId
Namespace | http://schemas.google.com/dspl/2010 | |||
---|---|---|---|---|
Annotations | 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. | |||
Diagram | ![]() |
|||
Type | restriction of xs:NCName | |||
Facets |
|
|||
Used by | ||||
Source |
<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> |
Created using the oXygen XML Editor.