| <?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.1.2, --> |
| <!-- any modifications will be overwritten. --> |
| <!-- ============================================================== --> |
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://maven.apache.org/BUILD-CACHE-BUILD/1.2.0" targetNamespace="http://maven.apache.org/BUILD-CACHE-BUILD/1.2.0"> |
| <xs:element name="build" type="Build"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| <xs:documentation source="description"></xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:complexType name="Build"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| <xs:documentation source="description"></xs:documentation> |
| </xs:annotation> |
| <xs:all> |
| <xs:element minOccurs="0" name="cacheImplementationVersion" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="final" type="xs:boolean"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="hashFunction" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="buildTime" type="xs:dateTime"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="buildServer" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="scm" type="Scm"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="goals"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| <xs:documentation source="description"></xs:documentation> |
| </xs:annotation> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element type="xs:string" name="goal" minOccurs="0" maxOccurs="unbounded"/> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| <xs:element minOccurs="0" name="artifact" type="Artifact"> |
| <xs:annotation> |
| <xs:documentation source="version">1.0.0+</xs:documentation> |
| <xs:documentation source="description"></xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="attachedArtifacts"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element type="Artifact" name="attachedArtifact" minOccurs="0" maxOccurs="unbounded"/> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| <xs:element minOccurs="0" name="executions"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element type="CompletedExecution" name="execution" minOccurs="0" maxOccurs="unbounded"/> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| <xs:element minOccurs="0" name="projectsInputInfo" type="ProjectsInputInfo"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| </xs:all> |
| </xs:complexType> |
| <xs:complexType name="Scm"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:all> |
| <xs:element minOccurs="0" name="sourceBranch" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="revision" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| </xs:all> |
| </xs:complexType> |
| <xs:complexType name="Artifact"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:all> |
| <xs:element minOccurs="0" name="groupId" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="artifactId" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="version" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="classifier" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="type" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="scope" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="fileName" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="fileHash" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="fileSize" type="xs:long" default="0"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="filePath" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| </xs:all> |
| </xs:complexType> |
| <xs:complexType name="ProjectsInputInfo"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:all> |
| <xs:element minOccurs="0" name="checksum" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="items"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element type="DigestItem" name="item" minOccurs="0" maxOccurs="unbounded"/> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| </xs:all> |
| </xs:complexType> |
| <xs:complexType name="DigestItem"> |
| <xs:simpleContent> |
| <xs:extension base="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:attribute name="type" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="hash" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="fileChecksum" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="content" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="isText" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="charset" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="eol" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| </xs:extension> |
| </xs:simpleContent> |
| </xs:complexType> |
| <xs:complexType name="CompletedExecution"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:all> |
| <xs:element minOccurs="0" name="executionKey" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="mojoClassName" type="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:element> |
| <xs:element minOccurs="0" name="properties"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element type="PropertyValue" name="property" minOccurs="0" maxOccurs="unbounded"/> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| </xs:all> |
| </xs:complexType> |
| <xs:complexType name="PropertyValue"> |
| <xs:simpleContent> |
| <xs:extension base="xs:string"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| <xs:attribute name="name" type="xs:string" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| <xs:attribute name="tracked" type="xs:boolean" use="optional"> |
| <xs:annotation> |
| <xs:documentation source="version">0.0.0+</xs:documentation> |
| </xs:annotation> |
| </xs:attribute> |
| </xs:extension> |
| </xs:simpleContent> |
| </xs:complexType> |
| </xs:schema> |