complexType XIpPhoneServices
diagram AXLSoap_p19698.png
namespace http://www.cisco.com/AXL/API/15.0
children serviceName asciiServiceName serviceDescription serviceUrl secureServiceUrl serviceCategory serviceType serviceVendor serviceVersion enabled enterpriseSubscription parameters
used by
element AddIpPhoneServicesReq/ipPhoneServices
source <xsd:complexType name="XIpPhoneServices">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="serviceName" type="axlapi:UniqueString128" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="asciiServiceName" type="axlapi:UniqueString128" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="serviceDescription" type="axlapi:String128" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceUrl" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="secureServiceUrl" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceCategory" type="axlapi:XPhoneServiceCategory" default="XML Service" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="serviceType" type="axlapi:XPhoneService" default="Standard IP Phone Service" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="serviceVendor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceVersion" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enabled" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enterpriseSubscription" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="parameters" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:complexContent>
         
<xsd:extension base="axlapi:XCommonMembersExtension">
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="parameter" type="axlapi:XIpPhoneServicesParameter" minOccurs="1" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:extension>
       
</xsd:complexContent>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

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

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

element XIpPhoneServices/serviceDescription
diagram AXLSoap_p19701.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="serviceDescription" type="axlapi:String128" nillable="true" minOccurs="0" maxOccurs="1"/>

element XIpPhoneServices/serviceUrl
diagram AXLSoap_p19702.png
type xsd:string
properties
content simple
nillable true
source <xsd:element name="serviceUrl" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1"/>

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

element XIpPhoneServices/serviceCategory
diagram AXLSoap_p19704.png
type axlapi:XPhoneServiceCategory
properties
content simple
default XML Service
nillable false
source <xsd:element name="serviceCategory" type="axlapi:XPhoneServiceCategory" default="XML Service" nillable="false" minOccurs="1" maxOccurs="1"/>

element XIpPhoneServices/serviceType
diagram AXLSoap_p19705.png
type axlapi:XPhoneService
properties
content simple
default Standard IP Phone Service
nillable false
source <xsd:element name="serviceType" type="axlapi:XPhoneService" default="Standard IP Phone Service" nillable="false" minOccurs="1" maxOccurs="1"/>

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

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

element XIpPhoneServices/enabled
diagram AXLSoap_p19708.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="enabled" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>

element XIpPhoneServices/enterpriseSubscription
diagram AXLSoap_p19709.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="enterpriseSubscription" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element XIpPhoneServices/parameters
diagram AXLSoap_p19710.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children parameter
source <xsd:element name="parameters" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="parameter" type="axlapi:XIpPhoneServicesParameter" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element XIpPhoneServices/parameters/parameter
diagram AXLSoap_p19711.png
type axlapi:XIpPhoneServicesParameter
properties
minOcc 1
maxOcc unbounded
content complex
children name displayName default description paramRequired paramPassword
source <xsd:element name="parameter" type="axlapi:XIpPhoneServicesParameter" minOccurs="1" maxOccurs="unbounded"/>


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