diagram |
|
namespace |
http://www.cisco.com/AXL/API/15.0 |
type |
extension of axlapi:NameAndGUIDRequest |
properties |
base | axlapi:NameAndGUIDRequest |
|
children |
name uuid newName description isActivated hostDnGroup safSipTrunk safH323Trunk |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | sequence | xsd:unsignedLong | optional | | | |
|
source |
<xsd:complexType name="UpdateCcdAdvertisingServiceReq">
<xsd:complexContent>
<xsd:extension base="axlapi:NameAndGUIDRequest">
<xsd:sequence>
<xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="description" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="isActivated" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="hostDnGroup" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="safSipTrunk" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Either safSipTrunk, safH323Trunk or both should be configured while adding</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="safH323Trunk" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |