Definition Type: Element
Name: SubscriberType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Enrollment.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into StartDate in schema enrollment_xsd Drilldown into SubscriberTypeCode in schema enrollment_xsdXSD Diagram of SubscriberType in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubscriberTypeCode hr:SubscriberTypeCode (1) (1)
StartDate hr:StartDate 0 (1)