Komponente: Info

Element: Info / Name

Namespace http://schemas.google.com/dspl/2010
Annotationen Der Name des beschriebenen Elements.
Diagramm Diagramm dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Typ Werte
Attribute
content: komplex
Modell Wert* | conceptValue{0,1}
Children conceptValue, Wert
Instanz
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Quelle
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: Info / Beschreibung

Namespace http://schemas.google.com/dspl/2010
Annotationen Die Beschreibung des beschriebenen Elements.
Diagramm Diagramm dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Typ Werte
Attribute
content: komplex
minOccurs (Mindestanzahl): 0
Modell Wert* | conceptValue{0,1}
Children conceptValue, Wert
Instanz
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Quelle
<xs:element name="description" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The description of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: Info / URL

Namespace http://schemas.google.com/dspl/2010
Annotationen Die URL einer Webseite, zu der weitere Informationen auf der beschriebene Element. Reservierte oder unsichere Zeichen in der URL dürfen NICHT mit Prozentzeichen maskiert werden.
Diagramm Diagramm dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Typ Werte
Attribute
content: komplex
minOccurs (Mindestanzahl): 0
Modell Wert* | conceptValue{0,1}
Children conceptValue, Wert
Instanz
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Quelle
<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>

Komplexer Typ: Info

Namespace http://schemas.google.com/dspl/2010
Annotationen Textinformationen zu einem Element des Dataset.
Diagramm Diagramm dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
Verwendet von
Elemente Attribut/Informationen, ConceptProperty/info, Segment/Info, Tabelle/Informationen, Topic/info, dspl/info, dspl/provider
Komplexer Typ ConceptInfo
Modell name , description{0,1} , url{0,1}
Children Beschreibung, Name, url
Quelle
<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>

Erstellt mit dem oXygen XML Editor