diff --git a/Development/IDS_Aedes_example.ids b/Development/IDS_Aedes_example.ids index 826314b..7d756d7 100644 --- a/Development/IDS_Aedes_example.ids +++ b/Development/IDS_Aedes_example.ids @@ -1,5 +1,5 @@ - + AedesUVIP-ILS Window use-case example 1.0 diff --git a/Development/IDS_ArcDox.ids b/Development/IDS_ArcDox.ids index 40941f6..ba44d3c 100644 --- a/Development/IDS_ArcDox.ids +++ b/Development/IDS_ArcDox.ids @@ -1,5 +1,5 @@ - + Example for ArcDox buildingSMART International Ltd diff --git a/Development/IDS_SimpleBIM_examples.ids b/Development/IDS_SimpleBIM_examples.ids index a745480..25d57ae 100644 --- a/Development/IDS_SimpleBIM_examples.ids +++ b/Development/IDS_SimpleBIM_examples.ids @@ -1,5 +1,5 @@ - + SimpleBIM use-case example diff --git a/Development/IDS_StructuralSafety.ids b/Development/IDS_StructuralSafety.ids index db775ab..29fa176 100644 --- a/Development/IDS_StructuralSafety.ids +++ b/Development/IDS_StructuralSafety.ids @@ -1,5 +1,5 @@  - + diff --git a/Development/IDS_aachen_example.ids b/Development/IDS_aachen_example.ids index 9245e09..8ecaa0b 100644 --- a/Development/IDS_aachen_example.ids +++ b/Development/IDS_aachen_example.ids @@ -1,5 +1,5 @@ - + Example on use of attributes (for student research) buildingSMART International Ltd diff --git a/Development/IDS_demo_BIM-basis-ILS.ids b/Development/IDS_demo_BIM-basis-ILS.ids index 8b230a4..12615a5 100644 --- a/Development/IDS_demo_BIM-basis-ILS.ids +++ b/Development/IDS_demo_BIM-basis-ILS.ids @@ -1,5 +1,5 @@ - + Demo - BIM basis ILS 2.0 diff --git a/Development/IDS_oma.ids b/Development/IDS_oma.ids index 75d0b0b..b38e5a5 100644 --- a/Development/IDS_oma.ids +++ b/Development/IDS_oma.ids @@ -1,5 +1,5 @@ - + OMA - Occupant Movement Analysis buildingSMART International diff --git a/Development/IDS_random_example.ids b/Development/IDS_random_example.ids index 590690a..699f92c 100644 --- a/Development/IDS_random_example.ids +++ b/Development/IDS_random_example.ids @@ -1,5 +1,5 @@ - + random example to show technical capabilities and usage buildingSMART International Ltd diff --git a/Development/IDS_ucms_prefab_pipes_IFC2x3.ids b/Development/IDS_ucms_prefab_pipes_IFC2x3.ids index 01fd145..04feefa 100644 --- a/Development/IDS_ucms_prefab_pipes_IFC2x3.ids +++ b/Development/IDS_ucms_prefab_pipes_IFC2x3.ids @@ -1,5 +1,5 @@ - + Prefabrication of pipes - LOD200 buildingSMART International Ltd diff --git a/Development/IDS_ucms_prefab_pipes_IFC4.3.ids b/Development/IDS_ucms_prefab_pipes_IFC4.3.ids index 79437ab..06ac46a 100644 --- a/Development/IDS_ucms_prefab_pipes_IFC4.3.ids +++ b/Development/IDS_ucms_prefab_pipes_IFC4.3.ids @@ -1,5 +1,5 @@ - + Prefabrication of pipes - LOD200 buildingSMART International Ltd diff --git a/Development/IDS_wooden-windows.ids b/Development/IDS_wooden-windows.ids index c252796..de41fe6 100644 --- a/Development/IDS_wooden-windows.ids +++ b/Development/IDS_wooden-windows.ids @@ -1,5 +1,5 @@ - + Wooden Windows NBvT diff --git a/Documentation/DataTypes.md b/Documentation/DataTypes.md index 24e64ba..268f423 100644 --- a/Documentation/DataTypes.md +++ b/Documentation/DataTypes.md @@ -6,7 +6,7 @@ Property dataTypes can be set to any values according to the following table. Columns of the table determine the validity of the type depending on the schema version and the required `xs:base` type for any `xs:restriction` constraint. -| dataType | Ifc2x3 | Ifc4 | Ifc4.3 | Restriction base type | +| dataType | Ifc2x3 | Ifc4 | Ifc4x3 | Restriction base type | | --------------------------------------------- | ------ | ------ | ------ | --------------------- | | IFCABSORBEDDOSEMEASURE | ✔️ | ✔️ | ✔️ | xs:double | | IFCACCELERATIONMEASURE | ✔️ | ✔️ | ✔️ | xs:double | @@ -410,7 +410,7 @@ The list of valid XML base types for the `base` attribute of `xs:restriction`, a | xs:boolean | ^(true|false|0|1)$ | | xs:date | ^\d{4}-\d{2}-\d{2}(Z|([+-]\d{2}:\d{2}))?$ | | xs:dateTime | ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|([+-]\d{2}:\d{2}))?$ | -| xs:double | ^([-+]?[0-9]*\.?[0-9]?([eE][-+]?[0-9]+)?|NaN|\+INF|-INF)$ | +| xs:double | ^([-+]?[0-9]*\.?[0-9]*([eE][-+]?[0-9]+)?|NaN|\+INF|-INF)$ | | xs:duration | ^[-+]?P(\d+Y)?(\d+M)?(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?)?$ | | xs:integer | ^[+-]?(\d+)$ | | xs:string | ^.?$ | diff --git a/Documentation/facet-configurations.md b/Documentation/facet-configurations.md index b89bd67..e79c995 100644 --- a/Documentation/facet-configurations.md +++ b/Documentation/facet-configurations.md @@ -108,9 +108,9 @@ For an evaluation of the rationale, see [these minutes](https://github.com/build REQUIRED -IDS has PSET/PNAME : A pset/pname has to exist (null is accepted as a pass, any value of any datatype is accepted) -IDS HAS PSET/PNAME/DATATYPE: A pset pname has to exist. The IFC value has to be of the required IDS datatype (check Empty values against validation) - Null values should be failing -IDS HAS PSET/PNAME/DATATYPE/VALUE: Like the previous, PLUS: the IFC value needs to comply with the IDS restriction +- IDS has PSET/PNAME : A pset/pname has to exist (null is accepted as a pass, any value of any datatype is accepted), whenever possible specifying the dataType is recommended. +- IDS HAS PSET/PNAME/DATATYPE: A pset pname has to exist. The IFC value has to be of the required IDS datatype (check Empty values against validation) - Null values should be failing +- IDS HAS PSET/PNAME/DATATYPE/VALUE: Like the previous, PLUS: the IFC value needs to comply with the IDS restriction OPTIONAL diff --git a/Documentation/testcases/attribute/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids b/Documentation/testcases/attribute/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids index 2dd97ea..cd3c905 100644 --- a/Documentation/testcases/attribute/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids +++ b/Documentation/testcases/attribute/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids @@ -1,5 +1,5 @@ - + A prohibited facet returns the opposite of a required facet Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-an_optional_attribute_fails_if_empty.ids b/Documentation/testcases/attribute/fail-an_optional_attribute_fails_if_empty.ids index 2dda2c2..ce440a0 100644 --- a/Documentation/testcases/attribute/fail-an_optional_attribute_fails_if_empty.ids +++ b/Documentation/testcases/attribute/fail-an_optional_attribute_fails_if_empty.ids @@ -1,5 +1,5 @@ - + An optional attribute fails if empty Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-attributes_are_not_inherited_by_the_occurrence.ids b/Documentation/testcases/attribute/fail-attributes_are_not_inherited_by_the_occurrence.ids index ae3a288..61fc78f 100644 --- a/Documentation/testcases/attribute/fail-attributes_are_not_inherited_by_the_occurrence.ids +++ b/Documentation/testcases/attribute/fail-attributes_are_not_inherited_by_the_occurrence.ids @@ -1,5 +1,5 @@ - + Attributes are not inherited by the occurrence Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-attributes_should_check_strings_case_sensitively_2_2.ids b/Documentation/testcases/attribute/fail-attributes_should_check_strings_case_sensitively_2_2.ids index d5384bd..6bc262b 100644 --- a/Documentation/testcases/attribute/fail-attributes_should_check_strings_case_sensitively_2_2.ids +++ b/Documentation/testcases/attribute/fail-attributes_should_check_strings_case_sensitively_2_2.ids @@ -1,5 +1,5 @@ - + Attributes should check strings case sensitively 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-attributes_with_a_logical_unknown_always_fail.ids b/Documentation/testcases/attribute/fail-attributes_with_a_logical_unknown_always_fail.ids index 041a605..a12fcce 100644 --- a/Documentation/testcases/attribute/fail-attributes_with_a_logical_unknown_always_fail.ids +++ b/Documentation/testcases/attribute/fail-attributes_with_a_logical_unknown_always_fail.ids @@ -1,5 +1,5 @@ - + Attributes with a logical unknown always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-attributes_with_an_empty_list_always_fail.ids b/Documentation/testcases/attribute/fail-attributes_with_an_empty_list_always_fail.ids index e548c3b..26a38c2 100644 --- a/Documentation/testcases/attribute/fail-attributes_with_an_empty_list_always_fail.ids +++ b/Documentation/testcases/attribute/fail-attributes_with_an_empty_list_always_fail.ids @@ -1,5 +1,5 @@ - + Attributes with an empty list always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-attributes_with_an_empty_set_always_fail.ids b/Documentation/testcases/attribute/fail-attributes_with_an_empty_set_always_fail.ids index 59fbb15..b197608 100644 --- a/Documentation/testcases/attribute/fail-attributes_with_an_empty_set_always_fail.ids +++ b/Documentation/testcases/attribute/fail-attributes_with_an_empty_set_always_fail.ids @@ -1,5 +1,5 @@ - + Attributes with an empty set always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-attributes_with_empty_strings_always_fail.ids b/Documentation/testcases/attribute/fail-attributes_with_empty_strings_always_fail.ids index c9942cc..550f13a 100644 --- a/Documentation/testcases/attribute/fail-attributes_with_empty_strings_always_fail.ids +++ b/Documentation/testcases/attribute/fail-attributes_with_empty_strings_always_fail.ids @@ -1,5 +1,5 @@ - + Attributes with empty strings always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-attributes_with_null_values_always_fail.ids b/Documentation/testcases/attribute/fail-attributes_with_null_values_always_fail.ids index 9280228..3dbcab8 100644 --- a/Documentation/testcases/attribute/fail-attributes_with_null_values_always_fail.ids +++ b/Documentation/testcases/attribute/fail-attributes_with_null_values_always_fail.ids @@ -1,5 +1,5 @@ - + Attributes with null values always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids b/Documentation/testcases/attribute/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids index b200b1f..b510256 100644 --- a/Documentation/testcases/attribute/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids +++ b/Documentation/testcases/attribute/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids @@ -1,5 +1,5 @@ - + Booleans must be specified as lowercase strings 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-dates_are_treated_as_strings_1_2.ids b/Documentation/testcases/attribute/fail-dates_are_treated_as_strings_1_2.ids index e995989..ae7531a 100644 --- a/Documentation/testcases/attribute/fail-dates_are_treated_as_strings_1_2.ids +++ b/Documentation/testcases/attribute/fail-dates_are_treated_as_strings_1_2.ids @@ -1,5 +1,5 @@ - + Dates are treated as strings 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-durations_are_treated_as_strings_2_2.ids b/Documentation/testcases/attribute/fail-durations_are_treated_as_strings_2_2.ids index f694a48..75c24be 100644 --- a/Documentation/testcases/attribute/fail-durations_are_treated_as_strings_2_2.ids +++ b/Documentation/testcases/attribute/fail-durations_are_treated_as_strings_2_2.ids @@ -1,5 +1,5 @@ - + Durations are treated as strings 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids b/Documentation/testcases/attribute/fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids index 4e509e7..dfb62f6 100644 --- a/Documentation/testcases/attribute/fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids +++ b/Documentation/testcases/attribute/fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids @@ -1,5 +1,5 @@ - + IDS does not handle string truncation such as for identifiers Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-numeric_values_are_checked_using_type_casting_4_4.ids b/Documentation/testcases/attribute/fail-numeric_values_are_checked_using_type_casting_4_4.ids index 1b3b637..a2b9015 100644 --- a/Documentation/testcases/attribute/fail-numeric_values_are_checked_using_type_casting_4_4.ids +++ b/Documentation/testcases/attribute/fail-numeric_values_are_checked_using_type_casting_4_4.ids @@ -1,5 +1,5 @@ - + Numeric values are checked using type casting 4/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/fail-value_restrictions_may_be_used_3_3.ids b/Documentation/testcases/attribute/fail-value_restrictions_may_be_used_3_3.ids index b3b8fd2..22b33ac 100644 --- a/Documentation/testcases/attribute/fail-value_restrictions_may_be_used_3_3.ids +++ b/Documentation/testcases/attribute/fail-value_restrictions_may_be_used_3_3.ids @@ -1,5 +1,5 @@ - + Value restrictions may be used 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ids b/Documentation/testcases/attribute/invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ids index f112d14..65aa1b6 100644 --- a/Documentation/testcases/attribute/invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ids +++ b/Documentation/testcases/attribute/invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ids @@ -1,5 +1,5 @@ - + Booleans must be specified as lowercase strings 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-derived_attributes_cannot_be_checked_and_always_fail.ids b/Documentation/testcases/attribute/invalid-derived_attributes_cannot_be_checked_and_always_fail.ids index b12ed62..897f3cb 100644 --- a/Documentation/testcases/attribute/invalid-derived_attributes_cannot_be_checked_and_always_fail.ids +++ b/Documentation/testcases/attribute/invalid-derived_attributes_cannot_be_checked_and_always_fail.ids @@ -1,5 +1,5 @@ - + Derived attributes cannot be checked and always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-integers_cannot_be_expressed_as_floating_point_numbers_2_2.ids b/Documentation/testcases/attribute/invalid-integers_cannot_be_expressed_as_floating_point_numbers_2_2.ids index 9ef8341..6ae4c97 100644 --- a/Documentation/testcases/attribute/invalid-integers_cannot_be_expressed_as_floating_point_numbers_2_2.ids +++ b/Documentation/testcases/attribute/invalid-integers_cannot_be_expressed_as_floating_point_numbers_2_2.ids @@ -1,5 +1,5 @@ - + Integers cannot be expressed as floating point numbers 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-invalid_attribute_names_always_fail.ids b/Documentation/testcases/attribute/invalid-invalid_attribute_names_always_fail.ids index 394a2a9..ee29d4f 100644 --- a/Documentation/testcases/attribute/invalid-invalid_attribute_names_always_fail.ids +++ b/Documentation/testcases/attribute/invalid-invalid_attribute_names_always_fail.ids @@ -1,5 +1,5 @@ - + Invalid attribute names always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-inverse_attributes_cannot_be_checked_and_always_fail.ids b/Documentation/testcases/attribute/invalid-inverse_attributes_cannot_be_checked_and_always_fail.ids index 2b8db00..265164f 100644 --- a/Documentation/testcases/attribute/invalid-inverse_attributes_cannot_be_checked_and_always_fail.ids +++ b/Documentation/testcases/attribute/invalid-inverse_attributes_cannot_be_checked_and_always_fail.ids @@ -1,5 +1,5 @@ - + Inverse attributes cannot be checked and always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids b/Documentation/testcases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids index 748d458..3cfe185 100644 --- a/Documentation/testcases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids +++ b/Documentation/testcases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids @@ -1,5 +1,5 @@ - + Only specifically formatted numbers are allowed 1/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids b/Documentation/testcases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids index c856c1f..26f5d56 100644 --- a/Documentation/testcases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids +++ b/Documentation/testcases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids @@ -1,5 +1,5 @@ - + Only specifically formatted numbers are allowed 2/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-specifying_a_float_when_the_value_is_an_integer_is_invalid.ids b/Documentation/testcases/attribute/invalid-specifying_a_float_when_the_value_is_an_integer_is_invalid.ids index b1cfa5c..086988e 100644 --- a/Documentation/testcases/attribute/invalid-specifying_a_float_when_the_value_is_an_integer_is_invalid.ids +++ b/Documentation/testcases/attribute/invalid-specifying_a_float_when_the_value_is_an_integer_is_invalid.ids @@ -1,5 +1,5 @@ - + Specifying a float when the value is an integer is invalid Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_lists.ids b/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_lists.ids index 829f5f3..9aa614d 100644 --- a/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_lists.ids +++ b/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_lists.ids @@ -1,5 +1,5 @@ - + Value checks always fail for lists Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_objects.ids b/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_objects.ids index 1c6c0c4..d53e3ea 100644 --- a/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_objects.ids +++ b/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_objects.ids @@ -1,5 +1,5 @@ - + Value checks always fail for objects Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_selects.ids b/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_selects.ids index 3e52964..d9cc9c9 100644 --- a/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_selects.ids +++ b/Documentation/testcases/attribute/invalid-value_checks_always_fail_for_selects.ids @@ -1,5 +1,5 @@ - + Value checks always fail for selects Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-a_required_facet_checks_all_parameters_as_normal.ids b/Documentation/testcases/attribute/pass-a_required_facet_checks_all_parameters_as_normal.ids index d50d337..3bd0961 100644 --- a/Documentation/testcases/attribute/pass-a_required_facet_checks_all_parameters_as_normal.ids +++ b/Documentation/testcases/attribute/pass-a_required_facet_checks_all_parameters_as_normal.ids @@ -1,5 +1,5 @@ - + A required facet checks all parameters as normal Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-an_optional_attribute_passes_if_null.ids b/Documentation/testcases/attribute/pass-an_optional_attribute_passes_if_null.ids index 688fe07..aa31632 100644 --- a/Documentation/testcases/attribute/pass-an_optional_attribute_passes_if_null.ids +++ b/Documentation/testcases/attribute/pass-an_optional_attribute_passes_if_null.ids @@ -1,5 +1,5 @@ - + An optional attribute passes if null Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-an_optional_attribute_passes_if_specified.ids b/Documentation/testcases/attribute/pass-an_optional_attribute_passes_if_specified.ids index 55398f6..4c523c5 100644 --- a/Documentation/testcases/attribute/pass-an_optional_attribute_passes_if_specified.ids +++ b/Documentation/testcases/attribute/pass-an_optional_attribute_passes_if_specified.ids @@ -1,5 +1,5 @@ - + An optional attribute passes if specified Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_referencing_an_object_should_pass.ids b/Documentation/testcases/attribute/pass-attributes_referencing_an_object_should_pass.ids index e54854f..946f1f9 100644 --- a/Documentation/testcases/attribute/pass-attributes_referencing_an_object_should_pass.ids +++ b/Documentation/testcases/attribute/pass-attributes_referencing_an_object_should_pass.ids @@ -1,5 +1,5 @@ - + Attributes referencing an object should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_should_check_strings_case_sensitively_1_2.ids b/Documentation/testcases/attribute/pass-attributes_should_check_strings_case_sensitively_1_2.ids index a49ecb3..3c2594c 100644 --- a/Documentation/testcases/attribute/pass-attributes_should_check_strings_case_sensitively_1_2.ids +++ b/Documentation/testcases/attribute/pass-attributes_should_check_strings_case_sensitively_1_2.ids @@ -1,5 +1,5 @@ - + Attributes should check strings case sensitively 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_with_a_boolean_false_should_pass.ids b/Documentation/testcases/attribute/pass-attributes_with_a_boolean_false_should_pass.ids index 8ff7808..5b518ad 100644 --- a/Documentation/testcases/attribute/pass-attributes_with_a_boolean_false_should_pass.ids +++ b/Documentation/testcases/attribute/pass-attributes_with_a_boolean_false_should_pass.ids @@ -1,5 +1,5 @@ - + Attributes with a boolean false should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_with_a_boolean_true_should_pass.ids b/Documentation/testcases/attribute/pass-attributes_with_a_boolean_true_should_pass.ids index e00dc1d..00374b6 100644 --- a/Documentation/testcases/attribute/pass-attributes_with_a_boolean_true_should_pass.ids +++ b/Documentation/testcases/attribute/pass-attributes_with_a_boolean_true_should_pass.ids @@ -1,5 +1,5 @@ - + Attributes with a boolean true should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_with_a_select_referencing_a_primitive_should_pass.ids b/Documentation/testcases/attribute/pass-attributes_with_a_select_referencing_a_primitive_should_pass.ids index e0e6bd7..afecd39 100644 --- a/Documentation/testcases/attribute/pass-attributes_with_a_select_referencing_a_primitive_should_pass.ids +++ b/Documentation/testcases/attribute/pass-attributes_with_a_select_referencing_a_primitive_should_pass.ids @@ -1,5 +1,5 @@ - + Attributes with a select referencing a primitive should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_with_a_select_referencing_an_object_should_pass.ids b/Documentation/testcases/attribute/pass-attributes_with_a_select_referencing_an_object_should_pass.ids index 7eb8b4a..072cf89 100644 --- a/Documentation/testcases/attribute/pass-attributes_with_a_select_referencing_an_object_should_pass.ids +++ b/Documentation/testcases/attribute/pass-attributes_with_a_select_referencing_an_object_should_pass.ids @@ -1,5 +1,5 @@ - + Attributes with a select referencing an object should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_with_a_string_value_should_pass.ids b/Documentation/testcases/attribute/pass-attributes_with_a_string_value_should_pass.ids index 552f290..d307ec3 100644 --- a/Documentation/testcases/attribute/pass-attributes_with_a_string_value_should_pass.ids +++ b/Documentation/testcases/attribute/pass-attributes_with_a_string_value_should_pass.ids @@ -1,5 +1,5 @@ - + Attributes with a string value should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_with_a_zero_duration_should_pass.ids b/Documentation/testcases/attribute/pass-attributes_with_a_zero_duration_should_pass.ids index 055b6ff..7e5a251 100644 --- a/Documentation/testcases/attribute/pass-attributes_with_a_zero_duration_should_pass.ids +++ b/Documentation/testcases/attribute/pass-attributes_with_a_zero_duration_should_pass.ids @@ -1,5 +1,5 @@ - + Attributes with a zero duration should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-attributes_with_a_zero_number_have_meaning_and_should_pass.ids b/Documentation/testcases/attribute/pass-attributes_with_a_zero_number_have_meaning_and_should_pass.ids index b7e3fcb..e8adb4c 100644 --- a/Documentation/testcases/attribute/pass-attributes_with_a_zero_number_have_meaning_and_should_pass.ids +++ b/Documentation/testcases/attribute/pass-attributes_with_a_zero_number_have_meaning_and_should_pass.ids @@ -1,5 +1,5 @@ - + Attributes with a zero number have meaning and should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids b/Documentation/testcases/attribute/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids index 077139b..0e2df1a 100644 --- a/Documentation/testcases/attribute/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids +++ b/Documentation/testcases/attribute/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids @@ -1,5 +1,5 @@ - + Booleans must be specified as lowercase strings 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-dates_are_treated_as_strings_2_2.ids b/Documentation/testcases/attribute/pass-dates_are_treated_as_strings_2_2.ids index 0b979a2..7a51008 100644 --- a/Documentation/testcases/attribute/pass-dates_are_treated_as_strings_2_2.ids +++ b/Documentation/testcases/attribute/pass-dates_are_treated_as_strings_2_2.ids @@ -1,5 +1,5 @@ - + Dates are treated as strings 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-durations_are_treated_as_strings_1_2.ids b/Documentation/testcases/attribute/pass-durations_are_treated_as_strings_1_2.ids index 209190b..932efe8 100644 --- a/Documentation/testcases/attribute/pass-durations_are_treated_as_strings_1_2.ids +++ b/Documentation/testcases/attribute/pass-durations_are_treated_as_strings_1_2.ids @@ -1,5 +1,5 @@ - + Durations are treated as strings 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-globalids_are_treated_as_strings_and_not_expanded.ids b/Documentation/testcases/attribute/pass-globalids_are_treated_as_strings_and_not_expanded.ids index 9d588c6..5413125 100644 --- a/Documentation/testcases/attribute/pass-globalids_are_treated_as_strings_and_not_expanded.ids +++ b/Documentation/testcases/attribute/pass-globalids_are_treated_as_strings_and_not_expanded.ids @@ -1,5 +1,5 @@ - + GlobalIds are treated as strings and not expanded Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-integers_follow_the_same_rules_as_numbers.ids b/Documentation/testcases/attribute/pass-integers_follow_the_same_rules_as_numbers.ids index bac03be..7cf2942 100644 --- a/Documentation/testcases/attribute/pass-integers_follow_the_same_rules_as_numbers.ids +++ b/Documentation/testcases/attribute/pass-integers_follow_the_same_rules_as_numbers.ids @@ -1,5 +1,5 @@ - + Integers follow the same rules as numbers Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_1_3.ids b/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_1_3.ids index 1aef830..3aad45e 100644 --- a/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_1_3.ids +++ b/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_1_3.ids @@ -1,5 +1,5 @@ - + Name restrictions will match any result 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_2_3.ids b/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_2_3.ids index 347cb5e..5c960b0 100644 --- a/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_2_3.ids +++ b/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_2_3.ids @@ -1,5 +1,5 @@ - + Name restrictions will match any result 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_3_3.ids b/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_3_3.ids index ac79558..1537683 100644 --- a/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_3_3.ids +++ b/Documentation/testcases/attribute/pass-name_restrictions_will_match_any_result_3_3.ids @@ -1,5 +1,5 @@ - + Name restrictions will match any result 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-non_ascii_characters_are_treated_without_encoding.ids b/Documentation/testcases/attribute/pass-non_ascii_characters_are_treated_without_encoding.ids index c878af6..856d471 100644 --- a/Documentation/testcases/attribute/pass-non_ascii_characters_are_treated_without_encoding.ids +++ b/Documentation/testcases/attribute/pass-non_ascii_characters_are_treated_without_encoding.ids @@ -1,5 +1,5 @@ - + Non-ascii characters are treated without encoding Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_1_4.ids b/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_1_4.ids index ce81e28..3bd2b7b 100644 --- a/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_1_4.ids +++ b/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_1_4.ids @@ -1,5 +1,5 @@ - + Numeric values are checked using type casting 1/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_2_4.ids b/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_2_4.ids index 1548335..ff82e5e 100644 --- a/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_2_4.ids +++ b/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_2_4.ids @@ -1,5 +1,5 @@ - + Numeric values are checked using type casting 2/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_3_4.ids b/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_3_4.ids index 46d1e21..35bd292 100644 --- a/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_3_4.ids +++ b/Documentation/testcases/attribute/pass-numeric_values_are_checked_using_type_casting_3_4.ids @@ -1,5 +1,5 @@ - + Numeric values are checked using type casting 3/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids b/Documentation/testcases/attribute/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids index 1162c30..63a36e4 100644 --- a/Documentation/testcases/attribute/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids +++ b/Documentation/testcases/attribute/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids @@ -1,5 +1,5 @@ - + Only specifically formatted numbers are allowed 3/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids b/Documentation/testcases/attribute/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids index e75d3e9..f751ca1 100644 --- a/Documentation/testcases/attribute/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids +++ b/Documentation/testcases/attribute/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids @@ -1,5 +1,5 @@ - + Only specifically formatted numbers are allowed 4/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-strict_numeric_checking_may_be_done_with_a_bounds_restriction.ids b/Documentation/testcases/attribute/pass-strict_numeric_checking_may_be_done_with_a_bounds_restriction.ids index 8db5b28..bff9934 100644 --- a/Documentation/testcases/attribute/pass-strict_numeric_checking_may_be_done_with_a_bounds_restriction.ids +++ b/Documentation/testcases/attribute/pass-strict_numeric_checking_may_be_done_with_a_bounds_restriction.ids @@ -1,5 +1,5 @@ - + Strict numeric checking may be done with a bounds restriction Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-typecast_checking_may_also_occur_within_enumeration_restrictions.ids b/Documentation/testcases/attribute/pass-typecast_checking_may_also_occur_within_enumeration_restrictions.ids index af9aa53..1b3776c 100644 --- a/Documentation/testcases/attribute/pass-typecast_checking_may_also_occur_within_enumeration_restrictions.ids +++ b/Documentation/testcases/attribute/pass-typecast_checking_may_also_occur_within_enumeration_restrictions.ids @@ -1,5 +1,5 @@ - + Typecast checking may also occur within enumeration restrictions Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-value_restrictions_may_be_used_1_3.ids b/Documentation/testcases/attribute/pass-value_restrictions_may_be_used_1_3.ids index d064ce8..9ac7bcf 100644 --- a/Documentation/testcases/attribute/pass-value_restrictions_may_be_used_1_3.ids +++ b/Documentation/testcases/attribute/pass-value_restrictions_may_be_used_1_3.ids @@ -1,5 +1,5 @@ - + Value restrictions may be used 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/attribute/pass-value_restrictions_may_be_used_2_3.ids b/Documentation/testcases/attribute/pass-value_restrictions_may_be_used_2_3.ids index 3a10cdd..5c68fb0 100644 --- a/Documentation/testcases/attribute/pass-value_restrictions_may_be_used_2_3.ids +++ b/Documentation/testcases/attribute/pass-value_restrictions_may_be_used_2_3.ids @@ -1,5 +1,5 @@ - + Value restrictions may be used 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-a_classification_facet_with_no_data_matches_any_classification_1_2.ids b/Documentation/testcases/classification/fail-a_classification_facet_with_no_data_matches_any_classification_1_2.ids index d576341..ed5fc5a 100644 --- a/Documentation/testcases/classification/fail-a_classification_facet_with_no_data_matches_any_classification_1_2.ids +++ b/Documentation/testcases/classification/fail-a_classification_facet_with_no_data_matches_any_classification_1_2.ids @@ -1,5 +1,5 @@ - + A classification facet with no data matches any classification 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-a_prohibited_classification_reference_returns_the_opposite_of_a_required_facet.ids b/Documentation/testcases/classification/fail-a_prohibited_classification_reference_returns_the_opposite_of_a_required_facet.ids index 19f277d..71c6253 100644 --- a/Documentation/testcases/classification/fail-a_prohibited_classification_reference_returns_the_opposite_of_a_required_facet.ids +++ b/Documentation/testcases/classification/fail-a_prohibited_classification_reference_returns_the_opposite_of_a_required_facet.ids @@ -1,5 +1,5 @@ - + A prohibited classification reference returns the opposite of a required facet Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids b/Documentation/testcases/classification/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids index 3f32dcc..8b62590 100644 --- a/Documentation/testcases/classification/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids +++ b/Documentation/testcases/classification/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids @@ -1,5 +1,5 @@ - + A prohibited facet returns the opposite of a required facet Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-a_required_classification_system_fails_if_no_match.ids b/Documentation/testcases/classification/fail-a_required_classification_system_fails_if_no_match.ids index 54fc6e6..c7722d7 100644 --- a/Documentation/testcases/classification/fail-a_required_classification_system_fails_if_no_match.ids +++ b/Documentation/testcases/classification/fail-a_required_classification_system_fails_if_no_match.ids @@ -1,5 +1,5 @@ - + A required classification system fails if no match Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-an_optional_classification_value_fails_if_no_match.ids b/Documentation/testcases/classification/fail-an_optional_classification_value_fails_if_no_match.ids index 641ea2f..809259f 100644 --- a/Documentation/testcases/classification/fail-an_optional_classification_value_fails_if_no_match.ids +++ b/Documentation/testcases/classification/fail-an_optional_classification_value_fails_if_no_match.ids @@ -1,5 +1,5 @@ - + An optional classification value fails if no match Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-both_system_and_value_must_match__all__not_any__if_specified_2_2.ids b/Documentation/testcases/classification/fail-both_system_and_value_must_match__all__not_any__if_specified_2_2.ids index 90e690e..304cf1c 100644 --- a/Documentation/testcases/classification/fail-both_system_and_value_must_match__all__not_any__if_specified_2_2.ids +++ b/Documentation/testcases/classification/fail-both_system_and_value_must_match__all__not_any__if_specified_2_2.ids @@ -1,5 +1,5 @@ - + Both system and value must match (all, not any) if specified 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-occurrences_override_the_type_classification_per_system_2_3.ids b/Documentation/testcases/classification/fail-occurrences_override_the_type_classification_per_system_2_3.ids index 84a20db..e3522ba 100644 --- a/Documentation/testcases/classification/fail-occurrences_override_the_type_classification_per_system_2_3.ids +++ b/Documentation/testcases/classification/fail-occurrences_override_the_type_classification_per_system_2_3.ids @@ -1,5 +1,5 @@ - + Occurrences override the type classification per system 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-restrictions_can_be_used_for_systems_1_2.ids b/Documentation/testcases/classification/fail-restrictions_can_be_used_for_systems_1_2.ids index ad90055..5086167 100644 --- a/Documentation/testcases/classification/fail-restrictions_can_be_used_for_systems_1_2.ids +++ b/Documentation/testcases/classification/fail-restrictions_can_be_used_for_systems_1_2.ids @@ -1,5 +1,5 @@ - + Restrictions can be used for systems 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-restrictions_can_be_used_for_values_3_3.ids b/Documentation/testcases/classification/fail-restrictions_can_be_used_for_values_3_3.ids index c36afc1..306c943 100644 --- a/Documentation/testcases/classification/fail-restrictions_can_be_used_for_values_3_3.ids +++ b/Documentation/testcases/classification/fail-restrictions_can_be_used_for_values_3_3.ids @@ -1,5 +1,5 @@ - + Restrictions can be used for values 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/fail-systems_should_match_exactly_2_5.ids b/Documentation/testcases/classification/fail-systems_should_match_exactly_2_5.ids index 40584b1..2eb2b14 100644 --- a/Documentation/testcases/classification/fail-systems_should_match_exactly_2_5.ids +++ b/Documentation/testcases/classification/fail-systems_should_match_exactly_2_5.ids @@ -1,5 +1,5 @@ - + Systems should match exactly 2/5 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-a_classification_facet_with_no_data_matches_any_classification_2_2.ids b/Documentation/testcases/classification/pass-a_classification_facet_with_no_data_matches_any_classification_2_2.ids index 8647aea..3b91fed 100644 --- a/Documentation/testcases/classification/pass-a_classification_facet_with_no_data_matches_any_classification_2_2.ids +++ b/Documentation/testcases/classification/pass-a_classification_facet_with_no_data_matches_any_classification_2_2.ids @@ -1,5 +1,5 @@ - + A classification facet with no data matches any classification 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-a_required_facet_checks_all_parameters_as_normal.ids b/Documentation/testcases/classification/pass-a_required_facet_checks_all_parameters_as_normal.ids index 0406b65..3e9649d 100644 --- a/Documentation/testcases/classification/pass-a_required_facet_checks_all_parameters_as_normal.ids +++ b/Documentation/testcases/classification/pass-a_required_facet_checks_all_parameters_as_normal.ids @@ -1,5 +1,5 @@ - + A required facet checks all parameters as normal Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-an_optional_classification_value_passes_if_null.ids b/Documentation/testcases/classification/pass-an_optional_classification_value_passes_if_null.ids index d7fe5da..276e53d 100644 --- a/Documentation/testcases/classification/pass-an_optional_classification_value_passes_if_null.ids +++ b/Documentation/testcases/classification/pass-an_optional_classification_value_passes_if_null.ids @@ -1,5 +1,5 @@ - + An optional classification value passes if null Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-an_optional_classification_value_passes_if_specified.ids b/Documentation/testcases/classification/pass-an_optional_classification_value_passes_if_specified.ids index 475bf1b..71ca571 100644 --- a/Documentation/testcases/classification/pass-an_optional_classification_value_passes_if_specified.ids +++ b/Documentation/testcases/classification/pass-an_optional_classification_value_passes_if_specified.ids @@ -1,5 +1,5 @@ - + An optional classification value passes if specified Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-both_system_and_value_must_match__all__not_any__if_specified_1_2.ids b/Documentation/testcases/classification/pass-both_system_and_value_must_match__all__not_any__if_specified_1_2.ids index cde3af1..6d9199c 100644 --- a/Documentation/testcases/classification/pass-both_system_and_value_must_match__all__not_any__if_specified_1_2.ids +++ b/Documentation/testcases/classification/pass-both_system_and_value_must_match__all__not_any__if_specified_1_2.ids @@ -1,5 +1,5 @@ - + Both system and value must match (all, not any) if specified 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-non_rooted_resources_that_have_external_classification_references_should_also_pass.ids b/Documentation/testcases/classification/pass-non_rooted_resources_that_have_external_classification_references_should_also_pass.ids index 8c8b6c2..35ea2ad 100644 --- a/Documentation/testcases/classification/pass-non_rooted_resources_that_have_external_classification_references_should_also_pass.ids +++ b/Documentation/testcases/classification/pass-non_rooted_resources_that_have_external_classification_references_should_also_pass.ids @@ -1,5 +1,5 @@ - + Non-rooted resources that have external classification references should also pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-occurrences_override_the_type_classification_per_system_1_3.ids b/Documentation/testcases/classification/pass-occurrences_override_the_type_classification_per_system_1_3.ids index 2e5e16e..a243c75 100644 --- a/Documentation/testcases/classification/pass-occurrences_override_the_type_classification_per_system_1_3.ids +++ b/Documentation/testcases/classification/pass-occurrences_override_the_type_classification_per_system_1_3.ids @@ -1,5 +1,5 @@ - + Occurrences override the type classification per system 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-occurrences_override_the_type_classification_per_system_3_3.ids b/Documentation/testcases/classification/pass-occurrences_override_the_type_classification_per_system_3_3.ids index ffcec8a..0e99495 100644 --- a/Documentation/testcases/classification/pass-occurrences_override_the_type_classification_per_system_3_3.ids +++ b/Documentation/testcases/classification/pass-occurrences_override_the_type_classification_per_system_3_3.ids @@ -1,5 +1,5 @@ - + Occurrences override the type classification per system 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-restrictions_can_be_used_for_systems_2_2.ids b/Documentation/testcases/classification/pass-restrictions_can_be_used_for_systems_2_2.ids index 3a54a2b..64f08b6 100644 --- a/Documentation/testcases/classification/pass-restrictions_can_be_used_for_systems_2_2.ids +++ b/Documentation/testcases/classification/pass-restrictions_can_be_used_for_systems_2_2.ids @@ -1,5 +1,5 @@ - + Restrictions can be used for systems 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-restrictions_can_be_used_for_values_1_3.ids b/Documentation/testcases/classification/pass-restrictions_can_be_used_for_values_1_3.ids index de0bff0..bb5fbed 100644 --- a/Documentation/testcases/classification/pass-restrictions_can_be_used_for_values_1_3.ids +++ b/Documentation/testcases/classification/pass-restrictions_can_be_used_for_values_1_3.ids @@ -1,5 +1,5 @@ - + Restrictions can be used for values 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-restrictions_can_be_used_for_values_2_3.ids b/Documentation/testcases/classification/pass-restrictions_can_be_used_for_values_2_3.ids index 5ebed16..fc0a5f8 100644 --- a/Documentation/testcases/classification/pass-restrictions_can_be_used_for_values_2_3.ids +++ b/Documentation/testcases/classification/pass-restrictions_can_be_used_for_values_2_3.ids @@ -1,5 +1,5 @@ - + Restrictions can be used for values 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-systems_should_match_exactly_1_5.ids b/Documentation/testcases/classification/pass-systems_should_match_exactly_1_5.ids index f0ad995..2995ec6 100644 --- a/Documentation/testcases/classification/pass-systems_should_match_exactly_1_5.ids +++ b/Documentation/testcases/classification/pass-systems_should_match_exactly_1_5.ids @@ -1,5 +1,5 @@ - + Systems should match exactly 1/5 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-systems_should_match_exactly_3_5.ids b/Documentation/testcases/classification/pass-systems_should_match_exactly_3_5.ids index 62e2d50..ce66b97 100644 --- a/Documentation/testcases/classification/pass-systems_should_match_exactly_3_5.ids +++ b/Documentation/testcases/classification/pass-systems_should_match_exactly_3_5.ids @@ -1,5 +1,5 @@ - + Systems should match exactly 3/5 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-systems_should_match_exactly_4_5.ids b/Documentation/testcases/classification/pass-systems_should_match_exactly_4_5.ids index 382d4bf..f29a677 100644 --- a/Documentation/testcases/classification/pass-systems_should_match_exactly_4_5.ids +++ b/Documentation/testcases/classification/pass-systems_should_match_exactly_4_5.ids @@ -1,5 +1,5 @@ - + Systems should match exactly 4/5 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-systems_should_match_exactly_5_5.ids b/Documentation/testcases/classification/pass-systems_should_match_exactly_5_5.ids index 1e27ce1..9b18d27 100644 --- a/Documentation/testcases/classification/pass-systems_should_match_exactly_5_5.ids +++ b/Documentation/testcases/classification/pass-systems_should_match_exactly_5_5.ids @@ -1,5 +1,5 @@ - + Systems should match exactly 5/5 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-values_match_subreferences_if_full_classifications_are_used__e_g__ef_25_10_should_match_ef_25_10_25__ef_25_10_30__etc_.ids b/Documentation/testcases/classification/pass-values_match_subreferences_if_full_classifications_are_used__e_g__ef_25_10_should_match_ef_25_10_25__ef_25_10_30__etc_.ids index e820dfa..5e79256 100644 --- a/Documentation/testcases/classification/pass-values_match_subreferences_if_full_classifications_are_used__e_g__ef_25_10_should_match_ef_25_10_25__ef_25_10_30__etc_.ids +++ b/Documentation/testcases/classification/pass-values_match_subreferences_if_full_classifications_are_used__e_g__ef_25_10_should_match_ef_25_10_25__ef_25_10_30__etc_.ids @@ -1,5 +1,5 @@ - + Values match subreferences if full classifications are used (e.g. EF_25_10 should match EF_25_10_25, EF_25_10_30, etc) Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/classification/pass-values_should_match_exactly_if_lightweight_classifications_are_used.ids b/Documentation/testcases/classification/pass-values_should_match_exactly_if_lightweight_classifications_are_used.ids index d304e0b..d822c63 100644 --- a/Documentation/testcases/classification/pass-values_should_match_exactly_if_lightweight_classifications_are_used.ids +++ b/Documentation/testcases/classification/pass-values_should_match_exactly_if_lightweight_classifications_are_used.ids @@ -1,5 +1,5 @@ - + Values should match exactly if lightweight classifications are used Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/fail-a_null_predefined_type_should_always_fail_a_specified_predefined_types.ids b/Documentation/testcases/entity/fail-a_null_predefined_type_should_always_fail_a_specified_predefined_types.ids index 340b140..36bfea1 100644 --- a/Documentation/testcases/entity/fail-a_null_predefined_type_should_always_fail_a_specified_predefined_types.ids +++ b/Documentation/testcases/entity/fail-a_null_predefined_type_should_always_fail_a_specified_predefined_types.ids @@ -1,5 +1,5 @@ - + A null predefined type should always fail a specified predefined types Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ids b/Documentation/testcases/entity/fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ids index 33d5cb7..38985d6 100644 --- a/Documentation/testcases/entity/fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ids +++ b/Documentation/testcases/entity/fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ids @@ -1,5 +1,5 @@ - + A predefined type from an enumeration must be uppercase Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/fail-an_entity_not_matching_a_specified_predefined_type_will_fail.ids b/Documentation/testcases/entity/fail-an_entity_not_matching_a_specified_predefined_type_will_fail.ids index 57f3151..82f600b 100644 --- a/Documentation/testcases/entity/fail-an_entity_not_matching_a_specified_predefined_type_will_fail.ids +++ b/Documentation/testcases/entity/fail-an_entity_not_matching_a_specified_predefined_type_will_fail.ids @@ -1,5 +1,5 @@ - + An entity not matching a specified predefined type will fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ids b/Documentation/testcases/entity/fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ids index 7043d43..06e3d7a 100644 --- a/Documentation/testcases/entity/fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ids +++ b/Documentation/testcases/entity/fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ids @@ -1,5 +1,5 @@ - + Restrictions can be specified for the predefined type 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/fail-user_defined_types_are_checked_case_sensitively.ids b/Documentation/testcases/entity/fail-user_defined_types_are_checked_case_sensitively.ids index a81d49b..fb38d95 100644 --- a/Documentation/testcases/entity/fail-user_defined_types_are_checked_case_sensitively.ids +++ b/Documentation/testcases/entity/fail-user_defined_types_are_checked_case_sensitively.ids @@ -1,5 +1,5 @@ - + User-defined types are checked case sensitively Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/invalid-an_entity_not_matching_the_specified_class_should_fail.ids b/Documentation/testcases/entity/invalid-an_entity_not_matching_the_specified_class_should_fail.ids index 4e50083..7205785 100644 --- a/Documentation/testcases/entity/invalid-an_entity_not_matching_the_specified_class_should_fail.ids +++ b/Documentation/testcases/entity/invalid-an_entity_not_matching_the_specified_class_should_fail.ids @@ -1,5 +1,5 @@ - + An entity not matching the specified class should fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ids b/Documentation/testcases/entity/invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ids index 80856d4..8e4eba0 100644 --- a/Documentation/testcases/entity/invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ids +++ b/Documentation/testcases/entity/invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ids @@ -1,5 +1,5 @@ - + Entities can be specified as a XSD regex pattern 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/invalid-entities_can_be_specified_as_an_enumeration_3_3.ids b/Documentation/testcases/entity/invalid-entities_can_be_specified_as_an_enumeration_3_3.ids index 4263c9e..80da06e 100644 --- a/Documentation/testcases/entity/invalid-entities_can_be_specified_as_an_enumeration_3_3.ids +++ b/Documentation/testcases/entity/invalid-entities_can_be_specified_as_an_enumeration_3_3.ids @@ -1,5 +1,5 @@ - + Entities can be specified as an enumeration 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/invalid-entities_must_be_specified_as_uppercase_strings.ids b/Documentation/testcases/entity/invalid-entities_must_be_specified_as_uppercase_strings.ids index 5973005..80f0478 100644 --- a/Documentation/testcases/entity/invalid-entities_must_be_specified_as_uppercase_strings.ids +++ b/Documentation/testcases/entity/invalid-entities_must_be_specified_as_uppercase_strings.ids @@ -1,5 +1,5 @@ - + Entities must be specified as uppercase strings Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/invalid-invalid_entities_always_fail.ids b/Documentation/testcases/entity/invalid-invalid_entities_always_fail.ids index 3cf5909..c995f41 100644 --- a/Documentation/testcases/entity/invalid-invalid_entities_always_fail.ids +++ b/Documentation/testcases/entity/invalid-invalid_entities_always_fail.ids @@ -1,5 +1,5 @@ - + Invalid entities always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/invalid-subclasses_are_not_considered_as_matching.ids b/Documentation/testcases/entity/invalid-subclasses_are_not_considered_as_matching.ids index 00f4b75..7334571 100644 --- a/Documentation/testcases/entity/invalid-subclasses_are_not_considered_as_matching.ids +++ b/Documentation/testcases/entity/invalid-subclasses_are_not_considered_as_matching.ids @@ -1,5 +1,5 @@ - + Subclasses are not considered as matching Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-a_matching_entity_should_pass.ids b/Documentation/testcases/entity/pass-a_matching_entity_should_pass.ids index 305bf1d..e90fc93 100644 --- a/Documentation/testcases/entity/pass-a_matching_entity_should_pass.ids +++ b/Documentation/testcases/entity/pass-a_matching_entity_should_pass.ids @@ -1,5 +1,5 @@ - + A matching entity should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-a_matching_predefined_type_should_pass.ids b/Documentation/testcases/entity/pass-a_matching_predefined_type_should_pass.ids index 67c54f2..a89da20 100644 --- a/Documentation/testcases/entity/pass-a_matching_predefined_type_should_pass.ids +++ b/Documentation/testcases/entity/pass-a_matching_predefined_type_should_pass.ids @@ -1,5 +1,5 @@ - + A matching predefined type should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_element_type.ids b/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_element_type.ids index 19b666a..4042742 100644 --- a/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_element_type.ids +++ b/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_element_type.ids @@ -1,5 +1,5 @@ - + A predefined type may specify a user-defined element type Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_object_type.ids b/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_object_type.ids index a06e41e..b3b544c 100644 --- a/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_object_type.ids +++ b/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_object_type.ids @@ -1,5 +1,5 @@ - + A predefined type may specify a user-defined object type Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_process_type.ids b/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_process_type.ids index 7507eda..66fe172 100644 --- a/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_process_type.ids +++ b/Documentation/testcases/entity/pass-a_predefined_type_may_specify_a_user_defined_process_type.ids @@ -1,5 +1,5 @@ - + A predefined type may specify a user-defined process type Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-an_matching_entity_should_pass_regardless_of_predefined_type.ids b/Documentation/testcases/entity/pass-an_matching_entity_should_pass_regardless_of_predefined_type.ids index 065b266..9791bae 100644 --- a/Documentation/testcases/entity/pass-an_matching_entity_should_pass_regardless_of_predefined_type.ids +++ b/Documentation/testcases/entity/pass-an_matching_entity_should_pass_regardless_of_predefined_type.ids @@ -1,5 +1,5 @@ - + An matching entity should pass regardless of predefined type Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ids b/Documentation/testcases/entity/pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ids index 71ee449..9a2d0d9 100644 --- a/Documentation/testcases/entity/pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ids +++ b/Documentation/testcases/entity/pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ids @@ -1,5 +1,5 @@ - + Entities can be specified as a XSD regex pattern 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-entities_can_be_specified_as_an_enumeration_1_3.ids b/Documentation/testcases/entity/pass-entities_can_be_specified_as_an_enumeration_1_3.ids index 65b6831..c4d0f5c 100644 --- a/Documentation/testcases/entity/pass-entities_can_be_specified_as_an_enumeration_1_3.ids +++ b/Documentation/testcases/entity/pass-entities_can_be_specified_as_an_enumeration_1_3.ids @@ -1,5 +1,5 @@ - + Entities can be specified as an enumeration 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-entities_can_be_specified_as_an_enumeration_2_3.ids b/Documentation/testcases/entity/pass-entities_can_be_specified_as_an_enumeration_2_3.ids index 76b27c8..e651c80 100644 --- a/Documentation/testcases/entity/pass-entities_can_be_specified_as_an_enumeration_2_3.ids +++ b/Documentation/testcases/entity/pass-entities_can_be_specified_as_an_enumeration_2_3.ids @@ -1,5 +1,5 @@ - + Entities can be specified as an enumeration 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-inherited_predefined_types_should_pass.ids b/Documentation/testcases/entity/pass-inherited_predefined_types_should_pass.ids index 64a73fd..73ad707 100644 --- a/Documentation/testcases/entity/pass-inherited_predefined_types_should_pass.ids +++ b/Documentation/testcases/entity/pass-inherited_predefined_types_should_pass.ids @@ -1,5 +1,5 @@ - + Inherited predefined types should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-overridden_predefined_types_should_pass.ids b/Documentation/testcases/entity/pass-overridden_predefined_types_should_pass.ids index 88212bd..9b0ab4d 100644 --- a/Documentation/testcases/entity/pass-overridden_predefined_types_should_pass.ids +++ b/Documentation/testcases/entity/pass-overridden_predefined_types_should_pass.ids @@ -1,5 +1,5 @@ - + Overridden predefined types should pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ids b/Documentation/testcases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ids index 32b0d21..ae847c3 100644 --- a/Documentation/testcases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ids +++ b/Documentation/testcases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ids @@ -1,5 +1,5 @@ - + Restrictions can be specified for the predefined type 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ids b/Documentation/testcases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ids index 53d591b..b634f45 100644 --- a/Documentation/testcases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ids +++ b/Documentation/testcases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ids @@ -1,5 +1,5 @@ - + Restrictions can be specified for the predefined type 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/entity/pass-userdefuned_predefined_types_may_be_specified.ids b/Documentation/testcases/entity/pass-userdefined_predefined_types_may_be_specified.ids similarity index 93% rename from Documentation/testcases/entity/pass-userdefuned_predefined_types_may_be_specified.ids rename to Documentation/testcases/entity/pass-userdefined_predefined_types_may_be_specified.ids index 60f0a3a..f9ada55 100644 --- a/Documentation/testcases/entity/pass-userdefuned_predefined_types_may_be_specified.ids +++ b/Documentation/testcases/entity/pass-userdefined_predefined_types_may_be_specified.ids @@ -1,5 +1,5 @@ - + A predefined type may specify a user-defined element type Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ids b/Documentation/testcases/ids/fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ids index 4549e6f..0f1903d 100644 --- a/Documentation/testcases/ids/fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ids +++ b/Documentation/testcases/ids/fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ids @@ -1,5 +1,5 @@ - + A minimal ids can check a minimal ifc (1/2) Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/fail-a_specification_passes_only_if_all_requirements_pass_1_2.ids b/Documentation/testcases/ids/fail-a_specification_passes_only_if_all_requirements_pass_1_2.ids index eeb5757..16c9f24 100644 --- a/Documentation/testcases/ids/fail-a_specification_passes_only_if_all_requirements_pass_1_2.ids +++ b/Documentation/testcases/ids/fail-a_specification_passes_only_if_all_requirements_pass_1_2.ids @@ -1,5 +1,5 @@ - + A specification passes only if all requirements pass (1/2) Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/fail-prohibited_specifications_fails_if_the_applicability_matches.ids b/Documentation/testcases/ids/fail-prohibited_specifications_fails_if_the_applicability_matches.ids index e3cff78..c4a421e 100644 --- a/Documentation/testcases/ids/fail-prohibited_specifications_fails_if_the_applicability_matches.ids +++ b/Documentation/testcases/ids/fail-prohibited_specifications_fails_if_the_applicability_matches.ids @@ -1,5 +1,5 @@ - + Prohibited specifications fails if the applicability matches Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/fail-required_specifications_need_at_least_one_applicable_entity_2_2.ids b/Documentation/testcases/ids/fail-required_specifications_need_at_least_one_applicable_entity_2_2.ids index efdd07f..c7ccbd9 100644 --- a/Documentation/testcases/ids/fail-required_specifications_need_at_least_one_applicable_entity_2_2.ids +++ b/Documentation/testcases/ids/fail-required_specifications_need_at_least_one_applicable_entity_2_2.ids @@ -1,5 +1,5 @@ - + Required specifications need at least one applicable entity (2/2) Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/invalid-prohibited_specifications_invalid_if_requirements_are_specified.ids b/Documentation/testcases/ids/invalid-prohibited_specifications_invalid_if_requirements_are_specified.ids index 8017eee..b9262f7 100644 --- a/Documentation/testcases/ids/invalid-prohibited_specifications_invalid_if_requirements_are_specified.ids +++ b/Documentation/testcases/ids/invalid-prohibited_specifications_invalid_if_requirements_are_specified.ids @@ -1,5 +1,5 @@ - + Prohibited specifications invalid if requirements are specified Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ids b/Documentation/testcases/ids/pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ids index fd538d4..47b4a59 100644 --- a/Documentation/testcases/ids/pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ids +++ b/Documentation/testcases/ids/pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ids @@ -1,5 +1,5 @@ - + A minimal ids can check a minimal ifc (2/2) Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/pass-a_specification_passes_only_if_all_requirements_pass_2_2.ids b/Documentation/testcases/ids/pass-a_specification_passes_only_if_all_requirements_pass_2_2.ids index 3df0fad..df7ba8a 100644 --- a/Documentation/testcases/ids/pass-a_specification_passes_only_if_all_requirements_pass_2_2.ids +++ b/Documentation/testcases/ids/pass-a_specification_passes_only_if_all_requirements_pass_2_2.ids @@ -1,5 +1,5 @@ - + A specification passes only if all requirements pass (2/2) Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/pass-optional_specifications_may_still_pass_if_nothing_is_applicable.ids b/Documentation/testcases/ids/pass-optional_specifications_may_still_pass_if_nothing_is_applicable.ids index 93ddcd5..40dc9cd 100644 --- a/Documentation/testcases/ids/pass-optional_specifications_may_still_pass_if_nothing_is_applicable.ids +++ b/Documentation/testcases/ids/pass-optional_specifications_may_still_pass_if_nothing_is_applicable.ids @@ -1,5 +1,5 @@ - + Optional specifications may still pass if nothing is applicable Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/pass-prohibited_specifications_passes_if_the_applicability_does_not_matches.ids b/Documentation/testcases/ids/pass-prohibited_specifications_passes_if_the_applicability_does_not_matches.ids index 6865a7a..7f2ca16 100644 --- a/Documentation/testcases/ids/pass-prohibited_specifications_passes_if_the_applicability_does_not_matches.ids +++ b/Documentation/testcases/ids/pass-prohibited_specifications_passes_if_the_applicability_does_not_matches.ids @@ -1,5 +1,5 @@ - + Prohibited specifications passes if the applicability does not matches Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/pass-required_specifications_need_at_least_one_applicable_entity_1_2.ids b/Documentation/testcases/ids/pass-required_specifications_need_at_least_one_applicable_entity_1_2.ids index 9e18dfa..3d08443 100644 --- a/Documentation/testcases/ids/pass-required_specifications_need_at_least_one_applicable_entity_1_2.ids +++ b/Documentation/testcases/ids/pass-required_specifications_need_at_least_one_applicable_entity_1_2.ids @@ -1,5 +1,5 @@ - + Required specifications need at least one applicable entity (1/2) Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/pass-specification_optionality_and_facet_optionality_can_be_combined.ids b/Documentation/testcases/ids/pass-specification_optionality_and_facet_optionality_can_be_combined.ids index 0ca07f9..a171435 100644 --- a/Documentation/testcases/ids/pass-specification_optionality_and_facet_optionality_can_be_combined.ids +++ b/Documentation/testcases/ids/pass-specification_optionality_and_facet_optionality_can_be_combined.ids @@ -1,5 +1,5 @@ - + Specification optionality and facet optionality can be combined Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/ids/pass-specification_version_is_purely_metadata_and_does_not_impact_pass_or_fail_result.ids b/Documentation/testcases/ids/pass-specification_version_is_purely_metadata_and_does_not_impact_pass_or_fail_result.ids index 9ec217e..c8f7c8f 100644 --- a/Documentation/testcases/ids/pass-specification_version_is_purely_metadata_and_does_not_impact_pass_or_fail_result.ids +++ b/Documentation/testcases/ids/pass-specification_version_is_purely_metadata_and_does_not_impact_pass_or_fail_result.ids @@ -1,5 +1,5 @@ - + Specification version is purely metadata and does not impact pass or fail result Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/fail-a_constituent_set_with_no_data_will_fail_a_value_check.ids b/Documentation/testcases/material/fail-a_constituent_set_with_no_data_will_fail_a_value_check.ids index 3923f4f..8068a03 100644 --- a/Documentation/testcases/material/fail-a_constituent_set_with_no_data_will_fail_a_value_check.ids +++ b/Documentation/testcases/material/fail-a_constituent_set_with_no_data_will_fail_a_value_check.ids @@ -1,5 +1,5 @@ - + A constituent set with no data will fail a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/fail-a_material_list_with_no_data_will_fail_a_value_check.ids b/Documentation/testcases/material/fail-a_material_list_with_no_data_will_fail_a_value_check.ids index f07428e..c03a91d 100644 --- a/Documentation/testcases/material/fail-a_material_list_with_no_data_will_fail_a_value_check.ids +++ b/Documentation/testcases/material/fail-a_material_list_with_no_data_will_fail_a_value_check.ids @@ -1,5 +1,5 @@ - + A material list with no data will fail a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids b/Documentation/testcases/material/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids index ca15774..48deb4d 100644 --- a/Documentation/testcases/material/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids +++ b/Documentation/testcases/material/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids @@ -1,5 +1,5 @@ - + A prohibited facet returns the opposite of a required facet Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/fail-an_optional_material_fails_if_no_value_matches.ids b/Documentation/testcases/material/fail-an_optional_material_fails_if_no_value_matches.ids index 049233a..e2c6483 100644 --- a/Documentation/testcases/material/fail-an_optional_material_fails_if_no_value_matches.ids +++ b/Documentation/testcases/material/fail-an_optional_material_fails_if_no_value_matches.ids @@ -1,5 +1,5 @@ - + An optional material fails if no value matches Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/fail-elements_without_a_material_always_fail.ids b/Documentation/testcases/material/fail-elements_without_a_material_always_fail.ids index 42466b1..05bde51 100644 --- a/Documentation/testcases/material/fail-elements_without_a_material_always_fail.ids +++ b/Documentation/testcases/material/fail-elements_without_a_material_always_fail.ids @@ -1,5 +1,5 @@ - + Elements without a material always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/fail-material_with_no_data_will_fail_a_value_check.ids b/Documentation/testcases/material/fail-material_with_no_data_will_fail_a_value_check.ids index e60871b..cece576 100644 --- a/Documentation/testcases/material/fail-material_with_no_data_will_fail_a_value_check.ids +++ b/Documentation/testcases/material/fail-material_with_no_data_will_fail_a_value_check.ids @@ -1,5 +1,5 @@ - + Material with no data will fail a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-a_material_category_may_pass_the_value_check.ids b/Documentation/testcases/material/pass-a_material_category_may_pass_the_value_check.ids index 2b16c3b..7771616 100644 --- a/Documentation/testcases/material/pass-a_material_category_may_pass_the_value_check.ids +++ b/Documentation/testcases/material/pass-a_material_category_may_pass_the_value_check.ids @@ -1,5 +1,5 @@ - + A material category may pass the value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-a_material_name_may_pass_the_value_check.ids b/Documentation/testcases/material/pass-a_material_name_may_pass_the_value_check.ids index 0366d5c..f33f6be 100644 --- a/Documentation/testcases/material/pass-a_material_name_may_pass_the_value_check.ids +++ b/Documentation/testcases/material/pass-a_material_name_may_pass_the_value_check.ids @@ -1,5 +1,5 @@ - + A material name may pass the value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-a_required_facet_checks_all_parameters_as_normal.ids b/Documentation/testcases/material/pass-a_required_facet_checks_all_parameters_as_normal.ids index b808198..fb548bb 100644 --- a/Documentation/testcases/material/pass-a_required_facet_checks_all_parameters_as_normal.ids +++ b/Documentation/testcases/material/pass-a_required_facet_checks_all_parameters_as_normal.ids @@ -1,5 +1,5 @@ - + A required facet checks all parameters as normal Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-an_optional_material_passes_if_null.ids b/Documentation/testcases/material/pass-an_optional_material_passes_if_null.ids index 7c0d26e..8973d76 100644 --- a/Documentation/testcases/material/pass-an_optional_material_passes_if_null.ids +++ b/Documentation/testcases/material/pass-an_optional_material_passes_if_null.ids @@ -1,5 +1,5 @@ - + An optional material passes if null Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-an_optional_material_passes_if_specified.ids b/Documentation/testcases/material/pass-an_optional_material_passes_if_specified.ids index 0d1cc04..07e0cf2 100644 --- a/Documentation/testcases/material/pass-an_optional_material_passes_if_specified.ids +++ b/Documentation/testcases/material/pass-an_optional_material_passes_if_specified.ids @@ -1,5 +1,5 @@ - + An optional material passes if specified Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_constituent_category_in_a_constituent_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_constituent_category_in_a_constituent_set_will_pass_a_value_check.ids index 26b292d..4cc5ca7 100644 --- a/Documentation/testcases/material/pass-any_constituent_category_in_a_constituent_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_constituent_category_in_a_constituent_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any constituent Category in a constituent set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_constituent_name_in_a_constituent_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_constituent_name_in_a_constituent_set_will_pass_a_value_check.ids index f317393..5b060a6 100644 --- a/Documentation/testcases/material/pass-any_constituent_name_in_a_constituent_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_constituent_name_in_a_constituent_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any constituent Name in a constituent set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ids index 64b1f99..7f6a802 100644 --- a/Documentation/testcases/material/pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any layer Category in a layer set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ids index be7aef0..ee2c43a 100644 --- a/Documentation/testcases/material/pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any layer Name in a layer set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_material_category_in_a_constituent_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_material_category_in_a_constituent_set_will_pass_a_value_check.ids index 7d0dab4..81dd51f 100644 --- a/Documentation/testcases/material/pass-any_material_category_in_a_constituent_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_material_category_in_a_constituent_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any material Category in a constituent set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_material_category_in_a_layer_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_material_category_in_a_layer_set_will_pass_a_value_check.ids index 76b0507..2ab3a79 100644 --- a/Documentation/testcases/material/pass-any_material_category_in_a_layer_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_material_category_in_a_layer_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any material Category in a layer set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_material_category_in_a_list_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_material_category_in_a_list_will_pass_a_value_check.ids index 6fde156..2e21263 100644 --- a/Documentation/testcases/material/pass-any_material_category_in_a_list_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_material_category_in_a_list_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any material Category in a list will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_material_category_in_a_profile_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_material_category_in_a_profile_set_will_pass_a_value_check.ids index 303723d..aeaa691 100644 --- a/Documentation/testcases/material/pass-any_material_category_in_a_profile_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_material_category_in_a_profile_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any material category in a profile set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_material_name_in_a_constituent_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_material_name_in_a_constituent_set_will_pass_a_value_check.ids index f385cde..179a015 100644 --- a/Documentation/testcases/material/pass-any_material_name_in_a_constituent_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_material_name_in_a_constituent_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any material Name in a constituent set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ids index cf13855..1e0c25b 100644 --- a/Documentation/testcases/material/pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any material Name in a layer set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_material_name_in_a_list_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_material_name_in_a_list_will_pass_a_value_check.ids index 4838a4d..9c7fd31 100644 --- a/Documentation/testcases/material/pass-any_material_name_in_a_list_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_material_name_in_a_list_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any material Name in a list will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_material_name_in_a_profile_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_material_name_in_a_profile_set_will_pass_a_value_check.ids index 1dc6c90..331b0f1 100644 --- a/Documentation/testcases/material/pass-any_material_name_in_a_profile_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_material_name_in_a_profile_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any material Name in a profile set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_profile_category_in_a_profile_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_profile_category_in_a_profile_set_will_pass_a_value_check.ids index 7be0b98..22023b3 100644 --- a/Documentation/testcases/material/pass-any_profile_category_in_a_profile_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_profile_category_in_a_profile_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any profile Category in a profile set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ids b/Documentation/testcases/material/pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ids index f4c3a03..d734f9d 100644 --- a/Documentation/testcases/material/pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ids +++ b/Documentation/testcases/material/pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ids @@ -1,5 +1,5 @@ - + Any profile Name in a profile set will pass a value check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-elements_with_any_material_will_pass_an_empty_material_facet.ids b/Documentation/testcases/material/pass-elements_with_any_material_will_pass_an_empty_material_facet.ids index 6865545..7603c31 100644 --- a/Documentation/testcases/material/pass-elements_with_any_material_will_pass_an_empty_material_facet.ids +++ b/Documentation/testcases/material/pass-elements_with_any_material_will_pass_an_empty_material_facet.ids @@ -1,5 +1,5 @@ - + Elements with any material will pass an empty material facet Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-occurrences_can_inherit_materials_from_their_types.ids b/Documentation/testcases/material/pass-occurrences_can_inherit_materials_from_their_types.ids index 96f12d3..5fbeeee 100644 --- a/Documentation/testcases/material/pass-occurrences_can_inherit_materials_from_their_types.ids +++ b/Documentation/testcases/material/pass-occurrences_can_inherit_materials_from_their_types.ids @@ -1,5 +1,5 @@ - + Occurrences can inherit materials from their types Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/material/pass-occurrences_can_override_materials_from_their_types.ids b/Documentation/testcases/material/pass-occurrences_can_override_materials_from_their_types.ids index 92d9716..45995f6 100644 --- a/Documentation/testcases/material/pass-occurrences_can_override_materials_from_their_types.ids +++ b/Documentation/testcases/material/pass-occurrences_can_override_materials_from_their_types.ids @@ -1,5 +1,5 @@ - + Occurrences can override materials from their types Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-a_group_entity_must_match_exactly_1_2.ids b/Documentation/testcases/partof/fail-a_group_entity_must_match_exactly_1_2.ids index 649672e..3353baf 100644 --- a/Documentation/testcases/partof/fail-a_group_entity_must_match_exactly_1_2.ids +++ b/Documentation/testcases/partof/fail-a_group_entity_must_match_exactly_1_2.ids @@ -1,5 +1,5 @@ - + A group entity must match exactly 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-a_non_aggregated_element_fails_an_aggregate_relationship.ids b/Documentation/testcases/partof/fail-a_non_aggregated_element_fails_an_aggregate_relationship.ids index dcd76e5..23eab42 100644 --- a/Documentation/testcases/partof/fail-a_non_aggregated_element_fails_an_aggregate_relationship.ids +++ b/Documentation/testcases/partof/fail-a_non_aggregated_element_fails_an_aggregate_relationship.ids @@ -1,5 +1,5 @@ - + A non aggregated element fails an aggregate relationship Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-a_non_grouped_element_fails_a_group_relationship.ids b/Documentation/testcases/partof/fail-a_non_grouped_element_fails_a_group_relationship.ids index e36c740..a8e76fc 100644 --- a/Documentation/testcases/partof/fail-a_non_grouped_element_fails_a_group_relationship.ids +++ b/Documentation/testcases/partof/fail-a_non_grouped_element_fails_a_group_relationship.ids @@ -1,5 +1,5 @@ - + A non grouped element fails a group relationship Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids b/Documentation/testcases/partof/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids index 057f29e..0e2a389 100644 --- a/Documentation/testcases/partof/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids +++ b/Documentation/testcases/partof/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids @@ -1,5 +1,5 @@ - + A prohibited facet returns the opposite of a required facet Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ids b/Documentation/testcases/partof/fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ids index 3e11530..edb1979 100644 --- a/Documentation/testcases/partof/fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ids +++ b/Documentation/testcases/partof/fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ids @@ -1,5 +1,5 @@ - + An aggregate may specify the entity of the whole 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-an_aggregate_may_specify_the_predefined_type_of_the_whole_2_2.ids b/Documentation/testcases/partof/fail-an_aggregate_may_specify_the_predefined_type_of_the_whole_2_2.ids index e8a42e1..6b6a2d6 100644 --- a/Documentation/testcases/partof/fail-an_aggregate_may_specify_the_predefined_type_of_the_whole_2_2.ids +++ b/Documentation/testcases/partof/fail-an_aggregate_may_specify_the_predefined_type_of_the_whole_2_2.ids @@ -1,5 +1,5 @@ - + An aggregate may specify the predefined type of the whole 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-any_contained_element_passes_a_containment_relationship_1_2.ids b/Documentation/testcases/partof/fail-any_contained_element_passes_a_containment_relationship_1_2.ids index 65b1054..9afe2d5 100644 --- a/Documentation/testcases/partof/fail-any_contained_element_passes_a_containment_relationship_1_2.ids +++ b/Documentation/testcases/partof/fail-any_contained_element_passes_a_containment_relationship_1_2.ids @@ -1,5 +1,5 @@ - + Any contained element passes a containment relationship 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-any_nested_whole_fails_a_nest_relationship.ids b/Documentation/testcases/partof/fail-any_nested_whole_fails_a_nest_relationship.ids index 0ae355c..fa5151b 100644 --- a/Documentation/testcases/partof/fail-any_nested_whole_fails_a_nest_relationship.ids +++ b/Documentation/testcases/partof/fail-any_nested_whole_fails_a_nest_relationship.ids @@ -1,5 +1,5 @@ - + Any nested whole fails a nest relationship Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-the_aggregated_whole_fails_an_aggregate_relationship.ids b/Documentation/testcases/partof/fail-the_aggregated_whole_fails_an_aggregate_relationship.ids index 1f6aaf0..dc580c5 100644 --- a/Documentation/testcases/partof/fail-the_aggregated_whole_fails_an_aggregate_relationship.ids +++ b/Documentation/testcases/partof/fail-the_aggregated_whole_fails_an_aggregate_relationship.ids @@ -1,5 +1,5 @@ - + The aggregated whole fails an aggregate relationship Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-the_container_entity_must_match_exactly_1_2.ids b/Documentation/testcases/partof/fail-the_container_entity_must_match_exactly_1_2.ids index 811563e..4e177bb 100644 --- a/Documentation/testcases/partof/fail-the_container_entity_must_match_exactly_1_2.ids +++ b/Documentation/testcases/partof/fail-the_container_entity_must_match_exactly_1_2.ids @@ -1,5 +1,5 @@ - + The container entity must match exactly 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-the_container_itself_always_fails.ids b/Documentation/testcases/partof/fail-the_container_itself_always_fails.ids index 9a4966b..2ba243b 100644 --- a/Documentation/testcases/partof/fail-the_container_itself_always_fails.ids +++ b/Documentation/testcases/partof/fail-the_container_itself_always_fails.ids @@ -1,5 +1,5 @@ - + The container itself always fails Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-the_container_must_be_related_using_specified_relation_2_2.ids b/Documentation/testcases/partof/fail-the_container_must_be_related_using_specified_relation_2_2.ids index 98fa683..6afbbce 100644 --- a/Documentation/testcases/partof/fail-the_container_must_be_related_using_specified_relation_2_2.ids +++ b/Documentation/testcases/partof/fail-the_container_must_be_related_using_specified_relation_2_2.ids @@ -1,5 +1,5 @@ - + The container must be related using specified relation 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-the_container_predefined_type_must_match_exactly_1_2.ids b/Documentation/testcases/partof/fail-the_container_predefined_type_must_match_exactly_1_2.ids index f4e8a5f..444995d 100644 --- a/Documentation/testcases/partof/fail-the_container_predefined_type_must_match_exactly_1_2.ids +++ b/Documentation/testcases/partof/fail-the_container_predefined_type_must_match_exactly_1_2.ids @@ -1,5 +1,5 @@ - + The container predefined type must match exactly 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-the_containment_can_be_indirect_2_2.ids b/Documentation/testcases/partof/fail-the_containment_can_be_indirect_2_2.ids index 5ae6131..ce5d545 100644 --- a/Documentation/testcases/partof/fail-the_containment_can_be_indirect_2_2.ids +++ b/Documentation/testcases/partof/fail-the_containment_can_be_indirect_2_2.ids @@ -1,5 +1,5 @@ - + The containment can be indirect 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-the_nest_entity_must_match_exactly_1_2.ids b/Documentation/testcases/partof/fail-the_nest_entity_must_match_exactly_1_2.ids index b40d637..aa18f6f 100644 --- a/Documentation/testcases/partof/fail-the_nest_entity_must_match_exactly_1_2.ids +++ b/Documentation/testcases/partof/fail-the_nest_entity_must_match_exactly_1_2.ids @@ -1,5 +1,5 @@ - + The nest entity must match exactly 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/fail-the_nest_predefined_type_must_match_exactly_1_2.ids b/Documentation/testcases/partof/fail-the_nest_predefined_type_must_match_exactly_1_2.ids index ef3ba96..4a9cb1c 100644 --- a/Documentation/testcases/partof/fail-the_nest_predefined_type_must_match_exactly_1_2.ids +++ b/Documentation/testcases/partof/fail-the_nest_predefined_type_must_match_exactly_1_2.ids @@ -1,5 +1,5 @@ - + The nest predefined type must match exactly 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/invalid-a_group_predefined_type_must_match_exactly_2_2.ids b/Documentation/testcases/partof/invalid-a_group_predefined_type_must_match_exactly_2_2.ids index 2a6b310..70fd009 100644 --- a/Documentation/testcases/partof/invalid-a_group_predefined_type_must_match_exactly_2_2.ids +++ b/Documentation/testcases/partof/invalid-a_group_predefined_type_must_match_exactly_2_2.ids @@ -1,5 +1,5 @@ - + A group predefined type must match exactly 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-a_group_entity_must_match_exactly_2_2.ids b/Documentation/testcases/partof/pass-a_group_entity_must_match_exactly_2_2.ids index 5b4507f..7e7197b 100644 --- a/Documentation/testcases/partof/pass-a_group_entity_must_match_exactly_2_2.ids +++ b/Documentation/testcases/partof/pass-a_group_entity_must_match_exactly_2_2.ids @@ -1,5 +1,5 @@ - + A group entity must match exactly 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-a_group_predefined_type_must_match_exactly_2_2.ids b/Documentation/testcases/partof/pass-a_group_predefined_type_must_match_exactly_2_2.ids index 99f0c6c..b6bdc1c 100644 --- a/Documentation/testcases/partof/pass-a_group_predefined_type_must_match_exactly_2_2.ids +++ b/Documentation/testcases/partof/pass-a_group_predefined_type_must_match_exactly_2_2.ids @@ -1,5 +1,5 @@ - + A group predefined type must match exactly 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-a_grouped_element_passes_a_group_relationship.ids b/Documentation/testcases/partof/pass-a_grouped_element_passes_a_group_relationship.ids index 95f3395..a7492d4 100644 --- a/Documentation/testcases/partof/pass-a_grouped_element_passes_a_group_relationship.ids +++ b/Documentation/testcases/partof/pass-a_grouped_element_passes_a_group_relationship.ids @@ -1,5 +1,5 @@ - + A grouped element passes a group relationship Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-a_required_facet_checks_all_parameters_as_normal.ids b/Documentation/testcases/partof/pass-a_required_facet_checks_all_parameters_as_normal.ids index 9e38d57..ae33484 100644 --- a/Documentation/testcases/partof/pass-a_required_facet_checks_all_parameters_as_normal.ids +++ b/Documentation/testcases/partof/pass-a_required_facet_checks_all_parameters_as_normal.ids @@ -1,5 +1,5 @@ - + A required facet checks all parameters as normal Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ids b/Documentation/testcases/partof/pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ids index 9b64719..3881d43 100644 --- a/Documentation/testcases/partof/pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ids +++ b/Documentation/testcases/partof/pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ids @@ -1,5 +1,5 @@ - + An aggregate entity may pass any ancestral whole passes Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ids b/Documentation/testcases/partof/pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ids index 39be8a3..eb43c31 100644 --- a/Documentation/testcases/partof/pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ids +++ b/Documentation/testcases/partof/pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ids @@ -1,5 +1,5 @@ - + An aggregate may specify the entity of the whole 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-an_aggregate_may_specify_the_predefined_type_of_the_whole_1_2.ids b/Documentation/testcases/partof/pass-an_aggregate_may_specify_the_predefined_type_of_the_whole_1_2.ids index 1f3a5d5..5794441 100644 --- a/Documentation/testcases/partof/pass-an_aggregate_may_specify_the_predefined_type_of_the_whole_1_2.ids +++ b/Documentation/testcases/partof/pass-an_aggregate_may_specify_the_predefined_type_of_the_whole_1_2.ids @@ -1,5 +1,5 @@ - + An aggregate may specify the predefined type of the whole 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-any_contained_element_passes_a_containment_relationship_2_2.ids b/Documentation/testcases/partof/pass-any_contained_element_passes_a_containment_relationship_2_2.ids index 40498e0..be70c38 100644 --- a/Documentation/testcases/partof/pass-any_contained_element_passes_a_containment_relationship_2_2.ids +++ b/Documentation/testcases/partof/pass-any_contained_element_passes_a_containment_relationship_2_2.ids @@ -1,5 +1,5 @@ - + Any contained element passes a containment relationship 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-any_nested_part_passes_a_nest_relationship.ids b/Documentation/testcases/partof/pass-any_nested_part_passes_a_nest_relationship.ids index 47a1e11..2de9fdd 100644 --- a/Documentation/testcases/partof/pass-any_nested_part_passes_a_nest_relationship.ids +++ b/Documentation/testcases/partof/pass-any_nested_part_passes_a_nest_relationship.ids @@ -1,5 +1,5 @@ - + Any nested part passes a nest relationship Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-nesting_may_be_indirect.ids b/Documentation/testcases/partof/pass-nesting_may_be_indirect.ids index be6e17c..f6d56a3 100644 --- a/Documentation/testcases/partof/pass-nesting_may_be_indirect.ids +++ b/Documentation/testcases/partof/pass-nesting_may_be_indirect.ids @@ -1,5 +1,5 @@ - + Nesting may be indirect Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-the_aggregated_part_passes_an_aggregate_relationship.ids b/Documentation/testcases/partof/pass-the_aggregated_part_passes_an_aggregate_relationship.ids index c99af50..c485b9b 100644 --- a/Documentation/testcases/partof/pass-the_aggregated_part_passes_an_aggregate_relationship.ids +++ b/Documentation/testcases/partof/pass-the_aggregated_part_passes_an_aggregate_relationship.ids @@ -1,5 +1,5 @@ - + The aggregated part passes an aggregate relationship Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-the_container_entity_must_match_exactly_2_2.ids b/Documentation/testcases/partof/pass-the_container_entity_must_match_exactly_2_2.ids index 7d7ac8d..0d1d869 100644 --- a/Documentation/testcases/partof/pass-the_container_entity_must_match_exactly_2_2.ids +++ b/Documentation/testcases/partof/pass-the_container_entity_must_match_exactly_2_2.ids @@ -1,5 +1,5 @@ - + The container entity must match exactly 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-the_container_must_be_related_using_specified_relation_1_2.ids b/Documentation/testcases/partof/pass-the_container_must_be_related_using_specified_relation_1_2.ids index 6adf828..9b11cc6 100644 --- a/Documentation/testcases/partof/pass-the_container_must_be_related_using_specified_relation_1_2.ids +++ b/Documentation/testcases/partof/pass-the_container_must_be_related_using_specified_relation_1_2.ids @@ -1,5 +1,5 @@ - + The container must be related using specified relation 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-the_container_predefined_type_must_match_exactly_2_2.ids b/Documentation/testcases/partof/pass-the_container_predefined_type_must_match_exactly_2_2.ids index bb9a8d1..c1ca440 100644 --- a/Documentation/testcases/partof/pass-the_container_predefined_type_must_match_exactly_2_2.ids +++ b/Documentation/testcases/partof/pass-the_container_predefined_type_must_match_exactly_2_2.ids @@ -1,5 +1,5 @@ - + The container predefined type must match exactly 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-the_containment_can_be_indirect_1_2.ids b/Documentation/testcases/partof/pass-the_containment_can_be_indirect_1_2.ids index 43e386d..6a52443 100644 --- a/Documentation/testcases/partof/pass-the_containment_can_be_indirect_1_2.ids +++ b/Documentation/testcases/partof/pass-the_containment_can_be_indirect_1_2.ids @@ -1,5 +1,5 @@ - + The containment can be indirect 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-the_nest_entity_must_match_exactly_2_2.ids b/Documentation/testcases/partof/pass-the_nest_entity_must_match_exactly_2_2.ids index 5a18e5b..55fb371 100644 --- a/Documentation/testcases/partof/pass-the_nest_entity_must_match_exactly_2_2.ids +++ b/Documentation/testcases/partof/pass-the_nest_entity_must_match_exactly_2_2.ids @@ -1,5 +1,5 @@ - + The nest entity must match exactly 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/partof/pass-the_nest_predefined_type_must_match_exactly_2_2.ids b/Documentation/testcases/partof/pass-the_nest_predefined_type_must_match_exactly_2_2.ids index 4f5a1ea..8bac6c2 100644 --- a/Documentation/testcases/partof/pass-the_nest_predefined_type_must_match_exactly_2_2.ids +++ b/Documentation/testcases/partof/pass-the_nest_predefined_type_must_match_exactly_2_2.ids @@ -1,5 +1,5 @@ - + The nest predefined type must match exactly 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-a_logical_unknown_is_considered_false_and_will_not_pass.ids b/Documentation/testcases/property/fail-a_logical_unknown_is_considered_false_and_will_not_pass.ids index 5af5cf7..21b15a6 100644 --- a/Documentation/testcases/property/fail-a_logical_unknown_is_considered_false_and_will_not_pass.ids +++ b/Documentation/testcases/property/fail-a_logical_unknown_is_considered_false_and_will_not_pass.ids @@ -1,5 +1,5 @@ - + A logical unknown is considered false and will not pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids b/Documentation/testcases/property/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids index 73c1dd4..127f840 100644 --- a/Documentation/testcases/property/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids +++ b/Documentation/testcases/property/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids @@ -1,5 +1,5 @@ - + A prohibited facet returns the opposite of a required facet Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-all_matching_properties_must_satisfy_requirements_3_3.ids b/Documentation/testcases/property/fail-all_matching_properties_must_satisfy_requirements_3_3.ids index 0aa8d73..27de0ac 100644 --- a/Documentation/testcases/property/fail-all_matching_properties_must_satisfy_requirements_3_3.ids +++ b/Documentation/testcases/property/fail-all_matching_properties_must_satisfy_requirements_3_3.ids @@ -1,5 +1,5 @@ - + All matching properties must satisfy requirements 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-all_matching_property_sets_must_satisfy_requirements_2_3.ids b/Documentation/testcases/property/fail-all_matching_property_sets_must_satisfy_requirements_2_3.ids index 699d168..0952907 100644 --- a/Documentation/testcases/property/fail-all_matching_property_sets_must_satisfy_requirements_2_3.ids +++ b/Documentation/testcases/property/fail-all_matching_property_sets_must_satisfy_requirements_2_3.ids @@ -1,5 +1,5 @@ - + All matching property sets must satisfy requirements 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-an_empty_string_is_considered_false_and_will_not_pass.ids b/Documentation/testcases/property/fail-an_empty_string_is_considered_false_and_will_not_pass.ids index cb4deca..cea709f 100644 --- a/Documentation/testcases/property/fail-an_empty_string_is_considered_false_and_will_not_pass.ids +++ b/Documentation/testcases/property/fail-an_empty_string_is_considered_false_and_will_not_pass.ids @@ -1,5 +1,5 @@ - + An empty string is considered false and will not pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ids b/Documentation/testcases/property/fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ids index 3ca34ba..13da9d6 100644 --- a/Documentation/testcases/property/fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ids +++ b/Documentation/testcases/property/fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ids @@ -1,5 +1,5 @@ - + Any matching value in a bounded property will pass 4/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-any_matching_value_in_a_list_property_will_pass_3_3.ids b/Documentation/testcases/property/fail-any_matching_value_in_a_list_property_will_pass_3_3.ids index 06db7a8..0428e6a 100644 --- a/Documentation/testcases/property/fail-any_matching_value_in_a_list_property_will_pass_3_3.ids +++ b/Documentation/testcases/property/fail-any_matching_value_in_a_list_property_will_pass_3_3.ids @@ -1,5 +1,5 @@ - + Any matching value in a list property will pass 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-any_matching_value_in_a_table_property_will_pass_3_3.ids b/Documentation/testcases/property/fail-any_matching_value_in_a_table_property_will_pass_3_3.ids index 0d086f2..6d0183c 100644 --- a/Documentation/testcases/property/fail-any_matching_value_in_a_table_property_will_pass_3_3.ids +++ b/Documentation/testcases/property/fail-any_matching_value_in_a_table_property_will_pass_3_3.ids @@ -1,5 +1,5 @@ - + Any matching value in a table property will pass 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids b/Documentation/testcases/property/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids index ea162dc..4179804 100644 --- a/Documentation/testcases/property/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids +++ b/Documentation/testcases/property/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids @@ -1,5 +1,5 @@ - + Booleans must be specified as lowercase strings 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-complex_properties_are_not_supported_1_2.ids b/Documentation/testcases/property/fail-complex_properties_are_not_supported_1_2.ids index 4361579..9c80a29 100644 --- a/Documentation/testcases/property/fail-complex_properties_are_not_supported_1_2.ids +++ b/Documentation/testcases/property/fail-complex_properties_are_not_supported_1_2.ids @@ -1,5 +1,5 @@ - + Complex properties are not supported 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-complex_properties_are_not_supported_2_2.ids b/Documentation/testcases/property/fail-complex_properties_are_not_supported_2_2.ids index 5367dcc..cf7dc47 100644 --- a/Documentation/testcases/property/fail-complex_properties_are_not_supported_2_2.ids +++ b/Documentation/testcases/property/fail-complex_properties_are_not_supported_2_2.ids @@ -1,5 +1,5 @@ - + Complex properties are not supported 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-dates_are_treated_as_strings_2_2.ids b/Documentation/testcases/property/fail-dates_are_treated_as_strings_2_2.ids index ef510de..cdfd23b 100644 --- a/Documentation/testcases/property/fail-dates_are_treated_as_strings_2_2.ids +++ b/Documentation/testcases/property/fail-dates_are_treated_as_strings_2_2.ids @@ -1,5 +1,5 @@ - + Dates are treated as strings 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-durations_are_treated_as_strings_1_2.ids b/Documentation/testcases/property/fail-durations_are_treated_as_strings_1_2.ids index 2a5791b..7190658 100644 --- a/Documentation/testcases/property/fail-durations_are_treated_as_strings_1_2.ids +++ b/Documentation/testcases/property/fail-durations_are_treated_as_strings_1_2.ids @@ -1,5 +1,5 @@ - + Durations are treated as strings 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-elements_with_a_matching_pset_but_no_property_also_fail.ids b/Documentation/testcases/property/fail-elements_with_a_matching_pset_but_no_property_also_fail.ids index b9c51c4..6d3ba49 100644 --- a/Documentation/testcases/property/fail-elements_with_a_matching_pset_but_no_property_also_fail.ids +++ b/Documentation/testcases/property/fail-elements_with_a_matching_pset_but_no_property_also_fail.ids @@ -1,5 +1,5 @@ - + Elements with a matching pset but no property also fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-elements_with_no_properties_always_fail.ids b/Documentation/testcases/property/fail-elements_with_no_properties_always_fail.ids index 4870bcf..7cefe5c 100644 --- a/Documentation/testcases/property/fail-elements_with_no_properties_always_fail.ids +++ b/Documentation/testcases/property/fail-elements_with_no_properties_always_fail.ids @@ -1,5 +1,5 @@ - + Elements with no properties always fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids b/Documentation/testcases/property/fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids index f23bc39..1d140bf 100644 --- a/Documentation/testcases/property/fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids +++ b/Documentation/testcases/property/fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids @@ -1,5 +1,5 @@ - + IDS does not handle string truncation such as for identifiers Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_2_2.ids b/Documentation/testcases/property/fail-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_2_2.ids index 84574e4..d65ff9c 100644 --- a/Documentation/testcases/property/fail-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_2_2.ids +++ b/Documentation/testcases/property/fail-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_2_2.ids @@ -1,5 +1,5 @@ - + If multiple properties are matched, all values must satisfy requirements 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ids b/Documentation/testcases/property/fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ids index ab7ece0..8788a81 100644 --- a/Documentation/testcases/property/fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ids +++ b/Documentation/testcases/property/fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ids @@ -1,5 +1,5 @@ - + Measures are used to specify an IFC data type 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-no_matching_value_in_an_enumerated_property_will_fail_3_3.ids b/Documentation/testcases/property/fail-no_matching_value_in_an_enumerated_property_will_fail_3_3.ids index a55eed6..b592c7e 100644 --- a/Documentation/testcases/property/fail-no_matching_value_in_an_enumerated_property_will_fail_3_3.ids +++ b/Documentation/testcases/property/fail-no_matching_value_in_an_enumerated_property_will_fail_3_3.ids @@ -1,5 +1,5 @@ - + No matching value in an enumerated property will fail 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-predefined_properties_are_supported_but_discouraged_2_2.ids b/Documentation/testcases/property/fail-predefined_properties_are_supported_but_discouraged_2_2.ids index 071d773..ab77078 100644 --- a/Documentation/testcases/property/fail-predefined_properties_are_supported_but_discouraged_2_2.ids +++ b/Documentation/testcases/property/fail-predefined_properties_are_supported_but_discouraged_2_2.ids @@ -1,5 +1,5 @@ - + Predefined properties are supported but discouraged 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-properties_can_be_associated_to_relevant_object_types.ids b/Documentation/testcases/property/fail-properties_can_be_associated_to_relevant_object_types.ids index e8b9f8b..4499b52 100644 --- a/Documentation/testcases/property/fail-properties_can_be_associated_to_relevant_object_types.ids +++ b/Documentation/testcases/property/fail-properties_can_be_associated_to_relevant_object_types.ids @@ -1,5 +1,5 @@ - + Properties can be associated to relevant object types Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-properties_can_be_overriden_by_an_occurrence_2_2.ids b/Documentation/testcases/property/fail-properties_can_be_overriden_by_an_occurrence_2_2.ids index 406669a..54ea798 100644 --- a/Documentation/testcases/property/fail-properties_can_be_overriden_by_an_occurrence_2_2.ids +++ b/Documentation/testcases/property/fail-properties_can_be_overriden_by_an_occurrence_2_2.ids @@ -1,5 +1,5 @@ - + Properties can be overriden by an occurrence 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-properties_with_a_null_value_fail.ids b/Documentation/testcases/property/fail-properties_with_a_null_value_fail.ids index 3507b2a..96e65e9 100644 --- a/Documentation/testcases/property/fail-properties_with_a_null_value_fail.ids +++ b/Documentation/testcases/property/fail-properties_with_a_null_value_fail.ids @@ -1,5 +1,5 @@ - + Properties with a null value fail Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-quantities_must_also_match_the_appropriate_measure.ids b/Documentation/testcases/property/fail-quantities_must_also_match_the_appropriate_measure.ids index 3a882bf..7ed82e5 100644 --- a/Documentation/testcases/property/fail-quantities_must_also_match_the_appropriate_measure.ids +++ b/Documentation/testcases/property/fail-quantities_must_also_match_the_appropriate_measure.ids @@ -1,5 +1,5 @@ - + Quantities must also match the appropriate measure Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-reference_properties_are_treated_as_objects_and_not_supported.ids b/Documentation/testcases/property/fail-reference_properties_are_treated_as_objects_and_not_supported.ids index a7dd5cc..1cb82a2 100644 --- a/Documentation/testcases/property/fail-reference_properties_are_treated_as_objects_and_not_supported.ids +++ b/Documentation/testcases/property/fail-reference_properties_are_treated_as_objects_and_not_supported.ids @@ -1,5 +1,5 @@ - + Reference properties are treated as objects and not supported Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-specifying_a_value_fails_against_different_values.ids b/Documentation/testcases/property/fail-specifying_a_value_fails_against_different_values.ids index 7c2d684..e1953f6 100644 --- a/Documentation/testcases/property/fail-specifying_a_value_fails_against_different_values.ids +++ b/Documentation/testcases/property/fail-specifying_a_value_fails_against_different_values.ids @@ -1,5 +1,5 @@ - + Specifying a value fails against different values Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ids b/Documentation/testcases/property/fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ids index 94a6525..3bd4e1d 100644 --- a/Documentation/testcases/property/fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ids +++ b/Documentation/testcases/property/fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ids @@ -1,5 +1,5 @@ - + Specifying a value performs a case-sensitive match 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/fail-unit_conversions_shall_take_place_to_ids_nominated_standard_units_1_2.ids b/Documentation/testcases/property/fail-unit_conversions_shall_take_place_to_ids_nominated_standard_units_1_2.ids index e81f278..460907b 100644 --- a/Documentation/testcases/property/fail-unit_conversions_shall_take_place_to_ids_nominated_standard_units_1_2.ids +++ b/Documentation/testcases/property/fail-unit_conversions_shall_take_place_to_ids_nominated_standard_units_1_2.ids @@ -1,5 +1,5 @@ - + Unit conversions shall take place to IDS-nominated standard units 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ids b/Documentation/testcases/property/invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ids index 8100f09..011374f 100644 --- a/Documentation/testcases/property/invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ids +++ b/Documentation/testcases/property/invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ids @@ -1,5 +1,5 @@ - + Booleans must be specified as lowercase strings 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/invalid-integer_values_are_checked_using_type_casting_4_4.ids b/Documentation/testcases/property/invalid-integer_values_are_checked_using_type_casting_4_4.ids index 9460ddd..56c7941 100644 --- a/Documentation/testcases/property/invalid-integer_values_are_checked_using_type_casting_4_4.ids +++ b/Documentation/testcases/property/invalid-integer_values_are_checked_using_type_casting_4_4.ids @@ -1,5 +1,5 @@ - + Integer values are checked using type casting 4/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/invalid-integer_values_cannot_be_stored_with_decimal_2_4.ids b/Documentation/testcases/property/invalid-integer_values_cannot_be_stored_with_decimal_2_4.ids index 73d768a..57e9e17 100644 --- a/Documentation/testcases/property/invalid-integer_values_cannot_be_stored_with_decimal_2_4.ids +++ b/Documentation/testcases/property/invalid-integer_values_cannot_be_stored_with_decimal_2_4.ids @@ -1,5 +1,5 @@ - + Integer values cannot be stored with decimal 2/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/invalid-integer_values_cannot_be_stored_with_decimal_3_4.ids b/Documentation/testcases/property/invalid-integer_values_cannot_be_stored_with_decimal_3_4.ids index 779951b..0ebee14 100644 --- a/Documentation/testcases/property/invalid-integer_values_cannot_be_stored_with_decimal_3_4.ids +++ b/Documentation/testcases/property/invalid-integer_values_cannot_be_stored_with_decimal_3_4.ids @@ -1,5 +1,5 @@ - + Integer values cannot be stored with decimal 3/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids b/Documentation/testcases/property/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids index a057e3b..bd474a0 100644 --- a/Documentation/testcases/property/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids +++ b/Documentation/testcases/property/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids @@ -1,5 +1,5 @@ - + Only specifically formatted numbers are allowed 1/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids b/Documentation/testcases/property/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids index e6734df..69a5fbe 100644 --- a/Documentation/testcases/property/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids +++ b/Documentation/testcases/property/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids @@ -1,5 +1,5 @@ - + Only specifically formatted numbers are allowed 2/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-a_name_check_will_match_any_property_with_any_string_value.ids b/Documentation/testcases/property/pass-a_name_check_will_match_any_property_with_any_string_value.ids index 7f89834..ca91c60 100644 --- a/Documentation/testcases/property/pass-a_name_check_will_match_any_property_with_any_string_value.ids +++ b/Documentation/testcases/property/pass-a_name_check_will_match_any_property_with_any_string_value.ids @@ -1,5 +1,5 @@ - + A name check will match any property with any string value Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-a_name_check_will_match_any_quantity_with_any_value.ids b/Documentation/testcases/property/pass-a_name_check_will_match_any_quantity_with_any_value.ids index d5507a9..c01ad6d 100644 --- a/Documentation/testcases/property/pass-a_name_check_will_match_any_quantity_with_any_value.ids +++ b/Documentation/testcases/property/pass-a_name_check_will_match_any_quantity_with_any_value.ids @@ -1,5 +1,5 @@ - + A name check will match any quantity with any value Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-a_number_specified_as_a_string_is_treated_as_a_string.ids b/Documentation/testcases/property/pass-a_number_specified_as_a_string_is_treated_as_a_string.ids index 3c668f8..26083b7 100644 --- a/Documentation/testcases/property/pass-a_number_specified_as_a_string_is_treated_as_a_string.ids +++ b/Documentation/testcases/property/pass-a_number_specified_as_a_string_is_treated_as_a_string.ids @@ -1,5 +1,5 @@ - + A number specified as a string is treated as a string Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-a_property_set_to_false_is_still_considered_a_value_and_will_pass_a_name_check.ids b/Documentation/testcases/property/pass-a_property_set_to_false_is_still_considered_a_value_and_will_pass_a_name_check.ids index ce02348..b5d1e31 100644 --- a/Documentation/testcases/property/pass-a_property_set_to_false_is_still_considered_a_value_and_will_pass_a_name_check.ids +++ b/Documentation/testcases/property/pass-a_property_set_to_false_is_still_considered_a_value_and_will_pass_a_name_check.ids @@ -1,5 +1,5 @@ - + A property set to false is still considered a value and will pass a name check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-a_property_set_to_true_will_pass_a_name_check.ids b/Documentation/testcases/property/pass-a_property_set_to_true_will_pass_a_name_check.ids index 45fdc31..4167f08 100644 --- a/Documentation/testcases/property/pass-a_property_set_to_true_will_pass_a_name_check.ids +++ b/Documentation/testcases/property/pass-a_property_set_to_true_will_pass_a_name_check.ids @@ -1,5 +1,5 @@ - + A property set to true will pass a name check Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-a_required_facet_checks_all_parameters_as_normal.ids b/Documentation/testcases/property/pass-a_required_facet_checks_all_parameters_as_normal.ids index cd086ab..46d35bb 100644 --- a/Documentation/testcases/property/pass-a_required_facet_checks_all_parameters_as_normal.ids +++ b/Documentation/testcases/property/pass-a_required_facet_checks_all_parameters_as_normal.ids @@ -1,5 +1,5 @@ - + A required facet checks all parameters as normal Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-a_zero_duration_will_pass.ids b/Documentation/testcases/property/pass-a_zero_duration_will_pass.ids index 3393841..c15e9b7 100644 --- a/Documentation/testcases/property/pass-a_zero_duration_will_pass.ids +++ b/Documentation/testcases/property/pass-a_zero_duration_will_pass.ids @@ -1,5 +1,5 @@ - + A zero duration will pass Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-all_matching_properties_must_satisfy_requirements_1_3.ids b/Documentation/testcases/property/pass-all_matching_properties_must_satisfy_requirements_1_3.ids index 640f2c8..9e1a236 100644 --- a/Documentation/testcases/property/pass-all_matching_properties_must_satisfy_requirements_1_3.ids +++ b/Documentation/testcases/property/pass-all_matching_properties_must_satisfy_requirements_1_3.ids @@ -1,5 +1,5 @@ - + All matching properties must satisfy requirements 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-all_matching_properties_must_satisfy_requirements_2_3.ids b/Documentation/testcases/property/pass-all_matching_properties_must_satisfy_requirements_2_3.ids index e4095b9..3bd36a0 100644 --- a/Documentation/testcases/property/pass-all_matching_properties_must_satisfy_requirements_2_3.ids +++ b/Documentation/testcases/property/pass-all_matching_properties_must_satisfy_requirements_2_3.ids @@ -1,5 +1,5 @@ - + All matching properties must satisfy requirements 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-all_matching_property_sets_must_satisfy_requirements_1_3.ids b/Documentation/testcases/property/pass-all_matching_property_sets_must_satisfy_requirements_1_3.ids index 76c54e7..498534e 100644 --- a/Documentation/testcases/property/pass-all_matching_property_sets_must_satisfy_requirements_1_3.ids +++ b/Documentation/testcases/property/pass-all_matching_property_sets_must_satisfy_requirements_1_3.ids @@ -1,5 +1,5 @@ - + All matching property sets must satisfy requirements 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-all_matching_property_sets_must_satisfy_requirements_3_3.ids b/Documentation/testcases/property/pass-all_matching_property_sets_must_satisfy_requirements_3_3.ids index 3414a58..4d61b10 100644 --- a/Documentation/testcases/property/pass-all_matching_property_sets_must_satisfy_requirements_3_3.ids +++ b/Documentation/testcases/property/pass-all_matching_property_sets_must_satisfy_requirements_3_3.ids @@ -1,5 +1,5 @@ - + All matching property sets must satisfy requirements 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-an_optional_facet_always_passes_regardless_of_outcome_1_2.ids b/Documentation/testcases/property/pass-an_optional_facet_always_passes_regardless_of_outcome_1_2.ids index b854dbc..34ae16e 100644 --- a/Documentation/testcases/property/pass-an_optional_facet_always_passes_regardless_of_outcome_1_2.ids +++ b/Documentation/testcases/property/pass-an_optional_facet_always_passes_regardless_of_outcome_1_2.ids @@ -1,5 +1,5 @@ - + An optional facet always passes regardless of outcome 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-an_optional_facet_always_passes_regardless_of_outcome_2_2.ids b/Documentation/testcases/property/pass-an_optional_facet_always_passes_regardless_of_outcome_2_2.ids index 79dc791..491fa23 100644 --- a/Documentation/testcases/property/pass-an_optional_facet_always_passes_regardless_of_outcome_2_2.ids +++ b/Documentation/testcases/property/pass-an_optional_facet_always_passes_regardless_of_outcome_2_2.ids @@ -1,5 +1,5 @@ - + An optional facet always passes regardless of outcome 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ids b/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ids index b1f038b..9a712fa 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ids @@ -1,5 +1,5 @@ - + Any matching value in a bounded property will pass 1/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ids b/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ids index 5a18a0a..d9707cc 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ids @@ -1,5 +1,5 @@ - + Any matching value in a bounded property will pass 2/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ids b/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ids index 35b1dcf..9bc9959 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ids @@ -1,5 +1,5 @@ - + Any matching value in a bounded property will pass 3/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_a_list_property_will_pass_1_3.ids b/Documentation/testcases/property/pass-any_matching_value_in_a_list_property_will_pass_1_3.ids index 26bfc02..de10cf1 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_a_list_property_will_pass_1_3.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_a_list_property_will_pass_1_3.ids @@ -1,5 +1,5 @@ - + Any matching value in a list property will pass 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_a_list_property_will_pass_2_3.ids b/Documentation/testcases/property/pass-any_matching_value_in_a_list_property_will_pass_2_3.ids index 986f7c3..f6b6cb2 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_a_list_property_will_pass_2_3.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_a_list_property_will_pass_2_3.ids @@ -1,5 +1,5 @@ - + Any matching value in a list property will pass 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_a_table_property_will_pass_1_3.ids b/Documentation/testcases/property/pass-any_matching_value_in_a_table_property_will_pass_1_3.ids index 18b4c0d..cd44e49 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_a_table_property_will_pass_1_3.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_a_table_property_will_pass_1_3.ids @@ -1,5 +1,5 @@ - + Any matching value in a table property will pass 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_a_table_property_will_pass_2_3.ids b/Documentation/testcases/property/pass-any_matching_value_in_a_table_property_will_pass_2_3.ids index 8689eb6..243cdee 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_a_table_property_will_pass_2_3.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_a_table_property_will_pass_2_3.ids @@ -1,5 +1,5 @@ - + Any matching value in a table property will pass 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_an_enumerated_property_will_pass_1_3.ids b/Documentation/testcases/property/pass-any_matching_value_in_an_enumerated_property_will_pass_1_3.ids index 417eea2..d3528e6 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_an_enumerated_property_will_pass_1_3.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_an_enumerated_property_will_pass_1_3.ids @@ -1,5 +1,5 @@ - + Any matching value in an enumerated property will pass 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-any_matching_value_in_an_enumerated_property_will_pass_2_3.ids b/Documentation/testcases/property/pass-any_matching_value_in_an_enumerated_property_will_pass_2_3.ids index 6aeeb57..d9cbe87 100644 --- a/Documentation/testcases/property/pass-any_matching_value_in_an_enumerated_property_will_pass_2_3.ids +++ b/Documentation/testcases/property/pass-any_matching_value_in_an_enumerated_property_will_pass_2_3.ids @@ -1,5 +1,5 @@ - + Any matching value in an enumerated property will pass 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids b/Documentation/testcases/property/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids index 5dc5390..1ff55a3 100644 --- a/Documentation/testcases/property/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids +++ b/Documentation/testcases/property/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids @@ -1,5 +1,5 @@ - + Booleans must be specified as lowercase strings 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-dates_are_treated_as_strings_1_2.ids b/Documentation/testcases/property/pass-dates_are_treated_as_strings_1_2.ids index 27f3f50..66c9c72 100644 --- a/Documentation/testcases/property/pass-dates_are_treated_as_strings_1_2.ids +++ b/Documentation/testcases/property/pass-dates_are_treated_as_strings_1_2.ids @@ -1,5 +1,5 @@ - + Dates are treated as strings 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-durations_are_treated_as_strings_1_2.ids b/Documentation/testcases/property/pass-durations_are_treated_as_strings_1_2.ids index 2a5791b..7190658 100644 --- a/Documentation/testcases/property/pass-durations_are_treated_as_strings_1_2.ids +++ b/Documentation/testcases/property/pass-durations_are_treated_as_strings_1_2.ids @@ -1,5 +1,5 @@ - + Durations are treated as strings 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_1_2.ids b/Documentation/testcases/property/pass-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_1_2.ids index d6e1dd2..e9525c1 100644 --- a/Documentation/testcases/property/pass-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_1_2.ids +++ b/Documentation/testcases/property/pass-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_1_2.ids @@ -1,5 +1,5 @@ - + If multiple properties are matched, all values must satisfy requirements 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-integer_values_are_checked_using_type_casting_1_4.ids b/Documentation/testcases/property/pass-integer_values_are_checked_using_type_casting_1_4.ids index 1790baa..53ddfb6 100644 --- a/Documentation/testcases/property/pass-integer_values_are_checked_using_type_casting_1_4.ids +++ b/Documentation/testcases/property/pass-integer_values_are_checked_using_type_casting_1_4.ids @@ -1,5 +1,5 @@ - + Integer values are checked using type casting 1/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ids b/Documentation/testcases/property/pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ids index 5899338..748a1a3 100644 --- a/Documentation/testcases/property/pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ids +++ b/Documentation/testcases/property/pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ids @@ -1,5 +1,5 @@ - + Measures are used to specify an IFC data type 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-non_ascii_characters_are_treated_without_encoding.ids b/Documentation/testcases/property/pass-non_ascii_characters_are_treated_without_encoding.ids index d058116..e4502fa 100644 --- a/Documentation/testcases/property/pass-non_ascii_characters_are_treated_without_encoding.ids +++ b/Documentation/testcases/property/pass-non_ascii_characters_are_treated_without_encoding.ids @@ -1,5 +1,5 @@ - + Non-ascii characters are treated without encoding Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids b/Documentation/testcases/property/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids index 195a4eb..80bbc43 100644 --- a/Documentation/testcases/property/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids +++ b/Documentation/testcases/property/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids @@ -1,5 +1,5 @@ - + Only specifically formatted numbers are allowed 3/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids b/Documentation/testcases/property/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids index 50371b2..f51a300 100644 --- a/Documentation/testcases/property/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids +++ b/Documentation/testcases/property/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids @@ -1,5 +1,5 @@ - + Only specifically formatted numbers are allowed 4/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-predefined_properties_are_supported_but_discouraged_1_2.ids b/Documentation/testcases/property/pass-predefined_properties_are_supported_but_discouraged_1_2.ids index a16cc05..e055abe 100644 --- a/Documentation/testcases/property/pass-predefined_properties_are_supported_but_discouraged_1_2.ids +++ b/Documentation/testcases/property/pass-predefined_properties_are_supported_but_discouraged_1_2.ids @@ -1,5 +1,5 @@ - + Predefined properties are supported but discouraged 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-properties_can_be_inherited_from_the_type_1_2.ids b/Documentation/testcases/property/pass-properties_can_be_inherited_from_the_type_1_2.ids index b6b7511..ff091c5 100644 --- a/Documentation/testcases/property/pass-properties_can_be_inherited_from_the_type_1_2.ids +++ b/Documentation/testcases/property/pass-properties_can_be_inherited_from_the_type_1_2.ids @@ -1,5 +1,5 @@ - + Properties can be inherited from the type 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-properties_can_be_inherited_from_the_type_2_2.ids b/Documentation/testcases/property/pass-properties_can_be_inherited_from_the_type_2_2.ids index f8729e0..539010c 100644 --- a/Documentation/testcases/property/pass-properties_can_be_inherited_from_the_type_2_2.ids +++ b/Documentation/testcases/property/pass-properties_can_be_inherited_from_the_type_2_2.ids @@ -1,5 +1,5 @@ - + Properties can be inherited from the type 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-properties_can_be_overriden_by_an_occurrence_1_2.ids b/Documentation/testcases/property/pass-properties_can_be_overriden_by_an_occurrence_1_2.ids index 8c7b6fa..6a3c871 100644 --- a/Documentation/testcases/property/pass-properties_can_be_overriden_by_an_occurrence_1_2.ids +++ b/Documentation/testcases/property/pass-properties_can_be_overriden_by_an_occurrence_1_2.ids @@ -1,5 +1,5 @@ - + Properties can be overriden by an occurrence 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_1_3.ids b/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_1_3.ids index 61f135a..16d4208 100644 --- a/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_1_3.ids +++ b/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_1_3.ids @@ -1,5 +1,5 @@ - + Real values are checked using type casting 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_2_3.ids b/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_2_3.ids index 0d98591..d16c4d0 100644 --- a/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_2_3.ids +++ b/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_2_3.ids @@ -1,5 +1,5 @@ - + Real values are checked using type casting 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_3_3.ids b/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_3_3.ids index 064ccf1..a0c0ffb 100644 --- a/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_3_3.ids +++ b/Documentation/testcases/property/pass-real_values_are_checked_using_type_casting_3_3.ids @@ -1,5 +1,5 @@ - + Real values are checked using type casting 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ids b/Documentation/testcases/property/pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ids index b9d551c..cbf16a6 100644 --- a/Documentation/testcases/property/pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ids +++ b/Documentation/testcases/property/pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ids @@ -1,5 +1,5 @@ - + Specifying a value performs a case-sensitive match 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/property/pass-unit_conversions_shall_take_place_to_ids_nominated_standard_units_2_2.ids b/Documentation/testcases/property/pass-unit_conversions_shall_take_place_to_ids_nominated_standard_units_2_2.ids index d1dd739..2fee62e 100644 --- a/Documentation/testcases/property/pass-unit_conversions_shall_take_place_to_ids_nominated_standard_units_2_2.ids +++ b/Documentation/testcases/property/pass-unit_conversions_shall_take_place_to_ids_nominated_standard_units_2_2.ids @@ -1,5 +1,5 @@ - + Unit conversions shall take place to IDS-nominated standard units 2/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-a_bound_can_be_exclusive_1_3.ids b/Documentation/testcases/restriction/fail-a_bound_can_be_exclusive_1_3.ids index a2e9910..1f9473b 100644 --- a/Documentation/testcases/restriction/fail-a_bound_can_be_exclusive_1_3.ids +++ b/Documentation/testcases/restriction/fail-a_bound_can_be_exclusive_1_3.ids @@ -1,5 +1,5 @@ - + A bound can be exclusive 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-a_bound_can_be_exclusive_3_3.ids b/Documentation/testcases/restriction/fail-a_bound_can_be_exclusive_3_3.ids index 3fd42aa..41a92ca 100644 --- a/Documentation/testcases/restriction/fail-a_bound_can_be_exclusive_3_3.ids +++ b/Documentation/testcases/restriction/fail-a_bound_can_be_exclusive_3_3.ids @@ -1,5 +1,5 @@ - + A bound can be exclusive 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-a_bound_can_be_inclusive_4_4.ids b/Documentation/testcases/restriction/fail-a_bound_can_be_inclusive_4_4.ids index 3039d28..b9fcc4f 100644 --- a/Documentation/testcases/restriction/fail-a_bound_can_be_inclusive_4_4.ids +++ b/Documentation/testcases/restriction/fail-a_bound_can_be_inclusive_4_4.ids @@ -1,5 +1,5 @@ - + A bound can be inclusive 4/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-an_enumeration_matches_case_sensitively_3_3.ids b/Documentation/testcases/restriction/fail-an_enumeration_matches_case_sensitively_3_3.ids index 49c7e9c..04a46a1 100644 --- a/Documentation/testcases/restriction/fail-an_enumeration_matches_case_sensitively_3_3.ids +++ b/Documentation/testcases/restriction/fail-an_enumeration_matches_case_sensitively_3_3.ids @@ -1,5 +1,5 @@ - + An enumeration matches case sensitively 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-an_enumeration_matches_case_sensitively_4_3.ids b/Documentation/testcases/restriction/fail-an_enumeration_matches_case_sensitively_4_3.ids index e160589..08478ff 100644 --- a/Documentation/testcases/restriction/fail-an_enumeration_matches_case_sensitively_4_3.ids +++ b/Documentation/testcases/restriction/fail-an_enumeration_matches_case_sensitively_4_3.ids @@ -1,5 +1,5 @@ - + An enumeration matches case sensitively 4/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-length_checks_can_be_used_1_2.ids b/Documentation/testcases/restriction/fail-length_checks_can_be_used_1_2.ids index b599c6d..693574c 100644 --- a/Documentation/testcases/restriction/fail-length_checks_can_be_used_1_2.ids +++ b/Documentation/testcases/restriction/fail-length_checks_can_be_used_1_2.ids @@ -1,5 +1,5 @@ - + Length checks can be used 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-max_and_min_length_checks_can_be_used_1_3.ids b/Documentation/testcases/restriction/fail-max_and_min_length_checks_can_be_used_1_3.ids index a95e871..25d1b8f 100644 --- a/Documentation/testcases/restriction/fail-max_and_min_length_checks_can_be_used_1_3.ids +++ b/Documentation/testcases/restriction/fail-max_and_min_length_checks_can_be_used_1_3.ids @@ -1,5 +1,5 @@ - + Max and min length checks can be used 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-max_and_min_length_checks_can_be_used_4_3.ids b/Documentation/testcases/restriction/fail-max_and_min_length_checks_can_be_used_4_3.ids index 7a2c80a..aea6e74 100644 --- a/Documentation/testcases/restriction/fail-max_and_min_length_checks_can_be_used_4_3.ids +++ b/Documentation/testcases/restriction/fail-max_and_min_length_checks_can_be_used_4_3.ids @@ -1,5 +1,5 @@ - + Max and min length checks can be used 4/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/fail-regex_patterns_can_be_used_3_3.ids b/Documentation/testcases/restriction/fail-regex_patterns_can_be_used_3_3.ids index 3541490..1726b04 100644 --- a/Documentation/testcases/restriction/fail-regex_patterns_can_be_used_3_3.ids +++ b/Documentation/testcases/restriction/fail-regex_patterns_can_be_used_3_3.ids @@ -1,5 +1,5 @@ - + Regex patterns can be used 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/invalid-patterns_always_fail_on_any_number.ids b/Documentation/testcases/restriction/invalid-patterns_always_fail_on_any_number.ids index 9f2354f..ce9a449 100644 --- a/Documentation/testcases/restriction/invalid-patterns_always_fail_on_any_number.ids +++ b/Documentation/testcases/restriction/invalid-patterns_always_fail_on_any_number.ids @@ -1,5 +1,5 @@ - + Patterns always invalid on any number Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/invalid-patterns_only_work_on_strings_and_nothing_else.ids b/Documentation/testcases/restriction/invalid-patterns_only_work_on_strings_and_nothing_else.ids index a749661..e709825 100644 --- a/Documentation/testcases/restriction/invalid-patterns_only_work_on_strings_and_nothing_else.ids +++ b/Documentation/testcases/restriction/invalid-patterns_only_work_on_strings_and_nothing_else.ids @@ -1,5 +1,5 @@ - + Patterns only work on strings and nothing else Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-a_bound_can_be_exclusive_2_3.ids b/Documentation/testcases/restriction/pass-a_bound_can_be_exclusive_2_3.ids index 947eb26..8413e57 100644 --- a/Documentation/testcases/restriction/pass-a_bound_can_be_exclusive_2_3.ids +++ b/Documentation/testcases/restriction/pass-a_bound_can_be_exclusive_2_3.ids @@ -1,5 +1,5 @@ - + A bound can be exclusive 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_1_4.ids b/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_1_4.ids index 142906b..315bb60 100644 --- a/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_1_4.ids +++ b/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_1_4.ids @@ -1,5 +1,5 @@ - + A bound can be inclusive 1/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_2_4.ids b/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_2_4.ids index 76ea0dd..baa75d0 100644 --- a/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_2_4.ids +++ b/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_2_4.ids @@ -1,5 +1,5 @@ - + A bound can be inclusive 2/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_3_4.ids b/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_3_4.ids index be141e0..a65e3a4 100644 --- a/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_3_4.ids +++ b/Documentation/testcases/restriction/pass-a_bound_can_be_inclusive_3_4.ids @@ -1,5 +1,5 @@ - + A bound can be inclusive 3/4 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-an_enumeration_matches_case_sensitively_1_3.ids b/Documentation/testcases/restriction/pass-an_enumeration_matches_case_sensitively_1_3.ids index 9f08b40..67b74fd 100644 --- a/Documentation/testcases/restriction/pass-an_enumeration_matches_case_sensitively_1_3.ids +++ b/Documentation/testcases/restriction/pass-an_enumeration_matches_case_sensitively_1_3.ids @@ -1,5 +1,5 @@ - + An enumeration matches case sensitively 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-an_enumeration_matches_case_sensitively_2_3.ids b/Documentation/testcases/restriction/pass-an_enumeration_matches_case_sensitively_2_3.ids index 314509f..b8bc8c7 100644 --- a/Documentation/testcases/restriction/pass-an_enumeration_matches_case_sensitively_2_3.ids +++ b/Documentation/testcases/restriction/pass-an_enumeration_matches_case_sensitively_2_3.ids @@ -1,5 +1,5 @@ - + An enumeration matches case sensitively 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-length_checks_can_be_used_1_2.ids b/Documentation/testcases/restriction/pass-length_checks_can_be_used_1_2.ids index b599c6d..693574c 100644 --- a/Documentation/testcases/restriction/pass-length_checks_can_be_used_1_2.ids +++ b/Documentation/testcases/restriction/pass-length_checks_can_be_used_1_2.ids @@ -1,5 +1,5 @@ - + Length checks can be used 1/2 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-max_and_min_length_checks_can_be_used_2_3.ids b/Documentation/testcases/restriction/pass-max_and_min_length_checks_can_be_used_2_3.ids index 95b4da7..8999aaa 100644 --- a/Documentation/testcases/restriction/pass-max_and_min_length_checks_can_be_used_2_3.ids +++ b/Documentation/testcases/restriction/pass-max_and_min_length_checks_can_be_used_2_3.ids @@ -1,5 +1,5 @@ - + Max and min length checks can be used 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-max_and_min_length_checks_can_be_used_3_3.ids b/Documentation/testcases/restriction/pass-max_and_min_length_checks_can_be_used_3_3.ids index a64b41a..d035623 100644 --- a/Documentation/testcases/restriction/pass-max_and_min_length_checks_can_be_used_3_3.ids +++ b/Documentation/testcases/restriction/pass-max_and_min_length_checks_can_be_used_3_3.ids @@ -1,5 +1,5 @@ - + Max and min length checks can be used 3/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-regex_patterns_can_be_used_1_3.ids b/Documentation/testcases/restriction/pass-regex_patterns_can_be_used_1_3.ids index 8de2913..32b203a 100644 --- a/Documentation/testcases/restriction/pass-regex_patterns_can_be_used_1_3.ids +++ b/Documentation/testcases/restriction/pass-regex_patterns_can_be_used_1_3.ids @@ -1,5 +1,5 @@ - + Regex patterns can be used 1/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/restriction/pass-regex_patterns_can_be_used_2_3.ids b/Documentation/testcases/restriction/pass-regex_patterns_can_be_used_2_3.ids index 126f8a7..a9504cc 100644 --- a/Documentation/testcases/restriction/pass-regex_patterns_can_be_used_2_3.ids +++ b/Documentation/testcases/restriction/pass-regex_patterns_can_be_used_2_3.ids @@ -1,5 +1,5 @@ - + Regex patterns can be used 2/3 Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/scripts.md b/Documentation/testcases/scripts.md index a1a8cad..7823cfc 100644 --- a/Documentation/testcases/scripts.md +++ b/Documentation/testcases/scripts.md @@ -847,7 +847,7 @@ Entity: ''IFCWALLTYPE'',''WALDO'' ### A predefined type may specify a user-defined element type -``` ids entity/pass-userdefuned_predefined_types_may_be_specified.ids +``` ids entity/pass-userdefined_predefined_types_may_be_specified.ids A predefined type may specify a user-defined element type Entity: ''IFCWALLTYPE'' Requirements: @@ -2859,7 +2859,6 @@ Requirements: Property: ''Foo_Bar'',''Foo'',IFCREAL,''-1000000.'' ``` - ### Comparison tolerance for floating point negative high number lower bound ``` ids tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids index 3b3c0eb..6ffccbd 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative high number lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids index e3d9644..0816a23 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative high number upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids index fd3c7e5..3bfa16d 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative low number lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids index 2b3cb63..e62021a 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative low number upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids index 74e7941..55ad012 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative one lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids index 3bebd26..5d99d3c 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative one upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_one_lower_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_one_lower_bound.ids index 405619f..a2ef1a3 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_one_lower_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_one_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point one lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_one_upper_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_one_upper_bound.ids index 91cae35..c56b647 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_one_upper_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_one_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point one upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids index 7821035..1d1494d 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point positive high number lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids index 7ee7bbf..91d4e2b 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point positive high number upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids index e95beb8..5897c4b 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point positive low number lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids index c639b40..b05c97e 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point positive low number upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids index f41fd63..b60bced 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point range greater than zero exclusive Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids index 5378d33..200f71b 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point range greater than zero inclusive Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids index 6a0f908..e0cd752 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point range lower than zero exclusive Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids index f79f680..1cc2e4e 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point range lower than zero inclusive Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_zero_lower_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_zero_lower_bound.ids index 2ead5af..c5123c0 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_zero_lower_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_zero_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point zero lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_zero_upper_bound.ids b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_zero_upper_bound.ids index 375d35a..5cf49a2 100644 --- a/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_zero_upper_bound.ids +++ b/Documentation/testcases/tolerance/fail-comparison_tolerance_for_floating_point_zero_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point zero upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids index 3b3c0eb..6ffccbd 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative high number lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids index e3d9644..0816a23 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative high number upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids index fd3c7e5..3bfa16d 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative low number lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids index 2b3cb63..e62021a 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative low number upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids index 74e7941..55ad012 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative one lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids index 3bebd26..5d99d3c 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point negative one upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_one_lower_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_one_lower_bound.ids index 405619f..a2ef1a3 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_one_lower_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_one_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point one lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_one_upper_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_one_upper_bound.ids index 91cae35..c56b647 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_one_upper_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_one_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point one upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids index 7821035..1d1494d 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point positive high number lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids index 7ee7bbf..91d4e2b 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point positive high number upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids index e95beb8..5897c4b 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point positive low number lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids index c639b40..b05c97e 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point positive low number upper bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids index f41fd63..b60bced 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point range greater than zero exclusive Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids index 5378d33..200f71b 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point range greater than zero inclusive Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids index 6a0f908..e0cd752 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point range lower than zero exclusive Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids index f79f680..1cc2e4e 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point range lower than zero inclusive Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_zero_lower_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_zero_lower_bound.ids index 2ead5af..c5123c0 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_zero_lower_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_zero_lower_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point zero lower bound Generated via code automation in the Ids Repository on github. diff --git a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_zero_upper_bound.ids b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_zero_upper_bound.ids index 375d35a..5cf49a2 100644 --- a/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_zero_upper_bound.ids +++ b/Documentation/testcases/tolerance/pass-comparison_tolerance_for_floating_point_zero_upper_bound.ids @@ -1,5 +1,5 @@ - + Comparison tolerance for floating point zero upper bound Generated via code automation in the Ids Repository on github. diff --git a/SchemaProject/Ids.SchemaLocation.cs b/SchemaProject/Ids.SchemaLocation.cs index 34e575c..911fded 100644 --- a/SchemaProject/Ids.SchemaLocation.cs +++ b/SchemaProject/Ids.SchemaLocation.cs @@ -7,7 +7,7 @@ namespace Ids; public partial class Ids { [XmlAttributeAttribute("schemaLocation", Namespace = "http://www.w3.org/2001/XMLSchema-instance")] - public string xsiSchemaLocation = "http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/0.9.7/ids.xsd"; + public string xsiSchemaLocation = "http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd"; diff --git a/build/_build.csproj b/build/_build.csproj index 8f643bb..95e7d15 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -13,7 +13,7 @@ - +