complexType XT1Port
diagram AXLAPI_p16681.png
namespace http://www.cisco.com/AXL/API/9.0
children portNumber attendantDn unattendedPort callerIdDn callerIdEnable callingPartySelection digitSending expectedDigits sigDigits prefixDn presentationBit silenceSuppressionThreshold startDialProtocol trunk trunkDirection trunkLevel trunkPadRx trunkPadTx vendorConfig callerId endpointId timer1 timer2 timer3 timer4 timer5 timer6
used by
elements XCiscoCatalyst6000T1VoIPGatewayT1/ports/port UpdateCiscoCatalyst6000T1VoIPGatewayT1Req/ports/port XGatewayEndpointDigitalT1/ports/port
source <xsd:complexType name="XT1Port">
 
<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: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="1" maxOccurs="1"/>
   
<xsd:element name="digitSending" type="axlapi:XDigitSending" default="DTMF" minOccurs="1" 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="prefixDn" type="axlapi:String255" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="presentationBit" type="axlapi:XPresentationBit" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="silenceSuppressionThreshold" type="axlapi:XSilenceSuppressionThreshold" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="startDialProtocol" type="axlapi:XStartDialProtocol" default="Not Set" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="trunk" type="axlapi:XTrunk" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="trunkDirection" type="axlapi:XTrunkDirection" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="trunkLevel" type="axlapi:XTrunkLevel" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="trunkPadRx" type="axlapi:XTrunkPad" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="trunkPadTx" type="axlapi:XTrunkPad" minOccurs="1" 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="callerId" type="axlapi:XCallerID" default="ANI" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="endpointId" type="axlapi:String128" 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:complexType>

element XT1Port/portNumber
diagram AXLAPI_p16682.png
type axlapi:XInteger
properties
content simple
source <xsd:element name="portNumber" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XT1Port/attendantDn
diagram AXLAPI_p16683.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 XT1Port/unattendedPort
diagram AXLAPI_p16684.png
type axlapi:boolean
properties
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 XT1Port/callerIdDn
diagram AXLAPI_p16685.png
type axlapi:String255
properties
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 XT1Port/callerIdEnable
diagram AXLAPI_p16686.png
type axlapi:boolean
properties
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 XT1Port/callingPartySelection
diagram AXLAPI_p16687.png
type axlapi:XCallingPartySelection
properties
content simple
source <xsd:element name="callingPartySelection" type="axlapi:XCallingPartySelection" minOccurs="1" maxOccurs="1"/>

element XT1Port/digitSending
diagram AXLAPI_p16688.png
type axlapi:XDigitSending
properties
content simple
default DTMF
source <xsd:element name="digitSending" type="axlapi:XDigitSending" default="DTMF" minOccurs="1" maxOccurs="1"/>

element XT1Port/expectedDigits
diagram AXLAPI_p16689.png
type axlapi:XInteger
properties
content simple
source <xsd:element name="expectedDigits" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/>

element XT1Port/sigDigits
diagram AXLAPI_p16690.png
type extension of axlapi:XInteger
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
enable  xsd:boolean  optional      
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 XT1Port/sigDigits/@enable
type xsd:boolean
properties
use optional
source <xsd:attribute name="enable" type="xsd:boolean" use="optional"/>

element XT1Port/prefixDn
diagram AXLAPI_p16691.png
type axlapi:String255
properties
content simple
nillable true
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="prefixDn" type="axlapi:String255" nillable="true" minOccurs="1" maxOccurs="1"/>

element XT1Port/presentationBit
diagram AXLAPI_p16692.png
type axlapi:XPresentationBit
properties
content simple
source <xsd:element name="presentationBit" type="axlapi:XPresentationBit" minOccurs="1" maxOccurs="1"/>

element XT1Port/silenceSuppressionThreshold
diagram AXLAPI_p16693.png
type axlapi:XSilenceSuppressionThreshold
properties
content simple
source <xsd:element name="silenceSuppressionThreshold" type="axlapi:XSilenceSuppressionThreshold" minOccurs="1" maxOccurs="1"/>

element XT1Port/startDialProtocol
diagram AXLAPI_p16694.png
type axlapi:XStartDialProtocol
properties
content simple
default Not Set
source <xsd:element name="startDialProtocol" type="axlapi:XStartDialProtocol" default="Not Set" minOccurs="1" maxOccurs="1"/>

element XT1Port/trunk
diagram AXLAPI_p16695.png
type axlapi:XTrunk
properties
content simple
source <xsd:element name="trunk" type="axlapi:XTrunk" minOccurs="1" maxOccurs="1"/>

element XT1Port/trunkDirection
diagram AXLAPI_p16696.png
type axlapi:XTrunkDirection
properties
content simple
source <xsd:element name="trunkDirection" type="axlapi:XTrunkDirection" minOccurs="1" maxOccurs="1"/>

element XT1Port/trunkLevel
diagram AXLAPI_p16697.png
type axlapi:XTrunkLevel
properties
content simple
source <xsd:element name="trunkLevel" type="axlapi:XTrunkLevel" minOccurs="1" maxOccurs="1"/>

element XT1Port/trunkPadRx
diagram AXLAPI_p16698.png
type axlapi:XTrunkPad
properties
content simple
source <xsd:element name="trunkPadRx" type="axlapi:XTrunkPad" minOccurs="1" maxOccurs="1"/>

element XT1Port/trunkPadTx
diagram AXLAPI_p16699.png
type axlapi:XTrunkPad
properties
content simple
source <xsd:element name="trunkPadTx" type="axlapi:XTrunkPad" minOccurs="1" maxOccurs="1"/>

element XT1Port/vendorConfig
diagram AXLAPI_p16700.png
type axlapi:XVendorConfig
properties
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 XT1Port/callerId
diagram AXLAPI_p16701.png
type axlapi:XCallerID
properties
content simple
default ANI
source <xsd:element name="callerId" type="axlapi:XCallerID" default="ANI" minOccurs="1" maxOccurs="1"/>

element XT1Port/endpointId
diagram AXLAPI_p16702.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="endpointId" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

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

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

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

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

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

element XT1Port/timer6
diagram AXLAPI_p16708.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