Komponent: informacje

Element: Informacje / nazwa

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Nazwa opisanego elementu.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Typ Wartości
Właściwości
treść: Złożone
Model wartość* | conceptValue{0,1}
Dzieci conceptValue, value
Instancja
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Źródło
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: informacje / opis.

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Opis opisanego elementu.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Typ Wartości
Właściwości
treść: Złożone
min.: 0
Model wartość* | conceptValue{0,1}
Dzieci conceptValue, value
Instancja
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Źródło
<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: informacje / adres URL

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Adres URL strony internetowej, na której można znaleźć więcej informacji opisanego elementu. Zarezerwowane i niebezpieczne znaki w adresie URL NIE powinny mieć znaków zmiany znaczenia za pomocą procentu.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Typ Wartości
Właściwości
treść: Złożone
min.: 0
Model wartość* | conceptValue{0,1}
Dzieci conceptValue, value
Instancja
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Źródło
<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>

Typ złożony: informacje

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Informacje tekstowe o elemencie w gromadzeniu danych.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
Używane przez
Elementy Atrybut/info, ConceptProperty/info, Wycinek/informacje, Tabela/info, Topic/info, dspl/info, dspl/provider
Rodzaj złożony ConceptInfo
Model name , description{0,1} , url{0,1}
Dzieci description, name, url
Źródło
<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>

Utworzono za pomocą oXygen XML Editor.