<xsd:complexType name="SpendingAccountCoverageType">
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0" />
<xsd:element ref="SpendingAccountTypeCode" minOccurs="0" />
<xsd:element ref="ElectedPlanID" minOccurs="0" />
<xsd:element ref="GroupNumberID" minOccurs="0" />
<xsd:element ref="ContractConfigurationID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="BenefitReportingIDs" minOccurs="0" />
<xsd:element ref="PlanParticipationSuspensionDate" minOccurs="0" />
<xsd:element ref="PlanYear" minOccurs="0" />
<xsd:element ref="PlanStartDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The PlanStartDate and PlanEndDate components are typically used to communicate a partial plan-year or plan period other than a year.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PlanEndDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The PlanStartDate and PlanEndDate components are typically used to communicate a partial plan-year or plan period other than a year.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="SpendingAccountContribution" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="RolloverBalanceAmount" minOccurs="0" />
<xsd:element ref="Carrier" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|