complexType UT1Port
diagram axlapi_p12641.png
namespace http://www.cisco.com/AXL/API/8.5
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
element UGatewayEndpointDigitalT1/ports/port
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUID      
source <xsd:complexType name="UT1Port">
 
<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="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="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="callerId" type="axlapi:XCallerID" minOccurs="0" 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:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute UT1Port/@uuid
type axlapi:XUUID
properties
isRef 0
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

element UT1Port/portNumber
diagram axlapi_p12642.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 UT1Port/attendantDn
diagram axlapi_p12643.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 UT1Port/unattendedPort
diagram axlapi_p12644.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 UT1Port/callerIdDn
diagram axlapi_p12645.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 UT1Port/callerIdEnable
diagram axlapi_p12646.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 UT1Port/callingPartySelection
diagram axlapi_p12647.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 UT1Port/digitSending
diagram axlapi_p12648.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 UT1Port/expectedDigits
diagram axlapi_p12649.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 UT1Port/sigDigits
diagram axlapi_p12650.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 UT1Port/sigDigits/@enable
type xsd:boolean
properties
isRef 0
use optional
source <xsd:attribute name="enable" type="xsd:boolean" use="optional"/>

element UT1Port/prefixDn
diagram axlapi_p12651.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 UT1Port/presentationBit
diagram axlapi_p12652.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 UT1Port/silenceSuppressionThreshold
diagram axlapi_p12653.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 UT1Port/startDialProtocol
diagram axlapi_p12654.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 UT1Port/trunk
diagram axlapi_p12655.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 UT1Port/trunkDirection
diagram axlapi_p12656.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 UT1Port/trunkLevel
diagram axlapi_p12657.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 UT1Port/trunkPadRx
diagram axlapi_p12658.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 UT1Port/trunkPadTx
diagram axlapi_p12659.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 UT1Port/vendorConfig
diagram axlapi_p12660.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 UT1Port/callerId
diagram axlapi_p12661.png
type axlapi:XCallerID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callerId" type="axlapi:XCallerID" minOccurs="0" maxOccurs="1"/>

element UT1Port/endpointId
diagram axlapi_p12662.png
type axlapi:String128
properties
isRef 0
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 UT1Port/timer1
diagram axlapi_p12663.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 UT1Port/timer2
diagram axlapi_p12664.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 UT1Port/timer3
diagram axlapi_p12665.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 UT1Port/timer4
diagram axlapi_p12666.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 UT1Port/timer5
diagram axlapi_p12667.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 UT1Port/timer6
diagram axlapi_p12668.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