Definition Type: Element
Name: DrugPlanCoverage
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 DrugPlanCoverageType in schema uslocalizations_xsd1XSD Diagram of DrugPlanCoverage in schema uslocalizations_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="DrugPlanCoverage" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="DrugPlanCoverageType" type="MedicareDrugPlanTypesType" />
            <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
DrugPlanCoverageType hr:DrugPlanCoverageType (1) (1)
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)