complexType UpdateAudioCodecPreferenceListReq
diagram AXLSoap_p11480.png
namespace http://www.cisco.com/AXL/API/9.1
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="30"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateAudioCodecPreferenceListReq/newName
diagram AXLSoap_p11481.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_p11482.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_p11483.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="30"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

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


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