diagram |
 |
namespace |
http://www.cisco.com/AXL/API/9.0 |
type |
extension of axlapi:APIResponse |
properties |
|
children |
registrationId pollingInterval pollingStartTime |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | sequence | xsd:unsignedLong | optional | | | |
|
source |
<xsd:complexType name="DoNotificationRegisterRes">
<xsd:complexContent>
<xsd:extension base="axlapi:APIResponse">
<xsd:sequence>
<xsd:element name="registrationId" type="axlapi:String32"/>
<xsd:element name="pollingInterval" type="axlapi:String32"/>
<xsd:element name="pollingStartTime" type="axlapi:String32"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |