📄 liberty-paos-v1.1.xsd
字号:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:liberty:paos:2003-08"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
xmlns="urn:liberty:paos:2003-08"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:annotation>
<xs:documentation>
The source code in this XSD file was excerpted verbatim from:
Liberty Reverse HTTP Binding
Version 1.1
14th December 2004
Copyright (c) 2003 Liberty Alliance participants, see
http://www.projectliberty.org/specs/idwsf_1_1_copyrights.php
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://schemas.xmlsoap.org/soap/envelope/"
schemaLocation="http://schemas.xmlsoap.org/soap/envelope/"/>
<xs:include schemaLocation="liberty-utility-v1.1.xsd"/>
<xs:element name="Request" type="RequestType"/>
<xs:complexType name="RequestType">
<xs:attribute name="responseConsumerURL" type="xs:anyURI" use="required"/>
<xs:attribute name="service" type="xs:anyURI" use="required"/>
<xs:attribute name="messageID" type="IDType" use="optional"/>
<xs:attribute ref="S:mustUnderstand" use="required"/>
<xs:attribute ref="S:actor" use="required"/>
</xs:complexType>
<xs:element name="Response" type="ResponseType"/>
<xs:complexType name="ResponseType">
<xs:attribute name="refToMessageID" type="IDType" use="optional"/>
<xs:attribute ref="S:mustUnderstand" use="required"/>
<xs:attribute ref="S:actor" use="required"/>
</xs:complexType>
</xs:schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -