コンポーネント: ValuesGroup

要素: ValuesGroup / 値

名前空間 http://schemas.google.com/dspl/2010
図 dspl7.tmp#id11
タイプ
プロパティ
content: 複雑
minOccurs: 0
maxOccurs: 制限なし
属性
QName タイプ 固定 デフォルト 使用 Annotation
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 タイプ 固定 デフォルト 使用 Annotation
コンセプト 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

名前空間 名前空間がありません
アノテーション テーブル列の識別子。
タイプ LocalId
プロパティ
次のコマンドを使用します。 必須
ファセット
最大の長さ 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
プロパティ
次のコマンドを使用します。 必須
ファセット
enumeration 文字列
enumeration float
enumeration integer
enumeration ブール値
enumeration date
enumeration 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/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>

要素: グループ ValuesGroup

名前空間 http://schemas.google.com/dspl/2010
アノテーション アトミック値のグループ。各要素に指定できる値は 言語 / 地域(xml:lang 属性)、言語 / 地域を含まない値を 1 つまで指定できます。すべて value は value 要素か 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 エディタ