ItemList
类型名称:ItemList
扩展 Intangible
名称 |
类型 |
说明 |
itemListElement |
ListItem、Text 或 Thing |
对于 itemListElement 值,您可以使用简单字符串(例如“Peter”、“Paul”、“Mary”)或现有实体,或者使用 ListItem。
如果列表中的元素是纯字符串,则最好使用文本值。现有实体最适合用于整理数据中的现有内容,并采用简单的有序列表。如果您想针对该列表中的元素提供额外的背景信息,或者当同一项可能位于不同列表中的不同位置时,不妨使用 ListItem 与有序列表配合使用。
注意:标记中的元素顺序不足以指明一个或多个元素的顺序。在这种情况下,请将 ListItem 与“position”属性一起使用。 |
itemListOrder |
ItemListOrderType 或 Text |
排序类型(例如升序、降序、无序)。 |
数量 |
编号 |
ItemList 中的项数。请注意,某些说明可能无法完整描述列表中的所有项(例如多页分页)。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["`ItemList` is a structured data type used to represent an ordered or unordered list of items, extending the `Intangible` type."],["`ItemList` uses `itemListElement` to define individual list items which can be simple strings, existing entities, or `ListItem` objects for ordered lists with additional context."],["It includes `itemListOrder` to specify the list's order as Ascending, Descending, or Unordered and `numberOfItems` to indicate the total items in the list."]]],[]]