nc:InsuranceType

complexType InsuranceType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for coverage by a contract whereby one party agrees to indemnify or guarantee another against loss by a specified contingent event or peril.

Diagram

XML Schema

<xs:complexType name="InsuranceType">
<xs:annotation>
<xs:documentation>
A data type for coverage by a contract whereby one party agrees to indemnify or guarantee another against loss by a specified contingent event or peril.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:InsurancePolicyIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceCarrierIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceCarrierName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceActiveIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceCancellationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceCertifiedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceCoverageCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceCoveredItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceEffectiveDateRange" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsurancePersonalIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InsuranceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>