text:list
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:text:1.0
Schema document: OpenDocument-schema-v1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- text:list-header [0..1]
- text:list-item [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
text:style-name | [0..1] | text:styleNameRef | from group text:text-list-attr | |
text:continue-numbering | [0..1] | text:boolean | from group text:text-list-attr |
Used in
- Anonymous type of element office:annotation
- Group text:draw-text
- Group text:text-content
- Type text:header-footer-content
- Anonymous type of element draw:caption via reference to text:draw-text
- Anonymous type of element draw:circle via reference to text:draw-text
- Anonymous type of element draw:connector via reference to text:draw-text
- Anonymous type of element draw:custom-shape via reference to text:draw-text
- Anonymous type of element draw:ellipse via reference to text:draw-text
- Anonymous type of element draw:image via reference to text:draw-text
- Anonymous type of element draw:line via reference to text:draw-text
- Anonymous type of element draw:measure via reference to text:draw-text
- Anonymous type of element draw:path via reference to text:draw-text
- Anonymous type of element draw:polygon via reference to text:draw-text
- Anonymous type of element draw:polyline via reference to text:draw-text
- Anonymous type of element draw:rect via reference to text:draw-text
- Anonymous type of element draw:regular-polygon via reference to text:draw-text
- Anonymous type of element draw:text-box via reference to text:text-content
- Anonymous type of element office:text via reference to text:office-text-content-main
- Anonymous type of element style:footer via extension of text:header-footer-content
- Anonymous type of element style:footer-left via extension of text:header-footer-content
- Anonymous type of element style:header via extension of text:header-footer-content
- Anonymous type of element style:header-left via extension of text:header-footer-content
- Anonymous type of element table:covered-table-cell via reference to text:text-content
- Anonymous type of element table:table-cell via reference to text:text-content
- Anonymous type of element text:deletion via reference to text:text-content
- Anonymous type of element text:index-body via reference to text:index-content-main
- Anonymous type of element text:index-title via reference to text:index-content-main
- Anonymous type of element text:list-item via extension of text:text-list-item-content
- Anonymous type of element text:note-body via reference to text:text-content
- Anonymous type of element text:section via reference to text:text-content
- Group text:index-content-main via reference to text:text-content
- Group text:office-text-content-main via reference to text:text-content
- Type text:table-table-cell-content via reference to text:text-content
- Type text:text-list-item-content (Element text:list-header)
Sample instance
<text:list> <text:list-header> <text:number>string</text:number> <text:p>Any text, intermingled with: <text:s/> </text:p> </text:list-header> <text:list-item> <text:number>string</text:number> <text:p>Any text, intermingled with: <text:s/> </text:p> </text:list-item> </text:list>