complexType LH323Line
diagram AXLSoap_p5750.png
namespace http://www.cisco.com/AXL/API/15.0
children index label asciiLabel display dirn displayAscii e164Mask dialPlanWizardId maxNumCalls busyTrigger callInfoDisplay recordingProfileName monitoringCssName recordingFlag audibleMwi speedDial partitionUsage associatedEndusers
attributes
Name  Type  Use  Default  Fixed  Annotation
ctiid  xsd:nonNegativeInteger        
uuid  axlapi:XUUID        
source <xsd:complexType name="LH323Line">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="index" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="label" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="asciiLabel" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="display" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dirn" type="axlapi:LDirn" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Only uuid attribute is returned in response</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="displayAscii" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="e164Mask" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dialPlanWizardId" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="maxNumCalls" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="busyTrigger" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callInfoDisplay" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="callerName" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="callerNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="redirectedNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="dialedNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="recordingProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="monitoringCssName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="recordingFlag" type="axlapi:XRecordingFlag" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="audibleMwi" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Not applicable for gatewayEndpointAnalogAccess and  CiscoCatalyst600024PortFXSGateway</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="speedDial" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="partitionUsage" type="axlapi:XPartitionUsage" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag cannot be modified. It can only be specified in the add request.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="associatedEndusers" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="enduser" type="axlapi:LEnduserMember" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="ctiid" type="xsd:nonNegativeInteger"/>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute LH323Line/@ctiid
type xsd:nonNegativeInteger
source <xsd:attribute name="ctiid" type="xsd:nonNegativeInteger"/>

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

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

element LH323Line/label
diagram AXLSoap_p5752.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="label" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element LH323Line/asciiLabel
diagram AXLSoap_p5753.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="asciiLabel" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element LH323Line/display
diagram AXLSoap_p5754.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="display" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element LH323Line/dirn
diagram AXLSoap_p5755.png
type axlapi:LDirn
properties
minOcc 0
maxOcc 1
content complex
children pattern routePartitionName
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
annotation
documentation
Only uuid attribute is returned in response
source <xsd:element name="dirn" type="axlapi:LDirn" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Only uuid attribute is returned in response</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LH323Line/displayAscii
diagram AXLSoap_p5756.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="displayAscii" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element LH323Line/e164Mask
diagram AXLSoap_p5757.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="e164Mask" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

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

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

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

element LH323Line/callInfoDisplay
diagram AXLSoap_p5761.png
properties
minOcc 0
maxOcc 1
content complex
children callerName callerNumber redirectedNumber dialedNumber
source <xsd:element name="callInfoDisplay" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="callerName" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="callerNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="redirectedNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="dialedNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element LH323Line/callInfoDisplay/callerName
diagram AXLSoap_p5762.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="callerName" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element LH323Line/callInfoDisplay/callerNumber
diagram AXLSoap_p5763.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="callerNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element LH323Line/callInfoDisplay/redirectedNumber
diagram AXLSoap_p5764.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="redirectedNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element LH323Line/callInfoDisplay/dialedNumber
diagram AXLSoap_p5765.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="dialedNumber" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

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

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

element LH323Line/recordingFlag
diagram AXLSoap_p5768.png
type axlapi:XRecordingFlag
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="recordingFlag" type="axlapi:XRecordingFlag" minOccurs="0" maxOccurs="1"/>

element LH323Line/audibleMwi
diagram AXLSoap_p5769.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Not applicable for gatewayEndpointAnalogAccess and  CiscoCatalyst600024PortFXSGateway
source <xsd:element name="audibleMwi" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Not applicable for gatewayEndpointAnalogAccess and  CiscoCatalyst600024PortFXSGateway</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

element LH323Line/partitionUsage
diagram AXLSoap_p5771.png
type axlapi:XPartitionUsage
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag cannot be modified. It can only be specified in the add request.
source <xsd:element name="partitionUsage" type="axlapi:XPartitionUsage" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag cannot be modified. It can only be specified in the add request.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LH323Line/associatedEndusers
diagram AXLSoap_p5772.png
properties
minOcc 0
maxOcc 1
content complex
children enduser
source <xsd:element name="associatedEndusers" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="enduser" type="axlapi:LEnduserMember" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element LH323Line/associatedEndusers/enduser
diagram AXLSoap_p5773.png
type axlapi:LEnduserMember
properties
minOcc 0
maxOcc unbounded
content complex
children userId
source <xsd:element name="enduser" type="axlapi:LEnduserMember" minOccurs="0" maxOccurs="unbounded"/>


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