/usr/share/xml/opensaml/saml-async-slo-v1.0.xsd is in opensaml2-schemas 2.5.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:aslo="urn:oasis:names:tc:SAML:2.0:protocol:ext:async-slo"
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:oasis:names:tc:SAML:2.0:protocol:ext:async-slo"
elementFormDefault="qualified">
<element name="Asynchronous" type="aslo:AsynchronousType" />
<complexType name="AsynchronousType" />
<attribute name="supportsAsynchronous" type="boolean"/>
</schema>
|