rubys       01/02/08 12:24:29

  Modified:    src/xml  blame.xsd
  Log:
  It looks like the currently current way to specify text content
  is with a 'mixed="true"' attribute.  Luckily it looks like castor
  8.11 and pre-9 ignore attributes that they don't understand...
  ----------------------------------------------------------------------
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-alexandria/src/xml/blame.xsd
  
  Index: blame.xsd
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/src/xml/blame.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- blame.xsd 2001/01/07 15:24:01     1.2
  +++ blame.xsd 2001/02/08 20:24:19     1.3
  @@ -17,7 +17,7 @@
           <attribute name="success" type="boolean" minOccurs="1"/>
       </complexType>
   
  -    <complexType name="msg" content="any">
  +    <complexType name="msg" content="any" mixed="true">
           <attribute name="task" type="string" minOccurs="1"/>
           <attribute name="suspect" type="string" minOccurs="0" maxOccurs="1" />
           <attribute name="file" type="string" minOccurs="0" maxOccurs="1"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to