组件:ValuesGroup

元素:ValuesGroup / value

命名空间 http://schemas.google.com/dspl/2010
图示 图示 dspl7.tmp#id11
类型
属性
content: 复杂
minOccurs: 0
maxOccurs: 无界限
属性
QName 类型 已修复 默认 使用 注解
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 类型 已修复 默认 使用 注解
概念 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
属性
而应使用以下命令: 必需
使用方数量
元素 ValuesGroup/conceptValue
来源
<xs:attribute name="concept" type="xs:QName" use="required"/>

属性:ValuesGroup / @id

命名空间 没有命名空间
注释 表格列的标识符。
类型 本地 ID
属性
而应使用以下命令: 必需
属性
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
属性
而应使用以下命令: 必需
属性
枚举 字符串
枚举 float
枚举 integer
枚举 布尔值
枚举 date
枚举 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>

属性:ValuesGroup / @format

命名空间 没有命名空间
注释 列的格式,用于解析值的文本表示。日期格式定义如下:http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateFormat.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 ValuesGroup

命名空间 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 编辑器创建。