complexType UpdateLocationReq
diagram AXLAPI_p12846.png
namespace http://www.cisco.com/AXL/API/9.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName kbits videoKbits relatedLocations withinAudioBandwidth withinVideoBandwidth withinImmersiveKbits betweenLocations
used by
element updateLocation
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateLocationReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="kbits" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Deprecated from 9.0</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="videoKbits" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Deprecated from 9.0</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="relatedLocations" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="relatedLocation" type="axlapi:XLocationRelationship" minOccurs="1" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="withinAudioBandwidth" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="withinVideoBandwidth" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="withinImmersiveKbits" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="betweenLocations" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="betweenLocation" type="axlapi:XLocationBetween" minOccurs="1" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateLocationReq/newName
diagram AXLAPI_p12847.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLocationReq/kbits
diagram AXLAPI_p12848.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Deprecated from 9.0
source <xsd:element name="kbits" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Deprecated from 9.0</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateLocationReq/videoKbits
diagram AXLAPI_p12849.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Deprecated from 9.0
source <xsd:element name="videoKbits" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Deprecated from 9.0</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateLocationReq/relatedLocations
diagram AXLAPI_p12850.png
properties
minOcc 0
maxOcc 1
content complex
children relatedLocation
source <xsd:element name="relatedLocations" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="relatedLocation" type="axlapi:XLocationRelationship" minOccurs="1" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateLocationReq/relatedLocations/relatedLocation
diagram AXLAPI_p12851.png
type axlapi:XLocationRelationship
properties
minOcc 1
maxOcc unbounded
content complex
children locationName rsvpSetting
source <xsd:element name="relatedLocation" type="axlapi:XLocationRelationship" minOccurs="1" maxOccurs="unbounded"/>

element UpdateLocationReq/withinAudioBandwidth
diagram AXLAPI_p12852.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 0
nillable false
source <xsd:element name="withinAudioBandwidth" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLocationReq/withinVideoBandwidth
diagram AXLAPI_p12853.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 0
nillable false
source <xsd:element name="withinVideoBandwidth" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLocationReq/withinImmersiveKbits
diagram AXLAPI_p12854.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 0
nillable false
source <xsd:element name="withinImmersiveKbits" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLocationReq/betweenLocations
diagram AXLAPI_p12855.png
properties
minOcc 0
maxOcc 1
content complex
children betweenLocation
source <xsd:element name="betweenLocations" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="betweenLocation" type="axlapi:XLocationBetween" minOccurs="1" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateLocationReq/betweenLocations/betweenLocation
diagram AXLAPI_p12856.png
type axlapi:XLocationBetween
properties
minOcc 1
maxOcc unbounded
content complex
children locationName weight audioBandwidth videoBandwidth immersiveBandwidth
source <xsd:element name="betweenLocation" type="axlapi:XLocationBetween" minOccurs="1" maxOccurs="unbounded"/>


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