Definition Type: ComplexType
Name: ContractPeriodType
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 PeriodScopeDescription in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into PeriodScope in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into TimeDuration in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into EndDateTime in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into EndDateTime in schema jv-ins-reinsurance-2008-1-dri-slice_xsd Drilldown into StartDateTime 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 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 PeriodStatus in schema jv-ins-reinsurance-2008-1-dri-slice_xsdXSD Diagram of ContractPeriodType in schema jv-ins-reinsurance-2008-1-dri-slice_xsd (Acord - Reinsurance & Large Commercial Standards Program)
Collapse XSD Schema Code:
<xs:complexType name="ContractPeriodType">
    <xs:sequence>
        <xs:choice minOccurs="0">
            <xs:choice>
                <xs:sequence>
                    <xs:element ref="StartDate" />
                    <xs:element ref="EndDate" minOccurs="0" />
                </xs:sequence>
                <xs:element ref="EndDate" />
            </xs:choice>
            <xs:choice>
                <xs:sequence>
                    <xs:element ref="StartDateTime" />
                    <xs:element ref="EndDateTime" minOccurs="0" />
                </xs:sequence>
                <xs:element ref="EndDateTime" />
            </xs:choice>
        </xs:choice>
        <xs:element ref="TimeDuration" minOccurs="0" />
        <xs:element ref="PeriodScope" minOccurs="0" />
        <xs:element ref="PeriodScopeDescription" minOccurs="0" />
        <xs:element name="Extension" type="ContractPeriod_ExtensionType" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="PeriodStatus" type="EnumType" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate nsB:StartDate (1) (1)
EndDate nsB:EndDate 0 (1)
EndDate nsB:EndDate (1) (1)
StartDateTime nsB:StartDateTime (1) (1)
EndDateTime nsB:EndDateTime 0 (1)
EndDateTime nsB:EndDateTime (1) (1)
TimeDuration nsB:TimeDuration 0 (1)
PeriodScope nsB:PeriodScope 0 (1)
PeriodScopeDescription nsB:PeriodScopeDescription 0 (1)
Extension nsB:Extension 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
PeriodStatus nsB:PeriodStatus (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:ContractPeriod