Definition Type: ComplexType
Name: SubscriberDetailsType
Namespace: http://www.hr-xml.org/3
Containing Schema: USEnrollment.xsd
Abstract
Documentation:
The Subscriber element is a required element containing information about the individual with an ability to enroll in the benefits program(s) based on a relationship with the Organization sponsoring the benefit program(s).
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into SubscriberDependent in schema usenrollment_xsd Drilldown into Medicaid in schema usenrollment_xsd Drilldown into Medicare in schema usenrollment_xsd Drilldown into HIPAA in schema usenrollment_xsd Drilldown into SpendingAccountCoverage in schema components_xsd Drilldown into USRateBasedCoverage in schema components_xsd Drilldown into USHealthCoverage in schema components_xsd Drilldown into SubscriberDeployment in schema components_xsd Drilldown into SubscriberEmployment in schema components_xsd Drilldown into SubscriberEmployee in schema components_xsd Drilldown into SubscriberPerson in schema components_xsd Drilldown into ID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of SubscriberDetailsType in schema usenrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SubscriberDetailsType">
    <xsd:annotation>
        <xsd:documentation>The Subscriber element is a required element containing information about the individual with an ability to enroll in the benefits program(s) based on a relationship with the Organization sponsoring the benefit program(s).</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="SubscriberPerson" minOccurs="0" />
        <xsd:element ref="SubscriberEmployee" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SubscriberEmployment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SubscriberDeployment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="USHealthCoverage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="USRateBasedCoverage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SpendingAccountCoverage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="HIPAA" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Medicare" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Medicaid" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SubscriberDependent" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
SubscriberPerson nsA:SubscriberPerson 0 (1)
SubscriberEmployee nsA:SubscriberEmployee 0 unbounded
SubscriberEmployment nsA:SubscriberEmployment 0 unbounded
SubscriberDeployment nsA:SubscriberDeployment 0 unbounded
USHealthCoverage nsA:USHealthCoverage 0 unbounded
USRateBasedCoverage nsA:USRateBasedCoverage 0 unbounded
SpendingAccountCoverage nsA:SpendingAccountCoverage 0 unbounded
HIPAA nsA:HIPAA 0 unbounded
Medicare nsA:Medicare 0 unbounded
Medicaid nsA:Medicaid 0 unbounded
SubscriberDependent nsA:SubscriberDependent 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:SubscriberDetails