complexType XBillingServer
diagram AXLAPI_p14007.png
namespace http://www.cisco.com/AXL/API/9.0
children hostName userId password directory resendOnFailure billingServerProtocol
used by
element AddBillingServerReq/billingServer
source <xsd:complexType name="XBillingServer">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="hostName" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="userId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="password" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="directory" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="resendOnFailure" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="billingServerProtocol" type="axlapi:XBillingserverprotocol" default="SFTP" nillable="false" minOccurs="1" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XBillingServer/hostName
diagram AXLAPI_p14008.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="hostName" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XBillingServer/userId
diagram AXLAPI_p14009.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="userId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XBillingServer/password
diagram AXLAPI_p14010.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="password" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XBillingServer/directory
diagram AXLAPI_p14011.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="directory" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

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

element XBillingServer/billingServerProtocol
diagram AXLAPI_p14013.png
type axlapi:XBillingserverprotocol
properties
content simple
default SFTP
nillable false
source <xsd:element name="billingServerProtocol" type="axlapi:XBillingserverprotocol" default="SFTP" nillable="false" minOccurs="1" maxOccurs="1"/>


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