组件: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):2025-07-25。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-25。"],[[["ConceptInfo provides textual information about a concept, extending the base Info type with concept-specific fields."],["It includes fields like pluralName (e.g., \"States\" for \"State\"), totalName (e.g., \"All US\" for \"State\"), and synonyms for the concept."],["These fields help in referencing and understanding the concept within the dataset."],["ConceptInfo is used within the \"Concept/info\" element and is an extension of the \"Info\" type."]]],["The core content describes the \"ConceptInfo\" element, which extends the base \"Info\" type and provides textual information about a concept. Key actions involve defining names for collections of concept instances using `pluralName` (e.g., \"States\"), referring to all instances with `totalName` (e.g., \"All US\"), and specifying `synonym` for alternative concept names. `pluralName`, `totalName`, and `synonym` use complex `value` or `conceptValue`. ConceptInfo also contains `name`, `description` and `url`.\n"]]