complexType RIpPhoneServices
diagram AXLSoap_p12464.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
elements GetIpPhoneServicesRes/return/ipPhoneServices GetIpPhoneServicesReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RIpPhoneServices">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="serviceName" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="asciiServiceName" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceDescription" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceUrl" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="secureServiceUrl" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceCategory" type="axlapi:XPhoneServiceCategory" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceType" type="axlapi:XPhoneService" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceVendor" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="serviceVersion" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enterpriseSubscription" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="parameters" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="parameter" type="axlapi:RIpPhoneServicesParameter" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

element RIpPhoneServices/serviceName
diagram AXLSoap_p12465.png
type axlapi:UniqueString128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="serviceName" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1"/>

element RIpPhoneServices/asciiServiceName
diagram AXLSoap_p12466.png
type axlapi:UniqueString128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="asciiServiceName" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1"/>

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

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

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

element RIpPhoneServices/serviceCategory
diagram AXLSoap_p12470.png
type axlapi:XPhoneServiceCategory
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="serviceCategory" type="axlapi:XPhoneServiceCategory" minOccurs="0" maxOccurs="1"/>

element RIpPhoneServices/serviceType
diagram AXLSoap_p12471.png
type axlapi:XPhoneService
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="serviceType" type="axlapi:XPhoneService" minOccurs="0" maxOccurs="1"/>

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

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

element RIpPhoneServices/enabled
diagram AXLSoap_p12474.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="enabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RIpPhoneServices/enterpriseSubscription
diagram AXLSoap_p12475.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="enterpriseSubscription" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RIpPhoneServices/parameters
diagram AXLSoap_p12476.png
properties
minOcc 0
maxOcc 1
content complex
children parameter
source <xsd:element name="parameters" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="parameter" type="axlapi:RIpPhoneServicesParameter" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RIpPhoneServices/parameters/parameter
diagram AXLSoap_p12477.png
type axlapi:RIpPhoneServicesParameter
properties
minOcc 0
maxOcc unbounded
content complex
children name displayName default description paramRequired paramPassword
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="parameter" type="axlapi:RIpPhoneServicesParameter" minOccurs="0" maxOccurs="unbounded"/>


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