Definition Type: Element
Name: SubscriberTypeCode
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Enrollment.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
This code indicates why this indiviual can enroll in benefits provided by the organization.
Collapse XSD Schema Diagram:
XSD Diagram of SubscriberTypeCode in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Employment
Enumeration Survivorship
Enumeration Dependent-only Coverage