Element |
Description |
Type |
Occurrences |
identifier |
Identifier of the Device |
long |
1 |
order |
Location within the Device order |
integer |
1 |
<xs:complexType name="SoapOrderDevice">
<xs:sequence>
<xs:element name="identifier" type="xs:long" />
<xs:element name="order" type="xs:int" />
</xs:sequence>
</xs:complexType>