Komponent: atrybut

Element: atrybut / informacje

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Informacje tekstowe dotyczące atrybutu.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Typ Informacje
Usługi
zawartość: Złożone
minOcuss: 0
Model name , description{0,1} , url{0,1}
Dzieci opis, nazwa, url
Instancja
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Źródło
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the attribute.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: atrybut / typ

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Typ danych atrybutu.
Diagram Diagram dspl14.tmp#id21 dspl14.tmp#id23
Usługi
zawartość: Złożone
minOcuss: 0
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
format xs:ciąg_znaków opcjonalne Format wartości, który służy do analizy tekstu reprezentującego wartości. Listę dat znajdziesz w [specyfikacji formatów daty].
ref Typ danych wymagany
Źródło
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Typ złożoności: atrybut

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Atrybut zbioru danych lub koncepcji.
Diagram Diagram dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10, dspl0.tmp#id12 dspl0.tmp#id9
Używane przez
Elementy Pojęcie/atrybut, dspl/attribute
Model info{0,1} , type{0,1} , (wartość* | conceptValue{0,1})
Dzieci conceptValue, info, type, value
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
pomysł xs:QName opcjonalne Odniesienie do koncepcji, która odpowiada wartościom atrybutu. Jeśli atrybut określa typ, musi on być zgodny z typem wskazanej koncepcji. Odniesienie do koncepcji zewnętrznej musi mieć postać „prefix:other_concept_id”, gdzie „prefix” to prefiks używany w przestrzeni nazw zewnętrznego zbioru danych (zobacz przestrzenie XML).
id Identyfikator lokalny opcjonalne Identyfikator atrybutu koncepcyjnego. Ten identyfikator musi być unikalny w obrębie koncepcji (w ramach różnych atrybutów i właściwości). Identyfikator może zostać pominięty, jeśli określono atrybut koncepcyjny. W tym przypadku jest to domyślnie identyfikator o wartości lokalnej nazwy odniesienia. Na przykład <attribute concept="unit:currency"/> jest tożsame z <attribute id="currency" concept="unit:currency"/>
Źródło
<xs:complexType name="Attribute">
  <xs:annotation>
    <xs:documentation>An attribute of a dataset or a concept.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the attribute.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the attribute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:group ref="ValuesGroup" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept attribute is specified. In that case, an id is
          implicity created with value the local name of the referenced concept. For instance

          <attribute concept="unit:currency"/>

          is equivalent to

          <attribute id="currency" concept="unit:currency"/></xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="concept" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>A reference to a concept that corresponds to the values of the attribute.

          If the attribute specifies a type, then the type must match the type of
          the referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Atrybut: Atrybut / typ / @ref

Przestrzeń nazw Brak przestrzeni nazw
Typ Typ danych
Usługi
użyj: wymagany
Aspekty
wyliczenie tekst
wyliczenie liczba zmiennoprzecinkowa
wyliczenie liczba całkowita
wyliczenie wartość logiczna
wyliczenie data
wyliczenie pomysł : koncepcja
Używane przez
Element Atrybut/typ
Źródło
<xs:attribute name="ref" type="DataType" use="required"/>

Atrybut: atrybut / typ / @format

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Format wartości, który służy do analizy tekstu. Więcej informacji znajdziesz w [specyfikacji formatów daty].
Typ xs:ciąg_znaków
Usługi
użyj: opcjonalne
Używane przez
Element Atrybut/typ
Źródło
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: Atrybut / @id

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator atrybutu koncepcyjnego. Ten identyfikator musi być unikalny w obrębie koncepcji (w ramach różnych atrybutów i właściwości). Identyfikator może zostać pominięty, jeśli określono atrybut koncepcyjny. W takim przypadku identyfikator zostanie domyślnie utworzony z wartością lokalną nazwy odniesienia. Na przykład <attribute concept="unit:currency"/> jest tożsame z <attribute id="currency" concept="unit:currency"/>
Typ Identyfikator lokalny
Usługi
użyj: opcjonalne
Aspekty
maksymalna długość 64
Używane przez
Typ Złożony Atrybut
Źródło
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept attribute is specified. In that case, an id is
          implicity created with value the local name of the referenced concept. For instance

          <attribute concept="unit:currency"/>

          is equivalent to

          <attribute id="currency" concept="unit:currency"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: Atrybut / @concept

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Odniesienie do koncepcji, która odpowiada wartościom atrybutu. Jeśli atrybut określa typ, musi on być zgodny z typem odniesienia. Odniesienie do koncepcji zewnętrznej musi mieć postać „prefix:other_concept_id”, gdzie „prefix” to prefiks używany w przestrzeni nazw zewnętrznego zbioru danych (zobacz przestrzenie XML).
Typ xs:QName
Usługi
użyj: opcjonalne
Używane przez
Typ Złożony Atrybut
Źródło
<xs:attribute name="concept" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>A reference to a concept that corresponds to the values of the attribute.

          If the attribute specifies a type, then the type must match the type of
          the referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

utworzonych w edytorze XML Oxygen,