ifc:IfcCurveStyle

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ModelOrDraughting xs:boolean 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

Used By

Source

<xs:complexType name="IfcCurveStyle">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPresentationStyle">
      <xs:sequence>
        <xs:element name="CurveFont" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcCurveFontOrScaledCurveFontSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="CurveWidth" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcSizeSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="CurveColour" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcColour"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="ModelOrDraughting" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>