Text Decoration | |
Ornement de texte |
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.
Rule | Description |
---|---|
WR1 | Allowable values for text decoration. |
<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>
TYPE IfcTextDecoration = STRING;
WHERE
WR1 : SELF IN ['none', 'underline', 'overline', 'line-through', 'blink']
END_TYPE;