1<?xml version="1.0"?> 2<!-- Copyright (C) 2022 Intel Corporation. --> 3<!-- SPDX-License-Identifier: BSD-3-Clause --> 4<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 5 targetNamespace="https://projectacrn.org"> 6 7 <xs:attribute name="severity"> 8 <xs:simpleType> 9 <xs:restriction base="xs:string"> 10 <xs:enumeration value="error" /> 11 <xs:enumeration value="warning" /> 12 </xs:restriction> 13 </xs:simpleType> 14 </xs:attribute> 15 16 <xs:attribute name="report-on" type="xs:string" /> 17 18</xs:schema> 19