Komponent: grupa wartości

Element: ValuesGroup / wartość

Przestrzeń nazw http://schemas.google.com/dspl/2010
Diagram Diagram dspl7.tmp#id11
Typ Wartość
Właściwości
treść: Złożone
min.: 0
maxOccurs: nieograniczony
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
lang opcjonalnie
Źródło
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>

Element: ValuesGroup / ConceptValue

Przestrzeń nazw http://schemas.google.com/dspl/2010
Diagram Diagram dspl0.tmp#id13
Właściwości
treść: Złożone
min.: 0
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
koncepcja xs:QName wymagane
Źródło
<xs:element name="conceptValue" minOccurs="0">
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required"/>
  </xs:complexType>
</xs:element>

Atrybut: ValuesGroup / conceptValue / @Concept

Przestrzeń nazw Brak przestrzeni nazw
Typ xs:QName
Właściwości
użyj: wymagane
Używane przez
Element Grupa-wartości/wartośćPojęcia
Źródło
<xs:attribute name="concept" type="xs:QName" use="required"/>

Atrybut: ValuesGroup / @id

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Identyfikator kolumny tabeli.
Typ LocalId
Właściwości
użyj: wymagane
Aspekty
maksymalna długość 64
Używane przez
Element Tabela/kolumna
Źródło
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: ValuesGroup / @type

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Typ danych w kolumnie tabeli. Wszystkie wartości kolumny w argumencie tabela musi być zgodna z tym typem danych.
Typ DataType
Właściwości
użyj: wymagane
Aspekty
wyliczenie ciąg znaków
wyliczenie liczba zmiennoprzecinkowa
wyliczenie liczba całkowita
wyliczenie wartość logiczna
wyliczenie data
wyliczenie pomysł : koncepcja
Używane przez
Element Tabela/kolumna
Źródło
<xs:attribute name="type" type="DataType" use="required">
  <xs:annotation>
    <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atrybut: ValuesGroup / @format

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Format kolumny używany do analizowania reprezentacji tekstowej tych wartości. Formaty daty są definiowane przez: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Typ xs:string
Właściwości
użyj: opcjonalnie
Używane przez
Element Tabela/kolumna
Źródło
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
  </xs:annotation>
</xs:attribute>

Element: Group ValueGroup

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Grupa wartości atomowych. W polu tekstowym można wpisać maksymalnie jedną wartość locale (atrybut XML:lang) i maksymalnie jedną wartość bez ustawienia języka. Wszystkie są elementami value lub ConceptValue.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12
Używane przez
Element Tabela/kolumna
Typy złożone Atrybut, Wartości
Model wartość* | conceptValue{0,1}
Dzieci conceptValue, value
Źródło
<xs:group name="ValuesGroup">
  <xs:annotation>
    <xs:documentation>A group of atomic values. There must be at most one value per locale
        (xml:lang attribute), and at most one value with no locale.
        All values are either value elements or conceptValue elements.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="conceptValue" minOccurs="0">
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:choice>
</xs:group>

Utworzono za pomocą oXygen XML Editor.