blob: 39b7bb33fc11864c8e100f1e80f8c123a57496e3 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns="http://qpid.apache.org/schema/qpid/broker/security/acl.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
targetNamespace="http://qpid.apache.org/schema/qpid/broker/security/acl.xsd"
elementFormDefault="qualified">
<xs:element name="aclv2" type="xs:string" />
</xs:schema>
|