组件:主题
元素:主题 / 信息
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
有关主题的文本信息。 |
图示 |
|
类型 |
信息 |
属性 |
|
型号 |
name、description{0,1}、url{0,1} |
儿童 |
description、name、url |
实例 |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
来源 |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
元素:主题 / 主题
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
子主题可内嵌在其父主题中。如果是,
子节点的顺序是有意义的,
应用。 |
图示 |
|
类型 |
主题 |
属性 |
content: |
复杂 |
minOccurs: |
0 |
maxOccurs: |
无界限 |
|
型号 |
信息、topic* |
儿童 |
info、topic |
实例 |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
属性 |
QName |
类型 |
固定 |
默认 |
使用 |
注解 |
id |
ID |
|
|
必填 |
数据集。 |
parentTopic |
xs:QName |
|
|
可选 |
此主题的父级主题的 ID(如果有)。
无法为内嵌的主题指定 parentTopic
其他主题。 |
|
来源 |
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Child topics can be inlined inside their parent topic. If
so, the order of children is meaningful and should be
respected by applications that display these topics.</xs:documentation>
</xs:annotation>
</xs:element>
|
复杂类型:主题
命名空间 |
http://schemas.google.com/dspl/2010 |
注释 |
主题是可以附加到概念的标签。主题是
按层级组织整理。 |
图示 |
|
使用方数量 |
|
型号 |
info、topic* |
儿童 |
info、topic |
属性 |
QName |
类型 |
固定 |
默认 |
使用 |
注解 |
id |
ID |
|
|
必填 |
数据集。 |
parentTopic |
xs:QName |
|
|
可选 |
此主题的父级主题的 ID(如果有)。
无法为内嵌的主题指定 parentTopic
其他主题。 |
|
来源 |
<xs:complexType name="Topic">
<xs:annotation>
<xs:documentation>A topic is a label that can be attached to concepts. Topics
are organized hierarchically.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Child topics can be inlined inside their parent topic. If
so, the order of children is meaningful and should be
respected by applications that display these topics.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the topic in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
cannot be specified for topics that are inlined inside other topics.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
命名空间 |
没有命名空间 |
注释 |
数据集中主题的唯一标识符。 |
类型 |
ID |
属性 |
|
分面 |
|
使用方数量 |
|
来源 |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the topic in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
属性:Topic / @parentTopic
命名空间 |
没有命名空间 |
注释 |
此主题的父级主题的 ID(如果有)。
无法为内嵌在其他主题中的主题指定 parentTopic
主题。 |
类型 |
xs:QName |
属性 |
|
使用方数量 |
|
来源 |
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
cannot be specified for topics that are inlined inside other topics.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
使用 oXygen XML 编辑器创建。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-14。
[null,null,["最后更新时间 (UTC):2024-10-14。"],[],[]]