IfcTextTransformation

Natural language names
deTexttransformation
enText Transformation
frTransformation 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
XSD Specification
 <xs:simpleType name="IfcTextTransformation">
  <xs:restriction base="xs:normalizedString"/>
 </xs:simpleType>
 <xs:element name="IfcTextTransformation-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcTextTransformation">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
EXPRESS Specification
TYPE IfcTextTransformation = STRING;
 WHERE
  WR1 : SELF IN ['capitalize', 'uppercase', 'lowercase', 'none']
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page