Add the files

This commit is contained in:
iPedroLB 2023-07-15 01:45:29 -03:00
parent f52694709e
commit 50aabc8afc
312 changed files with 95444 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<?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>