QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ClosedCurve | ifc:logical | optional | ||||
CurveForm | ifc:IfcBSplineCurveForm | optional | ||||
Degree | xs:long | optional | ||||
KnotMultiplicities | restriction of list of xs:long | optional | ||||
KnotSpec | ifc:IfcKnotType | optional | ||||
Knots | restriction of list of ifc:IfcParameterValue | optional | ||||
SelfIntersect | ifc:logical | optional | ||||
WeightsData | restriction of list of xs:double | 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 |
<xs:complexType name="IfcRationalBSplineCurveWithKnots"> <xs:complexContent> <xs:extension base="ifc:IfcBSplineCurveWithKnots"> <xs:attribute name="WeightsData" use="optional"> <xs:simpleType> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:double"/> </xs:simpleType> <xs:minLength value="2"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |