| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <!-- =================== DO NOT EDIT THIS FILE ==================== --> |
| <!-- Generated by Modello 2.0.0, --> |
| <!-- any modifications will be overwritten. --> |
| <!-- ============================================================== --> |
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://maven.apache.org/BUILD-CACHE-DIFF/1.0.0" targetNamespace="http://maven.apache.org/BUILD-CACHE-DIFF/1.0.0"> |
| <xs:element name="diff" type="Diff"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:complexType name="Diff"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:all> |
| <xs:element minOccurs="0" name="mismatches"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element name="mismatch" minOccurs="0" maxOccurs="unbounded" type="Mismatch"/> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| </xs:all> |
| </xs:complexType> |
| <xs:complexType name="Mismatch"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:all> |
| <xs:element minOccurs="0" name="detail"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element name="detail" minOccurs="0" maxOccurs="unbounded" type="MismatchDetail"/> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| </xs:all> |
| <xs:attribute name="item" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="current" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="baseline" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="reason" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="resolution" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="context" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| </xs:complexType> |
| <xs:complexType name="MismatchDetail"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:complexType> |
| </xs:schema> |