Component: Info

Element: Info / name

Namespace http://schemas.google.com/dspl/2010
Annotations The name of the described element.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Type Values
Properties
content: complex
Model value* | conceptValue{0,1}
Children conceptValue, value
Instance
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
Source
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: Info / description

Namespace http://schemas.google.com/dspl/2010
Annotations The description of the described element.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Type Values
Properties
content: complex
minOccurs: 0
Model value* | conceptValue{0,1}
Children conceptValue, value
Instance
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
Source
<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
Annotations 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.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Type Values
Properties
content: complex
minOccurs: 0
Model value* | conceptValue{0,1}
Children conceptValue, value
Instance
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
Source
<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>

Complex Type: Info

Namespace http://schemas.google.com/dspl/2010
Annotations Textual information about an element of the dataset.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
Used by
Elements Attribute/info, ConceptProperty/info, Slice/info, Table/info, Topic/info, dspl/info, dspl/provider
Complex Type ConceptInfo
Model name , description{0,1} , url{0,1}
Children description, name, url
Source
<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>

Created using the oXygen XML Editor.