Definition Type: ComplexType
Name: AccountPeriodType
Namespace: http://www.ACORD.org/standards/Jv-Ins-Reinsurance/2007-2
Containing Schema: Jv-Ins-Reinsurance-2008-1-DRI-Slice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Extension in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into PeriodNbr in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into EndDate in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into StartDate in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into Description in schema jv-ins-reinsurance-2008-1-dri-slice_xsdXSD Diagram of AccountPeriodType in schema jv-ins-reinsurance-2008-1-dri-slice_xsd (Acord - Reinsurance & Large Commercial Standards Program)
Collapse XSD Schema Code:
<xs:complexType name="AccountPeriodType">
    <xs:sequence>
        <xs:element ref="Description" minOccurs="0" />
        <xs:element ref="StartDate" minOccurs="0" />
        <xs:element ref="EndDate" minOccurs="0" />
        <xs:element ref="PeriodNbr" minOccurs="0" />
        <xs:element name="Extension" type="AccountPeriod_ExtensionType" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description nsB:Description 0 (1)
StartDate nsB:StartDate 0 (1)
EndDate nsB:EndDate 0 (1)
PeriodNbr nsB:PeriodNbr 0 (1)
Extension nsB:Extension 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:AccountPeriod