コンポーネント: ValuesGroup
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
名前空間 |
http://schemas.google.com/dspl/2010 |
図 |
 |
タイプ |
値 |
プロパティ |
content: |
複雑 |
minOccurs: |
0 |
maxOccurs: |
制限なし |
|
属性 |
QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
lang |
|
|
|
省略可 |
|
|
ソース |
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>
|
名前空間 |
http://schemas.google.com/dspl/2010 |
図 |
 |
プロパティ |
|
属性 |
QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
コンセプト |
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"/>
|
名前空間 |
名前空間がありません |
アノテーション |
テーブル列の識別子。 |
タイプ |
LocalId |
プロパティ |
|
ファセット |
|
使用者 |
|
ソース |
<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 |
プロパティ |
|
ファセット |
enumeration |
文字列 |
|
enumeration |
float |
|
enumeration |
integer |
|
enumeration |
ブール値 |
|
enumeration |
date |
|
enumeration |
concept |
|
|
使用者 |
|
ソース |
<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>
|
要素: グループ ValuesGroup
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
アトミック値のグループ。各要素に指定できる値は
言語 / 地域(xml:lang 属性)、言語 / 地域を含まない値を 1 つまで指定できます。すべて
value は value 要素か 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 エディタ。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","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 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"]]