Komponent: identyfikator lokalny

Prosty typ lokalny

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Lokalny identyfikator używany w zbiorze danych. Identyfikatory lokalne muszą muszą być unikalne w zakresie, w którym zostały zdefiniowane.Np. identyfikatory usług są unikalne w ramach danej koncepcji, identyfikatory kolumn są unikalne w obrębie tabeli; Długość identyfikatorów lokalnych może mieć maksymalnie 64 znaki.
Diagram Diagram
Typ ograniczenie xs:NCName
Aspekty
maksymalna długość 64
Używane przez
Atrybuty Attribute/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toColumn, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, SliceTableMapping/mapMetric/@toColumn, Tabela/kolumna/@identyfikator, Grupa wartości/@identyfikator
Źródło
<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>

Utworzono za pomocą oXygen XML Editor.