Komponente: Thema

Element: Thema / info

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}
Children 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 innerhalb ihres übergeordneten Themas eingefügt werden. Wenn ja, ist die Reihenfolge der untergeordneten Elemente bedeutend und sollte respektiert werden, Apps zu diesen Themen.
Diagramm Diagramm dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
Typ Thema
Attribute
content: komplex
minOccurs (Mindestanzahl): 0
maxOccurs: unbegrenzt
Modell info , thema*
Children Info, Thema
Instanz
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Attribute
QName Typ Behoben Standard Verwenden Annotation
id ID erforderlich Die eindeutige Kennung des Themas im Dataset.
parentTopic xs:QName optional Die ID des übergeordneten Themas, falls vorhanden. „parentTopic“ kann nicht für Themen angegeben werden, die innerhalb von Inline-Themen enthalten sind andere Themen.
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 Konzepten zugeordnet werden kann. Themen sind sind hierarchisch organisiert.
Diagramm Diagramm dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
Verwendet von
Elemente Thema/Thema, dspl/topics/topic
Modell info , thema*
Children Info, Thema
Attribute
QName Typ Behoben Standard Verwenden Annotation
id ID erforderlich Die eindeutige Kennung des Themas in der Dataset.
parentTopic xs:QName optional Die ID des übergeordneten Themas, falls vorhanden. „parentTopic“ kann nicht für Themen angegeben werden, die innerhalb von Inline-Themen enthalten sind andere Themen.
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 Kennzeichnung 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 / @parentTopic

Namespace Kein Namespace
Annotationen ID des übergeordneten Themas, falls vorhanden. „parentTopic“ kann nicht für Themen angegeben werden, die innerhalb anderer Themen enthalten sind. Themen.
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