组件:信息
元素:信息 / 名称
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
所描述元素的名称。 |
图示 |
|
类型 |
值 |
属性 |
|
型号 |
value* |conceptValue{0,1} |
儿童 |
conceptValue、value |
实例 |
<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 |
注释 |
所描述元素的说明。 |
图示 |
|
类型 |
值 |
属性 |
|
型号 |
value* |conceptValue{0,1} |
儿童 |
conceptValue、value |
实例 |
<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>
|
元素:信息 / 网址
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
有关详情,请访问
所描述的元素网址中的任何预留字符或不安全字符都不得进行百分号转义。
|
图示 |
|
类型 |
值 |
属性 |
|
型号 |
value* |conceptValue{0,1} |
儿童 |
conceptValue、value |
实例 |
<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 |
注释 |
有关
数据集。 |
图示 |
|
使用方数量 |
|
型号 |
name、description{0,1}、url{0,1} |
儿童 |
description、name、url |
来源 |
<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 Editor。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-09。
[null,null,["最后更新时间 (UTC):2024-09-09。"],[],[]]