diagram | |||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
children | gatewayUuid domainName unit subunits | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="RemoveGatewaySubunitsReq"> <xsd:sequence> <xsd:choice> <xsd:element name="gatewayUuid" type="axlapi:XUUID"/> <xsd:element name="domainName" type="xsd:string" nillable="false"> <xsd:annotation> <xsd:documentation>For SCCP mention MAC Address</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> <xsd:element name="unit" type="xsd:nonNegativeInteger" nillable="false"/> <xsd:element name="subunits"> <xsd:complexType> <xsd:sequence> <xsd:element name="subunit" nillable="false" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="index" type="axlapi:XInteger" nillable="false"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/> </xsd:complexType> |
type | xsd:unsignedLong | ||
properties |
|
||
source | <xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/> |
diagram | |||||||
type | axlapi:XUUID | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="gatewayUuid" type="axlapi:XUUID"/> |
diagram | |||||
type | xsd:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="domainName" type="xsd:string" nillable="false"> <xsd:annotation> <xsd:documentation>For SCCP mention MAC Address</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||
type | xsd:nonNegativeInteger | ||||
properties |
|
||||
source | <xsd:element name="unit" type="xsd:nonNegativeInteger" nillable="false"/> |
diagram | |||
properties |
|
||
children | subunit | ||
source | <xsd:element name="subunits"> <xsd:complexType> <xsd:sequence> <xsd:element name="subunit" nillable="false" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="index" type="axlapi:XInteger" nillable="false"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||||||
properties |
|
||||||||
children | index | ||||||||
source | <xsd:element name="subunit" nillable="false" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="index" type="axlapi:XInteger" nillable="false"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||
type | axlapi:XInteger | ||||
properties |
|
||||
source | <xsd:element name="index" type="axlapi:XInteger" nillable="false"/> |