Componente: informações

Elemento: Informações / nome

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}
Filhos conceptValue e value.
Instância
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Origem
<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
minOcurs: 0
Modelo valor* | conceptValue{0,1}
Filhos conceptValue e value.
Instância
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Origem
<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: Informações / URL

Namespace http://schemas.google.com/dspl/2010
Anotações O URL de uma página da Web em que mais informações podem ser encontradas elemento descrito. Caracteres reservados ou não seguros no URL NÃO devem ter escape percentual.
Diagrama Diagrama dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valores
Propriedades
content: complexo
minOcurs: 0
Modelo valor* | conceptValue{0,1}
Filhos conceptValue e value.
Instância
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Origem
<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, Topic/info, dspl/info, dspl/provider
Tipo complexo ConceptInfo
Modelo nome , descrição{0,1} , url{0,1}
Filhos descrição, nome, url
Origem
<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 usando o Editor XML oXygen.