Use relative schema location for tests

Issue gh-11328
Issue gh-11353
Issue gh-11365
This commit is contained in:
Steve Riesenberg
2022-07-07 12:20:11 -05:00
committed by Steve Riesenberg
parent 148c926de0
commit 696da87478
2 changed files with 14 additions and 1 deletions

View File

@@ -540,6 +540,19 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="use-authorization-manager" type="xs:boolean">
<xs:annotation>
<xs:documentation>Use the AuthorizationManager API instead of AccessDecisionManager (defaults to false)
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authorization-manager-ref" type="xs:token">
<xs:annotation>
<xs:documentation>Use this AuthorizationManager instead of the default (supercedes
use-authorization-manager)
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="protect.attlist">