<xs:complexType name="IfcTextLiteral">
<xs:complexContent>
<xs:extension base="ifc:IfcGeometricRepresentationItem">
<xs:sequence>
<xs:element name="Literal" type="ifc:IfcPresentableText" />
<xs:element name="Placement">
<xs:complexType>
<xs:group ref="ifc:IfcAxis2Placement" />
</xs:complexType>
</xs:element>
<xs:element name="Alignment" type="ifc:IfcTextAlignment" />
<xs:element name="Path" type="ifc:IfcTextPath" />
<xs:element name="Font">
<xs:complexType>
<xs:group ref="ifc:IfcFontSelect" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|