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}
Kinder conceptValue, value
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: 0
Modell Wert* | conceptValue{0,1}
Kinder conceptValue, value
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, auf der du weitere Informationen zum beschriebenen Element findest. Reservierte oder unsichere Zeichen in der URL dürfen NICHT mit Escapezeichen versehen werden.
Diagramm Diagramm dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Typ Werte
Attribute
content: Komplex
minOccurs: 0
Modell Wert* | conceptValue{0,1}
Kinder conceptValue, value
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: Informationen

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