namespace | http://www.cisco.com/AXL/API/9.0 |
type | union of (restriction of xsd:string, xsd:string) |
used by | |
source | <xsd:simpleType name="XSIPCodec"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="711ulaw"/> <xsd:enumeration value="711alaw"/> <xsd:enumeration value="G729/G729a"/> <xsd:enumeration value="G729b/G729ab"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |