Component: LocalId

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 Diagram
Type restriction of xs:NCName
Facets
maxLength 64
Used by
Attributes Attribute/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toColumn, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, SliceTableMapping/mapMetric/@toColumn, Table/column/@id, ValuesGroup/@id
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.