namespace | http://www.cisco.com/AXL/API/8.5 |
type | union of (restriction of xsd:string, xsd:string) |
source | <xsd:simpleType name="XFeatureConfig"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="EMCC"/> <xsd:enumeration value="VPN"/> <xsd:enumeration value="Intercompany Media Services"/> <xsd:enumeration value="Fallback"/> <xsd:enumeration value="CCD"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |