Definition Type: ComplexType
Name: AllocationType
Namespace: http://www.ACORD.org/standards/Jv-Ins-Reinsurance/2008-1
Containing Schema: Jv-Ins-Reinsurance-2008-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Extension in schema jv-ins-reinsurance-2008-1_xsd Drilldown into Description in schema jv-ins-reinsurance-2008-1_xsd Drilldown into AllocationReference in schema jv-ins-reinsurance-2008-1_xsd Drilldown into AllocationPercentage in schema jv-ins-reinsurance-2008-1_xsd Drilldown into AllocationCode in schema jv-ins-reinsurance-2008-1_xsdXSD Diagram of AllocationType in schema jv-ins-reinsurance-2008-1_xsd (Acord - Reinsurance & Large Commercial Standards Program)
Collapse XSD Schema Code:
<xs:complexType name="AllocationType">
    <xs:sequence>
        <xs:element ref="AllocationCode" minOccurs="0" />
        <xs:element ref="AllocationPercentage" />
        <xs:element ref="AllocationReference" minOccurs="0" />
        <xs:element ref="Description" minOccurs="0" />
        <xs:element name="Extension" type="Allocation_ExtensionType" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AllocationCode nsA:AllocationCode 0 (1)
AllocationPercentage nsA:AllocationPercentage (1) (1)
AllocationReference nsA:AllocationReference 0 (1)
Description nsA:Description 0 (1)
Extension nsA:Extension 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Allocation