QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
CurveFontScaling | ifc:IfcPositiveRatioMeasure | optional | ||||
Name | ifc:IfcLabel | optional | ||||
href | xs:anyURI | optional | ||||
id | xs:ID | optional | ||||
path | xs:NMTOKENS | optional | ||||
pos | restriction of list of xs:integer | optional | ||||
ref | xs:IDREF | optional |
Element | ifc:IfcCurveStyleFontAndScaling |
<xs:complexType name="IfcCurveStyleFontAndScaling"> <xs:complexContent> <xs:extension base="ifc:IfcPresentationItem"> <xs:sequence> <xs:element name="CurveFont"> <xs:complexType> <xs:group ref="ifc:IfcCurveStyleFontSelect"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/> <xs:attribute name="CurveFontScaling" type="ifc:IfcPositiveRatioMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |