complexType UpdateCiscoCatalyst600024PortFXSGatewayReq
diagram AXLSoap_p14724.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description callingSearchSpaceName devicePoolName commonDeviceConfigName networkLocale locationName mediaResourceListName automatedAlternateRoutingCssName aarNeighborhoodName loadInformation vendorConfig traceFlag mlppDomainId useTrustedRelayPoint cgpnTransformationCssName useDevicePoolCgpnTransformCss geoLocationName ports portSelectionOrder transmitUtf8 geoLocationFilterName
used by
element updateCiscoCatalyst600024PortFXSGateway
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateCiscoCatalyst600024PortFXSGatewayReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="axlapi:UniqueString128" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="description" type="axlapi:String128" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="callingSearchSpaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>UUID changed each time device is updated</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="devicePoolName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="commonDeviceConfigName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="networkLocale" type="axlapi:XCountry" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="locationName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="mediaResourceListName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="automatedAlternateRoutingCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="aarNeighborhoodName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="loadInformation" type="axlapi:XLoadInformation" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Not valid for CTI route points and VoiceMail ports</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="traceFlag" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="mlppDomainId" type="axlapi:String128" nillable="true" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="useTrustedRelayPoint" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="cgpnTransformationCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useDevicePoolCgpnTransformCss" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="geoLocationName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="ports" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="port" type="axlapi:XAnalogPort" minOccurs="1" maxOccurs="24"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="portSelectionOrder" type="axlapi:XTrunkSelectionOrder" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="transmitUtf8" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="geoLocationFilterName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/newName
diagram AXLSoap_p14725.png
type axlapi:UniqueString128
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 128
annotation
documentation
The device name,using only URL-friendly characters
source <xsd:element name="newName" type="axlapi:UniqueString128" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/description
diagram AXLSoap_p14726.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="description" type="axlapi:String128" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/callingSearchSpaceName
diagram AXLSoap_p14727.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
UUID changed each time device is updated
source <xsd:element name="callingSearchSpaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>UUID changed each time device is updated</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/devicePoolName
diagram AXLSoap_p14728.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="devicePoolName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/commonDeviceConfigName
diagram AXLSoap_p14729.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="commonDeviceConfigName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/networkLocale
diagram AXLSoap_p14730.png
type axlapi:XCountry
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="networkLocale" type="axlapi:XCountry" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/locationName
diagram AXLSoap_p14731.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="locationName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/mediaResourceListName
diagram AXLSoap_p14732.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="mediaResourceListName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/automatedAlternateRoutingCssName
diagram AXLSoap_p14733.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="automatedAlternateRoutingCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/aarNeighborhoodName
diagram AXLSoap_p14734.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="aarNeighborhoodName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/loadInformation
diagram AXLSoap_p14735.png
type axlapi:XLoadInformation
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
special  axlapi:boolean        
source <xsd:element name="loadInformation" type="axlapi:XLoadInformation" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/vendorConfig
diagram AXLSoap_p14736.png
type axlapi:XVendorConfig
properties
minOcc 0
maxOcc 1
content complex
annotation
documentation
Not valid for CTI route points and VoiceMail ports
source <xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Not valid for CTI route points and VoiceMail ports</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

element UpdateCiscoCatalyst600024PortFXSGatewayReq/mlppDomainId
diagram AXLSoap_p14738.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 128
annotation
documentation
This setting only effects devices that support MLPP. Use -1 to set to null
source <xsd:element name="mlppDomainId" type="axlapi:String128" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/useTrustedRelayPoint
diagram AXLSoap_p14739.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="useTrustedRelayPoint" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/cgpnTransformationCssName
diagram AXLSoap_p14740.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="cgpnTransformationCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

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

element UpdateCiscoCatalyst600024PortFXSGatewayReq/geoLocationName
diagram AXLSoap_p14742.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="geoLocationName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/ports
diagram AXLSoap_p14743.png
properties
minOcc 0
maxOcc 1
content complex
children port
source <xsd:element name="ports" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="port" type="axlapi:XAnalogPort" minOccurs="1" maxOccurs="24"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/ports/port
diagram AXLSoap_p14744.png
type axlapi:XAnalogPort
properties
minOcc 1
maxOcc 24
content complex
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
source <xsd:element name="port" type="axlapi:XAnalogPort" minOccurs="1" maxOccurs="24"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/portSelectionOrder
diagram AXLSoap_p14745.png
type axlapi:XTrunkSelectionOrder
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="portSelectionOrder" type="axlapi:XTrunkSelectionOrder" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/transmitUtf8
diagram AXLSoap_p14746.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="transmitUtf8" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateCiscoCatalyst600024PortFXSGatewayReq/geoLocationFilterName
diagram AXLSoap_p14747.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="geoLocationFilterName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>


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