complexType UpdateAudioCodecPreferenceListReq
diagram AXLSoap_p14551.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description codecsInList
used by
element updateAudioCodecPreferenceList
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateAudioCodecPreferenceListReq">
 
<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="codecsInList" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="codecNames" type="xsd:string" minOccurs="1" maxOccurs="31"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

element UpdateAudioCodecPreferenceListReq/codecsInList
diagram AXLSoap_p14554.png
properties
minOcc 0
maxOcc 1
content complex
children codecNames
source <xsd:element name="codecsInList" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="codecNames" type="xsd:string" minOccurs="1" maxOccurs="31"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateAudioCodecPreferenceListReq/codecsInList/codecNames
diagram AXLSoap_p14555.png
type xsd:string
properties
minOcc 1
maxOcc 31
content simple
source <xsd:element name="codecNames" type="xsd:string" minOccurs="1" maxOccurs="31"/>


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