SoapOrderDevices data structure

Element

Description

Type

Occurrences

device

List of Devices and their order

SoapOrderDevice

0-unlimited

Specification:

<xs:complexType name="SoapOrderDevices">

  <xs:sequence>

    <xs:element minOccurs="0" maxOccurs="unbounded" name="device" nillable="true" type="ns:SoapOrderDevice" />

  </xs:sequence>

</xs:complexType>

Example