Componente: Argomento

Elemento: Argomento / informazioni

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Informazioni testuali sull'argomento.
Diagramma Diagramma dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tipo Informazioni
Proprietà
contenuti: complesso
Modello name , description{0,1} , url{0,1}
Bambini descrizione, nome, url
Istanza
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Origine
<xs:element name="info" type="Info">
  <xs:annotation>
    <xs:documentation>Textual information about the topic.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: argomento / argomento

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Gli argomenti secondari possono essere incorporati all'interno dell'argomento principale. Se sì, l'ordine dei bambini è significativo e deve essere rispettato applicazioni che mostrano questi argomenti.
Diagramma Diagramma dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
Tipo Argomento
Proprietà
contenuti: complesso
minOccurs: 0
maxOccurs: illimitati
Modello informazioni , argomento*
Bambini informazioni, argomento
Istanza
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Attributi
QName Tipo Risolto Predefinito Usa Annotazione
id ID di provisioning. L'identificatore univoco dell'argomento nella sezione del set di dati.
parentTopic xs:QName facoltativo L'ID dell'argomento principale di questo argomento, se presente. Impossibile specificare parentTopic per gli argomenti incorporati su altri argomenti.
Origine
<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>

Tipo complesso: argomento

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Un argomento è un'etichetta che può essere collegata a concetti. Gli argomenti sono organizzati in modo gerarchico.
Diagramma Diagramma dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
Usato da
Elementi Argomento/argomento, dspl/topics/topic
Modello informazioni , argomento*
Bambini informazioni, argomento
Attributi
QName Tipo Risolto Predefinito Usa Annotazione
id ID di provisioning. L'identificatore univoco dell'argomento nella sezione del set di dati.
parentTopic xs:QName facoltativo L'ID dell'argomento principale di questo argomento, se presente. Impossibile specificare parentTopic per gli argomenti incorporati su altri argomenti.
Origine
<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>

Attributo: Argomento / @id

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni Identificatore univoco dell'argomento nel set di dati.
Tipo ID
Proprietà
usa: di provisioning.
Facet
maxLength 64
Usato da
Tipo di complesso Argomento
Origine
<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>

Attributo: Argomento / @parentTopic

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID dell'argomento principale di questo argomento, se presente. Non è possibile specificare parentTopic per argomenti incorporati in altri argomenti.
Tipo xs:QName
Proprietà
usa: facoltativo
Usato da
Tipo di complesso Argomento
Origine
<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>

Creato con Editor XML ossigeno.