<xs:complexType name="IfcCurrencyRelationship">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="RelatingMonetaryUnit">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcMonetaryUnit" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RelatedMonetaryUnit">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcMonetaryUnit" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ExchangeRate" type="ifc:IfcPositiveRatioMeasure" />
<xs:element name="RateDateTime">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcDateAndTime" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RateSource" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcLibraryInformation" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|