<xs:complexType name="IfcRelInteractionRequirements">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnects">
<xs:sequence>
<xs:element name="DailyInteraction" type="ifc:IfcCountMeasure" nillable="true" minOccurs="0" />
<xs:element name="ImportanceRating" type="ifc:IfcNormalisedRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="LocationOfInteraction" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcSpatialStructureElement" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RelatedSpaceProgram">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcSpaceProgram" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RelatingSpaceProgram">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcSpaceProgram" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|