Componente: Información

Elemento: Información / nombre

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones El nombre del elemento descrito.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 despl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propiedades
content: complejo
Modelo valor* | conceptValue{0,1}
Children conceptValue, value
Instancia
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Fuente
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Info/description

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones La descripción del elemento descrito.
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
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Fuente
<xs:element name="description" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The description of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Info/url

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Es la URL de una página web en la que se puede encontrar más información sobre el elemento descrito. Los caracteres reservados o no seguros en la URL NO deben tener escape.
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
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Fuente
<xs:element name="url" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The URL of a webpage where more information can be found on the
        described element. Any reserved or unsafe characters in the URL should NOT be
        percent-escaped.
    </xs:documentation>
  </xs:annotation>
</xs:element>

Tipo complejo: información

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Información textual sobre un elemento del conjunto de datos.
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
Utilizado por
Elementos Atributo/información, ConceptProperty/info, Slice/info, Table/info, Topic/info, dspl/info, dspl/provider
Tipo complejo ConceptInfo
Modelo nombre , descripción{0,1} , url{0,1}
Children descripción, nombre, URL
Fuente
<xs:complexType name="Info">
  <xs:annotation>
    <xs:documentation>Textual information about an element of the dataset.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="Values">
      <xs:annotation>
        <xs:documentation>The name of the described element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The description of the described element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="url" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The URL of a webpage where more information can be found on the
            described element. Any reserved or unsafe characters in the URL should NOT be
            percent-escaped.
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

Se crea con el Editor XML de oxygen.