You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/11/08 06:30:36 UTC

[07/15] isis-site git commit: updating content (built from adocs/documentation in isis.git repo)

updating content (built from adocs/documentation in isis.git repo)


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/a73614c6
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/a73614c6
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/a73614c6

Branch: refs/heads/asf-site
Commit: a73614c6dd585b2b257abdd57a25a9e2bc471178
Parents: 317fe9f
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Nov 1 10:50:52 2017 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Nov 1 10:50:52 2017 +0000

----------------------------------------------------------------------
 content/applib/layout/component/component.xsd   |     44 +-
 .../layout/grid/bootstrap3/bootstrap3.xsd       |     19 +-
 content/applib/layout/links/links.xsd           |     16 +
 content/applib/layout/menus/menubars.xsd        |     65 +
 content/elasticlunr/index.json                  |      2 +-
 content/guides/htg.html                         |     74 +
 content/guides/htg.pdf                          |  90726 --------
 content/guides/rgcms/rgcms.html                 |    189 +-
 content/guides/rgcms/rgcms.pdf                  | 192650 ----------------
 content/guides/rgsvc/rgsvc.html                 |    256 +-
 content/guides/ugvro/ugvro.html                 |     87 +
 11 files changed, 662 insertions(+), 283466 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/a73614c6/content/applib/layout/component/component.xsd
----------------------------------------------------------------------
diff --git a/content/applib/layout/component/component.xsd b/content/applib/layout/component/component.xsd
index c7ff585..f780c27 100644
--- a/content/applib/layout/component/component.xsd
+++ b/content/applib/layout/component/component.xsd
@@ -1,4 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://isis.apache.org/applib/layout/component" elementFormDefault="qualified" targetNamespace="http://isis.apache.org/applib/layout/component" version="1.0">
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:lnk="http://isis.apache.org/applib/layout/links"
+           xmlns:tns="http://isis.apache.org/applib/layout/component"
+           elementFormDefault="qualified"
+           targetNamespace="http://isis.apache.org/applib/layout/component"
+           version="1.0">
+
+  <xs:import
+          namespace="http://isis.apache.org/applib/layout/links"
+          schemaLocation="../links/links.xsd"/>
 
   <xs:element name="action" type="tns:action"/>
 
@@ -16,6 +26,7 @@
       <xs:element minOccurs="0" name="describedAs" type="xs:string"/>
       <xs:element minOccurs="0" name="plural" type="xs:string"/>
       <xs:element minOccurs="0" name="metadataError" type="xs:string"/>
+      <xs:element minOccurs="0" name="link" type="lnk:link"/>
     </xs:sequence>
     <xs:attribute name="bookmarking" type="tns:bookmarkPolicy"/>
     <xs:attribute name="cssClass" type="xs:string"/>
@@ -29,6 +40,7 @@
       <xs:element minOccurs="0" name="named" type="xs:string"/>
       <xs:element minOccurs="0" name="describedAs" type="xs:string"/>
       <xs:element minOccurs="0" name="metadataError" type="xs:string"/>
+      <xs:element minOccurs="0" name="link" type="lnk:link"/>
     </xs:sequence>
     <xs:attribute name="bookmarking" type="tns:bookmarkPolicy"/>
     <xs:attribute name="cssClass" type="xs:string"/>
@@ -37,10 +49,8 @@
     <xs:attribute name="hidden" type="tns:where"/>
     <xs:attribute name="id" type="xs:string" use="required"/>
     <xs:attribute name="namedEscaped" type="xs:boolean"/>
-
-    <xs:attribute name="promptStyle" type="tns:promptStyle"/>
-
     <xs:attribute name="position" type="tns:position"/>
+    <xs:attribute name="promptStyle" type="tns:promptStyle"/>
   </xs:complexType>
 
   <xs:complexType name="fieldSet">
@@ -49,7 +59,7 @@
       <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:property"/>
       <xs:element minOccurs="0" name="metadataError" type="xs:string"/>
     </xs:sequence>
-    <xs:attribute name="name" type="xs:string" use="optional"/>
+    <xs:attribute name="name" type="xs:string"/>
     <xs:attribute name="id" type="xs:string"/>
     <xs:attribute name="unreferencedActions" type="xs:boolean"/>
     <xs:attribute name="unreferencedProperties" type="xs:boolean"/>
@@ -61,6 +71,7 @@
       <xs:element minOccurs="0" name="describedAs" type="xs:string"/>
       <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:action"/>
       <xs:element minOccurs="0" name="metadataError" type="xs:string"/>
+      <xs:element minOccurs="0" name="link" type="lnk:link"/>
     </xs:sequence>
     <xs:attribute name="cssClass" type="xs:string"/>
     <xs:attribute name="hidden" type="tns:where"/>
@@ -68,9 +79,7 @@
     <xs:attribute name="labelPosition" type="tns:labelPosition"/>
     <xs:attribute name="multiLine" type="xs:int"/>
     <xs:attribute name="namedEscaped" type="xs:boolean"/>
-
     <xs:attribute name="promptStyle" type="tns:promptStyle"/>
-
     <xs:attribute name="renderedAsDayBefore" type="xs:boolean"/>
     <xs:attribute name="typicalLength" type="xs:int"/>
     <xs:attribute name="unchanging" type="xs:boolean"/>
@@ -83,6 +92,7 @@
       <xs:element minOccurs="0" name="sortedBy" type="xs:string"/>
       <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:action"/>
       <xs:element minOccurs="0" name="metadataError" type="xs:string"/>
+      <xs:element minOccurs="0" name="link" type="lnk:link"/>
     </xs:sequence>
     <xs:attribute name="cssClass" type="xs:string"/>
     <xs:attribute name="defaultView" type="xs:string"/>
@@ -107,15 +117,6 @@
     </xs:restriction>
   </xs:simpleType>
 
-  <xs:simpleType name="promptStyle">
-    <xs:restriction base="xs:string">
-      <xs:enumeration value="DIALOG"/>
-      <xs:enumeration value="INLINE"/>
-      <xs:enumeration value="INLINE_AS_IF_EDIT"/>
-      <xs:enumeration value="AS_CONFIGURED"/>
-    </xs:restriction>
-  </xs:simpleType>
-
   <xs:simpleType name="where">
     <xs:restriction base="xs:string">
       <xs:enumeration value="EVERYWHERE"/>
@@ -140,6 +141,15 @@
     </xs:restriction>
   </xs:simpleType>
 
+  <xs:simpleType name="promptStyle">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="AS_CONFIGURED"/>
+      <xs:enumeration value="DIALOG"/>
+      <xs:enumeration value="INLINE"/>
+      <xs:enumeration value="INLINE_AS_IF_EDIT"/>
+    </xs:restriction>
+  </xs:simpleType>
+
   <xs:simpleType name="labelPosition">
     <xs:restriction base="xs:string">
       <xs:enumeration value="DEFAULT"/>
@@ -149,4 +159,4 @@
       <xs:enumeration value="NONE"/>
     </xs:restriction>
   </xs:simpleType>
-</xs:schema>
\ No newline at end of file
+</xs:schema>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/a73614c6/content/applib/layout/grid/bootstrap3/bootstrap3.xsd
----------------------------------------------------------------------
diff --git a/content/applib/layout/grid/bootstrap3/bootstrap3.xsd b/content/applib/layout/grid/bootstrap3/bootstrap3.xsd
index f01916d..f494e81 100644
--- a/content/applib/layout/grid/bootstrap3/bootstrap3.xsd
+++ b/content/applib/layout/grid/bootstrap3/bootstrap3.xsd
@@ -1,6 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cpt="http://isis.apache.org/applib/layout/component" xmlns:tns="http://isis.apache.org/applib/layout/grid/bootstrap3" elementFormDefault="qualified" targetNamespace="http://isis.apache.org/applib/layout/grid/bootstrap3" version="1.0">
-
-    <xs:import namespace="http://isis.apache.org/applib/layout/component" schemaLocation="../../component/component.xsd"/>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema
+        xmlns:xs="http://www.w3.org/2001/XMLSchema"
+        xmlns:cpt="http://isis.apache.org/applib/layout/component"
+        xmlns:tns="http://isis.apache.org/applib/layout/grid/bootstrap3"
+        elementFormDefault="qualified"
+        targetNamespace="http://isis.apache.org/applib/layout/grid/bootstrap3"
+        version="1.0">
+
+    <xs:import
+            namespace="http://isis.apache.org/applib/layout/component"
+            schemaLocation="../../component/component.xsd"/>
+
+    <xs:import
+            namespace="http://isis.apache.org/applib/layout/links"
+            schemaLocation="../../links/links.xsd"/>
 
     <xs:element name="clearFixHidden" type="tns:clearFixHidden"/>
 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/a73614c6/content/applib/layout/links/links.xsd
----------------------------------------------------------------------
diff --git a/content/applib/layout/links/links.xsd b/content/applib/layout/links/links.xsd
new file mode 100644
index 0000000..a3daff3
--- /dev/null
+++ b/content/applib/layout/links/links.xsd
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema
+        xmlns:xs="http://www.w3.org/2001/XMLSchema"
+        elementFormDefault="qualified"
+        targetNamespace="http://isis.apache.org/applib/layout/links"
+        version="1.0">
+
+    <xs:complexType name="link">
+        <xs:sequence>
+            <xs:element name="rel" type="xs:string"/>
+            <xs:element name="method" type="xs:string"/>
+            <xs:element name="href" type="xs:string"/>
+            <xs:element name="type" type="xs:string"/>
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/a73614c6/content/applib/layout/menus/menubars.xsd
----------------------------------------------------------------------
diff --git a/content/applib/layout/menus/menubars.xsd b/content/applib/layout/menus/menubars.xsd
new file mode 100644
index 0000000..15f440b
--- /dev/null
+++ b/content/applib/layout/menus/menubars.xsd
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema
+        xmlns:xs="http://www.w3.org/2001/XMLSchema"
+        xmlns:cpt="http://isis.apache.org/applib/layout/component"
+        xmlns:lnk="http://isis.apache.org/applib/layout/links"
+        xmlns:tns="http://isis.apache.org/applib/layout/menus"
+        elementFormDefault="qualified"
+        targetNamespace="http://isis.apache.org/applib/layout/menus" version="1.0">
+
+    <xs:import
+            namespace="http://isis.apache.org/applib/layout/component"
+            schemaLocation="../component/component.xsd"/>
+
+    <xs:import
+            namespace="http://isis.apache.org/applib/layout/links"
+            schemaLocation="../links/links.xsd"/>
+
+    <xs:element name="action" type="tns:action"/>
+
+    <xs:element name="menuBars" type="tns:menuBars"/>
+
+    <xs:complexType name="menuBars">
+        <xs:sequence>
+            <xs:element minOccurs="0" name="primary" type="tns:menuBar"/>
+            <xs:element minOccurs="0" name="secondary" type="tns:menuBar"/>
+            <xs:element minOccurs="0" name="tertiary" type="tns:menuBar"/>
+            <xs:element minOccurs="0" name="metadataError" type="xs:string"/>
+        </xs:sequence>
+    </xs:complexType>
+
+    <xs:complexType name="menuBar">
+        <xs:sequence>
+            <xs:element maxOccurs="unbounded" minOccurs="1" name="menu" type="tns:menu"/>
+        </xs:sequence>
+    </xs:complexType>
+
+    <xs:complexType name="menu">
+        <xs:sequence>
+            <xs:element name="named" type="xs:string"/>
+            <xs:element maxOccurs="unbounded" minOccurs="1" name="section" type="tns:section"/>
+        </xs:sequence>
+        <xs:attribute name="cssClassFa" type="xs:string"/>
+    </xs:complexType>
+
+    <xs:complexType name="section">
+        <xs:sequence>
+            <xs:element maxOccurs="unbounded" minOccurs="1" ref="tns:action"/>
+        </xs:sequence>
+    </xs:complexType>
+
+    <xs:complexType name="action">
+        <xs:sequence>
+            <xs:element minOccurs="0" name="named" type="xs:string"/>
+            <xs:element minOccurs="0" name="describedAs" type="xs:string"/>
+            <xs:element minOccurs="0" name="metadataError" type="xs:string"/>
+            <xs:element minOccurs="0" name="link" type="lnk:link"/>
+        </xs:sequence>
+        <xs:attribute name="oid" type="xs:string" use="required"/>
+        <xs:attribute name="id" type="xs:string" use="required"/>
+        <xs:attribute name="namedEscaped" type="xs:boolean"/>
+        <xs:attribute name="bookmarking" type="cpt:bookmarkPolicy"/>
+        <xs:attribute name="cssClass" type="xs:string"/>
+        <xs:attribute name="cssClassFa" type="xs:string"/>
+    </xs:complexType>
+</xs:schema>