QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Distance | ifc:IfcLengthMeasure | optional | ||||
SelfIntersect | ifc:logical | 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:IfcOffsetCurve2D |
<xs:complexType name="IfcOffsetCurve2D"> <xs:complexContent> <xs:extension base="ifc:IfcCurve"> <xs:sequence> <xs:element name="BasisCurve" type="ifc:IfcCurve" nillable="true"/> </xs:sequence> <xs:attribute name="Distance" type="ifc:IfcLengthMeasure" use="optional"/> <xs:attribute name="SelfIntersect" type="ifc:logical" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |