Complex Type | BatchRequest |
<xsd:attribute name="processing" use="optional" default="sequential"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="sequential"/> <xsd:enumeration value="parallel"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |