namespace | http://www.cisco.com/AXL/API/9.1 |
type | union of (restriction of xsd:string, xsd:string) |
source | <xsd:simpleType name="XE911LocationState"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="No Location Information"/> <xsd:enumeration value="Off Premise Location Needed"/> <xsd:enumeration value="Off Premise Declined"/> <xsd:enumeration value="On Premise Location Not Needed"/> <xsd:enumeration value="Off Premise Have Location"/> <xsd:enumeration value="Off Premise Location Update Failed"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |