namespace | http://www.cisco.com/AXL/API/9.0 |
type | union of (restriction of xsd:string, xsd:string) |
source | <xsd:simpleType name="XCOSRoutingClassification"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Emergency Calls"/> <xsd:enumeration value="Internal Calls"/> <xsd:enumeration value="Inter Cluster Calls"/> <xsd:enumeration value="Local Other Calls"/> <xsd:enumeration value="Local Only Calls with area code"/> <xsd:enumeration value="Local Only Calls without area code"/> <xsd:enumeration value="Toll Free Calls"/> <xsd:enumeration value="Long Distance Calls"/> <xsd:enumeration value="International Calls"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |