Composant: Infos

Élément: Info / nom

Namespace http://schemas.google.com/dspl/2010
Annotations Nom de l'élément décrit.
Diagramme Diagramme dspl0.tmp#id10 dspl0.tmp#id12. dspl0.tmp#id9. dspl3.tmp#id8.
Type Valeurs
Propriétés
content: complexe
Modèle value* | conceptValue{0,1}
Enfants conceptValue, value
Instance
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Source
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Élément: Info / description

Namespace http://schemas.google.com/dspl/2010
Annotations Description de l'élément décrit.
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
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Source
<xs:element name="description" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The description of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Élément : Info/URL

Namespace http://schemas.google.com/dspl/2010
Annotations URL d'une page Web sur laquelle des informations supplémentaires sont disponibles sur l'élément décrit. Les caractères réservés ou dangereux dans l'URL ne doivent PAS comporter de caractères d'échappement.
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
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Source
<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>

Type de données complexes: informations

Namespace http://schemas.google.com/dspl/2010
Annotations Informations textuelles sur un élément de l'ensemble de données.
Diagramme Diagramme dspl4.tmp#id7. dspl4.tmp#id14 dspl4.tmp#id15.
Utilisé par
Éléments Attribute/info, ConceptProperty/info, Slice/info, Table/info, Topic/info, dspl/info, dspl/provider
Type complexe ConceptInfo
Modèle name, description{0,1}, url{0,1}
Enfants description, name, url
Source
<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>

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