| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| RelatedObjectsType | ifc:IfcObjectTypeEnum | 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:IfcRelAssignsToProcess |
<xs:complexType name="IfcRelAssignsToProcess"> <xs:complexContent> <xs:extension base="ifc:IfcRelAssigns"> <xs:sequence> <xs:element name="RelatingProcess"> <xs:complexType> <xs:group ref="ifc:IfcProcessSelect"/> </xs:complexType> </xs:element> <xs:element name="QuantityInProcess" type="ifc:IfcMeasureWithUnit" nillable="true" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |