组件:ConceptInfo
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
用于指代
概念(例如“州/省”的复数名称为
“州”)。 |
图示 |
|
类型 |
值 |
属性 |
|
型号 |
value* |conceptValue{0,1} |
儿童 |
conceptValue、value |
实例 |
<pluralName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</pluralName>
|
来源 |
<xs:element name="pluralName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to a collection of instances of
the concept (e.g., pluralName of "State" is "States").</xs:documentation>
</xs:annotation>
</xs:element>
|
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
用于指代相应概念的所有实例的名称(例如,
“州/省/自治区/直辖市”的 totalName为“All US”)。 |
图示 |
|
类型 |
值 |
属性 |
|
型号 |
value* |conceptValue{0,1} |
儿童 |
conceptValue、value |
实例 |
<totalName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</totalName>
|
来源 |
<xs:element name="totalName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to all the instances of the
concept (e.g., totalName for "State" is "All US").</xs:documentation>
</xs:annotation>
</xs:element>
|
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
可用于指代此
概念。 |
图示 |
|
类型 |
值 |
属性 |
content: |
复杂 |
最少发生次数: |
0 |
maxOccurs: |
无界限 |
|
型号 |
value* |conceptValue{0,1} |
儿童 |
conceptValue、value |
实例 |
<synonym>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</synonym>
|
来源 |
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
</xs:annotation>
</xs:element>
|
复杂类型:ConceptInfo
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
数据集中某个概念的相关文本信息。这个
基本 Info 类型的扩展添加了一些额外字段,
如何应用于概念。 |
图示 |
|
类型 |
Info 的扩展 |
类型层次结构 |
-
信息
<ph type="x-smartling-placeholder">
|
使用方数量 |
|
型号 |
name、description{0,1}、url{0,1}、pluralName{0,1}、totalName{0,1}、同义词* |
儿童 |
description、name、pluralName、
synonym、totalName、url |
来源 |
<xs:complexType name="ConceptInfo">
<xs:annotation>
<xs:documentation>Textual information about a concept in the dataset. This extension of
the base Info type adds a few additional fields that only apply to
concepts.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Info">
<xs:sequence>
<xs:element name="pluralName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to a collection of instances of
the concept (e.g., pluralName of "State" is "States").</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="totalName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to all the instances of the
concept (e.g., totalName for "State" is "All US").</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
使用
oXygen XML Editor。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-09。
[null,null,["最后更新时间 (UTC):2024-09-09。"],[],[]]