complexType XAnalogPort
diagram axlapi_p12683.png
namespace http://www.cisco.com/AXL/API/8.5
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
elements XCiscoCatalyst600024PortFXSGateway/ports/port UpdateCiscoCatalyst600024PortFXSGatewayReq/ports/port XGatewayEndpointAnalog/port
source <xsd:complexType name="XAnalogPort">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="portNumber" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="attendantDn" type="axlapi:String255" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Mandatory for ground start and loop start</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="unattendedPort" type="axlapi:boolean" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callerIdDn" type="axlapi:String255" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callerIdEnable" type="axlapi:boolean" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="callingPartySelection" type="axlapi:XCallingPartySelection" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="digitSending" type="axlapi:XDigitSending" default="DTMF" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="expectedDigits" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="sigDigits" minOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The value for sigDigits must be between 0 to 32. enable attribute is read only.</xsd:documentation>
     
</xsd:annotation>
     
<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="1">
         
<xsd:element name="line" type="axlapi:XPhoneLine" minOccurs="1" 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:XNumplanIdentifier" minOccurs="1" 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" nillable="true" 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" default="0" minOccurs="1" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Not used by T1 Ports</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="startDialProtocol" type="axlapi:XStartDialProtocol" default="Not Set" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trunk" type="axlapi:XTrunk" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trunkDirection" type="axlapi:XTrunkDirection" minOccurs="1" 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" nillable="true" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Arbitrary XML defined by 3rd party vendors.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="timer1" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="timer2" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="timer3" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="timer4" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="timer5" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="timer6" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XAnalogPort/portNumber
diagram axlapi_p12684.png
type axlapi:XInteger
properties
isRef 0
content simple
source <xsd:element name="portNumber" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XAnalogPort/attendantDn
diagram axlapi_p12685.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
annotation
documentation
Mandatory for ground start and loop start
source <xsd:element name="attendantDn" type="axlapi:String255" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Mandatory for ground start and loop start</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

element XAnalogPort/callerIdDn
diagram axlapi_p12687.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="callerIdDn" type="axlapi:String255" nillable="true" minOccurs="0" maxOccurs="1"/>

element XAnalogPort/callerIdEnable
diagram axlapi_p12688.png
type axlapi:boolean
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="callerIdEnable" type="axlapi:boolean" minOccurs="1" maxOccurs="1"/>

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

element XAnalogPort/digitSending
diagram axlapi_p12690.png
type axlapi:XDigitSending
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default DTMF
source <xsd:element name="digitSending" type="axlapi:XDigitSending" default="DTMF" minOccurs="0" maxOccurs="1"/>

element XAnalogPort/expectedDigits
diagram axlapi_p12691.png
type axlapi:XInteger
properties
isRef 0
content simple
source <xsd:element name="expectedDigits" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XAnalogPort/sigDigits
diagram axlapi_p12692.png
type extension of axlapi:XInteger
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
enablexsd:booleanoptional      
annotation
documentation
The value for sigDigits must be between 0 to 32. enable attribute is read only.
source <xsd:element name="sigDigits" minOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The value for sigDigits must be between 0 to 32. enable attribute is read only.</xsd:documentation>
 
</xsd:annotation>
 
<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 XAnalogPort/sigDigits/@enable
type xsd:boolean
properties
isRef 0
use optional
source <xsd:attribute name="enable" type="xsd:boolean" use="optional"/>

element XAnalogPort/lines
diagram axlapi_p12693.png
properties
isRef 0
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="1">
     
<xsd:element name="line" type="axlapi:XPhoneLine" minOccurs="1" 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:XNumplanIdentifier" minOccurs="1" 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 XAnalogPort/lines/line
diagram axlapi_p12694.png
type axlapi:XPhoneLine
properties
isRef 0
content complex
children index label asciiLabel display dirn ringSetting consecutiveRingSetting ringSettingIdlePickupAlert ringSettingActivePickupAlert displayAscii e164Mask mwlPolicy maxNumCalls busyTrigger callInfoDisplay recordingProfileName monitoringCssName recordingFlag audibleMwi speedDial partitionUsage associatedEndusers missedCallLogging
attributes
Name  Type  Use  Default  Fixed  annotation
ctiidxsd: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:XPhoneLine" minOccurs="1" 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 XAnalogPort/lines/lineIdentifier
diagram axlapi_p12695.png
type axlapi:XNumplanIdentifier
properties
isRef 0
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:XNumplanIdentifier" minOccurs="1" 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 XAnalogPort/prefixDn
diagram axlapi_p12696.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="prefixDn" type="axlapi:String255" nillable="true" minOccurs="0" maxOccurs="1"/>

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

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

element XAnalogPort/smdiPortNumber
diagram axlapi_p12699.png
type axlapi:XInteger
properties
isRef 0
content simple
default 0
annotation
documentation
Not used by T1 Ports
source <xsd:element name="smdiPortNumber" type="axlapi:XInteger" default="0" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Not used by T1 Ports</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XAnalogPort/startDialProtocol
diagram axlapi_p12700.png
type axlapi:XStartDialProtocol
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default Not Set
source <xsd:element name="startDialProtocol" type="axlapi:XStartDialProtocol" default="Not Set" minOccurs="0" maxOccurs="1"/>

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

element XAnalogPort/trunkDirection
diagram axlapi_p12702.png
type axlapi:XTrunkDirection
properties
isRef 0
content simple
source <xsd:element name="trunkDirection" type="axlapi:XTrunkDirection" minOccurs="1" maxOccurs="1"/>

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

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

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

element XAnalogPort/vendorConfig
diagram axlapi_p12706.png
type axlapi:XVendorConfig
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable true
annotation
documentation
Arbitrary XML defined by 3rd party vendors.
source <xsd:element name="vendorConfig" type="axlapi:XVendorConfig" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Arbitrary XML defined by 3rd party vendors.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XAnalogPort/timer1
diagram axlapi_p12707.png
type axlapi:XInteger
properties
isRef 0
content simple
source <xsd:element name="timer1" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XAnalogPort/timer2
diagram axlapi_p12708.png
type axlapi:XInteger
properties
isRef 0
content simple
source <xsd:element name="timer2" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XAnalogPort/timer3
diagram axlapi_p12709.png
type axlapi:XInteger
properties
isRef 0
content simple
source <xsd:element name="timer3" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XAnalogPort/timer4
diagram axlapi_p12710.png
type axlapi:XInteger
properties
isRef 0
content simple
source <xsd:element name="timer4" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XAnalogPort/timer5
diagram axlapi_p12711.png
type axlapi:XInteger
properties
isRef 0
content simple
source <xsd:element name="timer5" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XAnalogPort/timer6
diagram axlapi_p12712.png
type axlapi:XInteger
properties
isRef 0
content simple
source <xsd:element name="timer6" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>


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