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