<xsd:complexType name="BenefitType">
<xsd:sequence>
<xsd:element name="ApplyToCompensation" type="ApplyToCompensationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BenefitPlan" type="BenefitPlanType" />
<xsd:element name="BenefitStartDate" type="LocalDateType" />
<xsd:element name="BenefitEndDate" type="LocalDateType" minOccurs="0" />
<xsd:element name="BenefitFrequency" type="FrequencyType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BenefitCaseNumber" type="xsd:string" minOccurs="0" />
<xsd:element name="BenefitOptionalDate" type="PayrollDateType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="benefitTaxTreatment" type="BenefitTaxTreatmentType" />
<xsd:attribute name="reportOnly" type="xsd:boolean" />
</xsd:complexType>
|