组件:信息

元素:信息 / 名称

命名空间 http://schemas.google.com/dspl/2010
注释 所描述元素的名称。
图示 图示 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
类型
属性
content: 复杂
模型 值* | conceptValue{0,1}
儿童 conceptValuevalue
实例
<name>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</name>
来源
<xs:element name="name" type="Values">
  <xs:annotation>
    <xs:documentation>The name of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

元素:信息 / 说明

命名空间 http://schemas.google.com/dspl/2010
注释 所描述元素的说明。
图示 图示 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
类型
属性
content: 复杂
minOccurs: 0
模型 值* | conceptValue{0,1}
儿童 conceptValuevalue
实例
<description>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</description>
来源
<xs:element name="description" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The description of the described element.</xs:documentation>
  </xs:annotation>
</xs:element>

元素:Info/url

命名空间 http://schemas.google.com/dspl/2010
注释 可在所述元素中找到更多信息的网页网址。网址中的任何预留字符或不安全字符都不应进行百分比转义。
图示 图示 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
类型
属性
content: 复杂
minOccurs: 0
模型 值* | conceptValue{0,1}
儿童 conceptValuevalue
实例
<url>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</url>
来源
<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>

复杂类型:信息

命名空间 http://schemas.google.com/dspl/2010
注释 关于数据集元素的文本信息
图示 图示 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15
使用方数量
元素 属性/信息概念属性/信息切片/信息表/信息主题/信息dspl/infodspl/provider
复杂类型 概念信息
模型 namedescription{0,1}url{0,1}
儿童 descriptionnameurl
来源
<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>

使用 oXygen XML 编辑器创建。