IfcTextDecoration

Natural language names
enText Decoration
frOrnement de texte
Semantic definitions at the type
Type definition

The IfcTextDecoration describes decorations that are added to the text of an element. Values are:

NOTE  Type adopted from text-decoration defined in CSS-1.
HISTORY  New type in IFC2x3.
Formal Propositions
RuleDescription
WR1Allowable values for text decoration.
Formal representations
XSD Specification
 <xs:simpleType name="IfcTextDecoration">
  <xs:restriction base="xs:normalizedString"/>
 </xs:simpleType>
 <xs:element name="IfcTextDecoration-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcTextDecoration">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
EXPRESS Specification
TYPE IfcTextDecoration = STRING;
 WHERE
  WR1 : SELF IN ['none', 'underline', 'overline', 'line-through', 'blink']
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page