QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
EndParam | ifc:IfcParameterValue | optional | ||||
StartParam | 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 |
<xs:complexType name="IfcFixedReferenceSweptAreaSolid"> <xs:complexContent> <xs:extension base="ifc:IfcSweptAreaSolid"> <xs:sequence> <xs:element name="Directrix" type="ifc:IfcCurve" nillable="true"/> <xs:element name="FixedReference" type="ifc:IfcDirection" nillable="true"/> </xs:sequence> <xs:attribute name="StartParam" type="ifc:IfcParameterValue" use="optional"/> <xs:attribute name="EndParam" type="ifc:IfcParameterValue" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |