Composant: sujet

Élément: Thème / Informations

Espace de noms http://schemas.google.com/dspl/2010
Annotations Informations textuelles sur le sujet.
Diagramme Diagramme dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Type Infos
Propriétés
content: complexe
Modèle name , description{0,1} , url{0,1}
Enfants description, name, url
Instance
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Source
<xs:element name="info" type="Info">
  <xs:annotation>
    <xs:documentation>Textual information about the topic.</xs:documentation>
  </xs:annotation>
</xs:element>

Élément: thème / sujet

Espace de noms http://schemas.google.com/dspl/2010
Annotations Les sujets enfants peuvent être intégrés à leur sujet parent. Si tel est le cas, l'ordre des enfants est significatif et doit être respecté par les applications qui affichent ces sujets.
Diagramme Diagramme dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
Type Topic
Propriétés
content: complexe
minOccurs: 0
maxOccurs: illimité
Modèle info , sujet*
Enfants info, topic
Instance
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Attributs
QName Type Fixe Par défaut Utiliser Annotation
id Identifiant required Identifiant unique du sujet dans l'ensemble de données.
parentTopic xs:QName facultatif Identifiant du sujet parent de ce sujet, le cas échéant. Impossible de spécifier parentTopic pour les sujets intégrés à l'intérieur. sur d'autres sujets.
Source
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Child topics can be inlined inside their parent topic. If
            so, the order of children is meaningful and should be
            respected by applications that display these topics.</xs:documentation>
  </xs:annotation>
</xs:element>

Type complexe: sujet

Espace de noms http://schemas.google.com/dspl/2010
Annotations Un thème est une étiquette qui peut être associée à des concepts. Les sujets sont organisées de façon hiérarchique.
Diagramme Diagramme dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
Utilisé par
Éléments Topic/topic, dspl/topics/topic
Modèle info , sujet*
Enfants info, topic
Attributs
QName Type Fixe Par défaut Utiliser Annotation
id Identifiant required Identifiant unique du sujet dans le champ ensemble de données.
parentTopic xs:QName facultatif Identifiant du sujet parent de ce sujet, le cas échéant. Impossible de spécifier parentTopic pour les sujets intégrés à l'intérieur. sur d'autres sujets.
Source
<xs:complexType name="Topic">
  <xs:annotation>
    <xs:documentation>A topic is a label that can be attached to concepts. Topics
        are organized hierarchically.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info">
      <xs:annotation>
        <xs:documentation>Textual information about the topic.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Child topics can be inlined inside their parent topic. If
            so, the order of children is meaningful and should be
            respected by applications that display these topics.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the topic in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="parentTopic" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
          cannot be specified for topics that are inlined inside other topics.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Attribut: thème / @id

Espace de noms Aucun espace de noms
Annotations Identifiant unique du sujet dans l'ensemble de données.
Type Identifiant
Propriétés
utilisez les lignes ci-dessous : required
Attributs
longueur maximale 64
Utilisé par
Type complexe Topic
Source
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the topic in the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Attribut: Topic / @parentTopic

Espace de noms Aucun espace de noms
Annotations Identifiant du sujet parent de ce sujet, le cas échéant. Impossible de spécifier parentTopic pour les sujets intégrés à d'autres sur ces sujets.
Type xs:QName
Propriétés
utilisez les lignes ci-dessous : facultatif
Utilisé par
Type complexe Topic
Source
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
          cannot be specified for topics that are inlined inside other topics.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Créé à l'aide de l'éditeur XML oXygen.