ifc:IfcEllipse

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
SemiAxis1 ifc:IfcPositiveLengthMeasure optional
SemiAxis2 ifc:IfcPositiveLengthMeasure 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

Element ifc:IfcEllipse

Source

<xs:complexType name="IfcEllipse">
  <xs:complexContent>
    <xs:extension base="ifc:IfcConic">
      <xs:attribute name="SemiAxis1" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="SemiAxis2" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>