<xsd:simpleType name="IDCardTypeCodeEnumType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="DentalInsurance" />
<xsd:enumeration value="HealthInsurance" />
<xsd:enumeration value="PrescriptionDrugServiceInsurance" />
</xsd:restriction>
</xsd:simpleType>
|