Komponent: grupa wartości
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Diagram |
 |
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 |
 |
Właściwości |
|
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>
|
Przestrzeń nazw |
Brak przestrzeni nazw |
Typ |
xs:QName |
Właściwości |
|
Używane przez |
|
Źródło |
<xs:attribute name="concept" type="xs:QName" use="required"/>
|
Przestrzeń nazw |
Brak przestrzeni nazw |
Adnotacje |
Identyfikator kolumny tabeli. |
Typ |
LocalId |
Właściwości |
|
Aspekty |
|
Używane przez |
|
Ź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>
|
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 |
|
Aspekty |
wyliczenie |
ciąg znaków |
|
wyliczenie |
liczba zmiennoprzecinkowa |
|
wyliczenie |
liczba całkowita |
|
wyliczenie |
wartość logiczna |
|
wyliczenie |
data |
|
wyliczenie |
pomysł : koncepcja |
|
|
Używane przez |
|
Ź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>
|
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żywane przez |
|
Ź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 |
 |
Używane przez |
|
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.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[],["The `ValuesGroup` element defines a collection of atomic values, either as `value` or `conceptValue` elements. `conceptValue` must specify a `concept` attribute, while `value` can have a `lang` attribute. `ValuesGroup` attributes include `id` (required, up to 64 characters), `type` (required, with data type options), and `format` (optional, for parsing textual values). The `ValuesGroup` must contain one value per locale. The group is used by Table/column and complex types like Attribute and Values.\n"]]