コンポーネント: 属性

要素: Attribute / info

名前空間 http://schemas.google.com/dspl/2010
アノテーション 属性に関するテキスト情報。
図 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
タイプ 情報
プロパティ
content: 複雑
minOccurs: 0
モデル namedescription{0,1}url{0,1}
子供 descriptionnameurl
インスタンス
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
ソース
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the attribute.</xs:documentation>
  </xs:annotation>
</xs:element>

要素: 属性 / 型

名前空間 http://schemas.google.com/dspl/2010
アノテーション 属性のデータ型。
図 dspl14.tmp#id21 dspl14.tmp#id23
プロパティ
content: 複雑
minOccurs: 0
属性
QName タイプ 固定 デフォルト 使用 Annotation
形式 xs:string 省略可 値の形式。テキストの解析や 値を表現します。[日付形式の仕様] を参照
参照 DataType 必須
ソース
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

複合型: 属性

名前空間 http://schemas.google.com/dspl/2010
アノテーション データセットまたはコンセプトの属性。
図 dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
使用者
要素 コンセプト/属性dspl/属性
モデル info{0,1}type{0,1}、(value* |conceptValue{0,1}
子供 conceptValueinfotype
属性
QName タイプ 固定 デフォルト 使用 Annotation
コンセプト xs:QName 省略可 値に対応するコンセプトへの参照 使用します。属性でタイプが指定されている場合、そのタイプは 参照されるコンセプトのタイプと一致している必要があります。参照: 外部コンセプトは、 "prefix:other_concept_id"("prefix") 外部データセットの名前空間に使用される接頭辞(XML を参照 実装します。
id LocalId 省略可 コンセプト属性の ID。この識別子は、 (属性とプロパティ全体で)一意でなければなりません。「 concept 属性が指定されている場合、id は省略できます。その 場合、ID は、そのサービスのローカル名の値で暗黙的に作成されます。 参照されるコンセプトです。例: <attribute concept=&quot;unit:currency&quot;/&gt;は次と同等です: <attribute id="currency" concept=&quot;unit:currency&quot;/&gt;
ソース
<xs:complexType name="Attribute">
  <xs:annotation>
    <xs:documentation>An attribute of a dataset or a concept.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the attribute.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the attribute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:group ref="ValuesGroup" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept attribute is specified. In that case, an id is
          implicity created with value the local name of the referenced concept. For instance

          <attribute concept="unit:currency"/>

          is equivalent to

          <attribute id="currency" concept="unit:currency"/></xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="concept" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>A reference to a concept that corresponds to the values of the attribute.

          If the attribute specifies a type, then the type must match the type of
          the referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

属性: 属性 / タイプ / @ref

名前空間 名前空間がありません
タイプ DataType
プロパティ
次のコマンドを使用します。 必須
ファセット
enumeration 文字列
enumeration float
enumeration integer
enumeration ブール値
enumeration date
enumeration concept
使用者
要素 属性/型
ソース
<xs:attribute name="ref" type="DataType" use="required"/>

属性: Attribute / type / @format

名前空間 名前空間がありません
アノテーション 値の形式。テキスト表現の解析に使用されます。 作成されます。日付については、[日付形式の仕様] をご覧ください。
タイプ xs:string
プロパティ
次のコマンドを使用します。 省略可
使用者
要素 属性/型
ソース
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the value, used to parse a textual
                representation of the values. See [Date formats spec]
                for dates.</xs:documentation>
  </xs:annotation>
</xs:attribute>

属性: 属性 / @id

名前空間 名前空間がありません
アノテーション コンセプト属性の ID。この ID は一意である必要があります (属性とプロパティにまたがる)。ID は コンセプト属性が指定されている場合は省略されます。この場合、ID は 参照先のコンセプトのローカル名の値を使用して暗黙的に作成されます。 例: <attribute concept="unit:currency"/> <attribute id="currency" と同等 concept=&quot;unit:currency&quot;/&gt;
タイプ LocalId
プロパティ
次のコマンドを使用します。 省略可
ファセット
最大の長さ 64
使用者
複合型 属性
ソース
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept attribute is specified. In that case, an id is
          implicity created with value the local name of the referenced concept. For instance

          <attribute concept="unit:currency"/>

          is equivalent to

          <attribute id="currency" concept="unit:currency"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

属性: Attribute / @concept

名前空間 名前空間がありません
アノテーション 属性です。属性でタイプを指定する場合、そのタイプは一致している必要があります。 参照されるコンセプトの型。外部コンセプトへの参照 「prefix:other_concept_id」の形式にする必要があります。 "接頭辞"外部 IP アドレスの名前空間に使用される接頭辞です。 (XML 名前空間を参照)。
タイプ xs:QName
プロパティ
次のコマンドを使用します。 省略可
使用者
複合型 属性
ソース
<xs:attribute name="concept" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>A reference to a concept that corresponds to the values of the attribute.

          If the attribute specifies a type, then the type must match the type of
          the referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

次を使用して作成: oXygen XML エディタ