Definition Type: ComplexType
Name: ExchangeRate_Type
Namespace: http://ACORD.org/Standards/Life/2
Containing Schema: XMLife2.20.01.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OLifEExtension in schema xlifebase2_20_01_xsd Drilldown into AsOfDate in schema xmlife2_20_01_xsd Drilldown into ConversionFactor in schema xmlife2_20_01_xsd Drilldown into SourceCurrencyType in schema xmlife2_20_01_xsd Drilldown into ExchangeRateSysKey in schema xmlife2_20_01_xsd Drilldown into ExchangeRateKey in schema xmlife2_20_01_xsd Drilldown into DataRep in schema xmlife2_20_01_xsd Drilldown into id in schema xmlife2_20_01_xsdXSD Diagram of ExchangeRate_Type in schema xmlife2_20_01_xsd (Acord - Life, Annuity & Health Standards Program)
Collapse XSD Schema Code:
<xsd:complexType name="ExchangeRate_Type">
    <xsd:sequence>
        <xsd:element ref="ExchangeRateKey" minOccurs="0" />
        <xsd:element ref="ExchangeRateSysKey" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SourceCurrencyType" minOccurs="0" />
        <xsd:element ref="ConversionFactor" minOccurs="0" />
        <xsd:element ref="AsOfDate" minOccurs="0" />
        <xsd:element ref="OLifEExtension" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
    <xsd:attribute name="DataRep" type="DATAREP_TYPES" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExchangeRateKey nsA:ExchangeRateKey 0 (1)
ExchangeRateSysKey nsA:ExchangeRateSysKey 0 unbounded
SourceCurrencyType nsA:SourceCurrencyType 0 (1)
ConversionFactor nsA:ConversionFactor 0 (1)
AsOfDate nsA:AsOfDate 0 (1)
OLifEExtension nsA:OLifEExtension 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
DataRep nsA:DataRep (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:ExchangeRate