Componente: Informazioni

Elemento: Informazioni/nome

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Il nome dell'elemento descritto.
Diagramma Diagramma dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valori
Proprietà
contenuti: complesso
Modello valore* | conceptValue{0,1}
Bambini conceptValue, valore
Istanza
<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: Informazioni / descrizione

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni La descrizione dell'elemento descritto.
Diagramma Diagramma dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valori
Proprietà
contenuti: complesso
minOccorre: 0
Modello valore* | conceptValue{0,1}
Bambini conceptValue, valore
Istanza
<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: Informazioni/URL

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni L'URL di una pagina web in cui è possibile trovare ulteriori informazioni sull'elemento descritto. I caratteri riservati o non sicuri nell'URL NON devono essere interpretati letteralmente.
Diagramma Diagramma dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valori
Proprietà
contenuti: complesso
minOccorre: 0
Modello valore* | conceptValue{0,1}
Bambini conceptValue, valore
Istanza
<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 di complesso: informazioni

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Informazioni testuali su un elemento del set di dati.
Diagramma Diagramma dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
Usato da
Elementi Attributo/informazioni, ConceptProperty/info, Sezione/informazioni, Tabella/informazioni, Argomento/info, dspl/info, dspl/provider
Tipo di complesso InformazioniInfo
Modello nome, description{0,1}, url{0,1}
Bambini descrizione, 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>

Creato con l'editor XML oXygen.