<xsd:simpleType name="ConfirmationEntityEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Indicates whether the confirmation was performed with the insurance company or the insurance agent.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Insurance Company">
<xsd:annotation>
<xsd:documentation>Confirmation was performed by Insurance Company</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Agency">
<xsd:annotation>
<xsd:documentation>Confirmation was performed by Insurance Agent</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|