?? ctcc_wap_push_types_1_0.xsd
字號:
<?xml version="1.0" encoding="UTF-8"?><!-- July 14, 2005 --><xsd:schema targetNamespace="http://www.chinatelecom.com.cn/schema/ctcc/wap_push/v1_0" xmlns:ctcc_wap_push_xsd="http://www.chinatelecom.com.cn/schema/ctcc/wap_push/v1_0" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:simpleType name="DeliveryStatus"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="DeliveredToNetwork"/> <xsd:enumeration value="DeliveryUncertain"/> <xsd:enumeration value="DeliveryImpossible"/> <xsd:enumeration value="MessageWaiting"/> <xsd:enumeration value="DeliveredToTerminal"/> <xsd:enumeration value="DeliveryNotificationNotSupported"/> <xsd:enumeration value="AuthPriceFailed"/> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="DeliveryInformation"> <xsd:sequence> <xsd:element name="address" type="xsd:anyURI"/> <xsd:element name="status" type="ctcc_wap_push_xsd:DeliveryStatus"/> </xsd:sequence> </xsd:complexType> <xsd:simpleType name="MessagePriority"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Default"/> <xsd:enumeration value="Low"/> <xsd:enumeration value="Normal"/> <xsd:enumeration value="High"/> </xsd:restriction> </xsd:simpleType></xsd:schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -