Definition Type: ComplexType
Name: ClaimAgreementPartyType
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 AgreementComments in schema jv-ins-reinsurance-2008-1_xsd Drilldown into ParticipantFunction in schema jv-ins-reinsurance-2008-1_xsd Drilldown into Address in schema jv-ins-reinsurance-2008-1_xsd Drilldown into Contact in schema jv-ins-reinsurance-2008-1_xsd Drilldown into Party in schema jv-ins-reinsurance-2008-1_xsdXSD Diagram of ClaimAgreementPartyType in schema jv-ins-reinsurance-2008-1_xsd (Acord - Reinsurance & Large Commercial Standards Program)
Collapse XSD Schema Code:
<xs:complexType name="ClaimAgreementPartyType">
    <xs:sequence>
        <xs:element ref="Party" />
        <xs:element ref="Contact" minOccurs="0" />
        <xs:element ref="Address" minOccurs="0" />
        <xs:element ref="ParticipantFunction" minOccurs="0" />
        <xs:element ref="AgreementComments" minOccurs="0" />
        <xs:element name="Extension" type="ClaimAgreementParty_ExtensionType" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Party nsA:Party (1) (1)
Contact nsA:Contact 0 (1)
Address nsA:Address 0 (1)
ParticipantFunction nsA:ParticipantFunction 0 (1)
AgreementComments nsA:AgreementComments 0 (1)
Extension nsA:Extension 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ClaimAgreementParty