Componente: atributo

Elemento: Attribute / info

Namespace http://schemas.google.com/dspl/2010
Anotações Informações textuais sobre o atributo.
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tipo Informações
Propriedades
content: complexo
minOccurs: 0
Modelo nome, description{0,1}, url{0,1}
Children descrição, nome, URL
Instância
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Fonte
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the attribute.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Attribute / type

Namespace http://schemas.google.com/dspl/2010
Anotações O tipo de dados do atributo.
Diagrama Diagrama dspl14.tmp#id21 dspl14.tmp#id23
Propriedades
content: complexo
minOccurs: 0
Atributos
QName Tipo Fixo Padrão Uso Annotation
formato x:string opcional Um formato para o valor, usado para analisar uma representação textual dos valores. Consulte [Especificações de formatos de data] para ver as datas.
referência DataType exigiu
Fonte
<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>

Tipo complexo: atributo

Namespace http://schemas.google.com/dspl/2010
Anotações Um atributo de um conjunto de dados ou conceito.
Diagrama Diagrama dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Usados por
Elementos Conceito/atributo, dspl/atributo
Modelo info{0,1} , type{0,1} , (value* | conceptValue{0,1})
Children conceptValue, informação, tipo e valor
Atributos
QName Tipo Fixo Padrão Uso Annotation
conceito xs:QName opcional Uma referência a um conceito que corresponde aos valores do atributo. Se o atributo especificar um tipo, ele precisará corresponder ao tipo do conceito referenciado. Uma referência a um conceito externo precisa estar no formato "prefix:other_concept_id", em que "prefixo" é o prefixo usado para o namespace do conjunto de dados externo (consulte namespaces XML).
id LocalId (em inglês) opcional O ID do atributo do conceito. Esse identificador precisa ser exclusivo no conceito (entre atributos e propriedades). O ID pode ser omitido se o atributo do conceito for especificado. Nesse caso, um ID é implicitamente criado com o valor do nome local do conceito referenciado. Por exemplo, <attribute conceitua="unit:currency"/> é equivalente a <attribute id="currency" conceitua="unit:currency"/>
Fonte
<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>

Atributo: Atributo / tipo / @ref

Namespace Nenhum namespace
Tipo DataType
Propriedades
use: exigiu
Facets
enumeração string
enumeração float
enumeração integer
enumeração boolean
enumeração date
enumeração concept
Usados por
Elemento Atributo/tipo
Fonte
<xs:attribute name="ref" type="DataType" use="required"/>

Atributo: Atributo / tipo / @format

Namespace Nenhum namespace
Anotações Um formato para o valor, usado para analisar uma representação textual dos valores. Consulte [Especificações de formatos de data] para ver as datas.
Tipo x:string
Propriedades
use: opcional
Usados por
Elemento Atributo/tipo
Fonte
<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>

Atributo: Atributo / @id

Namespace Nenhum namespace
Anotações O ID do atributo do conceito. Esse identificador precisa ser exclusivo no conceito (entre atributos e propriedades). O ID pode ser omitido se o atributo do conceito for especificado. Nesse caso, um ID é implicitamente criado com o valor do nome local do conceito referenciado. Por exemplo, <attribute conceitua="unit:currency"/> é equivalente a <attribute id="currency" conceitua="unit:currency"/>
Tipo LocalId (em inglês)
Propriedades
use: opcional
Facets
maxLength 64
Usados por
Tipo complexo Attribute
Fonte
<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>

Atributo: Atributo / @concept

Namespace Nenhum namespace
Anotações Uma referência a um conceito que corresponde aos valores do atributo. Se o atributo especificar um tipo, ele precisará corresponder ao tipo do conceito referenciado. Uma referência a um conceito externo precisa estar no formato "prefix:other_concept_id", em que "prefixo" é o prefixo usado para o namespace do conjunto de dados externo (consulte namespaces XML).
Tipo xs:QName
Propriedades
use: opcional
Usados por
Tipo complexo Attribute
Fonte
<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>

Criado com o editor XML oXygen.