complexType RAnalogPort
diagram axlapi_p6904.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 RCiscoCatalyst600024PortFXSGateway/ports/port RGatewayEndpointAnalog/port
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUID      
source <xsd:complexType name="RAnalogPort">
 
<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:RPhoneLine" 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:RNumplanIdentifier" 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 RAnalogPort/@uuid
type axlapi:XUUID
properties
isRef 0
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

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

element RAnalogPort/attendantDn
diagram axlapi_p6906.png
type axlapi:String255
properties
isRef 0
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 RAnalogPort/unattendedPort
diagram axlapi_p6907.png
type axlapi:boolean
properties
isRef 0
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 RAnalogPort/callerIdDn
diagram axlapi_p6908.png
type axlapi:String255
properties
isRef 0
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 RAnalogPort/callerIdEnable
diagram axlapi_p6909.png
type axlapi:boolean
properties
isRef 0
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 RAnalogPort/callingPartySelection
diagram axlapi_p6910.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 RAnalogPort/digitSending
diagram axlapi_p6911.png
type axlapi:XDigitSending
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="digitSending" type="axlapi:XDigitSending" minOccurs="0" maxOccurs="1"/>

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

element RAnalogPort/sigDigits
diagram axlapi_p6913.png
type extension of axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
enablexsd:booleanoptional      
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 RAnalogPort/sigDigits/@enable
type xsd:boolean
properties
isRef 0
use optional
source <xsd:attribute name="enable" type="xsd:boolean" use="optional"/>

element RAnalogPort/lines
diagram axlapi_p6914.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="0">
     
<xsd:element name="line" type="axlapi:RPhoneLine" 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:RNumplanIdentifier" 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 RAnalogPort/lines/line
diagram axlapi_p6915.png
type axlapi:RPhoneLine
properties
isRef 0
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 partitionUsage associatedEndusers missedCallLogging
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUID      
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:RPhoneLine" 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 RAnalogPort/lines/lineIdentifier
diagram axlapi_p6916.png
type axlapi:RNumplanIdentifier
properties
isRef 0
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:RNumplanIdentifier" 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 RAnalogPort/prefixDn
diagram axlapi_p6917.png
type axlapi:String255
properties
isRef 0
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 RAnalogPort/presentationBit
diagram axlapi_p6918.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 RAnalogPort/silenceSuppressionThreshold
diagram axlapi_p6919.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 RAnalogPort/smdiPortNumber
diagram axlapi_p6920.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="smdiPortNumber" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

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

element RAnalogPort/trunk
diagram axlapi_p6922.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 RAnalogPort/trunkDirection
diagram axlapi_p6923.png
type axlapi:XTrunkDirection
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="trunkDirection" type="axlapi:XTrunkDirection" minOccurs="0" maxOccurs="1"/>

element RAnalogPort/trunkLevel
diagram axlapi_p6924.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 RAnalogPort/trunkPadRx
diagram axlapi_p6925.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 RAnalogPort/trunkPadTx
diagram axlapi_p6926.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 RAnalogPort/vendorConfig
diagram axlapi_p6927.png
type axlapi:XVendorConfig
properties
isRef 0
minOcc 0
maxOcc 1
content complex
source <xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1"/>

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

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

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

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

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

element RAnalogPort/timer6
diagram axlapi_p6933.png
type axlapi:XInteger
properties
isRef 0
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