Definition Type: ComplexType
Name: Currency_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 ExchangeRate in schema xmlife2_20_01_xsd Drilldown into PositiveOrder in schema xmlife2_20_01_xsd Drilldown into NegativeOrder in schema xmlife2_20_01_xsd Drilldown into CurrGrouping in schema xmlife2_20_01_xsd Drilldown into ThousandSep in schema xmlife2_20_01_xsd Drilldown into LeadingZero in schema xmlife2_20_01_xsd Drilldown into NumDigits in schema xmlife2_20_01_xsd Drilldown into DecimalSep in schema xmlife2_20_01_xsd Drilldown into CurrencySymbol in schema xmlife2_20_01_xsd Drilldown into IntlSymbol in schema xmlife2_20_01_xsd Drilldown into CurrencyTypeCode in schema xlifebase2_20_01_xsd Drilldown into CurrencySysKey in schema xmlife2_20_01_xsd Drilldown into CurrencyKey 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 Currency_Type in schema xmlife2_20_01_xsd (Acord - Life, Annuity & Health Standards Program)
Collapse XSD Schema Code:
<xsd:complexType name="Currency_Type">
    <xsd:sequence>
        <xsd:element ref="CurrencyKey" minOccurs="0" />
        <xsd:element ref="CurrencySysKey" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CurrencyTypeCode" minOccurs="0" />
        <xsd:element ref="IntlSymbol" minOccurs="0" />
        <xsd:element ref="CurrencySymbol" minOccurs="0" />
        <xsd:element ref="DecimalSep" minOccurs="0" />
        <xsd:element ref="NumDigits" minOccurs="0" />
        <xsd:element ref="LeadingZero" minOccurs="0" />
        <xsd:element ref="ThousandSep" minOccurs="0" />
        <xsd:element ref="CurrGrouping" minOccurs="0" />
        <xsd:element ref="NegativeOrder" minOccurs="0" />
        <xsd:element ref="PositiveOrder" minOccurs="0" />
        <xsd:element ref="ExchangeRate" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OLifEExtension" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" use="required" />
    <xsd:attribute name="DataRep" type="DATAREP_TYPES" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrencyKey nsA:CurrencyKey 0 (1)
CurrencySysKey nsA:CurrencySysKey 0 unbounded
CurrencyTypeCode nsA:CurrencyTypeCode 0 (1)
IntlSymbol nsA:IntlSymbol 0 (1)
CurrencySymbol nsA:CurrencySymbol 0 (1)
DecimalSep nsA:DecimalSep 0 (1)
NumDigits nsA:NumDigits 0 (1)
LeadingZero nsA:LeadingZero 0 (1)
ThousandSep nsA:ThousandSep 0 (1)
CurrGrouping nsA:CurrGrouping 0 (1)
NegativeOrder nsA:NegativeOrder 0 (1)
PositiveOrder nsA:PositiveOrder 0 (1)
ExchangeRate nsA:ExchangeRate 0 unbounded
OLifEExtension nsA:OLifEExtension 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Required
DataRep nsA:DataRep (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Currency