1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <xs:schema xmlns:
xs=
"http://www.w3.org/2001/XMLSchema" elementFormDefault=
"qualified">
6 <xs:element name=
"command">
8 <xs:attribute name=
"id" use=
"required" type=
"xs:string" />
9 <xs:attribute name=
"view" use=
"required" type=
"xs:string"/>
13 <xs:element name=
"global-commands">
16 <xs:element ref=
"command" minOccurs=
"0" maxOccurs=
"unbounded"/>
21 <xs:element name=
"command-mappings">
24 <xs:element ref=
"commands" maxOccurs=
"unbounded"/>
29 <xs:element name=
"commands">
32 <xs:element ref=
"command" minOccurs=
"0" maxOccurs=
"unbounded"/>
34 <xs:attribute name=
"view" use=
"required" type=
"xs:string"/>
38 <xs:element name=
"mvc">
41 <xs:element ref=
"webViews" minOccurs=
"0" maxOccurs=
"1"/>
42 <xs:element ref=
"winViews" minOccurs=
"0" maxOccurs=
"1"/>
43 <xs:element ref=
"global-commands" minOccurs=
"0" maxOccurs=
"1"/>
44 <xs:element ref=
"command-mappings"/>
49 <xs:element name=
"view">
51 <xs:attribute name=
"id" use=
"required" type=
"xs:string"/>
52 <xs:attribute name=
"path" type=
"xs:string"/>
53 <xs:attribute name=
"type" type=
"xs:string"/>
57 <xs:element name=
"webViews">
60 <xs:element ref=
"view" maxOccurs=
"unbounded"/>
65 <xs:element name=
"winViews">
68 <xs:element ref=
"view" maxOccurs=
"unbounded"/>