From d2fd1667a9dc50917f556cd4f04d2bf2d975ec4d Mon Sep 17 00:00:00 2001 From: Yogeshwar Srikrishnan Date: Fri, 20 May 2011 15:35:31 -0500 Subject: Adding xsds to support roles and baseurls --- docs/guide/src/docbkx/xsd/baseURLs.xsd | 186 +++++++++++++++++++++++++++++++++ docs/guide/src/docbkx/xsd/roles.xsd | 95 +++++++++++++++++ 2 files changed, 281 insertions(+) create mode 100644 docs/guide/src/docbkx/xsd/baseURLs.xsd create mode 100644 docs/guide/src/docbkx/xsd/roles.xsd diff --git a/docs/guide/src/docbkx/xsd/baseURLs.xsd b/docs/guide/src/docbkx/xsd/baseURLs.xsd new file mode 100644 index 00000000..54869140 --- /dev/null +++ b/docs/guide/src/docbkx/xsd/baseURLs.xsd @@ -0,0 +1,186 @@ + + + + + +

+ A list of base URLs. +

+
+
+
+ + + + +

+ A base URLs. +

+
+
+
+ + + +

+ A refrence to a base URL. +

+
+
+
+ + + +

+ A list of base URL refrences. +

+
+
+
+ + + + + + +

+ An ID uniquely identifying the base URL. +

+
+
+
+ + + +

+ The base URL's service name. +

+
+
+
+ + + +

+ The URL's region. +

+
+
+
+ + + +

+ The public base URL. +

+
+
+
+ + + +

+ The internal version of the public base URL. +

+
+
+
+ + + +

+ The admin base URL. +

+
+
+
+ + + +

+ If true the baseURL is automatically added to + new accounts. +

+
+
+
+ + + +

+ True if the Base URL is enabled (active). + A Base URL cannot be added if it's disabled or inactive (false). +

+
+
+
+
+ + + + + +

+ An ID uniquely identifying the base URL. +

+
+
+
+ + + +

+ A hyperlink refrence to the base URL. +

+
+
+
+
+ + + + + + + + + + + + +
diff --git a/docs/guide/src/docbkx/xsd/roles.xsd b/docs/guide/src/docbkx/xsd/roles.xsd new file mode 100644 index 00000000..31e40ae5 --- /dev/null +++ b/docs/guide/src/docbkx/xsd/roles.xsd @@ -0,0 +1,95 @@ + + + + + + + +

+ A list of roles. +

+
+
+
+ + + + +

+ A role. +

+
+
+
+ + + + + +

+ A list of roles refs. +

+
+
+
+ + + + +

+ A role reference. +

+
+
+
+ + + + + + + + + + + + + + +

+ A hyperlink refrence to the role URL. +

+
+
+
+
+ + + + + + + + + + + + +
\ No newline at end of file -- cgit