Composant: ConceptInfo

Élément: ConceptInfo / pluralName

Namespace http://schemas.google.com/dspl/2010
Annotations Un nom utilisé pour faire référence à une collection d'instances du concept (par exemple, "Nom" dans le cas de "État" est "États").
Diagramme Diagramme dspl0.tmp#id10 dspl0.tmp#id12. dspl0.tmp#id9. dspl3.tmp#id8.
Type Valeurs
Propriétés
content: complexe
minOccurs: 0
Modèle value* | conceptValue{0,1}
Enfants conceptValue, value
Instance
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
Source
<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>

Élément : ConceptInfo / totalName

Namespace http://schemas.google.com/dspl/2010
Annotations Ce nom fait référence à toutes les instances du concept (par exemple, "totalName" pour "État" est "Tous les États-Unis").
Diagramme Diagramme dspl0.tmp#id10 dspl0.tmp#id12. dspl0.tmp#id9. dspl3.tmp#id8.
Type Valeurs
Propriétés
content: complexe
minOccurs: 0
Modèle value* | conceptValue{0,1}
Enfants conceptValue, value
Instance
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
Source
<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>

Élément : ConceptInfo/synonyme

Namespace http://schemas.google.com/dspl/2010
Annotations Synonyme pouvant être utilisé pour faire référence à ce concept.
Diagramme Diagramme dspl0.tmp#id10 dspl0.tmp#id12. dspl0.tmp#id9. dspl3.tmp#id8.
Type Valeurs
Propriétés
content: complexe
minOccurs: 0
maxOccurs: illimité
Modèle value* | conceptValue{0,1}
Enfants conceptValue, value
Instance
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
Source
<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>

Type complexe: ConceptInfo

Namespace http://schemas.google.com/dspl/2010
Annotations Informations textuelles sur un concept dans l'ensemble de données. Cette extension du type d'informations de base ajoute quelques champs supplémentaires qui ne s'appliquent qu'aux concepts.
Diagramme Diagramme dspl4.tmp#id7. dspl4.tmp#id14 dspl4.tmp#id15. dspl4.tmp#id6. dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42
Type extension Info
Hiérarchie des types
Utilisé par
Élément Concept/Informations
Modèle name , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , synonyme*
Enfants description, name, pluralName, synonym, totalName, url
Source
<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>

Créé à l'aide de l'éditeur XML OXygen