Index: XMLMessages.properties
===================================================================
RCS file: /home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/msg/XMLMessages.properties,v
retrieving revision 1.23
diff -u -r1.23 XMLMessages.properties
--- XMLMessages.properties	25 Jul 2003 19:35:46 -0000	1.23
+++ XMLMessages.properties	12 Aug 2003 15:12:22 -0000
@@ -174,6 +174,8 @@
         NotationTypeUnterminated = The notation type list must end with '')'' in the \"{1}\" attribute declaration.
         MSG_NMTOKEN_REQUIRED_IN_ENUMERATION = The name token is required in the enumerated type list for the \"{1}\" attribute declaration.
         EnumerationUnterminated = The enumerated type list must end with '')'' in the \"{1}\" attribute declaration.
+        MSG_DISTINCT_TOKENS_IN_ENUMERATION = The NmTokens in a single Enumeration attribute declaration, must all be distinct.
+        MSG_DISTINCT_NOTATION_IN_ENUMERATION = The notation names in a single NotationType attribute declaration must all be distinct.
 # 3.3.2 Attribute Defaults
         MSG_SPACE_REQUIRED_AFTER_FIXED_IN_DEFAULTDECL = White space must appear after \"FIXED\" in the \"{1}\" attribute declaration.
 # 3.4 Conditional Sections
@@ -226,6 +228,7 @@
         MSG_ATTVALUE_CHANGED_DURING_NORMALIZATION_WHEN_STANDALONE = The value \"{1}\" of attribute \"{0}\" must not be changed by normalization (to \"{2}\") in a standalone document.
         MSG_CONTENT_INCOMPLETE = The content of element type \"{0}\" is incomplete, it must match \"{1}\".
         MSG_CONTENT_INVALID = The content of element type \"{0}\" must match \"{1}\".
+        MSG_CONTENT_INVALID_SPECIFIED = The content of element type \"{0}\" must match \"{1}\".  Children of type \"{2}\" are not allowed.
         MSG_DEFAULTED_ATTRIBUTE_NOT_SPECIFIED = Attribute \"{1}\" for element type \"{0}\" has a default value and must be specified in a standalone document.
         MSG_DUPLICATE_ATTDEF = Attribute \"{1}\" is already declared for element type \"{0}\".
         MSG_ELEMENT_ALREADY_DECLARED = Element type \"{0}\" must not be declared more than once.
