<xs:complexTypename="BatchStatus"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentation>Status of each batch for a submission recieved in multiple batches.</xs:documentation></xs:annotation><xs:sequence><xs:elementname="Index"type="xs:unsignedShort"><xs:annotation><xs:documentation>Unique Index of the submission in the batch submission.</xs:documentation></xs:annotation></xs:element><xs:elementname="Status"type="pc:processingStatus"><xs:annotation><xs:documentation>Current Status of the batch in the Payroll Submission. Possible values are Pending, Completed or NotAcknowledged.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>