<xsd:element name="SubscriberType">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SubscriberTypeCode">
<xsd:annotation>
<xsd:documentation>This code indicates why this indiviual can enroll in benefits provided by the organization.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Employment" />
<xsd:enumeration value="Survivorship" />
<xsd:enumeration value="Dependent-only Coverage" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="StartDate" type="LocalDateType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|