diagram | |||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
type | extension of axlapi:APIRequest | ||||||||||||
properties |
|
||||||||||||
children | uuid dirn cssName newDirn description newCssName isDefault | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="UpdateVoiceMailPilotReq"> <xsd:complexContent> <xsd:extension base="axlapi:APIRequest"> <xsd:sequence> <xsd:choice> <xsd:element name="uuid" type="axlapi:XUUID"/> <xsd:sequence> <xsd:element name="dirn" type="axlapi:String255" nillable="true" minOccurs="1" maxOccurs="1"/> <xsd:element name="cssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:choice> <xsd:element name="newDirn" type="axlapi:String255" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="description" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/> <xsd:element name="newCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> <xsd:element name="isDefault" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation>In Update setting isDefault tag as false would not disable this VoiceMailPilot as Default. Instead, the corresponding tag of another VoiceMailPilot should be set to true.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||||
type | axlapi:XUUID | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="uuid" type="axlapi:XUUID"/> |
diagram | |||||||
type | axlapi:String255 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="dirn" type="axlapi:String255" nillable="true" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="cssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:String255 | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="newDirn" type="axlapi:String255" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:String50 | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xsd:element name="description" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||||||
type | axlapi:XFkType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="newCssName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
type | axlapi:boolean | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="isDefault" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation>In Update setting isDefault tag as false would not disable this VoiceMailPilot as Default. Instead, the corresponding tag of another VoiceMailPilot should be set to true.</xsd:documentation> </xsd:annotation> </xsd:element> |