Komponent: LocalId

Prosty typ LocalId

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Lokalny identyfikator używany w zbiorze danych. Identyfikatory lokalne muszą być unikalne w zakresie, w którym są zdefiniowane, np. identyfikatory usług są unikalne w ramach pomysłu, identyfikatory kolumn są unikalne w tabeli. Długość identyfikatorów lokalnych jest ograniczona do 64 znaków.
Diagram Diagram
Typ ograniczenie xs:NCName
Aspekty
maksymalna długość 64
Używane przez
Atrybuty Attribute/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toKolumna, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapWymiar/@dokolumny/kolumna/1/{1kolumna1}}
Ź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>

utworzonych w edytorze XML Oxygen,