complexType UpdateMohServerReq
diagram axlapi_p11809.png
namespace http://www.cisco.com/AXL/API/8.5
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description devicePoolName locationName maxUnicastConnections maxMulticastConnections fixedAudioSourceDevice runFlag useTrustedRelayPoint isMultiCastEnabled baseMulticastIpaddress baseMulticastPort multicastIncrementOnIp audioSources
used by
element updateMohServer
attributes
Name  Type  Use  Default  Fixed  annotation
sequencexsd:unsignedLongoptional      
source <xsd:complexType name="UpdateMohServerReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="devicePoolName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="locationName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="maxUnicastConnections" type="axlapi:XInteger" default="250" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Maximum Half Duplex Streams must be a number in the range 0 to 500. </xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="maxMulticastConnections" type="axlapi:XInteger" default="250000" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Maximum Multicast Connections must be a number in the range 0 to 999999.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="fixedAudioSourceDevice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="runFlag" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useTrustedRelayPoint" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="isMultiCastEnabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="baseMulticastIpaddress" type="xsd:string" default="239.1.1.1" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766. baseMulticastIPAddress and baseMulticastPort must be a unique pair. All Multicast IP Addresses must be in the range 239.1.1.1  to 239.255.255.255</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="baseMulticastPort" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="multicastIncrementOnIp" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="audioSources" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty.</xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="audioSource" minOccurs="0" maxOccurs="unbounded">
               
<xsd:complexType>
                 
<xsd:sequence minOccurs="0">
                   
<xsd:element name="sourceId" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>
                   
<xsd:element name="maxHops" type="axlapi:XInteger" default="2" nillable="false" minOccurs="0" maxOccurs="1"/>
                 
</xsd:sequence>
               
</xsd:complexType>
             
</xsd:element>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateMohServerReq/newName
diagram axlapi_p11810.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateMohServerReq/description
diagram axlapi_p11811.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateMohServerReq/devicePoolName
diagram axlapi_p11812.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="devicePoolName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateMohServerReq/locationName
diagram axlapi_p11813.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="locationName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateMohServerReq/maxUnicastConnections
diagram axlapi_p11814.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 250
nillable false
annotation
documentation
Maximum Half Duplex Streams must be a number in the range 0 to 500.
source <xsd:element name="maxUnicastConnections" type="axlapi:XInteger" default="250" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Maximum Half Duplex Streams must be a number in the range 0 to 500. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateMohServerReq/maxMulticastConnections
diagram axlapi_p11815.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 250000
nillable false
annotation
documentation
Maximum Multicast Connections must be a number in the range 0 to 999999.
source <xsd:element name="maxMulticastConnections" type="axlapi:XInteger" default="250000" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Maximum Multicast Connections must be a number in the range 0 to 999999.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateMohServerReq/fixedAudioSourceDevice
diagram axlapi_p11816.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="fixedAudioSourceDevice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

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

element UpdateMohServerReq/useTrustedRelayPoint
diagram axlapi_p11818.png
type axlapi:XStatus
properties
isRef 0
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 UpdateMohServerReq/isMultiCastEnabled
diagram axlapi_p11819.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
annotation
documentation
If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766.
source <xsd:element name="isMultiCastEnabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateMohServerReq/baseMulticastIpaddress
diagram axlapi_p11820.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 239.1.1.1
nillable false
annotation
documentation
If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766. baseMulticastIPAddress and baseMulticastPort must be a unique pair. All Multicast IP Addresses must be in the range 239.1.1.1  to 239.255.255.255
source <xsd:element name="baseMulticastIpaddress" type="xsd:string" default="239.1.1.1" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766. baseMulticastIPAddress and baseMulticastPort must be a unique pair. All Multicast IP Addresses must be in the range 239.1.1.1  to 239.255.255.255</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateMohServerReq/baseMulticastPort
diagram axlapi_p11821.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
nillable false
annotation
documentation
If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766
source <xsd:element name="baseMulticastPort" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty. Multicast Base Port number must be an even number in the range 16384 to 32766</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateMohServerReq/multicastIncrementOnIp
diagram axlapi_p11822.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
annotation
documentation
If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty.
source <xsd:element name="multicastIncrementOnIp" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateMohServerReq/audioSources
diagram axlapi_p11823.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children audioSource
annotation
documentation
If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty.
source <xsd:element name="audioSources" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>If isMultiCastEnabled is false then these elements are not necessary.MOHServer will be added to the database without the values of  these tags. ie. The table MOHServerMulticastInfo table will be empty.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="audioSource" minOccurs="0" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="sourceId" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>
           
<xsd:element name="maxHops" type="axlapi:XInteger" default="2" nillable="false" minOccurs="0" maxOccurs="1"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateMohServerReq/audioSources/audioSource
diagram axlapi_p11824.png
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children sourceId maxHops
source <xsd:element name="audioSource" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="sourceId" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>
     
<xsd:element name="maxHops" type="axlapi:XInteger" default="2" nillable="false" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateMohServerReq/audioSources/audioSource/sourceId
diagram axlapi_p11825.png
type axlapi:XInteger
properties
isRef 0
content simple
nillable false
source <xsd:element name="sourceId" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>

element UpdateMohServerReq/audioSources/audioSource/maxHops
diagram axlapi_p11826.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 2
nillable false
source <xsd:element name="maxHops" type="axlapi:XInteger" default="2" nillable="false" minOccurs="0" maxOccurs="1"/>


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