IfcTextTransformation

Natural language names
Texttransformation
Text Transformation
Transformation de texte
Semantic definitions at the type
Type definition

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.
Formal Propositions
RuleDescription
WR1Allowable values for text transform.
Formal representations
XML Specification
 <xs:simpleType name="IfcTextTransformation">
  <xs:restriction base="xs:normalizedString"/>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcTextTransformation = STRING;
 WHERE
  WR1 : SELF IN ['capitalize', 'uppercase', 'lowercase', 'none']
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcTextStyleTextModel

Link to this page  Link to this page