You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by lm...@apache.org on 2001/11/01 21:58:18 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/msg XMLSchemaMessages.properties

lmartin     01/11/01 12:58:18

  Modified:    java/src/org/apache/xerces/impl/msg
                        XMLSchemaMessages.properties
  Log:
  added more messages for complexType
  
  Revision  Changes    Path
  1.28      +6 -1      xml-xerces/java/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties
  
  Index: XMLSchemaMessages.properties
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- XMLSchemaMessages.properties	2001/10/31 21:44:41	1.27
  +++ XMLSchemaMessages.properties	2001/11/01 20:58:18	1.28
  @@ -165,8 +165,11 @@
           src-attribute.4 = src-attribute.4: Attribute ''{0}'' have both a type attribute and a annoymous simpleType child..
           src-attribute.5 = src-attribute.5: error.
           src-attribute_group = src-attribute_group: Attribute group ''{0}'' does not conform to the schema for schemas.  Element ''{1}'' is invalid or misplaced.
  -        src-ct = src-ct: Complex Type Definition Representation Error for type ''{0}''.  Element ''{1}'' is invalid or misplaced.
  +        src-ct.0.1 = src-ct.0.1: Complex Type Definition Representation Error for type ''{0}''.  Element ''{1}'' is invalid, misplaced, or occurs too often. 
           src-element.1 = src-element.1: ''default'' and ''fixed'' must not both be present in element declaration ''{0}''.
  +        src-ct.0.2 = src-ct.0.2: Complex Type Definition Representation Error for type ''{0}''.  Element ''{1}'' must not be empty.   
  +        src-ct.0.3 = src-ct.0.3: Complex Type Definition Representation Error for type ''{0}''.  A base type must be specified.    
  +        src-ct.2 = src-ct.2: Complex Type Definition Representation Error for type ''{0}''.  When simpleContent is used, the base type must be a complexType whose content type is simple, or, only if extension is specified, a simple type.     
           src-element.2.1 = src-element.2.1: : One of ''ref'' or ''name'' must be present in a local element declaration.
           src-element.2.2 = src-element.2.2: The content must match (annotation?) for the element reference ''{0}''.
           src-element.3 = src-element.3: Element ''{0}'' have both a type attribute and a annoymous type child.
  @@ -217,6 +220,7 @@
           cos-choice-range = cos-choice-range: error.
           cos-ct-derived-ok = cos-ct-derived-ok: error.
           cos-ct-extends = cos-ct-extends: error.
  +        cos-ct-extends.1.1 = cos-ct-extends.1.1: Error for type ''{0}''.  Extension must not be in the final set of the base type. 
           cos-element-consistent = cos-element-consistent: error.
           cos-equiv-class = cos-equiv-class: error.
           cos-equiv-derived-ok-rec = cos-equiv-derived-ok-rec: error.
  @@ -239,6 +243,7 @@
           c-selector-xpath = c-selector-xpath: error.
           ct-props-correct = ct-props-correct: error.
           derivation-ok-restriction = derivation-ok-restriction: error.
  +        derivation-ok-restriction.1 = derivation-ok-restriction.1: Error for type ''{0}''.  Restriction must not be in the final set of the base type. 
           enumeration-required-notation = enumeration-required-notation: error.
           enumeration-valid-restriction = enumeration-valid-restriction: error.
           e-props-correct.1 = e-props-correct.1: error.
  
  
  

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