complexType XWirelessAccessPointControllers
diagram AXLSoap_p21493.png
namespace http://www.cisco.com/AXL/API/15.0
children name description snmpVersion snmpUserIdOrCommunityString snmpAuthenticationProtocol snmpAuthenticationPassword snmpPrivacyProtocol snmpPrivacyPassword syncNow resyncInterval nextSyncTime scheduleUnit
used by
element AddWirelessAccessPointControllersReq/wirelessAccessPointControllers
source <xsd:complexType name="XWirelessAccessPointControllers">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String255" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="snmpVersion" type="axlapi:XSNMPVersion" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="snmpUserIdOrCommunityString" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>if version is 3 then it will be snmpUserId and if version is 2 then it will be treated as snmpCommuintyString</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="snmpAuthenticationProtocol" type="axlapi:XSNMPAuthenticationProtocol" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="snmpAuthenticationPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="snmpPrivacyProtocol" type="axlapi:XSNMPPrivacyProtocol" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="snmpPrivacyPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="syncNow" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="resyncInterval" type="axlapi:XInteger" default="32" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="nextSyncTime" type="axlapi:XInteger" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="scheduleUnit" type="axlapi:XScheduleUnit" nillable="false" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XWirelessAccessPointControllers/name
diagram AXLSoap_p21494.png
type axlapi:String255
properties
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="name" type="axlapi:String255" nillable="false" minOccurs="1" maxOccurs="1"/>

element XWirelessAccessPointControllers/description
diagram AXLSoap_p21495.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element XWirelessAccessPointControllers/snmpVersion
diagram AXLSoap_p21496.png
type axlapi:XSNMPVersion
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="snmpVersion" type="axlapi:XSNMPVersion" nillable="false" minOccurs="0" maxOccurs="1"/>

element XWirelessAccessPointControllers/snmpUserIdOrCommunityString
diagram AXLSoap_p21497.png
type xsd:string
properties
content simple
nillable false
annotation
documentation
if version is 3 then it will be snmpUserId and if version is 2 then it will be treated as snmpCommuintyString
source <xsd:element name="snmpUserIdOrCommunityString" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>if version is 3 then it will be snmpUserId and if version is 2 then it will be treated as snmpCommuintyString</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XWirelessAccessPointControllers/snmpAuthenticationProtocol
diagram AXLSoap_p21498.png
type axlapi:XSNMPAuthenticationProtocol
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="snmpAuthenticationProtocol" type="axlapi:XSNMPAuthenticationProtocol" nillable="false" minOccurs="0" maxOccurs="1"/>

element XWirelessAccessPointControllers/snmpAuthenticationPassword
diagram AXLSoap_p21499.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="snmpAuthenticationPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element XWirelessAccessPointControllers/snmpPrivacyProtocol
diagram AXLSoap_p21500.png
type axlapi:XSNMPPrivacyProtocol
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="snmpPrivacyProtocol" type="axlapi:XSNMPPrivacyProtocol" nillable="false" minOccurs="0" maxOccurs="1"/>

element XWirelessAccessPointControllers/snmpPrivacyPassword
diagram AXLSoap_p21501.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="snmpPrivacyPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element XWirelessAccessPointControllers/syncNow
diagram AXLSoap_p21502.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="syncNow" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element XWirelessAccessPointControllers/resyncInterval
diagram AXLSoap_p21503.png
type axlapi:XInteger
properties
content simple
default 32
nillable false
source <xsd:element name="resyncInterval" type="axlapi:XInteger" default="32" nillable="false" minOccurs="1" maxOccurs="1"/>

element XWirelessAccessPointControllers/nextSyncTime
diagram AXLSoap_p21504.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="nextSyncTime" type="axlapi:XInteger" nillable="false" minOccurs="0" maxOccurs="1"/>

element XWirelessAccessPointControllers/scheduleUnit
diagram AXLSoap_p21505.png
type axlapi:XScheduleUnit
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="scheduleUnit" type="axlapi:XScheduleUnit" nillable="false" minOccurs="0" maxOccurs="1"/>


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