<xsd:complexType name="InsuranceType">
<xsd:annotation>
<xsd: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.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="nc:InsurancePolicyIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceCarrierIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceCarrierName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceActiveIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceCancellationDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceCertifiedDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceCoverageCategory" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceCoveredProperty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceEffectiveDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsuranceEndDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InsurancePersonalIndicator" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|