complexType UpdateMohAudioSourceReq
diagram AXLSoap_p16272.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid sourceId newName sourceFile multicast mohFileStatus initialAnnouncement periodicAnnouncement periodicAnnouncementInterval localeAnnouncement initialAnnouncementPlayed isExternalSource
used by
element updateMohAudioSource
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateMohAudioSourceReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="uuid" type="axlapi:XUUID"/>
         
<xsd:element name="sourceId" type="axlapi:XMOHAudioSourceId" nillable="false" minOccurs="1" maxOccurs="1"/>
       
</xsd:choice>
       
<xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="sourceFile" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="multicast" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="mohFileStatus" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="initialAnnouncement" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="periodicAnnouncement" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="periodicAnnouncementInterval" type="axlapi:XInteger" default="30" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="localeAnnouncement" type="axlapi:XUserLocale" default="English United States" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="initialAnnouncementPlayed" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="isExternalSource" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateMohAudioSourceReq/uuid
diagram AXLSoap_p16273.png
type axlapi:XUUID
properties
content simple
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:element name="uuid" type="axlapi:XUUID"/>

element UpdateMohAudioSourceReq/sourceId
diagram AXLSoap_p16274.png
type axlapi:XMOHAudioSourceId
properties
content simple
nillable false
source <xsd:element name="sourceId" type="axlapi:XMOHAudioSourceId" nillable="false" minOccurs="1" maxOccurs="1"/>

element UpdateMohAudioSourceReq/newName
diagram AXLSoap_p16275.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 UpdateMohAudioSourceReq/sourceFile
diagram AXLSoap_p16276.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="sourceFile" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateMohAudioSourceReq/multicast
diagram AXLSoap_p16277.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="multicast" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateMohAudioSourceReq/mohFileStatus
diagram AXLSoap_p16278.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="mohFileStatus" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateMohAudioSourceReq/initialAnnouncement
diagram AXLSoap_p16279.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="initialAnnouncement" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateMohAudioSourceReq/periodicAnnouncement
diagram AXLSoap_p16280.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="periodicAnnouncement" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

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

element UpdateMohAudioSourceReq/localeAnnouncement
diagram AXLSoap_p16282.png
type axlapi:XUserLocale
properties
minOcc 0
maxOcc 1
content simple
default English United States
nillable false
source <xsd:element name="localeAnnouncement" type="axlapi:XUserLocale" default="English United States" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateMohAudioSourceReq/initialAnnouncementPlayed
diagram AXLSoap_p16283.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="initialAnnouncementPlayed" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateMohAudioSourceReq/isExternalSource
diagram AXLSoap_p16284.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="isExternalSource" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>


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