MSNPSharp/WebServiceDefAndSchemas/MSNSecurityTokenService/ws-policy.xsd
2023-07-15 01:45:29 -03:00

16 lines
690 B
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.xmlsoap.org/ws/2004/09/policy" elementFormDefault="qualified">
<xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="addressing.xsd"/>
<xs:element name="AppliesTo">
<xs:complexType>
<xs:sequence>
<xs:element ref="wsa:EndpointReference"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PolicyReference">
<xs:complexType>
<xs:attribute name="URI"/>
</xs:complexType>
</xs:element>
</xs:schema>