[jboss-cvs] JBossAS SVN: r64169 - projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jul 21 10:13:41 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-07-21 10:13:41 -0400 (Sat, 21 Jul 2007)
New Revision: 64169

Added:
   projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces/XMLSchemaConstants.java
Log:
schema constants

Added: projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces/XMLSchemaConstants.java
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces/XMLSchemaConstants.java	                        (rev 0)
+++ projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces/XMLSchemaConstants.java	2007-07-21 14:13:41 UTC (rev 64169)
@@ -0,0 +1,36 @@
+/*
+  * JBoss, Home of Professional Open Source
+  * Copyright 2007, JBoss Inc., and individual contributors as indicated
+  * by the @authors tag. See the copyright.txt in the distribution for a
+  * full listing of individual contributors.
+  *
+  * This is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as
+  * published by the Free Software Foundation; either version 2.1 of
+  * the License, or (at your option) any later version.
+  *
+  * This software is distributed in the hope that it will be useful,
+  * but WITHOUT ANY WARRANTY; without even the implied warranty of
+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  * Lesser General Public License for more details.
+  *
+  * You should have received a copy of the GNU Lesser General Public
+  * License along with this software; if not, write to the Free
+  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+  */
+package org.jboss.security.xacml.interfaces;
+
+//$Id$
+
+/**
+ *  Defines the constants for XML Schema
+ *  @author Anil.Saldhana at redhat.com
+ *  @since  Jul 20, 2007 
+ *  @version $Revision$
+ */
+public interface XMLSchemaConstants
+{
+   String DATATYPE_ANYURI = "http://www.w3.org/2001/XMLSchema#anyURI";
+   String DATATYPE_STRING = "http://www.w3.org/2001/XMLSchema#string";
+}




More information about the jboss-cvs-commits mailing list