Definition Type: ComplexType
Name: CoverageType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Enrollment.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into StockPurchasePlanCoverage in schema stockpurchaseplancoverage_xsd Drilldown into RateBasedCoverage in schema localizations_xsd Drilldown into SpendingAccountCoverage in schema localizations_xsd Drilldown into TierCoverage in schema localizations_xsdXSD Diagram of CoverageType in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CoverageType">
    <xsd:sequence>
        <xsd:element ref="TierCoverage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SpendingAccountCoverage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="RateBasedCoverage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="StockPurchasePlanCoverage" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TierCoverage hr:TierCoverage 0 unbounded
SpendingAccountCoverage hr:SpendingAccountCoverage 0 unbounded
RateBasedCoverage hr:RateBasedCoverage 0 unbounded
StockPurchasePlanCoverage hr:StockPurchasePlanCoverage 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Coverage, hr:Coverage