Komponente: Thema

Element: Thema/Informationen

Namespace http://schemas.google.com/dspl/2010
Annotationen Textinformationen zum Thema.
Diagramm Diagramm dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Typ Info
Attribute
content: Komplex
Modell name, description{0,1}, url{0,1}
Kinder Beschreibung, Name, URL
Instanz
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Quelle
<xs:element name="info" type="Info">
  <xs:annotation>
    <xs:documentation>Textual information about the topic.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: Thema/Thema

Namespace http://schemas.google.com/dspl/2010
Annotationen Untergeordnete Themen können direkt im übergeordneten Thema eingefügt werden. In diesem Fall ist die Reihenfolge der untergeordneten Elemente aussagekräftig und sollte von Anwendungen, in denen diese Themen angezeigt werden, beachtet werden.
Diagramm Diagramm dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
Typ Thema
Attribute
content: Komplex
minOccurs: 0
MaxOccurs: Unbegrenzt
Modell Info , topic*
Kinder info, thema
Instanz
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
id ID erforderlich Die eindeutige ID des Themas im Dataset.
parentThema xs:QName optional Die ID des übergeordneten Themas dieses Themas, falls vorhanden. parentTopic kann nicht für Themen angegeben werden, die innerhalb anderer Themen inline sind.
Quelle
<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>

Komplexer Typ: Thema

Namespace http://schemas.google.com/dspl/2010
Annotationen Ein Thema ist ein Label, das an Konzepte angehängt werden kann. Themen sind hierarchisch organisiert.
Diagramm Diagramm dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
Verwendet von
Elemente Thema/Thema, dspl/topics/thema
Modell Info , topic*
Kinder info, thema
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
id ID erforderlich Die eindeutige ID des Themas im Dataset.
parentThema xs:QName optional Die ID des übergeordneten Themas dieses Themas, falls vorhanden. parentTopic kann nicht für Themen angegeben werden, die innerhalb anderer Themen inline sind.
Quelle
<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: Thema/ @id

Namespace Kein Namespace
Annotationen Die eindeutige ID des Themas im Dataset.
Typ ID
Attribute
verwenden Sie zum Beispiel: erforderlich
Attribute
maxLength 64
Verwendet von
Komplexer Typ Thema
Quelle
<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: Thema / @parentThema

Namespace Kein Namespace
Annotationen Die ID des übergeordneten Themas dieses Themas, falls vorhanden. parentTopic kann nicht für Themen angegeben werden, die innerhalb anderer Themen inline sind.
Typ xs:QName
Attribute
verwenden Sie zum Beispiel: optional
Verwendet von
Komplexer Typ Thema
Quelle
<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>

Erstellt mit dem oXygen-XML-Editor.