Definition Type: Element
Name: MedicareEntitlement
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: USLocalizations.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema uslocalizations_xsd1 Drilldown into StartDate in schema uslocalizations_xsd1 Drilldown into EntitlementReason in schema uslocalizations_xsd1 Drilldown into IsEligible in schema uslocalizations_xsd1XSD Diagram of MedicareEntitlement in schema uslocalizations_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="MedicareEntitlement" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="IsEligible" type="MedicareIsEligibleTypesType" minOccurs="0" />
            <xsd:element name="EntitlementReason" type="EntitlementReasonCodeTypesType" minOccurs="0" />
            <xsd:element name="StartDate" type="LocalDateType" minOccurs="0" />
            <xsd:element name="EndDate" type="LocalDateType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IsEligible hr:IsEligible 0 (1)
EntitlementReason hr:EntitlementReason 0 (1)
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)