complexType GetNotificationChangesRes
diagram AXLAPI_p2814.png
namespace http://www.cisco.com/AXL/API/9.0
type extension of axlapi:APIResponse
properties
base axlapi:APIResponse
children changeNotification pollingInterval pollingStartTime
used by
element getNotificationChangesResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="GetNotificationChangesRes">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIResponse">
     
<xsd:sequence>
       
<xsd:element name="changeNotification" type="axlapi:RNotificationChange" nillable="true" minOccurs="0">
         
<xsd:annotation>
           
<xsd:documentation>Tag would contain an xml with all change notifications for Registered object.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="pollingInterval" type="axlapi:String32"/>
       
<xsd:element name="pollingStartTime" type="axlapi:String32"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element GetNotificationChangesRes/changeNotification
diagram AXLAPI_p2815.png
type axlapi:RNotificationChange
properties
minOcc 0
maxOcc 1
content complex
nillable true
children objectLists
annotation
documentation
Tag would contain an xml with all change notifications for Registered object.
source <xsd:element name="changeNotification" type="axlapi:RNotificationChange" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Tag would contain an xml with all change notifications for Registered object.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element GetNotificationChangesRes/pollingInterval
diagram AXLAPI_p2816.png
type axlapi:String32
properties
content simple
facets
Kind Value Annotation
maxLength 32
source <xsd:element name="pollingInterval" type="axlapi:String32"/>

element GetNotificationChangesRes/pollingStartTime
diagram AXLAPI_p2817.png
type axlapi:String32
properties
content simple
facets
Kind Value Annotation
maxLength 32
source <xsd:element name="pollingStartTime" type="axlapi:String32"/>


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