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

com.sun.msv.verifier.regexp.Messages.properties Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
Diagnosis.ElementNotAllowed = \
	element "{0}" was found where no element may occur
	
Diagnosis.ContentModelIsNullset = \
	The content model of this element can never be satisfied as declared.\
	It may be a bug of the schema.

Diagnosis.BadTagName.Generic = \
	tag name "{0}" is not allowed
	
Diagnosis.BadTagName.WrapUp = \
	tag name "{0}" is not allowed. Possible tag names are: {1}
	
Diagnosis.BadTagName.Separator = \
	,
	
Diagnosis.BadTagName.More = \
	, and more

Diagnosis.BadTagName.WrongNamespace = \
	namespace URI of tag "{0}" is wrong. It must be "{1}"
	
Diagnosis.BadTagName.ProbablyWrongNamespace = \
	Probably namespace URI of tag "{0}" is wrong (correct one is "{1}")

Diagnosis.UndeclaredAttribute = \
	unexpected attribute "{0}"
	
Diagnosis.BadAttributeValue.Generic = \
	attribute "{0}" has a bad value

Diagnosis.BadAttributeValue.DataType = \
	attribute "{0}" has a bad value: {1}

Diagnosis.BadAttributeValue.WrapUp = \
	attribute "{0}" has a bad value. Possible values are: {1}
	
Diagnosis.BadAttributeValue.Separator = \
	,

Diagnosis.BadAttributeValue.More = \
	, and more

Diagnosis.MissingAttribute.Simple = \
	element "{0}" is missing "{1}" attribute
	
Diagnosis.MissingAttribute.Generic = \
	required attribute(s) is/are missing

Diagnosis.MissingAttribute.WrapUp = \
	at least one of the following attributes is required for element "{0}": {1}
	
Diagnosis.MissingAttribute.Separator = \
	,

Diagnosis.MissingAttribute.More = \
	, or more
	
Diagnosis.UncompletedContent.WrapUp = \
	uncompleted content model. expecting: {1}
	
Diagnosis.UncompletedContent.Separator = \
	,

Diagnosis.UncompletedContent.More = \
	, etc.

Diagnosis.BadLiteral.WrapUp =\
	unexpected character literal. expecting: {0}
	
Diagnosis.BadLiteral.Separator =\
	,
	
Diagnosis.BadLiteral.More =\
	, etc.

Diagnosis.BadLiteral.Generic = \
	bad character literal.

Diagnosis.BadLiteral.IncorrectValue = \
	the value must be "{0}"

Diagnosis.SimpleNameClass = \
	<{0}>

Diagnosis.NamespaceNameClass = \
	elements of "{0}" namespace

Diagnosis.NotNamespaceNameClass = \
	elements of any namespace other than "{0}"

Diagnosis.StringNotAllowed = \
	character data is not allowed here

Diagnosis.BadKeyValue = \
	ID "{0}" is already defined.

Diagnosis.BadKeyValue2 = \
	duplicate key value "{0}" for the symbol space "{1}"

Diagnosis.BadLiteralValue.WrapUp =\
	"{0}" does not satisfy the required data type




© 2015 - 2025 Weber Informatics LLC | Privacy Policy