table:content-validation
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:table:1.0
Schema document: table.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- table:help-message [0..1]
- Choice [0..1]
- table:error-message
- Sequence [1..1]
- table:error-macro [1..1]
- office:event-listeners [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
table:name | [1..1] | text:string | from group table:name | |
table:condition | [0..1] | text:string | from group text:table-validation-attlist | |
table:base-cell-address | [0..1] | text:cellAddress | from group text:table-validation-attlist | |
table:allow-empty-cell | [0..1] | text:boolean | Default value is "true". from group text:table-validation-attlist | |
table:display-list | [0..1] | Anonymous | Default value is "unsorted". from group text:table-validation-attlist |
Used in
- Anonymous type of element table:content-validations
Sample instance
<table:content-validation table:name="string"> <table:help-message> <text:p>Any text, intermingled with: <text:s/> </text:p> </table:help-message> <table:error-message> <text:p>Any text, intermingled with: <text:s/> </text:p> </table:error-message> </table:content-validation>