diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-11 15:34:39 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-11 15:34:39 +0000 |
commit | f9d256e6b547eefc8e7769e7263418b92e553449 (patch) | |
tree | 17b0dfc4e15ba5032d523d9e2b925935c38dcd68 | |
parent | 51cf7b47ffd152f62cb187daeec12606bbd57883 (diff) | |
download | vdr-plugin-menuorg-f9d256e6b547eefc8e7769e7263418b92e553449.tar.gz vdr-plugin-menuorg-f9d256e6b547eefc8e7769e7263418b92e553449.tar.bz2 |
compacted indenting
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5677 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | vdr-menu.xsd | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/vdr-menu.xsd b/vdr-menu.xsd index ac14a99..84f7942 100644 --- a/vdr-menu.xsd +++ b/vdr-menu.xsd @@ -1,54 +1,54 @@ <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> - <xs:attributeGroup name="CommandAttributes"> - <xs:attribute name="name" type="xs:string" use="required"/> - <xs:attribute name="execute" type="xs:string" use="required"/> - <xs:attribute name="confirm" use="optional"> - <xs:simpleType> - <xs:restriction base="xs:string"> - <xs:enumeration value="yes"/> - <xs:enumeration value="no"/> - </xs:restriction> - </xs:simpleType> - </xs:attribute> - </xs:attributeGroup> - <xs:attributeGroup name="DefaultAttributes"> - <xs:attribute name="name" type="xs:string" use="required"/> - </xs:attributeGroup> - <xs:group name="MenuItems"> - <xs:sequence> - <xs:choice maxOccurs="unbounded"> - <xs:element ref="menu"/> - <xs:element ref="system"/> - <xs:element ref="plugin"/> - <xs:element ref="command"/> - </xs:choice> - </xs:sequence> - </xs:group> - <xs:element name="menu"> - <xs:complexType> - <xs:group ref="MenuItems"/> - <xs:attributeGroup ref="DefaultAttributes"/> - </xs:complexType> - </xs:element> - <xs:element name="system"> - <xs:complexType> - <xs:attributeGroup ref="DefaultAttributes"/> - </xs:complexType> - </xs:element> - <xs:element name="plugin"> - <xs:complexType> - <xs:attributeGroup ref="DefaultAttributes"/> - </xs:complexType> - </xs:element> - <xs:element name="command"> - <xs:complexType> - <xs:attributeGroup ref="CommandAttributes"/> - </xs:complexType> - </xs:element> - <xs:element name="menus"> - <xs:complexType> - <xs:group ref="MenuItems"/> - </xs:complexType> - </xs:element> + <xs:attributeGroup name="CommandAttributes"> + <xs:attribute name="name" type="xs:string" use="required"/> + <xs:attribute name="execute" type="xs:string" use="required"/> + <xs:attribute name="confirm" use="optional"> + <xs:simpleType> + <xs:restriction base="xs:string"> + <xs:enumeration value="yes"/> + <xs:enumeration value="no"/> + </xs:restriction> + </xs:simpleType> + </xs:attribute> + </xs:attributeGroup> + <xs:attributeGroup name="DefaultAttributes"> + <xs:attribute name="name" type="xs:string" use="required"/> + </xs:attributeGroup> + <xs:group name="MenuItems"> + <xs:sequence> + <xs:choice maxOccurs="unbounded"> + <xs:element ref="menu"/> + <xs:element ref="system"/> + <xs:element ref="plugin"/> + <xs:element ref="command"/> + </xs:choice> + </xs:sequence> + </xs:group> + <xs:element name="menu"> + <xs:complexType> + <xs:group ref="MenuItems"/> + <xs:attributeGroup ref="DefaultAttributes"/> + </xs:complexType> + </xs:element> + <xs:element name="system"> + <xs:complexType> + <xs:attributeGroup ref="DefaultAttributes"/> + </xs:complexType> + </xs:element> + <xs:element name="plugin"> + <xs:complexType> + <xs:attributeGroup ref="DefaultAttributes"/> + </xs:complexType> + </xs:element> + <xs:element name="command"> + <xs:complexType> + <xs:attributeGroup ref="CommandAttributes"/> + </xs:complexType> + </xs:element> + <xs:element name="menus"> + <xs:complexType> + <xs:group ref="MenuItems"/> + </xs:complexType> + </xs:element> </xs:schema> |