namespace | http://www.cisco.com/AXL/API/15.0 |
type | union of (restriction of xsd:string, xsd:string) |
used by | |
source | <xsd:simpleType name="XMediaPayload"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="G711 a-law 64K"/> <xsd:enumeration value="G711 u-law 64K"/> <xsd:enumeration value="G723"/> <xsd:enumeration value="G729"/> <xsd:enumeration value="G729AnnexA"/> <xsd:enumeration value="G729AnnexB"/> <xsd:enumeration value="G729AnnexA-AnnexB"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |