元件:valuesGroup
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
命名空間 |
http://schemas.google.com/dspl/2010 |
圖表 |
 |
類型 |
值 |
屬性 |
content: |
複雜 |
分鐘數: |
0 |
maxOccurs: |
無界限 |
|
屬性 |
QName |
類型 |
固定 |
預設 |
使用 |
註解 |
lang |
|
|
|
選用 |
|
|
來源 |
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>
|
命名空間 |
http://schemas.google.com/dspl/2010 |
圖表 |
 |
屬性 |
|
屬性 |
QName |
類型 |
固定 |
預設 |
使用 |
註解 |
概念 |
xs:QName |
|
|
必填 |
|
|
來源 |
<xs:element name="conceptValue" minOccurs="0">
<xs:complexType>
<xs:attribute name="concept" type="xs:QName" use="required"/>
</xs:complexType>
</xs:element>
|
命名空間 |
沒有命名空間 |
類型 |
xs:QName |
屬性 |
|
使用這項素材資源的廣告 |
|
來源 |
<xs:attribute name="concept" type="xs:QName" use="required"/>
|
命名空間 |
沒有命名空間 |
註解 |
表格欄的 ID。 |
類型 |
LocalId |
屬性 |
|
facet |
|
使用這項素材資源的廣告 |
|
來源 |
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
命名空間 |
沒有命名空間 |
註解 |
表格欄的資料類型。資料欄內所有的值
資料表必須符合這個資料類型。 |
類型 |
DataType |
屬性 |
|
facet |
列舉 |
字串 |
|
列舉 |
float |
|
列舉 |
整數 |
|
列舉 |
布林值 |
|
列舉 |
日期 |
|
列舉 |
概念 |
|
|
使用這項素材資源的廣告 |
|
來源 |
<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>
|
命名空間 |
沒有命名空間 |
註解 |
資料欄的格式,用來剖析文字形式
這些值。日期格式的定義依據:
http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html |
類型 |
xs:string |
屬性 |
|
使用這項素材資源的廣告 |
|
來源 |
<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>
|
元素:Group ValuesGroup
命名空間 |
http://schemas.google.com/dspl/2010 |
註解 |
一組原子值,每個項目最多只能有一個值
語言代碼 (xml:lang 屬性),且最多只有一個沒有語言代碼的值。所有語言
可以是值元素或 conceptValue 元素。 |
圖表 |
 |
使用這項素材資源的廣告 |
|
型號 |
值* |conceptValue{0,1} |
子項 |
conceptValue、value |
來源 |
<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>
|
使用
oXygen XML 編輯器。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],["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"]]