text:note
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:note-citation [1..1]
- text:note-body [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
text:note-class | [1..1] | Anonymous | from group text:text-note-class | |
text:id | [0..1] | text:string |
Used in
- Group text:paragraph-content
- Anonymous type of element text:a via reference to text:paragraph-content
- Anonymous type of element text:h via reference to text:paragraph-content
- Anonymous type of element text:p via reference to text:paragraph-content
- Anonymous type of element text:ruby-base via reference to text:paragraph-content
- Anonymous type of element text:span via reference to text:paragraph-content
Sample instance
<text:note text:note-class="footnote"> <text:note-citation>Any text</text:note-citation> <text:note-body> <text:h text:outline-level="1">Any text, intermingled with: <text:number>string</text:number> <text:s/> </text:h> </text:note-body> </text:note>