Composant: LocalId

LocalId de type simple

Espace de noms http://schemas.google.com/dspl/2010
Annotations Identifiant local utilisé dans l'ensemble de données. Les identifiants locaux doivent être uniques dans le champ d'application dans lequel ils sont définis. Par exemple, les identifiants de propriété sont uniques au sein d'un concept et les identifiants de colonne sont uniques dans une table. La longueur des identifiants locaux est limitée à 64 caractères.
Diagramme Diagramme
Type Restriction de xs:NCName
Attributs
longueur maximale 64
Utilisé par
Attributs 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>

Ils sont créés à l'aide de l'éditeur XML oXygen.