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, value
Istanza
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Origine
<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
minOccurs: 0
Modello valore* | conceptValue{0,1}
Bambini conceptValue, value
Istanza
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Origine
<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 sono disponibili ulteriori informazioni sul l'elemento descritto. I caratteri riservati o non sicuri nell'URL NON devono essere preceduti dal carattere di escape percentuale.
Diagramma Diagramma dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valori
Proprietà
contenuti: complesso
minOccurs: 0
Modello valore* | conceptValue{0,1}
Bambini conceptValue, value
Istanza
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Origine
<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 relative a un elemento della del set di dati.
Diagramma Diagramma dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
Usato da
Elementi Attributo/informazioni, ConceptProperty/info, Sezione/info, Tabella/informazioni, Topic/info, dspl/info, dspl/provider
Tipo di complesso ConceptInfo
Modello name , description{0,1} , url{0,1}
Bambini descrizione, nome, url
Origine
<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 Editor XML ossigeno.