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