You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/04/13 18:00:13 UTC

svn commit: r1738962 - /ofbiz/site/dtds/compound-widgets.xsd

Author: jleroux
Date: Wed Apr 13 16:00:13 2016
New Revision: 1738962

URL: http://svn.apache.org/viewvc?rev=1738962&view=rev
Log:
Adds the compound-widgets.xsd as reference

Added:
    ofbiz/site/dtds/compound-widgets.xsd   (with props)

Added: ofbiz/site/dtds/compound-widgets.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/compound-widgets.xsd?rev=1738962&view=auto
==============================================================================
--- ofbiz/site/dtds/compound-widgets.xsd (added)
+++ ofbiz/site/dtds/compound-widgets.xsd Wed Apr 13 16:00:13 2016
@@ -0,0 +1,15 @@
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           elementFormDefault="qualified">
+    <xs:element name="compound-widgets">
+        <xs:complexType>
+            <xs:all minOccurs="0" maxOccurs="1">
+                <xs:element name="site-conf"/>
+                <xs:element name="menus"/>
+                <xs:element name="screens"/>
+                <xs:element name="trees"/>
+                <xs:element name="forms"/>
+                <xs:element name="simple-methods"/>
+            </xs:all>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>
\ No newline at end of file

Propchange: ofbiz/site/dtds/compound-widgets.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/site/dtds/compound-widgets.xsd
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/site/dtds/compound-widgets.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xsd