complexType GetNumDevicesRes
diagram AXLSoap_p3569.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIResponse
properties
base axlapi:APIResponse
children return
used by
element getNumDevicesResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
Response to GetNumDevices. Returns an integer value which is the number of devices found. The class of device counted is represented by the "class" attribute.
source <xsd:complexType name="GetNumDevicesRes">
 
<xsd:annotation>
   
<xsd:documentation>Response to GetNumDevices. Returns an integer value which is the number of devices found. The class of device counted is represented by the "class" attribute.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIResponse">
     
<xsd:sequence>
       
<xsd:element name="return">
         
<xsd:complexType>
           
<xsd:simpleContent>
             
<xsd:extension base="xsd:nonNegativeInteger"/>
           
</xsd:simpleContent>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element GetNumDevicesRes/return
diagram AXLSoap_p3570.png
type extension of xsd:nonNegativeInteger
properties
content complex
source <xsd:element name="return">
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:nonNegativeInteger"/>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy