IFC 4.3.0.0 (IFC4X3) final

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<html><body><p>Allowable values for text transform.</p></body></html>
SELF IN ['capitalize', 'uppercase', 'lowercase', 'none']
Table 8.12.2.22.A

8.12.2.22.3 Formal representation

TYPE IfcTextTransformation = STRING;
 WHERE
	 WR1 : SELF IN ['capitalize', 'uppercase', 'lowercase', 'none'];
END_TYPE;

8.12.2.22.4 References