<?xml version="1.0" encoding="UTF-8"?>
<!-- Batch information for a transfer -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.ggf.org/namespaces/2004/10/gridNetworkMonitoring" xmlns:tns="http://www.ggf.org/namespaces/2004/10/gridNetworkMonitoring">
  <xs:include schemaLocation="nm_extend.xsd"/>
  <xs:element name="batchInfo">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="tns:id"/>
        <xs:element minOccurs="0" ref="tns:n"/>
        <xs:element minOccurs="0" ref="tns:of"/>
        <xs:element ref="tns:other"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="id" type="xs:token">
    <xs:annotation>
      <xs:documentation>The batch-set identifier</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="n" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The number of the batch</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="of" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The total number of batches</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="other" type="tns:Extensibility">
    <xs:annotation>
      <xs:documentation>Extensibility</xs:documentation>
    </xs:annotation>
  </xs:element>
</xs:schema>

