complexType ListChangeRes
diagram AXLSoap_p6363.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIResponse
properties
base axlapi:APIResponse
children queueInfo changes
used by
element listChangeResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="ListChangeRes">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIResponse">
     
<xsd:sequence>
       
<xsd:element name="queueInfo" type="axlapi:ListChangeQueue" minOccurs="0"/>
       
<xsd:element name="changes">
         
<xsd:complexType>
           
<xsd:sequence>
             
<xsd:element name="change" type="axlapi:Change" minOccurs="0" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element ListChangeRes/queueInfo
diagram AXLSoap_p6364.png
type axlapi:ListChangeQueue
properties
minOcc 0
maxOcc 1
content complex
children firstChangeId lastChangeId nextStartChangeId queueId
source <xsd:element name="queueInfo" type="axlapi:ListChangeQueue" minOccurs="0"/>

element ListChangeRes/changes
diagram AXLSoap_p6365.png
properties
content complex
children change
source <xsd:element name="changes">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="change" type="axlapi:Change" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element ListChangeRes/changes/change
diagram AXLSoap_p6366.png
type axlapi:Change
properties
minOcc 0
maxOcc unbounded
content complex
children id action serviceType doGet changedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
type  xsd:string        
uuid  axlapi:XUUID        
source <xsd:element name="change" type="axlapi:Change" minOccurs="0" maxOccurs="unbounded"/>


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