<xsd:element name="PayrollInstructions">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="PayrollEmployer" />
<xsd:element ref="PersonInstruction" maxOccurs="unbounded" />
<xsd:element ref="RequestTotal" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="version" type="xsd:string" fixed="00.00" />
<xsd:attribute name="currency" type="CurrencyCodeType" />
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
</xsd:element>
|