Skip to content

Commit

Permalink
Fix schema-file for mssp-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 23, 2024
1 parent cd68f4d commit 70d3cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/schemas/mssp.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
elementFormDefault="qualified"
xmlns:tns="http://schemas.microsoft.com/ws/2005/07/securitypolicy"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">

<xs:import namespace="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"
schemaLocation="ws-securitypolicy-1.2.xsd"/>
<xs:import namespace="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
schemaLocation="ws-securitypolicy-1.1.xsd"/>

<xs:element name="RsaToken" type="sp:TokenAssertionType"/>
<xs:element name="MustNotSendCancel" type="sp:QNameAssertionType"/>
Expand Down

0 comments on commit 70d3cde

Please sign in to comment.