Componente: Información

Elemento: Información o nombre

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Es el nombre del elemento descrito.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propiedades
content: complejo
Modelo value* | conceptValue{0,1}
Niños conceptValue, valor
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: Información o descripción

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Es la descripción del elemento descrito.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propiedades
content: complejo
mín.Ocurre: 0
Modelo value* | conceptValue{0,1}
Niños conceptValue, valor
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: Información / URL

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones La URL de una página web en la que se puede encontrar más información en la descrito. Los caracteres reservados o no seguros de la URL NO deben contener caracteres de escape porcentuales.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propiedades
content: complejo
mín.Ocurre: 0
Modelo value* | conceptValue{0,1}
Niños conceptValue, valor
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 Se trata de 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, Tabla/información, Topic/info, dspl/info, dspl/provider
Tipo complejo ConceptInfo
Modelo nombre , descripción{0,1} , url{0,1}
Niños description, name, 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.