Texttransformation | |
Text Transformation | |
Transformation de texte |
The IfcTextTransformation describes how the cases of characters are handled. Values are:
NOTE Type adopted from text-transform defined in CSS-1.
HISTORY New type in IFC2x3.
Rule | Description |
---|---|
WR1 | Allowable values for text transform. |
<xs:simpleType name="IfcTextTransformation">
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
TYPE IfcTextTransformation = STRING;
WHERE
WR1 : SELF IN ['capitalize', 'uppercase', 'lowercase', 'none']
END_TYPE;
References: IfcTextStyleTextModel