All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.msv.reader.xmlschema.Messages.properties Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
## abstract error messages defined for XML Schema

GrammarReader.Abstract.MissingChildExpression =\
	child model group is missing

GrammarReader.Abstract.MoreThanOneChildExpression =\
	more than one model group is specified whereas only one is allowed

GrammarReader.Abstract.RunAwayExpression =\
	the following model groups form a infinite recursion ( {0} )

GrammarReader.Abstract.MissingTopLevel =\
	this can''t be used because XML Schema does not have notion of the root element


## XML Schema reader error messages

XMLSchemaReader.MaxOccursIsNecessary =\
	maxOccurs attribute is required when minOccurs is more than 1

XMLSchemaReader.UnimplementedFeature =\
	Unimplemented feature: "{0}"

XMLSchemaReader.UndeclaredPrefix =\
	namespace prefix "{0}" is not declared

XMLSchemaReader.InconsistentTargetNamespace =\
	schema''s target namespace is "{0}", although "{1}" is expected

XMLSchemaReader.ImportingSameNamespace =\
	importing a schema of the same namespace
	
XMLSchemaReader.DuplicateSchemaDefinition =\
	namespace "{0}" is already defined by a schema

XMLSchemaReader.UndefinedElementType =\
	type "{0}" is not a simple type nor a complex type

XMLSchemaReader.UndefinedAttributeDecl = \
	reference to the undefined attribute declaration: "{0}"
	
XMLSchemaReader.UndefinedAttributeGroup = \
	reference to the undefined attribute group: "{0}"

XMLSchemaReader.UndefinedComplexType = \
	reference to the undefined complex type: "{0}"

XMLSchemaReader.UndefinedSimpleType = \
	reference to the undefined simple type: "{0}"

XMLSchemaReader.UndefinedElementDecl = \
	reference to the undefined element declaration: "{0}"

XMLSchemaReader.UndefinedGroup = \
	reference to the undefined group: "{0}"

XMLSchemaReader.UndefinedComplexOrSimpleType = \
	reference to the undefined simple or complex type: "{0}"

XMLSchemaReader.UndefinedKey = \
	reference to the undefined key: "{0}"

XMLSchemaReader.UndefinedSchema = \
	namespace "{0}" is referenced but no schema definition of this namespace was found.

XMLSchemaReader.InvalidBasetypeForSimpleContent = \
	the base type "{0}" cannot be used as a base type for a complex type with simple content.

XMLSchemaReader.Warning.UnsupportedAnyElement = \
	"{0}" mode anyElement is not supported and therefore replaced by "skip" mode.

XMLSchemaReader.Warning.ObsoletedNamespace = \
	"http://www.w3.org/2000/10/XMLSchema" is obsolete as XML Schema namespace. \
	use "http://www.w3.org/2001/XMLSchema" instead.

XMLSchemaReader.UndefinedOrForwardReferencedType = \
	"{0}" is undefined or forward-referenced. Forward reference of simple type is \
	not supported.
	
XMLSchemaReader.RedefineUndefined = \
	attempt to redefine undefined component "{0}".

XMLSchemaReader.DuplicateAttributeDefinition = \
	attribute "{0}" is already defined.

XMLSchemaReader.DuplicateComplexTypeDefinition = \
	complex type "{0}" is already defined.

XMLSchemaReader.DuplicateAttributeGroupDefinition = \
	attribute group "{0}" is already defined.

XMLSchemaReader.DuplicateGroupDefinition = \
	model group "{0}" is already defined.

XMLSchemaReader.DuplicateElementDefinition = \
	element "{0}" is already defined.

XMLSchemaReader.DuplicateIdentityConstraintDefinition = \
	identity constraint "{0}" is already defined.

XMLSchemaReader.BadXPath = \
	bad XPath "{0}".

XMLSchemaReader.KeyrefReferringNonKey = \
	"{0}" is not a key.

XMLSchemaReader.KeyFieldNumberMismatch = \
	The specified key "{0}" has {1} fields but this keyref "{2}" has {3} fields.

XMLSchemaReader.UnrelatedTypesInSubstitutionGroup = \
	The element "{0}" is designated as the substitution afiiliation of "{1}", but \
	they have unrelated types.

XMLSchemaReader.RecursiveSubstitutionGroup = \
	The element "{0}" and {1}" forms cyclic substitution relationship.

XMLSchemaReader.Warning.ImplicitUrTypeForElement = \
	"anyType" is implicitly used as the content model of this element. \
	Is this your intention? If so, please consider to write it explicitly as type="anyType".




© 2015 - 2025 Weber Informatics LLC | Privacy Policy