元件:valuesGroup

元素:ValuesGroup / 值

命名空間 http://schemas.google.com/dspl/2010
圖表 圖表 dspl7.tmp#id11
類型
屬性
content: 複雜
minOccurs: 0
maxOccurs: 無限制
屬性
QName 類型 Fixed 預設 使用 註解
lang 選擇性
資料來源
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>

元素:ValuesGroup / conceptValue

命名空間 http://schemas.google.com/dspl/2010
圖表 圖表 dspl0.tmp#id13
屬性
content: 複雜
minOccurs: 0
屬性
QName 類型 Fixed 預設 使用 註解
概念 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 / @concept

命名空間 沒有命名空間
類型 Xs:QName
屬性
而應改為使用下列指令: 必要
使用這項素材資源的廣告
元素 值群組/概念值
資料來源
<xs:attribute name="concept" type="xs:QName" use="required"/>

屬性:ValuesGroup / @id

命名空間 沒有命名空間
註解 表格欄的 ID。
類型 地區 ID
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 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

命名空間 沒有命名空間
註解 表格欄的資料類型。資料表中所有的資料欄都必須符合這個資料類型。
類型 資料類型
屬性
而應改為使用下列指令: 必要
商情項目
列舉 string
列舉 浮動
列舉 整數
列舉 布林值
列舉 date
列舉 概念
使用這項素材資源的廣告
元素 表格/資料欄
資料來源
<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:字串
屬性
而應改為使用下列指令: 選擇性
使用這項素材資源的廣告
元素 表格/資料欄
資料來源
<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
註解 不可部分完成的值。每個語言代碼最多只能有一個值 (xml:lang 屬性),且最多只能有一個不含語言代碼的值。所有值都是值元素或 conceptValue 元素。
圖表 圖表 dspl0.tmp#id10 dspl0.tmp#id12
使用這項素材資源的廣告
元素 表格/資料欄
複雜類型 屬性
模型 值* | conceptValue{0,1}
兒童 conceptValuevalue
資料來源
<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 編輯器建立。