Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2011-08-17 18:01:00 +0000
committerpfullbright2011-08-17 18:01:00 +0000
commit8d675ae7474dcced070641810bf73e379235f5b4 (patch)
tree2286791e0f40d6bf0c83fe9144d03bf6fa7c4bd6 /jaxb/plugins/org.eclipse.jpt.jaxb.core
parent348d04644b8b869e2c5de723e96b99a2b2cb0388 (diff)
downloadwebtools.dali-8d675ae7474dcced070641810bf73e379235f5b4.tar.gz
webtools.dali-8d675ae7474dcced070641810bf73e379235f5b4.tar.xz
webtools.dali-8d675ae7474dcced070641810bf73e379235f5b4.zip
added validation for XmlElement.type being subtype of attribute base type
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.core')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core/property_files/jaxb_validation.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/property_files/jaxb_validation.properties b/jaxb/plugins/org.eclipse.jpt.jaxb.core/property_files/jaxb_validation.properties
index c1081afd2a..2dacbc4a94 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.core/property_files/jaxb_validation.properties
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/property_files/jaxb_validation.properties
@@ -25,6 +25,7 @@ ATTRIBUTE_MAPPING__UNSUPPORTED_ANNOTATION = The annotation ''{0}'' is not allowe
ATTRIBUTE_MAPPING_XML_JAVA_TYPE_ADAPTER_TYPE_NOT_DEFINED = The type for XML Java type adapter is not defined
XML_ELEMENT_WRAPPER_DEFINED_ON_NON_ARRAY_NON_COLLECTION = An XML element wrapper may only be defined on a collection or array property
XML_ELEMENT__UNSPECIFIED_TYPE = Unspecified XML element type.
+XML_ELEMENT__ILLEGAL_TYPE = XML element type must be a sub-type of ''{0}''.
XML_ELEMENT__UNSPECIFIED_ELEMENT_NAME = Unspecified XML element name.
XML_ELEMENTS__DUPLICATE_XML_ELEMENT_TYPE = Duplicate type ''{0}'' in XML elements.
XML_ELEMENTS__DUPLICATE_XML_ELEMENT_QNAME = Duplicate element name ''{0}'' in XML elements.

Back to the top