diagram |
|
namespace |
http://www.cisco.com/AXL/API/15.0 |
type |
extension of axlapi:APIRequest |
properties |
|
children |
uuid hostedPattern newHostedPattern description CcdHostedDnGroup pstnFailoverStripDigits pstnFailoverPrependDigits usePstnFailover |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | sequence | xsd:unsignedLong | optional | | | |
|
source |
<xsd:complexType name="UpdateCcdHostedDNReq">
<xsd:complexContent>
<xsd:extension base="axlapi:APIRequest">
<xsd:sequence>
<xsd:choice>
<xsd:element name="uuid" type="axlapi:XUUID"/>
<xsd:element name="hostedPattern" type="axlapi:String50" nillable="false" minOccurs="1" maxOccurs="1"/>
</xsd:choice>
<xsd:element name="newHostedPattern" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="CcdHostedDnGroup" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="pstnFailoverStripDigits" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/>
<xsd:element name="pstnFailoverPrependDigits" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="usePstnFailover" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |