Componente: informações

Elemento: Info / name

Namespace http://schemas.google.com/dspl/2010
Anotações O nome do elemento descrito.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propriedades
content: complexo
Modelo valor* | conceptValue{0,1}
Children conceptValue e value
Instância
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Fonte
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: informações / descrição

Namespace http://schemas.google.com/dspl/2010
Anotações A descrição do elemento descrito.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propriedades
content: complexo
minOccurs: 0
Modelo valor* | conceptValue{0,1}
Children conceptValue e value
Instância
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Fonte
<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

Namespace http://schemas.google.com/dspl/2010
Anotações O URL de uma página da Web onde mais informações podem ser encontradas no elemento descrito. Caracteres reservados ou não seguros no URL NÃO devem ter escapes percentuais.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propriedades
content: complexo
minOccurs: 0
Modelo valor* | conceptValue{0,1}
Children conceptValue e value
Instância
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Fonte
<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 complexo: informação

Namespace http://schemas.google.com/dspl/2010
Anotações Informações textuais sobre um elemento do conjunto de dados.
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
Usados por
Elementos Atributo/informação, conceptProperty/info, Slice/info, Tabela/informações, Tópico/informação, dspl/info, dspl/provider
Tipo complexo conceptInfo
Modelo nome, description{0,1}, url{0,1}
Children descrição, nome, URL
Fonte
<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>

Criado com o editor XML oXygen.