namespace | http://www.cisco.com/AXL/API/15.0 |
type | union of (restriction of xsd:string, xsd:string) |
used by | |
source | <xsd:simpleType name="XPhoneServiceCategory"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="XML Service"/> <xsd:enumeration value="Java MIDlet"/> <xsd:enumeration value="Web Widget"/> <xsd:enumeration value="Web Link"/> <xsd:enumeration value="Android APK"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |