Definition from ISO/CD 10303-41:1992: A text is an alphanumeric string of characters which is intended to be read and understood by a human being. It is for information purposes only.
Type: STRINGNOTE Corresponding STEP name: text, please refer to ISO/IS 10303-41:1994 for the final definition of the formal standard.
HISTORY New type in IFC Release 2x.
<xs:simpleType name="IfcText">
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
<xs:element name="IfcText-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcText">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcText = STRING;
END_TYPE;