<xsd:complexType name="InsuredPrincipalRoleType">
<xsd:simpleContent>
<xsd:restriction base="OpenEnum">
<xsd:enumeration value="AI" />
<xsd:enumeration value="AN" />
<xsd:enumeration value="CC" />
<xsd:enumeration value="CN" />
<xsd:enumeration value="Coinsured" />
<xsd:enumeration value="CR" />
<xsd:enumeration value="DEC" />
<xsd:enumeration value="FNI" />
<xsd:enumeration value="Insured" />
<xsd:enumeration value="PayrollName" />
<xsd:enumeration value="PreferredContact" />
<xsd:enumeration value="PreferredInsuranceBuyingContact" />
<xsd:enumeration value="PrimaryContact" />
<xsd:enumeration value="Principal" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|