Composant: LocalId

Type simple LocalId

Namespace 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 ID de propriété sont uniques au sein d'un concept et les ID de colonne sont uniques dans une table. La longueur des identifiants locaux est limitée à 64 caractères.
Diagramme Diagramme
Type restriction xs:NCName
Facets
maxLength 64
Utilisé par
Attributs Attribut/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toColumn, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, {Table4Table}
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>

Créé à l'aide de l'éditeur XML OXygen