[
'',
["Element 'preference': The attribute 'for' is required but missing.\nLine: 1\n"],
],
'preference_without_required_type_attribute' => [
'',
["Element 'preference': The attribute 'type' is required but missing.\nLine: 1\n"],
],
'preferences_with_same_for_attribute_value' => [
'
',
[
"Element 'preference': Duplicate key-sequence ['Some_For_Name'] in unique " .
"identity-constraint 'uniquePreference'.\nLine: 4\n"
],
],
'preferences_with_forbidden_attribute' => [
'
',
["Element 'preference', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 2\n"],
],
'type_without_required_name_attribute' => [
'',
["Element 'type': The attribute 'name' is required but missing.\nLine: 1\n"],
],
'type_with_same_name_attribute_value' => [
'
',
[
"Element 'type': Duplicate key-sequence ['Some_Type_name'] in unique identity-constraint"
. " 'uniqueType'.\nLine: 4\n"
],
],
'type_with_forbidden_attribute' => [
'',
["Element 'type', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 1\n"],
],
'type_shared_attribute_with_forbidden_value' => [
'',
[
"Element 'type', attribute 'shared': 'forbidden' is not a valid value of the atomic type"
. " 'xs:boolean'.\nLine: 1\n"
],
],
'type_object_with_forbidden_shared_value' => [
'
Object
',
[
"Element 'argument', attribute 'shared': 'forbidden' is not a valid value of the atomic type"
. " 'xs:boolean'.\nLine: 5\n"
],
],
'type_instance_with_forbidden_attribute' => [
'
Object
',
["Element 'argument', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 5\n"],
],
'type_plugin_without_required_name_attribute' => [
'',
["Element 'plugin': The attribute 'name' is required but missing.\nLine: 1\n"],
],
'type_plugin_with_forbidden_attribute' => [
'
',
["Element 'plugin', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 2\n"],
],
'type_plugin_disabled_attribute_invalid_value' => [
'
',
[
"Element 'plugin', attribute 'disabled': 'string' is not a valid value of the atomic " .
"type 'xs:boolean'.\nLine: 2\n"
],
],
'type_plugin_sortorder_attribute_invalid_value' => [
'
',
[
"Element 'plugin', attribute 'sortOrder': 'string' is not a valid value of the atomic type"
. " 'xs:int'.\nLine: 2\n"
],
],
'type_with_same_argument_name_attribute' => [
'
value
value2
',
[
"Element 'argument': Duplicate key-sequence ['same_argument_name'] in key identity-constraint " .
"'argumentName'.\nLine: 6\n"
],
],
'virtualtype_without_required_name_attribute' => [
'',
["Element 'virtualType': The attribute 'name' is required but missing.\nLine: 1\n"],
],
'virtualtype_with_forbidden_shared_attribute_value' => [
'',
[
"Element 'virtualType', attribute 'shared': 'forbidden' is not a valid value of the atomic " .
"type 'xs:boolean'.\nLine: 1\n"
],
],
'virtualtype_with_forbidden_attribute' => [
'',
["Element 'virtualType', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 1\n"],
],
'virtualtype_with_same_name_attribute_value' => [
'',
[
"Element 'virtualType': Duplicate key-sequence ['test_name'] in unique" .
" identity-constraint 'uniqueVirtualType'.\nLine: 1\n"
],
],
'virtualtype_with_same_argument_name_attribute' => [
'
value
value2
',
[
"Element 'argument': Duplicate key-sequence ['same_param_name'] in key identity-constraint"
. " 'argumentName'.\nLine: 6\n"
],
]
];