[jboss-cvs] JBossAS SVN: r110782 - projects/jboss-jca/trunk/doc/userguide/en-US/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 25 09:36:28 EST 2011


Author: maeste
Date: 2011-02-25 09:36:28 -0500 (Fri, 25 Feb 2011)
New Revision: 110782

Modified:
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/schemas.xml
Log:
fixing indentation and CDATA

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/schemas.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/schemas.xml	2011-02-25 14:34:13 UTC (rev 110781)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/schemas.xml	2011-02-25 14:36:28 UTC (rev 110782)
@@ -3109,46 +3109,40 @@
            <xs:element name="application" type="boolean-presenceType" minOccurs="0" maxOccurs="1">
               <xs:annotation>
                 <xs:documentation>
-                   <![CDATA[[
-                    Indicates that app supplied parameters (such as from getConnection(user, pw))
-                    are used to distinguish connections in the pool.
-                    Ex:
+                   Indicates that app supplied parameters (such as from getConnection(user, pw))
+                   are used to distinguish connections in the pool.
+                   Ex:
                      <application-managed-security/>
-                   ]]>
-                    </xs:documentation>
-                 </xs:annotation>
-              </xs:element>
-              <xs:element name="security-domain" type="xs:token" minOccurs="0" maxOccurs="1">
-                <xs:annotation>
-                  <xs:documentation>
-                    <![CDATA[[
-                    Indicates Subject (from security domain) are used to distinguish connections in the pool. 
-                    The content of the security-domain is the name of the JAAS security manager that will handle
-                    authentication. This name correlates to the JAAS login-config.xml descriptor
-                    application-policy/name attribute.
-                    Ex:
-                      <security-domain>HsqlDbRealm</security-domain>
-                    ]]>
-                  </xs:documentation>
-                </xs:annotation>
-               </xs:element>
-               <xs:element name="security-domain-and-application" type="xs:token" minOccurs="0" maxOccurs="1">
-                <xs:annotation>
-                  <xs:documentation>
-                    <![CDATA[[
-                    Indicates that either app supplied parameters (such as from
-                    getConnection(user, pw)) or Subject (from security domain) are used to
-                    distinguish connections in the pool. The content of the
-                    security-domain is the name of the JAAS security manager that will handle
-                    authentication. This name correlates to the JAAS login-config.xml descriptor
-                    application-policy/name attribute.
-                     
-                    Ex:
-                      <security-domain-and-application>HsqlDbRealm</security-domain-and-application>
-                    ]]>
-                  </xs:documentation>
-                </xs:annotation>
+                </xs:documentation>
+              </xs:annotation>
            </xs:element>
+           <xs:element name="security-domain" type="xs:token" minOccurs="0" maxOccurs="1">
+              <xs:annotation>
+                <xs:documentation>
+                  Indicates Subject (from security domain) are used to distinguish connections in the pool. 
+                  The content of the security-domain is the name of the JAAS security manager that will handle
+                  authentication. This name correlates to the JAAS login-config.xml descriptor
+                  application-policy/name attribute.
+                  Ex:
+                   <security-domain>HsqlDbRealm</security-domain> 
+                </xs:documentation>
+              </xs:annotation>
+           </xs:element>
+           <xs:element name="security-domain-and-application" type="xs:token" minOccurs="0" maxOccurs="1">
+              <xs:annotation>
+                <xs:documentation>
+                  Indicates that either app supplied parameters (such as from
+                  getConnection(user, pw)) or Subject (from security domain) are used to
+                  distinguish connections in the pool. The content of the
+                  security-domain is the name of the JAAS security manager that will handle
+                  authentication. This name correlates to the JAAS login-config.xml descriptor
+                  application-policy/name attribute.
+                    
+                  Ex:
+                    <security-domain-and-application>HsqlDbRealm</security-domain-and-application>
+                </xs:documentation>
+              </xs:annotation>
+           </xs:element>
         </xs:choice>
       </xs:sequence>
    </xs:complexType>
@@ -3615,53 +3609,47 @@
 
   <xs:complexType name="securityType">
     <xs:sequence>
-        <xs:choice>
-           <xs:element name="application" type="boolean-presenceType" minOccurs="0" maxOccurs="1">
-              <xs:annotation>
-                <xs:documentation>
-                   <![CDATA[[
-                    Indicates that app supplied parameters (such as from getConnection(user, pw))
-                    are used to distinguish connections in the pool.
-                    Ex:
-                     <application-managed-security/>
-                   ]]>
-                    </xs:documentation>
-                 </xs:annotation>
-              </xs:element>
-              <xs:element name="security-domain" type="xs:token" minOccurs="0" maxOccurs="1">
-                <xs:annotation>
-                  <xs:documentation>
-                    <![CDATA[[
-                    Indicates Subject (from security domain) are used to distinguish connections in the pool. 
-                    The content of the security-domain is the name of the JAAS security manager that will handle
-                    authentication. This name correlates to the JAAS login-config.xml descriptor
-                    application-policy/name attribute.
-                    Ex:
-                      <security-domain>HsqlDbRealm</security-domain>
-                    ]]>
-                  </xs:documentation>
-                </xs:annotation>
-               </xs:element>
-               <xs:element name="security-domain-and-application" type="xs:token" minOccurs="0" maxOccurs="1">
-                <xs:annotation>
-                  <xs:documentation>
-                    <![CDATA[[
-                    Indicates that either app supplied parameters (such as from
-                    getConnection(user, pw)) or Subject (from security domain) are used to
-                    distinguish connections in the pool. The content of the
-                    security-domain is the name of the JAAS security manager that will handle
-                    authentication. This name correlates to the JAAS login-config.xml descriptor
-                    application-policy/name attribute.
-                     
-                    Ex:
-                      <security-domain-and-application>HsqlDbRealm</security-domain-and-application>
-                    ]]>
-                  </xs:documentation>
-                </xs:annotation>
-           </xs:element>
-        </xs:choice>
-      </xs:sequence>
-   </xs:complexType>
+      <xs:choice>
+        <xs:element name="application" type="boolean-presenceType" minOccurs="0" maxOccurs="1">
+          <xs:annotation>
+            <xs:documentation>
+              Indicates that app supplied parameters (such as from getConnection(user, pw))
+              are used to distinguish connections in the pool.
+              Ex:
+                <application-managed-security/>
+            </xs:documentation>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="security-domain" type="xs:token" minOccurs="0" maxOccurs="1">
+          <xs:annotation>
+            <xs:documentation>
+              Indicates Subject (from security domain) are used to distinguish connections in the pool. 
+              The content of the security-domain is the name of the JAAS security manager that will handle
+              authentication. This name correlates to the JAAS login-config.xml descriptor
+              application-policy/name attribute.
+              Ex:
+               <security-domain>HsqlDbRealm</security-domain>
+            </xs:documentation>
+          </xs:annotation>
+        </xs:element>
+        <xs:element name="security-domain-and-application" type="xs:token" minOccurs="0" maxOccurs="1">
+          <xs:annotation>
+            <xs:documentation>
+              Indicates that either app supplied parameters (such as from
+              getConnection(user, pw)) or Subject (from security domain) are used to
+              distinguish connections in the pool. The content of the
+              security-domain is the name of the JAAS security manager that will handle
+              authentication. This name correlates to the JAAS login-config.xml descriptor
+              application-policy/name attribute.
+                   
+              Ex:
+                <security-domain-and-application>HsqlDbRealm</security-domain-and-application>
+            </xs:documentation>
+          </xs:annotation>
+        </xs:element>
+      </xs:choice>
+    </xs:sequence>
+  </xs:complexType>
 
   <xs:complexType name="admin-objectsType">
     <xs:sequence>
@@ -4313,34 +4301,28 @@
       <xs:element name="user-name" type="xs:token" minOccurs="0">
         <xs:annotation>
           <xs:documentation>
-              <![CDATA[[
-                Specify the username used when creating a new connection. 
-                Ex: <user-name>sa</user-name>
-               ]]>
+            Specify the username used when creating a new connection. 
+            Ex: <user-name>sa</user-name>
           </xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element name="password" type="xs:token" minOccurs="0">
         <xs:annotation>
           <xs:documentation>
-              <![CDATA[[
-                Specify the password used when creating a new connection. 
-                Ex: <password>sa-pass</password>
-               ]]>
+              Specify the password used when creating a new connection. 
+              Ex: <password>sa-pass</password>
           </xs:documentation>
         </xs:annotation>
       </xs:element>
             <xs:element name="security-domain" type="xs:token" minOccurs="0" maxOccurs="1">
                 <xs:annotation>
                   <xs:documentation>
-                    <![CDATA[[
                     Indicates Subject (from security domain) are used to distinguish connections in the pool. 
                     The content of the security-domain is the name of the JAAS security manager that will handle
                     authentication. This name correlates to the JAAS login-config.xml descriptor
                     application-policy/name attribute.
                     Ex:
                       <security-domain>HsqlDbRealm</security-domain>
-                    ]]>
                   </xs:documentation>
                 </xs:annotation>
                </xs:element>



More information about the jboss-cvs-commits mailing list