Package com._1c.g5.v8.dt.xdto.validation
Interface IMessages
-
public interface IMessages
Xdto validator messages.
-
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
static final IMessages INSTANCE
-
-
Method Detail
-
duplicate_type_package_definitions_for_namespace
String duplicate_type_package_definitions_for_namespace(String namespace)
-
imported_package_namespace_is_missing
String imported_package_namespace_is_missing()
-
type_use_without_including_package_into_dependence_list_of_package
String type_use_without_including_package_into_dependence_list_of_package(String name, String namespace)
-
package_import_directive_loop_imported_package
String package_import_directive_loop_imported_package(String namespace)
-
undefined_name_of_package_root_element
String undefined_name_of_package_root_element(String namespace)
-
duplicate_name_of_root_element_of_type_package
String duplicate_name_of_root_element_of_type_package(String name, String namespace)
-
ambiguous_definition_of_global_property_typet_in_type_package
String ambiguous_definition_of_global_property_typet_in_type_package(String name, String namespace)
-
global_property_in_type_package_contains_a_reference_to_another_global_property
String global_property_in_type_package_contains_a_reference_to_another_global_property(String name, String namespace)
-
value_number_limit_definition_in_global_property_in_type_package
String value_number_limit_definition_in_global_property_in_type_package(String name, String namespace)
-
invalid_XML_view_form_for_global_property_in_type_package
String invalid_XML_view_form_for_global_property_in_type_package(String name, String namespace)
-
anonymous_type_definition_cannot_contain_name
String anonymous_type_definition_cannot_contain_name(String name)
-
name_can_not_be_empty
String name_can_not_be_empty()
-
list_item_type_cannot_be_this_value_type
String list_item_type_cannot_be_this_value_type(String name)
-
type_cannot_contain_references_to_type
String type_cannot_contain_references_to_type(String name, String anotherType)
-
anonymous_type_definition
String anonymous_type_definition()
-
base_type_should_be_value_type
String base_type_should_be_value_type()
-
atomic_contents_model_does_not_match_the_value_type_definition
String atomic_contents_model_does_not_match_the_value_type_definition()
-
list_item_type_should_be_value_type
String list_item_type_should_be_value_type()
-
contents_model_for_list_item_type_should_either_be_atomic_or_represent_a_type_merger_that_contains_only_types_with_atomic_contents_model
String contents_model_for_list_item_type_should_either_be_atomic_or_represent_a_type_merger_that_contains_only_types_with_atomic_contents_model(String name)
-
merger_type_should_be_value_type
String merger_type_should_be_value_type()
-
base_type_should_be_one_of_primitive_types_of_XML_schema_namespace
String base_type_should_be_one_of_primitive_types_of_XML_schema_namespace(String name)
-
list_tem_type_of_base_type_should_be_parent_for_list_item_type_of_this_type
String list_tem_type_of_base_type_should_be_parent_for_list_item_type_of_this_type(String baseItemTypeName, String itemTypeName)
-
is_base_type_facet_is_only_allowed
String is_base_type_facet_is_only_allowed(String name, String facetName)
-
is_a_base_type_facet_definition_is_not_allowed
String is_a_base_type_facet_definition_is_not_allowed(String name)
-
is_not_base_type_or_base_type_defines_a_contents_model_different_from_merger
String is_not_base_type_or_base_type_defines_a_contents_model_different_from_merger(String name, String baseName)
-
merger_type_count_of_base_type_is_greater_than_merger_type_count_of_this_type
String merger_type_count_of_base_type_is_greater_than_merger_type_count_of_this_type(String name)
-
contents_model_for_base_type_should_be_atomic
String contents_model_for_base_type_should_be_atomic(String name)
-
base_type_should_be_object_type
String base_type_should_be_object_type()
-
property_name_for_object_type_is_missing_or_undefined
String property_name_for_object_type_is_missing_or_undefined(String name)
-
ambiguous_definition_for_property_type
String ambiguous_definition_for_property_type(String typeName)
-
default_value_cannot_be_defined_in_property_property_type_is_a_value_type
String default_value_cannot_be_defined_in_property_property_type_is_a_value_type(String propertyName, String typeName)
-
lexical_value_of_default_value_does_not_match_type
String lexical_value_of_default_value_does_not_match_type(String content, String typeName)
-
property_with_presentation_form_should_not_have_a_local_name_and_namespace_URI
String property_with_presentation_form_should_not_have_a_local_name_and_namespace_URI(String propertyName, String presentation)
-
xml_presentation_is_invalid_for_property
String xml_presentation_is_invalid_for_property(String presentation, String propertyName)
-
xml_presentation_is_not_unique_for_property
String xml_presentation_is_not_unique_for_property(String propertyName)
-
in_property_lower_value_count_limit_is_greater_than_upper_limit
String in_property_lower_value_count_limit_is_greater_than_upper_limit(String propertyName)
-
invalid_upper_limit_for_the_number_of_property_values
String invalid_upper_limit_for_the_number_of_property_values(String propertyName)
-
global_property_is_missing_or_not_defined
String global_property_is_missing_or_not_defined(String propertyName)
-
mismatch_of_property_name_as_inherited_by_constraint_found
String mismatch_of_property_name_as_inherited_by_constraint_found(String propertyName)
-
mismatch_of_XML_presentation_form_of_property_as_inherited_by_constraint_found
String mismatch_of_XML_presentation_form_of_property_as_inherited_by_constraint_found(String propertyName)
-
mismatch_of_XML_local_name_of_property_presentation_as_inherited_by_constraint_found
String mismatch_of_XML_local_name_of_property_presentation_as_inherited_by_constraint_found(String propertyName)
-
mismatch_of_XML_namespace_URI_of_property_presentation_as_inherited_by_constraint_found
String mismatch_of_XML_namespace_URI_of_property_presentation_as_inherited_by_constraint_found(String propertyName)
-
fixed_value_for_property_cannot_be_prohibited
String fixed_value_for_property_cannot_be_prohibited(String propertyName)
-
fixed_value_for_property_cannot_be_changed
String fixed_value_for_property_cannot_be_changed(String propertyName)
-
lower_limit_of_value_count_for_property_cannot_be_less_than_lower_limit_of_redefined_property
String lower_limit_of_value_count_for_property_cannot_be_less_than_lower_limit_of_redefined_property(String propertyName)
-
upper_limit_of_value_count_for_property_cannot_be_greater_than_upper_limit_of_redefined_property
String upper_limit_of_value_count_for_property_cannot_be_greater_than_upper_limit_of_redefined_property(String propertyName)
-
property_type_should_restrict_type_of_redefined_property
String property_type_should_restrict_type_of_redefined_property(String typeName, String inheritTypeName)
-
change_of_mixed_contents_model_of_type_as_inherited_by_constraint
String change_of_mixed_contents_model_of_type_as_inherited_by_constraint(String typeName)
-
change_of_sequence_contents_model_of_type_as_inherited_by_constraint
String change_of_sequence_contents_model_of_type_as_inherited_by_constraint(String typeName)
-
defining_sequence_for_type_as_inherited_by_constraint
String defining_sequence_for_type_as_inherited_by_constraint(String typeName)
-
change_of_open_contents_model_of_type_as_inherited_by_constraint
String change_of_open_contents_model_of_type_as_inherited_by_constraint(String typeName)
-
change_of_mixed_contents_model_of_type_as_inherited_by_extension
String change_of_mixed_contents_model_of_type_as_inherited_by_extension(String typeName)
-
change_of_sequence_of_type_properties_as_inherited_by_extension
String change_of_sequence_of_type_properties_as_inherited_by_extension(String typeName)
-
disable_sequence_for_type_as_inherited_by_extension
String disable_sequence_for_type_as_inherited_by_extension(String typeName)
-
change_of_open_contents_model_of_type_as_inherited_by_extension
String change_of_open_contents_model_of_type_as_inherited_by_extension(String typeName)
-
cannot_disable_sequence_for_type_with_mixed_contents_model
String cannot_disable_sequence_for_type_with_mixed_contents_model(String typeName)
-
cannot_disable_sequence_for_type_with_open_contents_model
String cannot_disable_sequence_for_type_with_open_contents_model(String typeName)
-
facet_value_is_not_equal_to_effective_value_of_base_type_facet
String facet_value_is_not_equal_to_effective_value_of_base_type_facet(String facetType)
-
facet_value_is_greater_than_facet_value
String facet_value_is_greater_than_facet_value(String facetType, String otherFacet)
-
facet_value_is_not_equal_to_facet_value_of_base_type
String facet_value_is_not_equal_to_facet_value_of_base_type(String facetType, String otherFacet)
-
facet_value_is_less_than_effective_value_of_base_type_facet
String facet_value_is_less_than_effective_value_of_base_type_facet(String facetType)
-
facet_value_is_greater_than_effective_value_of_base_type_facet
String facet_value_is_greater_than_effective_value_of_base_type_facet(String facetType)
-
facet_value_is_less_than_facet_value
String facet_value_is_less_than_facet_value(String facetType, String otherFacet)
-
facet_value_does_not_match_the_required_value
String facet_value_does_not_match_the_required_value(String facetType, String otherFacet)
-
facet_value_is_less_than_or_equal_to_facet_effective_value
String facet_value_is_less_than_or_equal_to_facet_effective_value(String facetType, String otherFacet)
-
simultaneous_setting_of_facet_value_and_facet_value
String simultaneous_setting_of_facet_value_and_facet_value(String facetType, String otherFacet)
-
facet_value_is_greater_than_or_equal_to_facet_effective_value
String facet_value_is_greater_than_or_equal_to_facet_effective_value(String facetType, String otherFacet)
-
facet_value_is_greater_than_facet_effective_value
String facet_value_is_greater_than_facet_effective_value(String facetType, String otherFacet)
-
-