diff options
Diffstat (limited to 'menuorg.xsd')
| -rw-r--r-- | menuorg.xsd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/menuorg.xsd b/menuorg.xsd index 84f7942..1e6359c 100644 --- a/menuorg.xsd +++ b/menuorg.xsd @@ -1,5 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> + <xs:annotation> + <xs:documentation xml:lang="en"> + XML Schema Definition for the MenuOrg VDR plugin. + + (C) 2007 Thomas Creutz, Tobias Grimm + + This Schema is made available under the terms of the + GNU General Public License as published by the + Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This schema is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this schema; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, + MA 02111-1307 USA + See http://www.gnu.org/ for details. + </xs:documentation> + </xs:annotation> <xs:attributeGroup name="CommandAttributes"> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attribute name="execute" type="xs:string" use="required"/> |
