QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Description | ifc:IfcText | optional | ||||
GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
Name | ifc:IfcLabel | 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:IfcRelConnectsPorts |
<xs:complexType name="IfcRelConnectsPorts"> <xs:complexContent> <xs:extension base="ifc:IfcRelConnects"> <xs:sequence> <xs:element name="RelatingPort" type="ifc:IfcPort" nillable="true"/> <xs:element name="RelatedPort" type="ifc:IfcPort" nillable="true"/> <xs:element name="RealizingElement" type="ifc:IfcElement" nillable="true" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |