QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Description | ifc:IfcText | optional | ||||
FlowDirection | ifc:IfcFlowDirectionEnum | optional | ||||
GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
Name | ifc:IfcLabel | optional | ||||
ObjectType | ifc:IfcLabel | optional | ||||
PredefinedType | ifc:IfcDistributionPortTypeEnum | optional | ||||
SystemType | ifc:IfcDistributionSystemEnum | 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:IfcDistributionPort |
<xs:complexType name="IfcDistributionPort"> <xs:complexContent> <xs:extension base="ifc:IfcPort"> <xs:attribute name="FlowDirection" type="ifc:IfcFlowDirectionEnum" use="optional"/> <xs:attribute name="PredefinedType" type="ifc:IfcDistributionPortTypeEnum" use="optional"/> <xs:attribute name="SystemType" type="ifc:IfcDistributionSystemEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |