complexType UAnalogPort
diagram AXLSoap_p11117.png
namespace http://www.cisco.com/AXL/API/9.1
children portNumber attendantDn unattendedPort callerIdDn callerIdEnable callingPartySelection digitSending expectedDigits sigDigits lines prefixDn presentationBit silenceSuppressionThreshold smdiPortNumber startDialProtocol trunk trunkDirection trunkLevel trunkPadRx trunkPadTx vendorConfig timer1 timer2 timer3 timer4 timer5 timer6
used by
element UGatewayEndpointAnalog/port
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="UAnalogPort">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="portNumber" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="attendantDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="unattendedPort" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callerIdDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callerIdEnable" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartySelection" type="axlapi:XCallingPartySelection" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="digitSending" type="axlapi:XDigitSending" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="expectedDigits" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="sigDigits" minOccurs="0">
     
<xsd:complexType>
       
<xsd:simpleContent>
         
<xsd:extension base="axlapi:XInteger">
           
<xsd:attribute name="enable" type="xsd:boolean" use="optional"/>
         
</xsd:extension>
       
</xsd:simpleContent>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="lines" nillable="false" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:choice minOccurs="0">
         
<xsd:element name="line" type="axlapi:UPhoneLine" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table. The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element. Not applicable to FXO ports</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="lineIdentifier" type="axlapi:UNumplanIdentifier" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="prefixDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="presentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="silenceSuppressionThreshold" type="axlapi:XSilenceSuppressionThreshold" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="smdiPortNumber" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="startDialProtocol" type="axlapi:XStartDialProtocol" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trunk" type="axlapi:XTrunk" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trunkDirection" type="axlapi:XTrunkDirection" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trunkLevel" type="axlapi:XTrunkLevel" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trunkPadRx" type="axlapi:XTrunkPad" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trunkPadTx" type="axlapi:XTrunkPad" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="timer1" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="timer2" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="timer3" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="timer4" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="timer5" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="timer6" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

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

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

element UAnalogPort/unattendedPort
diagram AXLSoap_p11120.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="unattendedPort" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

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

element UAnalogPort/callerIdEnable
diagram AXLSoap_p11122.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="callerIdEnable" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/callingPartySelection
diagram AXLSoap_p11123.png
type axlapi:XCallingPartySelection
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callingPartySelection" type="axlapi:XCallingPartySelection" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/digitSending
diagram AXLSoap_p11124.png
type axlapi:XDigitSending
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="digitSending" type="axlapi:XDigitSending" minOccurs="0" maxOccurs="1"/>

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

element UAnalogPort/sigDigits
diagram AXLSoap_p11126.png
type extension of axlapi:XInteger
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
enable  xsd:boolean  optional      
source <xsd:element name="sigDigits" minOccurs="0">
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="axlapi:XInteger">
       
<xsd:attribute name="enable" type="xsd:boolean" use="optional"/>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute UAnalogPort/sigDigits/@enable
type xsd:boolean
properties
use optional
source <xsd:attribute name="enable" type="xsd:boolean" use="optional"/>

element UAnalogPort/lines
diagram AXLSoap_p11127.png
properties
minOcc 0
maxOcc 1
content complex
nillable false
children line lineIdentifier
source <xsd:element name="lines" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:choice minOccurs="0">
     
<xsd:element name="line" type="axlapi:UPhoneLine" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table. The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element. Not applicable to FXO ports</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="lineIdentifier" type="axlapi:UNumplanIdentifier" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element UAnalogPort/lines/line
diagram AXLSoap_p11128.png
type axlapi:UPhoneLine
properties
minOcc 0
maxOcc 1
content complex
children index label asciiLabel display dirn ringSetting consecutiveRingSetting ringSettingIdlePickupAlert ringSettingActivePickupAlert displayAscii e164Mask dialPlanWizardId mwlPolicy maxNumCalls busyTrigger callInfoDisplay recordingProfileName monitoringCssName recordingFlag audibleMwi speedDial associatedEndusers missedCallLogging
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
ctiid  xsd:nonNegativeInteger        
annotation
documentation
An XLine is an entry in the DeviceNumPlanMap table. The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element. Not applicable to FXO ports
source <xsd:element name="line" type="axlapi:UPhoneLine" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table. The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element. Not applicable to FXO ports</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UAnalogPort/lines/lineIdentifier
diagram AXLSoap_p11129.png
type axlapi:UNumplanIdentifier
properties
minOcc 0
maxOcc 1
content complex
children directoryNumber routePartitionName
annotation
documentation
The lineIdentifier is a shorthand method that refers to a particular directory number.
source <xsd:element name="lineIdentifier" type="axlapi:UNumplanIdentifier" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

element UAnalogPort/presentationBit
diagram AXLSoap_p11131.png
type axlapi:XPresentationBit
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="presentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/silenceSuppressionThreshold
diagram AXLSoap_p11132.png
type axlapi:XSilenceSuppressionThreshold
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="silenceSuppressionThreshold" type="axlapi:XSilenceSuppressionThreshold" minOccurs="0" maxOccurs="1"/>

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

element UAnalogPort/startDialProtocol
diagram AXLSoap_p11134.png
type axlapi:XStartDialProtocol
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="startDialProtocol" type="axlapi:XStartDialProtocol" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/trunk
diagram AXLSoap_p11135.png
type axlapi:XTrunk
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="trunk" type="axlapi:XTrunk" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/trunkDirection
diagram AXLSoap_p11136.png
type axlapi:XTrunkDirection
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="trunkDirection" type="axlapi:XTrunkDirection" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/trunkLevel
diagram AXLSoap_p11137.png
type axlapi:XTrunkLevel
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="trunkLevel" type="axlapi:XTrunkLevel" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/trunkPadRx
diagram AXLSoap_p11138.png
type axlapi:XTrunkPad
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="trunkPadRx" type="axlapi:XTrunkPad" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/trunkPadTx
diagram AXLSoap_p11139.png
type axlapi:XTrunkPad
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="trunkPadTx" type="axlapi:XTrunkPad" minOccurs="0" maxOccurs="1"/>

element UAnalogPort/vendorConfig
diagram AXLSoap_p11140.png
type axlapi:XVendorConfig
properties
minOcc 0
maxOcc 1
content complex
source <xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1"/>

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

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

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

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

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

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


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