Componente: ConceptInfo

Elemento: ConceptInfo/pluralName

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Un nombre que se use para referirse a una colección de instancias del concepto (p.ej., pluralName de "State" es "States").
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
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
Fuente
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: ConceptInfo / totalName

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Un nombre que se use para referirse a todas las instancias del concepto (p.ej., totalName para "State" es "All US".
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
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
Fuente
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: ConceptInfo/sinónimo

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Un sinónimo que se puede usar para referirse a este concepto.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 despl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propiedades
content: complejo
minOccurs: 0
maxOccurs: no delimitado
Modelo valor* | conceptValue{0,1}
Children conceptValue, value
Instancia
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
Fuente
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Tipo complejo: ConceptInfo

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Información textual sobre un concepto en el conjunto de datos. Esta extensión del tipo de información básica agrega algunos campos adicionales que solo se aplican a los conceptos.
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
Tipo extensión de Info
Jerarquía de tipos
Utilizado por
Elemento Concepto/información
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
Fuente
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Se crea con el Editor XML de oxygen.