<xsd:element name="CoverageType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The types of the sub-elements here are not yet correct.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Product">
<xsd:annotation>
<xsd:documentation>extensible</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:union memberTypes="ProductType xStringPatternExtensionType" />
</xsd:simpleType>
</xsd:element>
<xsd:element name="ProductType">
<xsd:annotation>
<xsd:documentation>extensible</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:union memberTypes="ProductTypeType xStringPatternExtensionType" />
</xsd:simpleType>
</xsd:element>
<xsd:element name="CoveredEntity">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Self" />
<xsd:enumeration value="Spouse" />
<xsd:enumeration value="Common Law Spouse" />
<xsd:enumeration value="Dependent" />
<xsd:enumeration value="Child" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|