complexType LCiscoCloudOnboarding
diagram AXLSoap_p4666.png
namespace http://www.cisco.com/AXL/API/12.5
children voucherExists enablePushNotifications enableHttpProxy httpProxyAddress proxyUsername proxyPassword enableTrustCACertificate allowAnalyticsCollection enableTroubleshooting alarmSendEncryptedData orgId alarmPushIntervalSecs alarmEncryptKey serviceAddress onboardingRegistrationStatus email partnerEmail orgName customerOneTimePassword alarmSeverity alarmPushNowToggle enableGDSCommunication mraActivationDomain errorStatus
used by
elements ListCiscoCloudOnboardingRes/return/ciscoCloudOnboarding ListCiscoCloudOnboardingReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="LCiscoCloudOnboarding">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="voucherExists" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enablePushNotifications" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableHttpProxy" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="httpProxyAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="proxyUsername" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="proxyPassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableTrustCACertificate" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="allowAnalyticsCollection" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableTroubleshooting" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alarmSendEncryptedData" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="orgId" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alarmPushIntervalSecs" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alarmEncryptKey" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceAddress" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="onboardingRegistrationStatus" type="axlapi:XOnboardingRegistrationStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="email" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="partnerEmail" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="orgName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="customerOneTimePassword" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alarmSeverity" type="axlapi:XAlarmSeverity" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alarmPushNowToggle" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableGDSCommunication" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mraActivationDomain" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="errorStatus" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Read-only listing of any error statuses that may affect onboarding configuration</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="status" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute LCiscoCloudOnboarding/@uuid
type axlapi:XUUID
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

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

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

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

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

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

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

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

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

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

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

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

element LCiscoCloudOnboarding/alarmPushIntervalSecs
diagram AXLSoap_p4678.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alarmPushIntervalSecs" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

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

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

element LCiscoCloudOnboarding/onboardingRegistrationStatus
diagram AXLSoap_p4681.png
type axlapi:XOnboardingRegistrationStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="onboardingRegistrationStatus" type="axlapi:XOnboardingRegistrationStatus" minOccurs="0" maxOccurs="1"/>

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

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

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

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

element LCiscoCloudOnboarding/alarmSeverity
diagram AXLSoap_p4686.png
type axlapi:XAlarmSeverity
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alarmSeverity" type="axlapi:XAlarmSeverity" minOccurs="0" maxOccurs="1"/>

element LCiscoCloudOnboarding/alarmPushNowToggle
diagram AXLSoap_p4687.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alarmPushNowToggle" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

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

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

element LCiscoCloudOnboarding/errorStatus
diagram AXLSoap_p4690.png
properties
minOcc 0
maxOcc 1
content complex
children status
annotation
documentation
Read-only listing of any error statuses that may affect onboarding configuration
source <xsd:element name="errorStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read-only listing of any error statuses that may affect onboarding configuration</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="status" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element LCiscoCloudOnboarding/errorStatus/status
diagram AXLSoap_p4691.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="status" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>


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