You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/05/28 23:03:58 UTC

cvs commit: xml-xerces/c/src/NLS/EN_US XMLErrList_EN_US.Xml

tng         01/05/28 14:03:58

  Modified:    c/src/NLS/EN_US XMLErrList_EN_US.Xml
  Log:
  Schema: better error message for un-qualified element
  
  Revision  Changes    Path
  1.27      +3 -1      xml-xerces/c/src/NLS/EN_US/XMLErrList_EN_US.Xml
  
  Index: XMLErrList_EN_US.Xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/NLS/EN_US/XMLErrList_EN_US.Xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- XMLErrList_EN_US.Xml	2001/05/23 15:44:40	1.26
  +++ XMLErrList_EN_US.Xml	2001/05/28 21:03:57	1.27
  @@ -317,6 +317,8 @@
               <Message Id="FixedDifferentFromActual" Text="Content of element '{0}' is different from the fixed attribute value in the element's schema declaration."/>
               <Message Id="NoDatatypeValidatorForAttribute" Text="No datatypevalidator was found for this attribute {0}."/>
               <Message Id="GenericError" Text="Schema error during parsing"/>
  +            <Message Id="ElementNotQualified" Text="Element '{0}' should be qualified"/>
  +            <Message Id="ElementNotUnQualified" Text="Element '{0}' should be un-qualified"/>
           </Error>
       </MsgDomain>
       <MsgDomain Domain="http://apache.org/xml/messages/XML4CErrors">
  @@ -487,7 +489,7 @@
               <Message Id="FACET_Invalid_TotalDigit" Text="TotalDigit Value '{0}' is invalid"/>
               <Message Id="FACET_Invalid_FractDigit" Text="FractionDigit Value '{0}' is invalid"/>
               <Message Id="FACET_NonNeg_TotalDigit" Text="TotalDigit Value '{0}' must be a nonNegativeInteger"/>
  -            <Message Id="FACET_NonNeg_FractDigit" Text="FractionDigit Value '{0}' must be a nonNegativeInteger"/>            
  +            <Message Id="FACET_NonNeg_FractDigit" Text="FractionDigit Value '{0}' must be a nonNegativeInteger"/>
               <Message Id="FACET_max_Incl_Excl" Text="It is an error for both maxInclusive and maxExclusive to be specified for the same datatype"/>
               <Message Id="FACET_min_Incl_Excl" Text="It is an error for both minInclusive and minExclusive to be specified for the same datatype"/>
               <Message Id="FACET_maxExcl_minExcl" Text="maxExclusive value '{0}' must be greater than minExclusive value '{1}'"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org