<xsd:group name="CERTIFICATEINFO">
<xsd:sequence>
<xsd:element ref="Producer" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InsuredOrPrincipal" minOccurs="1" maxOccurs="unbounded" />
<xsd:element ref="Location" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CertificatePolicyInfo" minOccurs="1" maxOccurs="unbounded" />
<xsd:element ref="OperationsDesc" minOccurs="0" maxOccurs="1" />
<xsd:group ref="EXCLUDECANCELLATIONCLAUSE_CHOICE" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CertificateHolderInfo" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CertificateNumber" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CancellationNoticeDesc" minOccurs="0" maxOccurs="1" />
<xsd:element ref="RemarkText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="FileAttachmentInfo" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:group>
|