complexType ListChangeReq
diagram AXLSoap_p6359.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children startChangeId objectList
used by
element listChange
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="ListChangeReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:element name="startChangeId" type="axlapi:StartChangeId" minOccurs="0"/>
       
<xsd:element name="objectList" minOccurs="0">
         
<xsd:complexType>
           
<xsd:sequence>
             
<xsd:element name="object" type="axlapi:XChangeType" minOccurs="0" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element ListChangeReq/startChangeId
diagram AXLSoap_p6360.png
type axlapi:StartChangeId
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
queueId  xsd:string  required      
source <xsd:element name="startChangeId" type="axlapi:StartChangeId" minOccurs="0"/>

element ListChangeReq/objectList
diagram AXLSoap_p6361.png
properties
minOcc 0
maxOcc 1
content complex
children object
source <xsd:element name="objectList" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="object" type="axlapi:XChangeType" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element ListChangeReq/objectList/object
diagram AXLSoap_p6362.png
type axlapi:XChangeType
properties
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="object" type="axlapi:XChangeType" minOccurs="0" maxOccurs="unbounded"/>


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