คอมโพเนนต์: ValueGroup

องค์ประกอบ: ValuesGroup / ค่า

เนมสเปซ http://schemas.google.com/dspl/2010
แผนภาพ แผนภาพ dspl7.tmp#id11
ประเภท ค่า
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
ขั้นต่ำ: 0
maxOccurs: ไร้ขอบเขต
Attributes
QName ประเภท คงที่ ค่าเริ่มต้น ใช้ หมายเหตุ
lang ไม่บังคับ
แหล่งที่มา
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>

องค์ประกอบ: ValuesGroup / conceptValue

เนมสเปซ http://schemas.google.com/dspl/2010
แผนภาพ แผนภาพ dspl0.tmp#id13
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
ขั้นต่ำ: 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>

แอตทริบิวต์: ValuesGroup / conceptValue / @แนวคิด

เนมสเปซ ไม่มีเนมสเปซ
ประเภท xs:QName
พร็อพเพอร์ตี้
ใช้: จำเป็น
ใช้โดย
องค์ประกอบ ValuesGroup/conceptValue
แหล่งที่มา
<xs:attribute name="concept" type="xs:QName" use="required"/>

แอตทริบิวต์: ValuesGroup / @id

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ ตัวระบุคอลัมน์ในตาราง
ประเภท LocalId
พร็อพเพอร์ตี้
ใช้: จำเป็น
ข้อมูลประกอบ
maxLength 64
ใช้โดย
องค์ประกอบ ตาราง/คอลัมน์
แหล่งที่มา
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

แอตทริบิวต์: ValuesGroup / @type

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ ประเภทข้อมูลของคอลัมน์ในตาราง ค่าทั้งหมดของคอลัมน์ใน ตารางต้องสอดคล้องกับข้อมูลประเภทนี้
ประเภท 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>

แอตทริบิวต์: ValuesGroup / @format

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ รูปแบบสำหรับคอลัมน์ ใช้ในการแยกวิเคราะห์การนำเสนอข้อความ มูลค่า รูปแบบวันที่จะกำหนดโดยสิ่งต่อไปนี้ 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
แผนภาพ แผนภาพ dspl0.tmp#id10 dspl0.tmp#id12
ใช้โดย
องค์ประกอบ ตาราง/คอลัมน์
ประเภทที่ซับซ้อน แอตทริบิวต์, ค่า
รุ่น มูลค่า* | 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