Componente: Atributo

Elemento: Atributo/información

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Información textual sobre el atributo.
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tipo Información
Propiedades
content: complejo
minOccurs: 0
Modelo nombre, descripción{0,1}, url{0,1}
Children descripción, nombre, URL
Instancia
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Fuente
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the attribute.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Atributo / tipo

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones El tipo de datos del atributo.
Diagrama Diagrama dspl14.tmp#id21 dspl14.tmp#id23
Propiedades
content: complejo
minOccurs: 0
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
formato xs:string columna Formato para el valor, que se usa a fin de analizar una representación textual de los valores. Consulta las [especificaciones de los formatos de fecha] para conocer las fechas.
ref Tipo de datos required
Fuente
<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 complejo: atributo

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Un atributo de un conjunto de datos o un concepto.
Diagrama Diagrama dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 despl0.tmp#id9
Utilizado por
Elementos Concepto/atributo, dspl/atributo
Modelo info{0,1}, tipo{0,1}, (valor* | conceptValue{0,1})
Children conceptValue, info, type, value
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
concepto xs:nombredeQ columna Referencia a un concepto que corresponde a los valores del atributo. Si el atributo especifica un tipo, este debe coincidir con el tipo del concepto al que se hace referencia. Una referencia a un concepto externo debe tener el formato “prefix:other_concept_id”, en el que “prefix” es el prefijo que se usa para el espacio de nombres del conjunto de datos externo (consulta los espacios de nombres XML).
id LocalId columna El ID del atributo de concepto. Este identificador debe ser único dentro del concepto (en todos los atributos y propiedades). El ID se puede omitir si se especifica el atributo de concepto. En ese caso, un ID se crea de forma implícita con el valor local del concepto al que se hace referencia. Por ejemplo, <attribute ="="unit:currency"/> es equivalente a <attribute id="currency" concept="unit:currency"/>
Fuente
<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

Espacio de nombres No hay espacios de nombres
Tipo Tipo de datos
Propiedades
utiliza esto: required
Facets
enumeración string
enumeración float
enumeración integer
enumeración boolean
enumeración fecha
enumeración concepto
Utilizado por
Elemento Atributo/tipo
Fuente
<xs:attribute name="ref" type="DataType" use="required"/>

Atributo: Atributo/tipo/ @format

Espacio de nombres No hay espacios de nombres
Anotaciones Formato para el valor, que se usa a fin de analizar una representación textual de los valores. Consulte [especificaciones de los formatos de fecha] para conocer las fechas.
Tipo xs:string
Propiedades
utiliza esto: columna
Utilizado por
Elemento Atributo/tipo
Fuente
<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

Espacio de nombres No hay espacios de nombres
Anotaciones El ID del atributo de concepto. Este identificador debe ser único dentro del concepto (en todos los atributos y propiedades). El ID se puede omitir si se especifica el atributo de concepto. En ese caso, un ID se crea de forma implícita con el valor local del concepto al que se hace referencia. Por ejemplo, <attribute concept="unit:currency"/> es equivalente a <attribute id="currency" concept="unit:currency"/>
Tipo LocalId
Propiedades
utiliza esto: columna
Facets
maxLength 64
Utilizado por
Tipo complejo Attribute
Fuente
<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: Attribute/ @concept

Espacio de nombres No hay espacios de nombres
Anotaciones Referencia a un concepto que corresponde a los valores del atributo. Si el atributo especifica un tipo, este debe coincidir con el tipo del concepto al que se hace referencia. Una referencia a un concepto externo debe tener el formato “prefix:other_concept_id”, en el que “prefix” es el prefijo que se usa para el espacio de nombres del conjunto de datos externo (consulta los espacios de nombres XML).
Tipo xs:nombredeQ
Propiedades
utiliza esto: columna
Utilizado por
Tipo complejo Attribute
Fuente
<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>

Se crea con el Editor XML de oxygen.