complexType XUserPhoneAssociation
diagram AXLSoap_p21361.png
namespace http://www.cisco.com/AXL/API/15.0
children userId password pin lastName middleName firstName productType name dnCssName phoneCssName e164Mask extension routePartitionName voiceMailProfileName enableExtensionMobility DirectoryURI DirectoryNumberURIPartition
used by
element AddUserPhoneAssociationReq/userPhoneAssociation
source <xsd:complexType name="XUserPhoneAssociation">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="userId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="password" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="pin" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="lastName" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="middleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="firstName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="productType" type="axlapi:XModel" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="name" type="axlapi:UniqueString128" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="dnCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="phoneCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="e164Mask" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="extension" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="voiceMailProfileName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableExtensionMobility" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="DirectoryURI" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="DirectoryNumberURIPartition" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

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

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

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

element XUserPhoneAssociation/lastName
diagram AXLSoap_p21365.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="lastName" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

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

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

element XUserPhoneAssociation/productType
diagram AXLSoap_p21368.png
type axlapi:XModel
properties
content simple
nillable true
source <xsd:element name="productType" type="axlapi:XModel" nillable="true" minOccurs="1" maxOccurs="1"/>

element XUserPhoneAssociation/name
diagram AXLSoap_p21369.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 XUserPhoneAssociation/dnCssName
diagram AXLSoap_p21370.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="dnCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XUserPhoneAssociation/phoneCssName
diagram AXLSoap_p21371.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="phoneCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XUserPhoneAssociation/e164Mask
diagram AXLSoap_p21372.png
type xsd:string
properties
content simple
nillable true
source <xsd:element name="e164Mask" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1"/>

element XUserPhoneAssociation/extension
diagram AXLSoap_p21373.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="extension" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element XUserPhoneAssociation/routePartitionName
diagram AXLSoap_p21374.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XUserPhoneAssociation/voiceMailProfileName
diagram AXLSoap_p21375.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="voiceMailProfileName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

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

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

element XUserPhoneAssociation/DirectoryNumberURIPartition
diagram AXLSoap_p21378.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="DirectoryNumberURIPartition" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>


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