peiyongz 2004/04/21 10:57:30
Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
Log:
xml1.0 3rd edition VC: no more than one attibute of notation type per element,
distinct token for attribute of notation/enumerated type
Revision Changes Path
1.40 +3 -1 xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml
Index: XMLErrList_EN_US.Xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- XMLErrList_EN_US.Xml 20 Apr 2004 15:27:23 -0000 1.39
+++ XMLErrList_EN_US.Xml 21 Apr 2004 17:57:30 -0000 1.40
@@ -424,7 +424,9 @@
<Message Id="IC_KeyRefOutOfScope" Text="The keyref '{0}' refers to a
key/unique that is out of scope."/>
<Message Id="IC_KeyNotFound" Text="The key for identity constraint of
element '{0}' is not found."/>
<Message Id="NonWSContent" Text="Non-whitespace characters are not
allowed in schema elements other than 'appinfo' and 'documentation'."/>
- <Message Id="EmptyElemNotationAttr" Text="EMPTY Element '{0}' has
Attribute '{1}' of type NOTATION "/>
+ <Message Id="EmptyElemNotationAttr" Text="EMPTY Element '{0}' has
Attribute '{1}' of type NOTATION "/>
+ <Message Id="ElemOneNotationAttr" Text="Element '{0}' has more than
one Attribute of type NOTATION "/>
+ <Message Id="AttrDupToken" Text="Attribute '{0}' has non
distinct token '{1}' "/>
</Error>
</MsgDomain>
<MsgDomain Domain="http://apache.org/xml/messages/XML4CErrors">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]