Komponent: Identyfikator

Prosty identyfikator typu

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Identyfikator globalny używany w zbiorze danych (na potrzeby pojęć, wycinków i tematów). Długość identyfikatorów globalnych jest ograniczona do 64 znaków. Żadna wartość nie może występować w zbiorze danych dwukrotnie jako identyfikator globalny.
Diagram Diagram
Typ ograniczenie xs:ID
Aspekty
maxLength 64
Używane przez
Atrybuty Concept/@id, Wycinek/@id, Tabela/@id, Temat/@identyfikator
Źródło
<xs:simpleType name="Id">
  <xs:annotation>
    <xs:documentation>A global identifier used in the dataset (for concepts, slices
        and topics). The length of global identifiers is limited to 64
        characters. No value can appear twice as a global identifier
        in a dataset.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:ID">
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

Utworzono za pomocą oXygen XML Editor.