ifc:IfcCurrencyRelationship

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
ExchangeRate ifc:IfcPositiveRatioMeasure optional
Name ifc:IfcLabel optional
RateDateTime ifc:IfcDateTime 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

Used By

Source

<xs:complexType name="IfcCurrencyRelationship">
  <xs:complexContent>
    <xs:extension base="ifc:IfcResourceLevelRelationship">
      <xs:sequence>
        <xs:element name="RelatingMonetaryUnit" type="ifc:IfcMonetaryUnit" nillable="true"/>
        <xs:element name="RelatedMonetaryUnit" type="ifc:IfcMonetaryUnit" nillable="true"/>
        <xs:element name="RateSource" type="ifc:IfcLibraryInformation" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="ExchangeRate" type="ifc:IfcPositiveRatioMeasure" use="optional"/>
      <xs:attribute name="RateDateTime" type="ifc:IfcDateTime" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>