complexType XNetworkAccessProfile
diagram AXLSoap_p20038.png
namespace http://www.cisco.com/AXL/API/15.0
children name description vpnRequired proxySettings proxyHostname proxyPort proxyRequiresAuthentication provideSharedCredentials username password
used by
element AddNetworkAccessProfileReq/networkAccessProfile
source <xsd:complexType name="XNetworkAccessProfile">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:UniqueString128" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="vpnRequired" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="proxySettings" type="axlapi:XHTTPProxy" default="None" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="proxyHostname" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag corresponds to Proxy Auto-Config (PAC) Location when proxy setting is set to Auto</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="proxyPort" type="axlapi:XInteger" default="8080" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="proxyRequiresAuthentication" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="provideSharedCredentials" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is used for validation and does not correspond to any field in database.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="username" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="password" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XNetworkAccessProfile/name
diagram AXLSoap_p20039.png
type axlapi:UniqueString128
properties
content simple
nillable false
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="name" type="axlapi:UniqueString128" nillable="false" minOccurs="1" maxOccurs="1"/>

element XNetworkAccessProfile/description
diagram AXLSoap_p20040.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XNetworkAccessProfile/vpnRequired
diagram AXLSoap_p20041.png
type axlapi:XStatus
properties
content simple
default Default
nillable false
source <xsd:element name="vpnRequired" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/>

element XNetworkAccessProfile/proxySettings
diagram AXLSoap_p20042.png
type axlapi:XHTTPProxy
properties
content simple
default None
nillable false
source <xsd:element name="proxySettings" type="axlapi:XHTTPProxy" default="None" nillable="false" minOccurs="1" maxOccurs="1"/>

element XNetworkAccessProfile/proxyHostname
diagram AXLSoap_p20043.png
type xsd:string
properties
content simple
nillable false
annotation
documentation
This tag corresponds to Proxy Auto-Config (PAC) Location when proxy setting is set to Auto
source <xsd:element name="proxyHostname" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag corresponds to Proxy Auto-Config (PAC) Location when proxy setting is set to Auto</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XNetworkAccessProfile/proxyPort
diagram AXLSoap_p20044.png
type axlapi:XInteger
properties
content simple
default 8080
nillable false
source <xsd:element name="proxyPort" type="axlapi:XInteger" default="8080" nillable="false" minOccurs="1" maxOccurs="1"/>

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

element XNetworkAccessProfile/provideSharedCredentials
diagram AXLSoap_p20046.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
This tag is used for validation and does not correspond to any field in database.
source <xsd:element name="provideSharedCredentials" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is used for validation and does not correspond to any field in database.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

element XNetworkAccessProfile/password
diagram AXLSoap_p20048.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="password" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>


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