コンポーネント: 属性

要素: 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 タイプ Fixed デフォルト 使う 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})
子供向け conceptValueinfotypevalue
属性
QName タイプ Fixed デフォルト 使う Annotation
コンセプト xs:QName 省略可 属性の値に対応するコンセプトへの参照。属性で型を指定する場合、その型は参照されるコンセプトの型と一致する必要があります。外部コンセプトへの参照は、「prefix:other_concept_id」の形式にする必要があります。「prefix」は、外部データセットの名前空間に使用される接頭辞です(XML 名前空間を参照)。
id LocalId 省略可 コンセプト属性の ID。この識別子は、コンセプト内で(属性とプロパティ全体で)一意である必要があります。コンセプト属性が指定されている場合、ID は省略できます。その場合、ID は参照先のコンセプトのローカル名の値を使用して暗黙的に作成されます。たとえば、<attribute concept="unit:currency"/> は、次の値と同等です。 <attribute id="currency" concept="unit:currency"/>
ソース
<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 string
enumeration float
enumeration integer
enumeration boolean
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。この識別子は、コンセプト内で(属性とプロパティ全体で)一意である必要があります。concept 属性が指定されている場合、ID は省略できます。その場合、ID は参照先のコンセプトのローカル名の値を使用して暗黙的に作成されます。たとえば、<attribute concept="unit:currency"/> は、 <attribute id="currency" concept="unit:currency"/>と同等です。
タイプ LocalId
プロパティ
次のコマンドを使用します。 省略可
ファセット
maxLength 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」の形式にする必要があります。「prefix」は、外部データセットの名前空間に使用される接頭辞です(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 エディタを使用して作成されます。