Componente: ConceptInfo

Elemento: ConceptInfo / pluralName

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Un nome utilizzato per fare riferimento a una raccolta di istanze del concetto (ad es. pluralName di "State" è "Stati").
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
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
Origine
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: ConceptInfo / totalName

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Un nome utilizzato per fare riferimento a tutte le occorrenze del concetto (ad es. totalName per "Stato" è "Tutti gli Stati Uniti").
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
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
Origine
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: ConceptInfo / sinonimo

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Un sinonimo che può essere utilizzato per fare riferimento a questo concetto.
Diagramma Diagramma dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tipo Valori
Proprietà
contenuti: complesso
minOccurs: 0
maxOccurs: illimitati
Modello valore* | conceptValue{0,1}
Bambini conceptValue, value
Istanza
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
Origine
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Tipo complesso: ConceptInfo

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Informazioni testuali su un concetto nel set di dati. Questo del tipo di informazioni di base aggiunge alcuni campi aggiuntivi che si applicano ai concetti.
Diagramma Diagramma dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
Tipo estensione di Informazioni
Gerarchia dei tipi
Usato da
Elemento Concetto/informazioni
Modello name , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , sinonimo*
Bambini description, name, pluralName, sinonimo, totalName, url
Origine
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Creato con Editor XML ossigeno.