ifc:IfcCompositeCurveSegment

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
SameSense xs:boolean optional
Transition ifc:IfcTransitionCode 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="IfcCompositeCurveSegment">
  <xs:complexContent>
    <xs:extension base="ifc:IfcGeometricRepresentationItem">
      <xs:sequence>
        <xs:element name="ParentCurve" type="ifc:IfcCurve" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="Transition" type="ifc:IfcTransitionCode" use="optional"/>
      <xs:attribute name="SameSense" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>