diagram |
|
namespace |
http://www.cisco.com/AXL/API/15.0 |
type |
extension of axlapi:NameAndGUIDRequest |
properties |
base | axlapi:NameAndGUIDRequest |
|
children |
name uuid newName multicast enable initialAnnouncement periodicAnnouncement periodicAnnouncementInterval localeAnnouncement initialAnnouncementPlayed |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | sequence | xsd:unsignedLong | optional | | | |
|
source |
<xsd:complexType name="UpdateFixedMohAudioSourceReq">
<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="multicast" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="enable" type="xsd:string" nillable="false" 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:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |