Componente: Concepto

Elemento: Concepto/información

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Información textual, como el nombre y la descripción del concepto.
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42 dspl13.tmp#id39
Tipo ConceptInfo
Jerarquía de tipos
Propiedades
content: complejo
Modelo nombre , descripción{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , sinónimo*
Children descripción, nombre, pluralName, sinónimo, totalName, url
Instancia
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Fuente
<xs:element name="info" type="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Concepto / tema

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Un tema con el que se asocia el concepto.
Diagrama Diagrama dspl6.tmp#id44
Propiedades
content: complejo
minOccurs: 0
maxOccurs: no delimitado
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
ref xs:nombredeQ columna El identificador único del tema con el que se asocia este concepto. El tema de referencia se puede definir en el mismo conjunto de datos o de forma externa, es decir, en otro conjunto de datos. Una referencia a un tema externo debe tener el formato “prefix:other_topic_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).
Fuente
<xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A topic the concept is associated with.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="xs:QName">
      <xs:annotation>
        <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_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>
</xs:element>

Elemento: Concepto/tipo

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones El tipo de datos del concepto. Un concepto debe proporcionar una declaración de tipo o extender otro. Cuando se extiende un concepto, también se puede proporcionar una declaración de tipo. El tipo de concepto extendido debe ser menos restrictivo que el tipo de concepto que lo extiende. "Menos restrictivo que" (LRT) es un orden parcial definido de la siguiente manera: string LRT float número LRT string string de fecha LRT string booleana
Diagrama Diagrama dspl6.tmp#id46
Propiedades
content: complejo
minOccurs: 0
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
ref Tipo de datos required
Fuente
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

Elemento: Concepto/atributo

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Un atributo del concepto. Los atributos representan información adicional sobre el concepto (p.ej., el PBI es un porcentaje).
Diagrama Diagrama dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 despl0.tmp#id9 dspl14.tmp#id18
Tipo Attribute
Propiedades
content: complejo
minOccurs: 0
maxOccurs: no delimitado
Modelo info{0,1} , tipo{0,1} , (valor* | conceptValue{0,1})
Children conceptValue, info, type, value
Instancia
<attribute concept="" id="">
  <info>{0,1}</info>
  <type format="" ref="">{0,1}</type>
</attribute>
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:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Concepto / propiedad

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Una propiedad del concepto. Las propiedades representan información adicional sobre instancias del concepto (p.ej., un concepto "ciudad" puede tener la propiedad "país").
Diagrama Diagrama dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51 dspl8.tmp#id49
Tipo ConceptProperty
Propiedades
content: complejo
minOccurs: 0
maxOccurs: no delimitado
Modelo info{0,1}, tipo{0,1}
Children info, type
Instancia
<property concept="" id="" isMapping="false" isParent="false">
  <info>{0,1}</info>
  <type ref="">{0,1}</type>
</property>
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
concepto xs:nombredeQ columna Una referencia a un concepto que corresponde a los valores de la propiedad. Si la propiedad 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 de la propiedad de concepto. Este identificador debe ser único dentro del concepto (en todos los atributos y propiedades). El ID se puede omitir si se especifica la propiedad de concepto. En ese caso, se crea un ID de forma implícita con el valor local del concepto al que se hace referencia. Por ejemplo, <property concepto="geo:country"/> es equivalente a <property id="country" concepto="geo:country"/>
isMapping xs:booleano falso columna Si es verdadero, esta propiedad debe hacer referencia a un concepto y esta propiedad denota una relación de asignación (1 a 1) entre este concepto y el concepto al que se hace referencia. Cada instancia del concepto al que se hace referencia hace referencia a una instancia del concepto como máximo.
isParent xs:booleano falso columna Si es verdadero, esta propiedad debe hacer referencia a un concepto y esta propiedad denota una relación jerárquica entre este concepto y el concepto al que se hace referencia (p.ej., el continente de un país).
Fuente
<xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Concepto / defaultValue

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Un valor predeterminado para el concepto que usarán las aplicaciones cuando necesiten elegir uno de los valores posibles del concepto.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 despl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propiedades
content: complejo
minOccurs: 0
Modelo valor* | conceptValue{0,1}
Children conceptValue, value
Instancia
<defaultValue>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</defaultValue>
Fuente
<xs:element name="defaultValue" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Concepto / tabla

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Una referencia a una tabla que contiene todos los valores posibles para el concepto y sus propiedades no constantes.
Diagrama Diagrama dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62 dspl5.tmp#id59
Tipo ConceptTableMapping
Propiedades
content: complejo
minOccurs: 0
Modelo mapConcept{0,1} , mapProperty*
Children mapConcept y mapProperty
Instancia
<table ref="">
  <mapConcept toColumn="">{0,1}</mapConcept>
  <mapProperty lang="" ref="" toColumn="">{0,unbounded}</mapProperty>
</table>
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
ref LocalId required El ID de la tabla que contiene los datos del concepto.
Fuente
<xs:element name="table" type="ConceptTableMapping" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</xs:documentation>
  </xs:annotation>
</xs:element>

Tipo complejo: concepto

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Un concepto es una definición de un tipo de datos que aparece en el conjunto de datos (p.ej., "PIB" o "Condado"). Un concepto puede estar asociado con una enumeración de todos sus valores posibles o no. Se puede hacer referencia a un concepto definido en algunos conjuntos de datos en otros conjuntos de datos.
Diagrama Diagrama dspl6.tmp#id66 dspl6.tmp#id67 dspl6.tmp#id38 dspl6.tmp#id43 dspl6.tmp#id45 dspl6.tmp#id47 dspl6.tmp#id48 dspl6.tmp#id57 dspl6.tmp#id58
Utilizado por
Elemento dspl/concepts/concept
Modelo info, topic*, type{0,1}, attribute*, property*, defaultValue{0,1}, tabla{0,1}
Children atributo, valorpredeterminado, información, propiedad, tabla, tema, tipo
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
se extiende xs:nombredeQ columna El identificador único de un concepto que extiende este concepto. El concepto al que se hace referencia puede definirse en el mismo conjunto de datos o de forma externa, es decir, en otro conjunto de datos. 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 ID required El identificador único del concepto, que debe ser único a nivel global dentro del conjunto de datos.
Fuente
<xs:complexType name="Concept">
  <xs:annotation>
    <xs:documentation>A concept is a definition of a type of data that appears in the
        dataset (e.g., "GDP" or "County").  A concept may be associated with
        an enumeration of all its possible values or not. A concept defined in
        some dataset may be referenced in other datasets.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="ConceptInfo">
      <xs:annotation>
        <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A topic the concept is associated with.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="xs:QName">
          <xs:annotation>
            <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_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>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="defaultValue" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="table" type="ConceptTableMapping" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the concept, which must be globally
          unique within the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="extends" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. 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: Concepto / tema / @ref

Espacio de nombres No hay espacios de nombres
Anotaciones El identificador único del tema con el que se asocia este concepto. El tema de referencia se puede definir en el mismo conjunto de datos o de forma externa, es decir, en otro conjunto de datos. Una referencia a un tema externo debe tener el formato “prefix:other_topic_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
content: simple
Utilizado por
Elemento Concepto/tema
Fuente
<xs:attribute name="ref" type="xs:QName">
  <xs:annotation>
    <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atributo: Concepto / type / @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 Concepto/tipo
Fuente
<xs:attribute name="ref" type="DataType" use="required"/>

Atributo: Concepto / @id

Espacio de nombres No hay espacios de nombres
Anotaciones El identificador único del concepto, que debe ser único a nivel global dentro del conjunto de datos.
Tipo ID
Propiedades
utiliza esto: required
Facets
maxLength 64
Utilizado por
Tipo complejo Concepto
Fuente
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the concept, which must be globally
          unique within the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atributo: Concepto / @extends

Espacio de nombres No hay espacios de nombres
Anotaciones El identificador único de un concepto que extiende este concepto. El concepto al que se hace referencia puede definirse en el mismo conjunto de datos o de manera externa, es decir, en otro conjunto de datos. 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 Concepto
Fuente
<xs:attribute name="extends" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. 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.