<xsd:element name="Instruction">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PaymentDate" type="LocalDateType" minOccurs="0" />
<xsd:choice>
<xsd:element name="Deduction" type="DeductionType" />
<xsd:element name="Benefit" type="BenefitType" />
</xsd:choice>
<xsd:element name="Amount" type="PayrollAmountType" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="mode" type="TransactionCodeType" use="required" />
</xsd:complexType>
</xsd:element>
|