blob: f3f42f53c9dc28a413d9fc1ee23b0bd695a2286f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
targetNamespace="http://www.eclipse.org/skalli/2010/API/Extension-Tags"
xmlns="http://www.eclipse.org/skalli/2010/API/Extension-Tags"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1.0">
<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 for the tags model extension.
</xsd:documentation>
</xsd:annotation>
<!-- BEGIN of common declarations -->
<xsd:include schemaLocation="common.xsd" />
<!-- END of common declarations -->
<xsd:element name="tags" type="TagsExtension" />
<xsd:complexType name="TagsExtension">
<xsd:complexContent>
<xsd:extension base="Extension">
<xsd:sequence>
<xsd:element name="tags" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="EN">
A list of tags assigned to a project or other taggable entity.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="tag" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>