blob: e2af495bdf2bea8bfa2dfc5a9215188bf9cbd806 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
targetNamespace="http://www.eclipse.org/skalli/2010/API"
xmlns="http://www.eclipse.org/skalli/2010/API"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1.2">
<xsd:annotation>
<xsd:documentation xml:lang="EN">
Copyright (c) 2010-2014 SAP AG and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
SAP AG - initial API and implementation
</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation xml:lang="EN">
This XML schema defines the Skalli REST API resource for
a single project accessible with /api/project/&lt;projectId&gt;
</xsd:documentation>
</xsd:annotation>
<!-- BEGIN of project type declaration -->
<xsd:include schemaLocation="type-project.xsd" />
<!-- END of project type declaration -->
<xsd:element name="project" type="Project" />
</xsd:schema>