คอมโพเนนต์: ValueGroup
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เนมสเปซ |
http://schemas.google.com/dspl/2010 |
แผนภาพ |
 |
ประเภท |
ค่า |
พร็อพเพอร์ตี้ |
เนื้อหา: |
ซับซ้อน |
ขั้นต่ำ: |
0 |
maxOccurs: |
ไร้ขอบเขต |
|
Attributes |
QName |
ประเภท |
คงที่ |
ค่าเริ่มต้น |
ใช้ |
หมายเหตุ |
lang |
|
|
|
ไม่บังคับ |
|
|
แหล่งที่มา |
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>
|
องค์ประกอบ: ValuesGroup / conceptValue
เนมสเปซ |
http://schemas.google.com/dspl/2010 |
แผนภาพ |
 |
พร็อพเพอร์ตี้ |
เนื้อหา: |
ซับซ้อน |
ขั้นต่ำ: |
0 |
|
Attributes |
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"/>
|
เนมสเปซ |
ไม่มีเนมสเปซ |
คำอธิบายประกอบ |
ตัวระบุคอลัมน์ในตาราง |
ประเภท |
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 |
พร็อพเพอร์ตี้ |
|
ข้อมูลประกอบ |
การแจงนับ |
สตริง |
|
การแจงนับ |
จำนวนลอยตัว |
|
การแจงนับ |
จำนวนเต็ม |
|
การแจงนับ |
boolean |
|
การแจงนับ |
วันที่ |
|
การแจงนับ |
แนวคิด |
|
|
ใช้โดย |
|
แหล่งที่มา |
<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 ValueGroup
เนมสเปซ |
http://schemas.google.com/dspl/2010 |
คำอธิบายประกอบ |
กลุ่มของค่าอะตอม ต้องมีไม่เกิน 1 ค่าต่อ
ภาษา (แอตทริบิวต์ xml:lang) และมีค่าสูงสุด 1 ค่าที่ไม่มีภาษา ทั้งหมด
ค่าอาจเป็นองค์ประกอบของค่าหรือองค์ประกอบ configValue |
แผนภาพ |
 |
ใช้โดย |
|
รุ่น |
มูลค่า* | 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>
|
สร้างโดยใช้
ตัวแก้ไข XML ของ oXygen
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]