number:currency-style
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0
Schema document: number.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- style:text-properties [0..1]
- number:text [0..1]
- Choice [0..1]
- Sequence [1..1]
- number:number [1..1]
- number:text [0..1]
- Sequence [0..1]
- number:currency-symbol [1..1]
- number:text [0..1]
from group text:number-and-textfrom group text:currency-symbol-and-text - Sequence [1..1]
- number:currency-symbol [1..1]
- number:text [0..1]
- Sequence [0..1]
- number:number [1..1]
- number:text [0..1]
from group text:currency-symbol-and-textfrom group text:number-and-text
- Sequence [1..1]
- style:map [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
style:name | [1..1] | text:styleName | from group style:name | |
number:language | [0..1] | text:languageCode | from group text:common-data-style-attlist | |
number:country | [0..1] | text:countryCode | from group text:common-data-style-attlist | |
number:title | [0..1] | xsd:anySimpleType | from group text:common-data-style-attlist | |
style:volatile | [0..1] | text:boolean | from group text:common-data-style-attlist | |
number:transliteration-format | [0..1] | text:string | Default value is "1". from group text:common-data-style-attlist | |
number:transliteration-language | [0..1] | text:countryCode | from group text:common-data-style-attlist | |
number:transliteration-country | [0..1] | text:countryCode | from group text:common-data-style-attlist | |
number:transliteration-style | [0..1] | Anonymous | Default value is "short". from group text:common-data-style-attlist | |
number:automatic-order | [0..1] | text:boolean | Default value is "false". from group text:common-auto-reorder-attlist |
Used in
- Group text:styles
- Anonymous type of element office:automatic-styles via reference to text:styles
- Anonymous type of element office:styles via reference to text:styles
Sample instance
<number:currency-style style:name="NCName"> <style:text-properties/> <number:text>string</number:text> <number:number> <number:embedded-text number:position="1">Any text</number:embedded-text> </number:number> <number:text>string</number:text> <number:currency-symbol>Any text</number:currency-symbol> <number:text>string</number:text> <style:map style:condition="string" style:apply-style-name="NCName"/> </number:currency-style>