ctcc_wap_push_types_1_0.xsd
来自「一个ISAG Server的模拟器」· XSD 代码 · 共 36 行
XSD
36 行
<?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 + =
减小字号Ctrl + -
显示快捷键?