namespace | http://www.cisco.com/AXL/API/8.5 |
type | union of (restriction of xsd:string, xsd:string) |
used by | |
source | <xsd:simpleType name="XBandwidth"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Keep Current Setting"/> <xsd:enumeration value="Use System Default"/> <xsd:enumeration value="G.723"/> <xsd:enumeration value="G.729"/> <xsd:enumeration value="GSM"/> <xsd:enumeration value="G.728"/> <xsd:enumeration value="iSAC"/> <xsd:enumeration value="G.711"/> <xsd:enumeration value="Wideband"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |