8.12.2.22 IfcTextTransformation
8.12.2.22.1 Semantic definition
The IfcTextTransformation describes how the cases of characters are handled. Values are:
- capitalize: uppercases the first character of each word
- uppercase: uppercases all letters of the element
- lowercase: lowercases all letters of the element
- none
8.12.2.22.2 Formal Propositions
| WR1 | Allowable values for text transform.
|
8.12.2.22.3 Formal representation
TYPE IfcTextTransformation = STRING;
WHERE
WR1 : SELF IN ['capitalize', 'uppercase', 'lowercase', 'none'];
END_TYPE;