7 lines
480 B
XML
7 lines
480 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xs:import schemaLocation="pentestreport.xsd"/>
|
|
<xs:import namespace="http://www.w3.org/2001/XInclude" schemaLocation="xi.xsd"/>
|
|
<xs:attribute name="noNamespaceSchemaLocation"/>
|
|
</xs:schema>
|