元素:ValuesGroup / value
命名空间 | http://schemas.google.com/dspl/2010 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
图示 | |||||||||||||
类型 | 值 | ||||||||||||
属性 |
|
||||||||||||
属性 |
|
||||||||||||
来源 |
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/> |
元素:ValuesGroup / conceptValue
命名空间 | http://schemas.google.com/dspl/2010 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
图示 | |||||||||||||
属性 |
|
||||||||||||
属性 |
|
||||||||||||
来源 |
<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
命名空间 | 没有命名空间 | |||
---|---|---|---|---|
注释 | 表格列的标识符。 | |||
类型 | 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> |
属性:ValuesGroup / @type
命名空间 | 没有命名空间 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
注释 | 表列的数据类型。中列的所有值 表格必须符合此数据类型。 | ||||||||||||||||||
类型 | DataType | ||||||||||||||||||
属性 |
|
||||||||||||||||||
分面 |
|
||||||||||||||||||
使用方数量 |
|
||||||||||||||||||
来源 |
<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 ValuesGroup
命名空间 | http://schemas.google.com/dspl/2010 | ||||
---|---|---|---|---|---|
注释 | 一组原子值。每个 locale(xml:lang 属性),并且最多只有一个不带语言区域的值。全部 值可以是 value 元素或 conceptValue 元素。 | ||||
图示 | |||||
使用方数量 |
|
||||
型号 | value* |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> |