📄 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 + -