You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by du...@apache.org on 2002/06/10 05:49:57 UTC

cvs commit: xml-soap/java/src/org/apache/soap Constants.java

duftler     2002/06/09 20:49:57

  Modified:    java/src/org/apache/soap Constants.java
  Log:
  Beginning of patch by Simon Fell and myself to use xsi:nil when
    the 2001 Schema version is used.
  
  Revision  Changes    Path
  1.25      +1 -0      xml-soap/java/src/org/apache/soap/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/Constants.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Constants.java	10 Nov 2001 02:28:09 -0000	1.24
  +++ Constants.java	10 Jun 2002 03:49:57 -0000	1.25
  @@ -165,6 +165,7 @@
     public static final String ATTR_MUST_UNDERSTAND = "mustUnderstand";
     public static final String ATTR_TYPE = "type";
     public static final String ATTR_NULL = "null";
  +  public static final String ATTR_NIL  = "nil";
     public static final String ATTR_ARRAY_TYPE = "arrayType";
     public static final String ATTR_REFERENCE = "href";
     public static final String ATTR_ID = "id";