64 lines
3.1 KiB
XML
64 lines
3.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<xs:schema xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:tns="http://schemas.xmlsoap.org/ws/2004/09/policy" blockDefault="#all" elementFormDefault="qualified" targetNamespace="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||
|
<xs:import schemaLocation="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" />
|
||
|
<xs:import schemaLocation="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" />
|
||
|
<xs:element name="Policy">
|
||
|
<xs:complexType>
|
||
|
<xs:complexContent mixed="false">
|
||
|
<xs:extension base="tns:OperatorContentType">
|
||
|
<xs:attribute name="Name" type="xs:anyURI" />
|
||
|
<xs:attribute ref="wsu:Id" />
|
||
|
<xs:anyAttribute namespace="##any" processContents="lax" />
|
||
|
</xs:extension>
|
||
|
</xs:complexContent>
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
<xs:element name="All" type="tns:OperatorContentType" />
|
||
|
<xs:element name="ExactlyOne" type="tns:OperatorContentType" />
|
||
|
<xs:complexType name="OperatorContentType">
|
||
|
<xs:sequence>
|
||
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||
|
<xs:element ref="tns:Policy" />
|
||
|
<xs:element ref="tns:All" />
|
||
|
<xs:element ref="tns:ExactlyOne" />
|
||
|
<xs:element ref="tns:PolicyReference" />
|
||
|
<xs:any namespace="##other" processContents="lax" />
|
||
|
</xs:choice>
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
<xs:element name="PolicyReference">
|
||
|
<xs:complexType>
|
||
|
<xs:attribute name="URI" type="xs:anyURI" use="required" />
|
||
|
<xs:attribute name="Digest" type="xs:base64Binary" />
|
||
|
<xs:attribute default="http://schemas.xmlsoap.org/ws/2004/09/policy/Sha1Exc" name="DigestAlgorithm" type="xs:anyURI" />
|
||
|
<xs:anyAttribute namespace="##any" processContents="lax" />
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
<xs:attribute default="false" name="Optional" type="xs:boolean" />
|
||
|
<xs:attribute name="PolicyURIs">
|
||
|
<xs:simpleType>
|
||
|
<xs:list itemType="xs:anyURI" />
|
||
|
</xs:simpleType>
|
||
|
</xs:attribute>
|
||
|
<xs:element name="PolicyAttachment">
|
||
|
<xs:complexType>
|
||
|
<xs:sequence>
|
||
|
<xs:element ref="tns:AppliesTo" />
|
||
|
<xs:choice maxOccurs="unbounded">
|
||
|
<xs:element ref="tns:Policy" />
|
||
|
<xs:element ref="tns:PolicyReference" />
|
||
|
</xs:choice>
|
||
|
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
|
||
|
</xs:sequence>
|
||
|
<xs:anyAttribute namespace="##any" processContents="lax" />
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
<xs:element name="AppliesTo">
|
||
|
<xs:complexType>
|
||
|
<xs:sequence>
|
||
|
<xs:any maxOccurs="unbounded" namespace="##any" processContents="lax" />
|
||
|
</xs:sequence>
|
||
|
<xs:anyAttribute namespace="##any" processContents="lax" />
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
</xs:schema>
|