Definition Type: ComplexType
Name: MedicarePartDType
Namespace: http://www.hr-xml.org/3
Containing Schema: USEnrollment.xsd
Abstract
Documentation:
Pertains to the U.S. Medicare project. Contains information about the individual's Medicare Part D program enrollment as well as details about the specific drug plan in which the individual is enrolled.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into EndDate in schema fields_xsd Drilldown into StartDate in schema fields_xsd Drilldown into DrugPlanCoverageCode in schema usenrollment_xsd Drilldown into UniqueBenefitOptionID in schema fields_xsd Drilldown into EndDate in schema fields_xsd Drilldown into StartDate in schema fields_xsd Drilldown into EnrollmentIndicator in schema fields_xsdXSD Diagram of MedicarePartDType in schema usenrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MedicarePartDType">
    <xsd:annotation>
        <xsd:documentation>Pertains to the U.S. Medicare project. Contains information about the individual's Medicare Part D program enrollment as well as details about the specific drug plan in which the individual is enrolled.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="EnrollmentIndicator" />
        <xsd:element ref="StartDate" minOccurs="0" />
        <xsd:element ref="EndDate" minOccurs="0" />
        <xsd:element ref="UniqueBenefitOptionID" />
        <xsd:element ref="DrugPlanCoverageCode" minOccurs="0" />
        <xsd:element ref="StartDate" minOccurs="0" />
        <xsd:element ref="EndDate" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EnrollmentIndicator nsA:EnrollmentIndicator (1) (1)
StartDate nsA:StartDate 0 (1)
EndDate nsA:EndDate 0 (1)
UniqueBenefitOptionID nsA:UniqueBenefitOptionID (1) (1)
DrugPlanCoverageCode nsA:DrugPlanCoverageCode 0 (1)
StartDate nsA:StartDate 0 (1)
EndDate nsA:EndDate 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:MedicarePartD