├── .gitattributes ├── .github └── workflows │ └── check-test-cases.yml ├── .gitignore ├── .markdownlint.json ├── .nuke ├── build.schema.json └── parameters.json ├── Archive ├── 2019Experiment │ ├── examples │ │ ├── Wall │ │ │ └── json-schema_wall_example.json │ │ └── project and site properties │ │ │ ├── project_and_site.ifc │ │ │ └── project_and_site_EIR.txt │ └── images │ │ └── geolocation_example.png ├── 2020ActivityProposal │ └── 20200606_IDS-activity-proposal.pdf ├── ExistingInitiativesAndProposals │ ├── ACCA │ │ ├── IDS schema ( 200a ).pptx │ │ ├── IDS schema ( 220a ).docx │ │ └── IDS schema ( 220a ).xsd │ ├── AECGeeks │ │ ├── IDS_thomas.drawio │ │ └── IDS_thomas.png │ ├── Adomi │ │ ├── Proposal XLM for IDS v3.pptx │ │ └── pset.png │ ├── BIMtech │ │ ├── 2020-12-02_IDS-Meeting.pptx │ │ ├── 2020-12-02_IDS-Meeting_Borrmann.pptx │ │ ├── ExampleV03.png │ │ ├── IDS-DataModel_v0.3.PNG │ │ ├── IDS-DataModel_v0.3_annotated.png │ │ ├── IDS-DataModel_v0.4.png │ │ ├── IDS_instance.xml │ │ ├── IDS_instance_0.3.xml │ │ ├── IDS_instance_0.5.xml │ │ ├── IDS_schema.xsd │ │ ├── IDS_schema_0.3.xsd │ │ ├── IDS_schema_0.5.xsd │ │ ├── Proto.png │ │ ├── UseCaseSample.png │ │ └── XMLInstanceV03.png │ ├── CEN TC 442 WG2 TG1 │ │ └── Level of information need_EN 17412-1_CEN TC442_Bolpagni.pptx │ ├── Datacubist │ │ └── IDS-Priciples-Hietanen-201216.pdf │ ├── Heijmans │ │ └── IDS-ILS.pdf │ ├── PDTs │ │ └── IDS_DataTemplate_18.11.2020.pdf │ ├── Xbim │ │ ├── Readme.md │ │ ├── requirements.xml │ │ └── requirements.xsd │ └── freeBIM │ │ ├── Capturing an Information Delivery Specification.docx │ │ ├── MetaData.xsd │ │ └── freeBimXML.xml ├── Meetings │ ├── 2020-12-16_IDS-Meeting.pptx │ ├── 20201216_IDS_TechnicalDiscussion.pptx │ ├── 20210113_IDS_TechnicalDiscussion_Comments-AB.pptx │ ├── bSi IDS project - meeting #01 kickoff Octobre 8th 2020 .pdf │ ├── bSi IDS project - meeting #02 November 18th 2020.pdf │ ├── bSi IDS project - meeting #03 December 2nd 2020.pdf │ ├── bSi IDS project - meeting #04 December 16th 2020.pdf │ ├── bSi IDS project - meeting #05 Januari 13th 2021.pdf │ └── bSi IDS project - meeting #06 Januari 27th 2021.pdf ├── Principles.md ├── Roadmap.md └── UseCases │ ├── 20212002_use-case-analysis.pdf │ ├── AedesUVIP │ ├── Aedes ILS 2.0.xlsx │ ├── AedesUVIP-ILS-1.0-Handreiking_toepassing_ILS.docx │ ├── AedesUVIP-ILS-1.0-ObjectTypes.xlsx │ ├── AedesUVIP-ILS-1.0-Shared_Parameters.txt │ ├── AedesUVIP-ILS-1.0-UserDefinedPropertySet.txt │ ├── Handleiding Aedes ILS 2.0.pdf │ ├── Handleiding Harmonisatie ILSO&E - AedesUVIP ILS.pdf │ ├── Harmonisatie ILS O&E - AedesUVIP ILS - Opleverdocument.xlsx │ └── Themas Aedes ILS 2.0.xlsx │ ├── Anas │ └── anas.pptx │ ├── Autobahndirection │ └── bimtech.pptx │ ├── Basis ILS │ └── BIM_basis_ILS_v1_0_ENG.pdf │ ├── CZ SNIM │ ├── LODlevels.png │ └── SNIM.url │ ├── Estonia │ └── DataRequirements.png │ ├── FM Handover │ └── 2021-02-16-FMHEM-XLSXMapping-v02.pdf │ ├── ICMS - Rics │ ├── IDS - ICMS Use Case Pitch - 18 November 2020.pptx │ └── IDS_ICMS_example_04.xml │ ├── IDS-use-case-analyses.xlsx │ ├── IFC Airports │ └── ifc-airport-list.pdf │ ├── ILS Ontwerp & Engineering │ └── ILS Ontwerp & Engineering v1.0.pdf │ ├── LimeStoneAssociation │ └── LimestoneWalls-1.2.pdf │ ├── Milano ePermit │ └── ePermit_Milano.pptx │ ├── PlanBIM │ ├── MIDE_MINVU_DS19_V2.xlsx │ ├── Map.png │ └── Planbim_Chile_Use case_IDS_V1.pdf │ ├── RFI │ └── RFI.pptx │ ├── SBB │ └── ENUMS_Masterlist.xlsx │ ├── VMRG-facades │ ├── Hand-Out_ILS_Gevel_0.9.pdf │ ├── ILS_Gevel_0.9.xlsx │ └── readme.md │ ├── Wooden frames │ └── ILS Houten Kozijnen_versie 1.0 20210126.pdf │ └── bSDD domains │ └── bSDD Search site.url ├── Documentation ├── Examples │ ├── IDS_Aedes_example.ids │ ├── IDS_ArcDox.ids │ ├── IDS_SimpleBIM_examples.ids │ ├── IDS_StructuralSafety.ids │ ├── IDS_aachen_example.ids │ ├── IDS_demo_BIM-basis-ILS.ids │ ├── IDS_oma_input.ids │ ├── IDS_oma_output.ids │ ├── IDS_random_example.ids │ ├── IDS_ucms_prefab_pipes_IFC2x3.ids │ ├── IDS_ucms_prefab_pipes_IFC4.3.ids │ ├── IDS_wooden-windows.ids │ └── IDS_wooden-windows_IFC.ifc ├── ImplementersDocumentation │ ├── DataTypes.md │ ├── Graphics │ │ ├── branch-policy.excalidraw │ │ └── branch-policy.svg │ ├── TestCases │ │ ├── attribute │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ifc │ │ │ ├── fail-an_optional_attribute_fails_if_empty.ids │ │ │ ├── fail-an_optional_attribute_fails_if_empty.ifc │ │ │ ├── fail-attributes_are_not_inherited_by_the_occurrence.ids │ │ │ ├── fail-attributes_are_not_inherited_by_the_occurrence.ifc │ │ │ ├── fail-attributes_should_check_strings_case_sensitively_2_2.ids │ │ │ ├── fail-attributes_should_check_strings_case_sensitively_2_2.ifc │ │ │ ├── fail-attributes_with_a_logical_unknown_always_fail.ids │ │ │ ├── fail-attributes_with_a_logical_unknown_always_fail.ifc │ │ │ ├── fail-attributes_with_an_empty_list_always_fail.ids │ │ │ ├── fail-attributes_with_an_empty_list_always_fail.ifc │ │ │ ├── fail-attributes_with_an_empty_set_always_fail.ids │ │ │ ├── fail-attributes_with_an_empty_set_always_fail.ifc │ │ │ ├── fail-attributes_with_empty_strings_always_fail.ids │ │ │ ├── fail-attributes_with_empty_strings_always_fail.ifc │ │ │ ├── fail-attributes_with_null_values_always_fail.ids │ │ │ ├── fail-attributes_with_null_values_always_fail.ifc │ │ │ ├── fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids │ │ │ ├── fail-booleans_must_be_specified_as_lowercase_strings_1_3.ifc │ │ │ ├── fail-dates_are_treated_as_strings_1_2.ids │ │ │ ├── fail-dates_are_treated_as_strings_1_2.ifc │ │ │ ├── fail-durations_are_treated_as_strings_2_2.ids │ │ │ ├── fail-durations_are_treated_as_strings_2_2.ifc │ │ │ ├── fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids │ │ │ ├── fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ifc │ │ │ ├── fail-numeric_values_are_checked_using_type_casting_4_4.ids │ │ │ ├── fail-numeric_values_are_checked_using_type_casting_4_4.ifc │ │ │ ├── fail-value_restrictions_may_be_used_3_3.ids │ │ │ ├── fail-value_restrictions_may_be_used_3_3.ifc │ │ │ ├── invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ids │ │ │ ├── invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ifc │ │ │ ├── invalid-derived_attributes_cannot_be_checked_and_always_fail.ids │ │ │ ├── invalid-derived_attributes_cannot_be_checked_and_always_fail.ifc │ │ │ ├── invalid-integers_cannot_be_expressed_as_floating_point_numbers_2_2.ids │ │ │ ├── invalid-integers_cannot_be_expressed_as_floating_point_numbers_2_2.ifc │ │ │ ├── invalid-invalid_attribute_names_always_fail.ids │ │ │ ├── invalid-invalid_attribute_names_always_fail.ifc │ │ │ ├── invalid-inverse_attributes_cannot_be_checked_and_always_fail.ids │ │ │ ├── invalid-inverse_attributes_cannot_be_checked_and_always_fail.ifc │ │ │ ├── invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids │ │ │ ├── invalid-only_specifically_formatted_numbers_are_allowed_1_4.ifc │ │ │ ├── invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids │ │ │ ├── invalid-only_specifically_formatted_numbers_are_allowed_2_4.ifc │ │ │ ├── invalid-specifying_a_float_when_the_value_is_an_integer_is_invalid.ids │ │ │ ├── invalid-specifying_a_float_when_the_value_is_an_integer_is_invalid.ifc │ │ │ ├── invalid-value_checks_always_fail_for_lists.ids │ │ │ ├── invalid-value_checks_always_fail_for_lists.ifc │ │ │ ├── invalid-value_checks_always_fail_for_objects.ids │ │ │ ├── invalid-value_checks_always_fail_for_objects.ifc │ │ │ ├── invalid-value_checks_always_fail_for_selects.ids │ │ │ ├── invalid-value_checks_always_fail_for_selects.ifc │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ids │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ifc │ │ │ ├── pass-an_optional_attribute_passes_if_null.ids │ │ │ ├── pass-an_optional_attribute_passes_if_null.ifc │ │ │ ├── pass-an_optional_attribute_passes_if_specified.ids │ │ │ ├── pass-an_optional_attribute_passes_if_specified.ifc │ │ │ ├── pass-attributes_referencing_an_object_should_pass.ids │ │ │ ├── pass-attributes_referencing_an_object_should_pass.ifc │ │ │ ├── pass-attributes_should_check_strings_case_sensitively_1_2.ids │ │ │ ├── pass-attributes_should_check_strings_case_sensitively_1_2.ifc │ │ │ ├── pass-attributes_with_a_boolean_false_should_pass.ids │ │ │ ├── pass-attributes_with_a_boolean_false_should_pass.ifc │ │ │ ├── pass-attributes_with_a_boolean_true_should_pass.ids │ │ │ ├── pass-attributes_with_a_boolean_true_should_pass.ifc │ │ │ ├── pass-attributes_with_a_select_referencing_a_primitive_should_pass.ids │ │ │ ├── pass-attributes_with_a_select_referencing_a_primitive_should_pass.ifc │ │ │ ├── pass-attributes_with_a_select_referencing_an_object_should_pass.ids │ │ │ ├── pass-attributes_with_a_select_referencing_an_object_should_pass.ifc │ │ │ ├── pass-attributes_with_a_string_value_should_pass.ids │ │ │ ├── pass-attributes_with_a_string_value_should_pass.ifc │ │ │ ├── pass-attributes_with_a_zero_duration_should_pass.ids │ │ │ ├── pass-attributes_with_a_zero_duration_should_pass.ifc │ │ │ ├── pass-attributes_with_a_zero_number_have_meaning_and_should_pass.ids │ │ │ ├── pass-attributes_with_a_zero_number_have_meaning_and_should_pass.ifc │ │ │ ├── pass-booleans_must_be_specified_as_lowercase_strings_3_3.ids │ │ │ ├── pass-booleans_must_be_specified_as_lowercase_strings_3_3.ifc │ │ │ ├── pass-dates_are_treated_as_strings_2_2.ids │ │ │ ├── pass-dates_are_treated_as_strings_2_2.ifc │ │ │ ├── pass-durations_are_treated_as_strings_1_2.ids │ │ │ ├── pass-durations_are_treated_as_strings_1_2.ifc │ │ │ ├── pass-globalids_are_treated_as_strings_and_not_expanded.ids │ │ │ ├── pass-globalids_are_treated_as_strings_and_not_expanded.ifc │ │ │ ├── pass-integers_follow_the_same_rules_as_numbers.ids │ │ │ ├── pass-integers_follow_the_same_rules_as_numbers.ifc │ │ │ ├── pass-name_restrictions_will_match_any_result_1_3.ids │ │ │ ├── pass-name_restrictions_will_match_any_result_1_3.ifc │ │ │ ├── pass-name_restrictions_will_match_any_result_2_3.ids │ │ │ ├── pass-name_restrictions_will_match_any_result_2_3.ifc │ │ │ ├── pass-name_restrictions_will_match_any_result_3_3.ids │ │ │ ├── pass-name_restrictions_will_match_any_result_3_3.ifc │ │ │ ├── pass-non_ascii_characters_are_treated_without_encoding.ids │ │ │ ├── pass-non_ascii_characters_are_treated_without_encoding.ifc │ │ │ ├── pass-numeric_values_are_checked_using_type_casting_1_4.ids │ │ │ ├── pass-numeric_values_are_checked_using_type_casting_1_4.ifc │ │ │ ├── pass-numeric_values_are_checked_using_type_casting_2_4.ids │ │ │ ├── pass-numeric_values_are_checked_using_type_casting_2_4.ifc │ │ │ ├── pass-numeric_values_are_checked_using_type_casting_3_4.ids │ │ │ ├── pass-numeric_values_are_checked_using_type_casting_3_4.ifc │ │ │ ├── pass-only_specifically_formatted_numbers_are_allowed_3_4.ids │ │ │ ├── pass-only_specifically_formatted_numbers_are_allowed_3_4.ifc │ │ │ ├── pass-only_specifically_formatted_numbers_are_allowed_4_4.ids │ │ │ ├── pass-only_specifically_formatted_numbers_are_allowed_4_4.ifc │ │ │ ├── pass-strict_numeric_checking_may_be_done_with_a_bounds_restriction.ids │ │ │ ├── pass-strict_numeric_checking_may_be_done_with_a_bounds_restriction.ifc │ │ │ ├── pass-typecast_checking_may_also_occur_within_enumeration_restrictions.ids │ │ │ ├── pass-typecast_checking_may_also_occur_within_enumeration_restrictions.ifc │ │ │ ├── pass-value_restrictions_may_be_used_1_3.ids │ │ │ ├── pass-value_restrictions_may_be_used_1_3.ifc │ │ │ ├── pass-value_restrictions_may_be_used_2_3.ids │ │ │ └── pass-value_restrictions_may_be_used_2_3.ifc │ │ ├── classification │ │ │ ├── fail-a_classification_facet_with_no_data_matches_any_classification_1_2.ids │ │ │ ├── fail-a_classification_facet_with_no_data_matches_any_classification_1_2.ifc │ │ │ ├── fail-a_prohibited_classification_reference_returns_the_opposite_of_a_required_facet.ids │ │ │ ├── fail-a_prohibited_classification_reference_returns_the_opposite_of_a_required_facet.ifc │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ifc │ │ │ ├── fail-a_required_classification_system_fails_if_no_match.ids │ │ │ ├── fail-a_required_classification_system_fails_if_no_match.ifc │ │ │ ├── fail-an_optional_classification_value_fails_if_no_match.ids │ │ │ ├── fail-an_optional_classification_value_fails_if_no_match.ifc │ │ │ ├── fail-both_system_and_value_must_match__all__not_any__if_specified_2_2.ids │ │ │ ├── fail-both_system_and_value_must_match__all__not_any__if_specified_2_2.ifc │ │ │ ├── fail-occurrences_override_the_type_classification_per_system_2_3.ids │ │ │ ├── fail-occurrences_override_the_type_classification_per_system_2_3.ifc │ │ │ ├── fail-restrictions_can_be_used_for_systems_1_2.ids │ │ │ ├── fail-restrictions_can_be_used_for_systems_1_2.ifc │ │ │ ├── fail-restrictions_can_be_used_for_values_3_3.ids │ │ │ ├── fail-restrictions_can_be_used_for_values_3_3.ifc │ │ │ ├── fail-systems_should_match_exactly_2_5.ids │ │ │ ├── fail-systems_should_match_exactly_2_5.ifc │ │ │ ├── pass-a_classification_facet_with_no_data_matches_any_classification_2_2.ids │ │ │ ├── pass-a_classification_facet_with_no_data_matches_any_classification_2_2.ifc │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ids │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ifc │ │ │ ├── pass-an_optional_classification_value_passes_if_null.ids │ │ │ ├── pass-an_optional_classification_value_passes_if_null.ifc │ │ │ ├── pass-an_optional_classification_value_passes_if_specified.ids │ │ │ ├── pass-an_optional_classification_value_passes_if_specified.ifc │ │ │ ├── pass-both_system_and_value_must_match__all__not_any__if_specified_1_2.ids │ │ │ ├── pass-both_system_and_value_must_match__all__not_any__if_specified_1_2.ifc │ │ │ ├── pass-non_rooted_resources_that_have_external_classification_references_should_also_pass.ids │ │ │ ├── pass-non_rooted_resources_that_have_external_classification_references_should_also_pass.ifc │ │ │ ├── pass-occurrences_override_the_type_classification_per_system_1_3.ids │ │ │ ├── pass-occurrences_override_the_type_classification_per_system_1_3.ifc │ │ │ ├── pass-occurrences_override_the_type_classification_per_system_3_3.ids │ │ │ ├── pass-occurrences_override_the_type_classification_per_system_3_3.ifc │ │ │ ├── pass-restrictions_can_be_used_for_systems_2_2.ids │ │ │ ├── pass-restrictions_can_be_used_for_systems_2_2.ifc │ │ │ ├── pass-restrictions_can_be_used_for_values_1_3.ids │ │ │ ├── pass-restrictions_can_be_used_for_values_1_3.ifc │ │ │ ├── pass-restrictions_can_be_used_for_values_2_3.ids │ │ │ ├── pass-restrictions_can_be_used_for_values_2_3.ifc │ │ │ ├── pass-systems_should_match_exactly_1_5.ids │ │ │ ├── pass-systems_should_match_exactly_1_5.ifc │ │ │ ├── pass-systems_should_match_exactly_3_5.ids │ │ │ ├── pass-systems_should_match_exactly_3_5.ifc │ │ │ ├── pass-systems_should_match_exactly_4_5.ids │ │ │ ├── pass-systems_should_match_exactly_4_5.ifc │ │ │ ├── pass-systems_should_match_exactly_5_5.ids │ │ │ ├── pass-systems_should_match_exactly_5_5.ifc │ │ │ ├── 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 │ │ │ ├── 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_.ifc │ │ │ ├── pass-values_should_match_exactly_if_lightweight_classifications_are_used.ids │ │ │ └── pass-values_should_match_exactly_if_lightweight_classifications_are_used.ifc │ │ ├── contributing.md │ │ ├── entity │ │ │ ├── fail-a_null_predefined_type_should_always_fail_a_specified_predefined_types.ids │ │ │ ├── fail-a_null_predefined_type_should_always_fail_a_specified_predefined_types.ifc │ │ │ ├── fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ids │ │ │ ├── fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ifc │ │ │ ├── fail-an_entity_not_matching_a_specified_predefined_type_will_fail.ids │ │ │ ├── fail-an_entity_not_matching_a_specified_predefined_type_will_fail.ifc │ │ │ ├── fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ids │ │ │ ├── fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ifc │ │ │ ├── fail-user_defined_types_are_checked_case_sensitively.ids │ │ │ ├── fail-user_defined_types_are_checked_case_sensitively.ifc │ │ │ ├── invalid-an_entity_not_matching_the_specified_class_should_fail.ids │ │ │ ├── invalid-an_entity_not_matching_the_specified_class_should_fail.ifc │ │ │ ├── invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ids │ │ │ ├── invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ifc │ │ │ ├── invalid-entities_can_be_specified_as_an_enumeration_3_3.ids │ │ │ ├── invalid-entities_can_be_specified_as_an_enumeration_3_3.ifc │ │ │ ├── invalid-entities_must_be_specified_as_uppercase_strings.ids │ │ │ ├── invalid-entities_must_be_specified_as_uppercase_strings.ifc │ │ │ ├── invalid-invalid_entities_always_fail.ids │ │ │ ├── invalid-invalid_entities_always_fail.ifc │ │ │ ├── invalid-subclasses_are_not_considered_as_matching.ids │ │ │ ├── invalid-subclasses_are_not_considered_as_matching.ifc │ │ │ ├── pass-a_matching_entity_should_pass.ids │ │ │ ├── pass-a_matching_entity_should_pass.ifc │ │ │ ├── pass-a_matching_predefined_type_should_pass.ids │ │ │ ├── pass-a_matching_predefined_type_should_pass.ifc │ │ │ ├── pass-a_predefined_type_may_specify_a_user_defined_element_type.ids │ │ │ ├── pass-a_predefined_type_may_specify_a_user_defined_element_type.ifc │ │ │ ├── pass-a_predefined_type_may_specify_a_user_defined_object_type.ids │ │ │ ├── pass-a_predefined_type_may_specify_a_user_defined_object_type.ifc │ │ │ ├── pass-a_predefined_type_may_specify_a_user_defined_process_type.ids │ │ │ ├── pass-a_predefined_type_may_specify_a_user_defined_process_type.ifc │ │ │ ├── pass-an_matching_entity_should_pass_regardless_of_predefined_type.ids │ │ │ ├── pass-an_matching_entity_should_pass_regardless_of_predefined_type.ifc │ │ │ ├── pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ids │ │ │ ├── pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ifc │ │ │ ├── pass-entities_can_be_specified_as_an_enumeration_1_3.ids │ │ │ ├── pass-entities_can_be_specified_as_an_enumeration_1_3.ifc │ │ │ ├── pass-entities_can_be_specified_as_an_enumeration_2_3.ids │ │ │ ├── pass-entities_can_be_specified_as_an_enumeration_2_3.ifc │ │ │ ├── pass-inherited_predefined_types_should_pass.ids │ │ │ ├── pass-inherited_predefined_types_should_pass.ifc │ │ │ ├── pass-overridden_predefined_types_should_pass.ids │ │ │ ├── pass-overridden_predefined_types_should_pass.ifc │ │ │ ├── pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ids │ │ │ ├── pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ifc │ │ │ ├── pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ids │ │ │ ├── pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ifc │ │ │ ├── pass-userdefined_predefined_types_may_be_specified.ids │ │ │ └── pass-userdefined_predefined_types_may_be_specified.ifc │ │ ├── ids │ │ │ ├── fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ids │ │ │ ├── fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ifc │ │ │ ├── fail-a_specification_passes_only_if_all_requirements_pass_1_2.ids │ │ │ ├── fail-a_specification_passes_only_if_all_requirements_pass_1_2.ifc │ │ │ ├── fail-prohibited_specifications_fails_if_the_applicability_matches.ids │ │ │ ├── fail-prohibited_specifications_fails_if_the_applicability_matches.ifc │ │ │ ├── fail-required_specifications_need_at_least_one_applicable_entity_2_2.ids │ │ │ ├── fail-required_specifications_need_at_least_one_applicable_entity_2_2.ifc │ │ │ ├── invalid-prohibited_specifications_invalid_if_requirements_are_specified.ids │ │ │ ├── invalid-prohibited_specifications_invalid_if_requirements_are_specified.ifc │ │ │ ├── pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ids │ │ │ ├── pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ifc │ │ │ ├── pass-a_specification_passes_only_if_all_requirements_pass_2_2.ids │ │ │ ├── pass-a_specification_passes_only_if_all_requirements_pass_2_2.ifc │ │ │ ├── pass-optional_specifications_may_still_pass_if_nothing_is_applicable.ids │ │ │ ├── pass-optional_specifications_may_still_pass_if_nothing_is_applicable.ifc │ │ │ ├── pass-prohibited_specifications_passes_if_the_applicability_does_not_matches.ids │ │ │ ├── pass-prohibited_specifications_passes_if_the_applicability_does_not_matches.ifc │ │ │ ├── pass-required_specifications_need_at_least_one_applicable_entity_1_2.ids │ │ │ ├── pass-required_specifications_need_at_least_one_applicable_entity_1_2.ifc │ │ │ ├── pass-specification_optionality_and_facet_optionality_can_be_combined.ids │ │ │ ├── pass-specification_optionality_and_facet_optionality_can_be_combined.ifc │ │ │ ├── pass-specification_version_is_purely_metadata_and_does_not_impact_pass_or_fail_result.ids │ │ │ └── pass-specification_version_is_purely_metadata_and_does_not_impact_pass_or_fail_result.ifc │ │ ├── material │ │ │ ├── fail-a_constituent_set_with_no_data_will_fail_a_value_check.ids │ │ │ ├── fail-a_constituent_set_with_no_data_will_fail_a_value_check.ifc │ │ │ ├── fail-a_material_list_with_no_data_will_fail_a_value_check.ids │ │ │ ├── fail-a_material_list_with_no_data_will_fail_a_value_check.ifc │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ifc │ │ │ ├── fail-an_optional_material_fails_if_no_value_matches.ids │ │ │ ├── fail-an_optional_material_fails_if_no_value_matches.ifc │ │ │ ├── fail-elements_without_a_material_always_fail.ids │ │ │ ├── fail-elements_without_a_material_always_fail.ifc │ │ │ ├── fail-material_with_no_data_will_fail_a_value_check.ids │ │ │ ├── fail-material_with_no_data_will_fail_a_value_check.ifc │ │ │ ├── pass-a_layer_set_name_will_pass_a_value_check.ids │ │ │ ├── pass-a_layer_set_name_will_pass_a_value_check.ifc │ │ │ ├── pass-a_material_category_may_pass_the_value_check.ids │ │ │ ├── pass-a_material_category_may_pass_the_value_check.ifc │ │ │ ├── pass-a_material_name_may_pass_the_value_check.ids │ │ │ ├── pass-a_material_name_may_pass_the_value_check.ifc │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ids │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ifc │ │ │ ├── pass-an_optional_material_passes_if_null.ids │ │ │ ├── pass-an_optional_material_passes_if_null.ifc │ │ │ ├── pass-an_optional_material_passes_if_specified.ids │ │ │ ├── pass-an_optional_material_passes_if_specified.ifc │ │ │ ├── pass-any_constituent_category_in_a_constituent_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_constituent_category_in_a_constituent_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_constituent_name_in_a_constituent_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_constituent_name_in_a_constituent_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_material_category_in_a_constituent_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_material_category_in_a_constituent_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_material_category_in_a_layer_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_material_category_in_a_layer_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_material_category_in_a_list_will_pass_a_value_check.ids │ │ │ ├── pass-any_material_category_in_a_list_will_pass_a_value_check.ifc │ │ │ ├── pass-any_material_category_in_a_profile_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_material_category_in_a_profile_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_material_name_in_a_constituent_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_material_name_in_a_constituent_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_material_name_in_a_list_will_pass_a_value_check.ids │ │ │ ├── pass-any_material_name_in_a_list_will_pass_a_value_check.ifc │ │ │ ├── pass-any_material_name_in_a_profile_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_material_name_in_a_profile_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_profile_category_in_a_profile_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_profile_category_in_a_profile_set_will_pass_a_value_check.ifc │ │ │ ├── pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ids │ │ │ ├── pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ifc │ │ │ ├── pass-elements_with_any_material_will_pass_an_empty_material_facet.ids │ │ │ ├── pass-elements_with_any_material_will_pass_an_empty_material_facet.ifc │ │ │ ├── pass-occurrences_can_inherit_materials_from_their_types.ids │ │ │ ├── pass-occurrences_can_inherit_materials_from_their_types.ifc │ │ │ ├── pass-occurrences_can_override_materials_from_their_types.ids │ │ │ └── pass-occurrences_can_override_materials_from_their_types.ifc │ │ ├── partof │ │ │ ├── fail-a_group_entity_must_match_exactly_1_2.ids │ │ │ ├── fail-a_group_entity_must_match_exactly_1_2.ifc │ │ │ ├── fail-a_non_aggregated_element_fails_an_aggregate_relationship.ids │ │ │ ├── fail-a_non_aggregated_element_fails_an_aggregate_relationship.ifc │ │ │ ├── fail-a_non_grouped_element_fails_a_group_relationship.ids │ │ │ ├── fail-a_non_grouped_element_fails_a_group_relationship.ifc │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ifc │ │ │ ├── fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ids │ │ │ ├── fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ifc │ │ │ ├── fail-an_aggregate_may_specify_the_predefined_type_of_the_whole_2_2.ids │ │ │ ├── fail-an_aggregate_may_specify_the_predefined_type_of_the_whole_2_2.ifc │ │ │ ├── fail-any_contained_element_passes_a_containment_relationship_1_2.ids │ │ │ ├── fail-any_contained_element_passes_a_containment_relationship_1_2.ifc │ │ │ ├── fail-any_nested_whole_fails_a_nest_relationship.ids │ │ │ ├── fail-any_nested_whole_fails_a_nest_relationship.ifc │ │ │ ├── fail-the_aggregated_whole_fails_an_aggregate_relationship.ids │ │ │ ├── fail-the_aggregated_whole_fails_an_aggregate_relationship.ifc │ │ │ ├── fail-the_container_entity_must_match_exactly_1_2.ids │ │ │ ├── fail-the_container_entity_must_match_exactly_1_2.ifc │ │ │ ├── fail-the_container_itself_always_fails.ids │ │ │ ├── fail-the_container_itself_always_fails.ifc │ │ │ ├── fail-the_container_must_be_related_using_specified_relation_2_2.ids │ │ │ ├── fail-the_container_must_be_related_using_specified_relation_2_2.ifc │ │ │ ├── fail-the_container_predefined_type_must_match_exactly_1_2.ids │ │ │ ├── fail-the_container_predefined_type_must_match_exactly_1_2.ifc │ │ │ ├── fail-the_containment_can_be_indirect_2_2.ids │ │ │ ├── fail-the_containment_can_be_indirect_2_2.ifc │ │ │ ├── fail-the_nest_entity_must_match_exactly_1_2.ids │ │ │ ├── fail-the_nest_entity_must_match_exactly_1_2.ifc │ │ │ ├── fail-the_nest_predefined_type_must_match_exactly_1_2.ids │ │ │ ├── fail-the_nest_predefined_type_must_match_exactly_1_2.ifc │ │ │ ├── invalid-a_group_predefined_type_must_match_exactly_1_2.ids │ │ │ ├── invalid-a_group_predefined_type_must_match_exactly_1_2.ifc │ │ │ ├── pass-a_group_entity_must_match_exactly_2_2.ids │ │ │ ├── pass-a_group_entity_must_match_exactly_2_2.ifc │ │ │ ├── pass-a_group_predefined_type_must_match_exactly_2_2.ids │ │ │ ├── pass-a_group_predefined_type_must_match_exactly_2_2.ifc │ │ │ ├── pass-a_grouped_element_passes_a_group_relationship.ids │ │ │ ├── pass-a_grouped_element_passes_a_group_relationship.ifc │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ids │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ifc │ │ │ ├── pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ids │ │ │ ├── pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ifc │ │ │ ├── pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ids │ │ │ ├── pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ifc │ │ │ ├── pass-an_aggregate_may_specify_the_predefined_type_of_the_whole_1_2.ids │ │ │ ├── pass-an_aggregate_may_specify_the_predefined_type_of_the_whole_1_2.ifc │ │ │ ├── pass-any_contained_element_passes_a_containment_relationship_2_2.ids │ │ │ ├── pass-any_contained_element_passes_a_containment_relationship_2_2.ifc │ │ │ ├── pass-any_nested_part_passes_a_nest_relationship.ids │ │ │ ├── pass-any_nested_part_passes_a_nest_relationship.ifc │ │ │ ├── pass-nesting_may_be_indirect.ids │ │ │ ├── pass-nesting_may_be_indirect.ifc │ │ │ ├── pass-the_aggregated_part_passes_an_aggregate_relationship.ids │ │ │ ├── pass-the_aggregated_part_passes_an_aggregate_relationship.ifc │ │ │ ├── pass-the_container_entity_must_match_exactly_2_2.ids │ │ │ ├── pass-the_container_entity_must_match_exactly_2_2.ifc │ │ │ ├── pass-the_container_must_be_related_using_specified_relation_1_2.ids │ │ │ ├── pass-the_container_must_be_related_using_specified_relation_1_2.ifc │ │ │ ├── pass-the_container_predefined_type_must_match_exactly_2_2.ids │ │ │ ├── pass-the_container_predefined_type_must_match_exactly_2_2.ifc │ │ │ ├── pass-the_containment_can_be_indirect_1_2.ids │ │ │ ├── pass-the_containment_can_be_indirect_1_2.ifc │ │ │ ├── pass-the_nest_entity_must_match_exactly_2_2.ids │ │ │ ├── pass-the_nest_entity_must_match_exactly_2_2.ifc │ │ │ ├── pass-the_nest_predefined_type_must_match_exactly_2_2.ids │ │ │ └── pass-the_nest_predefined_type_must_match_exactly_2_2.ifc │ │ ├── property │ │ │ ├── fail-a_logical_unknown_is_considered_false_and_will_not_pass.ids │ │ │ ├── fail-a_logical_unknown_is_considered_false_and_will_not_pass.ifc │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids │ │ │ ├── fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ifc │ │ │ ├── fail-all_matching_properties_must_satisfy_requirements_3_3.ids │ │ │ ├── fail-all_matching_properties_must_satisfy_requirements_3_3.ifc │ │ │ ├── fail-all_matching_property_sets_must_satisfy_requirements_2_3.ids │ │ │ ├── fail-all_matching_property_sets_must_satisfy_requirements_2_3.ifc │ │ │ ├── fail-an_empty_string_is_considered_false_and_will_not_pass.ids │ │ │ ├── fail-an_empty_string_is_considered_false_and_will_not_pass.ifc │ │ │ ├── fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ids │ │ │ ├── fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ifc │ │ │ ├── fail-any_matching_value_in_a_list_property_will_pass_3_3.ids │ │ │ ├── fail-any_matching_value_in_a_list_property_will_pass_3_3.ifc │ │ │ ├── fail-any_matching_value_in_a_table_property_will_pass_3_3.ids │ │ │ ├── fail-any_matching_value_in_a_table_property_will_pass_3_3.ifc │ │ │ ├── fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids │ │ │ ├── fail-booleans_must_be_specified_as_lowercase_strings_1_3.ifc │ │ │ ├── fail-complex_properties_are_not_supported_1_2.ids │ │ │ ├── fail-complex_properties_are_not_supported_1_2.ifc │ │ │ ├── fail-complex_properties_are_not_supported_2_2.ids │ │ │ ├── fail-complex_properties_are_not_supported_2_2.ifc │ │ │ ├── fail-dates_are_treated_as_strings_2_2.ids │ │ │ ├── fail-dates_are_treated_as_strings_2_2.ifc │ │ │ ├── fail-durations_are_treated_as_strings_1_2.ids │ │ │ ├── fail-durations_are_treated_as_strings_1_2.ifc │ │ │ ├── fail-elements_with_a_matching_pset_but_no_property_also_fail.ids │ │ │ ├── fail-elements_with_a_matching_pset_but_no_property_also_fail.ifc │ │ │ ├── fail-elements_with_no_properties_always_fail.ids │ │ │ ├── fail-elements_with_no_properties_always_fail.ifc │ │ │ ├── fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ids │ │ │ ├── fail-ids_does_not_handle_string_truncation_such_as_for_identifiers.ifc │ │ │ ├── fail-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_2_2.ids │ │ │ ├── fail-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_2_2.ifc │ │ │ ├── fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ids │ │ │ ├── fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ifc │ │ │ ├── fail-no_matching_value_in_an_enumerated_property_will_fail_3_3.ids │ │ │ ├── fail-no_matching_value_in_an_enumerated_property_will_fail_3_3.ifc │ │ │ ├── fail-predefined_properties_are_supported_but_discouraged_2_2.ids │ │ │ ├── fail-predefined_properties_are_supported_but_discouraged_2_2.ifc │ │ │ ├── fail-properties_can_be_associated_to_relevant_object_types.ids │ │ │ ├── fail-properties_can_be_associated_to_relevant_object_types.ifc │ │ │ ├── fail-properties_can_be_overriden_by_an_occurrence_2_2.ids │ │ │ ├── fail-properties_can_be_overriden_by_an_occurrence_2_2.ifc │ │ │ ├── fail-properties_with_a_null_value_fail.ids │ │ │ ├── fail-properties_with_a_null_value_fail.ifc │ │ │ ├── fail-quantities_must_also_match_the_appropriate_measure.ids │ │ │ ├── fail-quantities_must_also_match_the_appropriate_measure.ifc │ │ │ ├── fail-reference_properties_are_treated_as_objects_and_not_supported.ids │ │ │ ├── fail-reference_properties_are_treated_as_objects_and_not_supported.ifc │ │ │ ├── fail-specifying_a_value_fails_against_different_values.ids │ │ │ ├── fail-specifying_a_value_fails_against_different_values.ifc │ │ │ ├── fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ids │ │ │ ├── fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ifc │ │ │ ├── fail-unit_conversions_shall_take_place_to_ids_nominated_standard_units_1_2.ids │ │ │ ├── fail-unit_conversions_shall_take_place_to_ids_nominated_standard_units_1_2.ifc │ │ │ ├── invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ids │ │ │ ├── invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ifc │ │ │ ├── invalid-integer_values_are_checked_using_type_casting_4_4.ids │ │ │ ├── invalid-integer_values_are_checked_using_type_casting_4_4.ifc │ │ │ ├── invalid-integer_values_cannot_be_stored_with_decimal_2_4.ids │ │ │ ├── invalid-integer_values_cannot_be_stored_with_decimal_2_4.ifc │ │ │ ├── invalid-integer_values_cannot_be_stored_with_decimal_3_4.ids │ │ │ ├── invalid-integer_values_cannot_be_stored_with_decimal_3_4.ifc │ │ │ ├── invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids │ │ │ ├── invalid-only_specifically_formatted_numbers_are_allowed_1_4.ifc │ │ │ ├── invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids │ │ │ ├── invalid-only_specifically_formatted_numbers_are_allowed_2_4.ifc │ │ │ ├── pass-a_name_check_will_match_any_property_with_any_string_value.ids │ │ │ ├── pass-a_name_check_will_match_any_property_with_any_string_value.ifc │ │ │ ├── pass-a_name_check_will_match_any_quantity_with_any_value.ids │ │ │ ├── pass-a_name_check_will_match_any_quantity_with_any_value.ifc │ │ │ ├── pass-a_number_specified_as_a_string_is_treated_as_a_string.ids │ │ │ ├── pass-a_number_specified_as_a_string_is_treated_as_a_string.ifc │ │ │ ├── pass-a_property_set_to_false_is_still_considered_a_value_and_will_pass_a_name_check.ids │ │ │ ├── pass-a_property_set_to_false_is_still_considered_a_value_and_will_pass_a_name_check.ifc │ │ │ ├── pass-a_property_set_to_true_will_pass_a_name_check.ids │ │ │ ├── pass-a_property_set_to_true_will_pass_a_name_check.ifc │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ids │ │ │ ├── pass-a_required_facet_checks_all_parameters_as_normal.ifc │ │ │ ├── pass-a_zero_duration_will_pass.ids │ │ │ ├── pass-a_zero_duration_will_pass.ifc │ │ │ ├── pass-all_matching_properties_must_satisfy_requirements_1_3.ids │ │ │ ├── pass-all_matching_properties_must_satisfy_requirements_1_3.ifc │ │ │ ├── pass-all_matching_properties_must_satisfy_requirements_2_3.ids │ │ │ ├── pass-all_matching_properties_must_satisfy_requirements_2_3.ifc │ │ │ ├── pass-all_matching_property_sets_must_satisfy_requirements_1_3.ids │ │ │ ├── pass-all_matching_property_sets_must_satisfy_requirements_1_3.ifc │ │ │ ├── pass-all_matching_property_sets_must_satisfy_requirements_3_3.ids │ │ │ ├── pass-all_matching_property_sets_must_satisfy_requirements_3_3.ifc │ │ │ ├── pass-an_optional_facet_always_passes_regardless_of_outcome_1_2.ids │ │ │ ├── pass-an_optional_facet_always_passes_regardless_of_outcome_1_2.ifc │ │ │ ├── pass-an_optional_facet_always_passes_regardless_of_outcome_2_2.ids │ │ │ ├── pass-an_optional_facet_always_passes_regardless_of_outcome_2_2.ifc │ │ │ ├── pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ids │ │ │ ├── pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ifc │ │ │ ├── pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ids │ │ │ ├── pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ifc │ │ │ ├── pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ids │ │ │ ├── pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ifc │ │ │ ├── pass-any_matching_value_in_a_list_property_will_pass_1_3.ids │ │ │ ├── pass-any_matching_value_in_a_list_property_will_pass_1_3.ifc │ │ │ ├── pass-any_matching_value_in_a_list_property_will_pass_2_3.ids │ │ │ ├── pass-any_matching_value_in_a_list_property_will_pass_2_3.ifc │ │ │ ├── pass-any_matching_value_in_a_table_property_will_pass_1_3.ids │ │ │ ├── pass-any_matching_value_in_a_table_property_will_pass_1_3.ifc │ │ │ ├── pass-any_matching_value_in_a_table_property_will_pass_2_3.ids │ │ │ ├── pass-any_matching_value_in_a_table_property_will_pass_2_3.ifc │ │ │ ├── pass-any_matching_value_in_an_enumerated_property_will_pass_1_3.ids │ │ │ ├── pass-any_matching_value_in_an_enumerated_property_will_pass_1_3.ifc │ │ │ ├── pass-any_matching_value_in_an_enumerated_property_will_pass_2_3.ids │ │ │ ├── pass-any_matching_value_in_an_enumerated_property_will_pass_2_3.ifc │ │ │ ├── pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids │ │ │ ├── pass-booleans_must_be_specified_as_lowercase_strings_2_3.ifc │ │ │ ├── pass-dates_are_treated_as_strings_1_2.ids │ │ │ ├── pass-dates_are_treated_as_strings_1_2.ifc │ │ │ ├── pass-durations_are_treated_as_strings_2_2.ids │ │ │ ├── pass-durations_are_treated_as_strings_2_2.ifc │ │ │ ├── pass-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_1_2.ids │ │ │ ├── pass-if_multiple_properties_are_matched__all_values_must_satisfy_requirements_1_2.ifc │ │ │ ├── pass-integer_values_are_checked_using_type_casting_1_4.ids │ │ │ ├── pass-integer_values_are_checked_using_type_casting_1_4.ifc │ │ │ ├── pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ids │ │ │ ├── pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ifc │ │ │ ├── pass-non_ascii_characters_are_treated_without_encoding.ids │ │ │ ├── pass-non_ascii_characters_are_treated_without_encoding.ifc │ │ │ ├── pass-only_specifically_formatted_numbers_are_allowed_3_4.ids │ │ │ ├── pass-only_specifically_formatted_numbers_are_allowed_3_4.ifc │ │ │ ├── pass-only_specifically_formatted_numbers_are_allowed_4_4.ids │ │ │ ├── pass-only_specifically_formatted_numbers_are_allowed_4_4.ifc │ │ │ ├── pass-predefined_properties_are_supported_but_discouraged_1_2.ids │ │ │ ├── pass-predefined_properties_are_supported_but_discouraged_1_2.ifc │ │ │ ├── pass-properties_can_be_inherited_from_the_type_1_2.ids │ │ │ ├── pass-properties_can_be_inherited_from_the_type_1_2.ifc │ │ │ ├── pass-properties_can_be_inherited_from_the_type_2_2.ids │ │ │ ├── pass-properties_can_be_inherited_from_the_type_2_2.ifc │ │ │ ├── pass-properties_can_be_overriden_by_an_occurrence_1_2.ids │ │ │ ├── pass-properties_can_be_overriden_by_an_occurrence_1_2.ifc │ │ │ ├── pass-real_values_are_checked_using_type_casting_1_3.ids │ │ │ ├── pass-real_values_are_checked_using_type_casting_1_3.ifc │ │ │ ├── pass-real_values_are_checked_using_type_casting_2_3.ids │ │ │ ├── pass-real_values_are_checked_using_type_casting_2_3.ifc │ │ │ ├── pass-real_values_are_checked_using_type_casting_3_3.ids │ │ │ ├── pass-real_values_are_checked_using_type_casting_3_3.ifc │ │ │ ├── pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ids │ │ │ ├── pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ifc │ │ │ ├── pass-unit_conversions_shall_take_place_to_ids_nominated_standard_units_2_2.ids │ │ │ └── pass-unit_conversions_shall_take_place_to_ids_nominated_standard_units_2_2.ifc │ │ ├── restriction │ │ │ ├── fail-a_bound_can_be_exclusive_1_3.ids │ │ │ ├── fail-a_bound_can_be_exclusive_1_3.ifc │ │ │ ├── fail-a_bound_can_be_exclusive_3_3.ids │ │ │ ├── fail-a_bound_can_be_exclusive_3_3.ifc │ │ │ ├── fail-a_bound_can_be_inclusive_4_4.ids │ │ │ ├── fail-a_bound_can_be_inclusive_4_4.ifc │ │ │ ├── fail-an_enumeration_matches_case_sensitively_3_3.ids │ │ │ ├── fail-an_enumeration_matches_case_sensitively_3_3.ifc │ │ │ ├── fail-an_enumeration_matches_case_sensitively_4_3.ids │ │ │ ├── fail-an_enumeration_matches_case_sensitively_4_3.ifc │ │ │ ├── fail-length_checks_can_be_used_1_2.ids │ │ │ ├── fail-length_checks_can_be_used_1_2.ifc │ │ │ ├── fail-max_and_min_length_checks_can_be_used_1_3.ids │ │ │ ├── fail-max_and_min_length_checks_can_be_used_1_3.ifc │ │ │ ├── fail-max_and_min_length_checks_can_be_used_4_3.ids │ │ │ ├── fail-max_and_min_length_checks_can_be_used_4_3.ifc │ │ │ ├── fail-regex_patterns_can_be_used_3_3.ids │ │ │ ├── fail-regex_patterns_can_be_used_3_3.ifc │ │ │ ├── fail-regex_patterns_work_in_OR_3_3.ids │ │ │ ├── fail-regex_patterns_work_in_OR_3_3.ifc │ │ │ ├── invalid-patterns_always_fail_on_any_number.ids │ │ │ ├── invalid-patterns_always_fail_on_any_number.ifc │ │ │ ├── invalid-patterns_only_work_on_strings_and_nothing_else.ids │ │ │ ├── invalid-patterns_only_work_on_strings_and_nothing_else.ifc │ │ │ ├── pass-a_bound_can_be_exclusive_2_3.ids │ │ │ ├── pass-a_bound_can_be_exclusive_2_3.ifc │ │ │ ├── pass-a_bound_can_be_inclusive_1_4.ids │ │ │ ├── pass-a_bound_can_be_inclusive_1_4.ifc │ │ │ ├── pass-a_bound_can_be_inclusive_2_4.ids │ │ │ ├── pass-a_bound_can_be_inclusive_2_4.ifc │ │ │ ├── pass-a_bound_can_be_inclusive_3_4.ids │ │ │ ├── pass-a_bound_can_be_inclusive_3_4.ifc │ │ │ ├── pass-an_enumeration_matches_case_sensitively_1_3.ids │ │ │ ├── pass-an_enumeration_matches_case_sensitively_1_3.ifc │ │ │ ├── pass-an_enumeration_matches_case_sensitively_2_3.ids │ │ │ ├── pass-an_enumeration_matches_case_sensitively_2_3.ifc │ │ │ ├── pass-length_checks_can_be_used_2_2.ids │ │ │ ├── pass-length_checks_can_be_used_2_2.ifc │ │ │ ├── pass-max_and_min_length_checks_can_be_used_2_3.ids │ │ │ ├── pass-max_and_min_length_checks_can_be_used_2_3.ifc │ │ │ ├── pass-max_and_min_length_checks_can_be_used_3_3.ids │ │ │ ├── pass-max_and_min_length_checks_can_be_used_3_3.ifc │ │ │ ├── pass-regex_patterns_can_be_used_1_3.ids │ │ │ ├── pass-regex_patterns_can_be_used_1_3.ifc │ │ │ ├── pass-regex_patterns_can_be_used_2_3.ids │ │ │ ├── pass-regex_patterns_can_be_used_2_3.ifc │ │ │ ├── pass-regex_patterns_work_in_OR_1_3.ids │ │ │ ├── pass-regex_patterns_work_in_OR_1_3.ifc │ │ │ ├── pass-regex_patterns_work_in_OR_2_3.ids │ │ │ └── pass-regex_patterns_work_in_OR_2_3.ifc │ │ ├── scripts.md │ │ └── tolerance │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_one_lower_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_negative_one_upper_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_one_lower_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_one_lower_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_one_upper_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_one_upper_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_zero_lower_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_zero_lower_bound.ifc │ │ │ ├── fail-comparison_tolerance_for_floating_point_zero_upper_bound.ids │ │ │ ├── fail-comparison_tolerance_for_floating_point_zero_upper_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_high_number_lower_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_high_number_upper_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_low_number_lower_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_low_number_upper_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_one_lower_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_one_lower_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_one_upper_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_negative_one_upper_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_one_lower_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_one_lower_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_one_upper_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_one_upper_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_positive_high_number_lower_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_positive_high_number_upper_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_positive_low_number_lower_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_positive_low_number_upper_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_range_greater_than_zero_exclusive.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_range_greater_than_zero_inclusive.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_range_lower_than_zero_exclusive.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_range_lower_than_zero_inclusive.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_zero_lower_bound.ids │ │ │ ├── pass-comparison_tolerance_for_floating_point_zero_lower_bound.ifc │ │ │ ├── pass-comparison_tolerance_for_floating_point_zero_upper_bound.ids │ │ │ └── pass-comparison_tolerance_for_floating_point_zero_upper_bound.ifc │ ├── developer-guide.md │ ├── ifc2x3-occurrence-type-mapping-table.md │ ├── repository-policy.md │ └── tolerance.md ├── README.md └── UserManual │ ├── Graphics │ ├── IDS-1.0-schema.svg │ ├── IDS-logo-with-letters.png │ ├── IDS-logo.svg │ ├── ids-diagram.png │ ├── ids-favicon.png │ ├── ids-favicon.svg │ ├── ids-logo.png │ ├── ids-structure.png │ ├── material-facet.png │ ├── material-relation.svg │ ├── partof-Relations.png │ └── partof-Relations.svg │ ├── README.md │ ├── attribute-facet.md │ ├── classification-facet.md │ ├── entity-facet.md │ ├── ids-metadata.md │ ├── material-facet.md │ ├── partof-facet.md │ ├── property-facet.md │ ├── restrictions.md │ ├── specifications.md │ └── units.md ├── LICENSE ├── README.md ├── RepositoryAutomation ├── .nuke │ ├── build.schema.json │ └── parameters.json ├── SchemaProject │ ├── DiffMatchPatch.cs │ ├── DocAutomation │ │ ├── IdsScript.ToSingleString.cs │ │ └── IdsScript.cs │ ├── Helpers │ │ ├── ApplicabilityType.cs │ │ └── IdsHelpers.cs │ ├── Ids.SchemaLocation.cs │ ├── Properties │ │ └── launchSettings.json │ ├── Restriction.cs │ ├── SchemaProject.csproj │ ├── SchemaProject.csproj.user │ └── program.cs ├── build.cmd ├── build.ps1 ├── build.sh └── build │ ├── .editorconfig │ ├── Build.cs │ ├── Configuration.cs │ ├── Properties │ └── launchSettings.json │ ├── _build.csproj │ ├── _build.csproj.DotSettings │ ├── _build.csproj.user │ └── _build.sln └── Schema └── ids.xsd /.gitattributes: -------------------------------------------------------------------------------- 1 | build.sh text eol=lf 2 | -------------------------------------------------------------------------------- /.github/workflows/check-test-cases.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/.github/workflows/check-test-cases.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/.gitignore -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/.markdownlint.json -------------------------------------------------------------------------------- /.nuke/build.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/.nuke/build.schema.json -------------------------------------------------------------------------------- /.nuke/parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/.nuke/parameters.json -------------------------------------------------------------------------------- /Archive/2019Experiment/examples/Wall/json-schema_wall_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/2019Experiment/examples/Wall/json-schema_wall_example.json -------------------------------------------------------------------------------- /Archive/2019Experiment/examples/project and site properties/project_and_site.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/2019Experiment/examples/project and site properties/project_and_site.ifc -------------------------------------------------------------------------------- /Archive/2019Experiment/examples/project and site properties/project_and_site_EIR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/2019Experiment/examples/project and site properties/project_and_site_EIR.txt -------------------------------------------------------------------------------- /Archive/2019Experiment/images/geolocation_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/2019Experiment/images/geolocation_example.png -------------------------------------------------------------------------------- /Archive/2020ActivityProposal/20200606_IDS-activity-proposal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/2020ActivityProposal/20200606_IDS-activity-proposal.pdf -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/ACCA/IDS schema ( 200a ).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/ACCA/IDS schema ( 200a ).pptx -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/ACCA/IDS schema ( 220a ).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/ACCA/IDS schema ( 220a ).docx -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/ACCA/IDS schema ( 220a ).xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/ACCA/IDS schema ( 220a ).xsd -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/AECGeeks/IDS_thomas.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/AECGeeks/IDS_thomas.drawio -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/AECGeeks/IDS_thomas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/AECGeeks/IDS_thomas.png -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/Adomi/Proposal XLM for IDS v3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/Adomi/Proposal XLM for IDS v3.pptx -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/Adomi/pset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/Adomi/pset.png -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/2020-12-02_IDS-Meeting.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/2020-12-02_IDS-Meeting.pptx -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/2020-12-02_IDS-Meeting_Borrmann.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/2020-12-02_IDS-Meeting_Borrmann.pptx -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/ExampleV03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/ExampleV03.png -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS-DataModel_v0.3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS-DataModel_v0.3.PNG -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS-DataModel_v0.3_annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS-DataModel_v0.3_annotated.png -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS-DataModel_v0.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS-DataModel_v0.4.png -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS_instance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS_instance.xml -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS_instance_0.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS_instance_0.3.xml -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS_instance_0.5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS_instance_0.5.xml -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS_schema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS_schema.xsd -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS_schema_0.3.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS_schema_0.3.xsd -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/IDS_schema_0.5.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/IDS_schema_0.5.xsd -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/Proto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/Proto.png -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/UseCaseSample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/UseCaseSample.png -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/BIMtech/XMLInstanceV03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/BIMtech/XMLInstanceV03.png -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/CEN TC 442 WG2 TG1/Level of information need_EN 17412-1_CEN TC442_Bolpagni.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/CEN TC 442 WG2 TG1/Level of information need_EN 17412-1_CEN TC442_Bolpagni.pptx -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/Datacubist/IDS-Priciples-Hietanen-201216.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/Datacubist/IDS-Priciples-Hietanen-201216.pdf -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/Heijmans/IDS-ILS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/Heijmans/IDS-ILS.pdf -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/PDTs/IDS_DataTemplate_18.11.2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/PDTs/IDS_DataTemplate_18.11.2020.pdf -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/Xbim/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/Xbim/Readme.md -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/Xbim/requirements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/Xbim/requirements.xml -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/Xbim/requirements.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/Xbim/requirements.xsd -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/freeBIM/Capturing an Information Delivery Specification.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/freeBIM/Capturing an Information Delivery Specification.docx -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/freeBIM/MetaData.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/freeBIM/MetaData.xsd -------------------------------------------------------------------------------- /Archive/ExistingInitiativesAndProposals/freeBIM/freeBimXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/ExistingInitiativesAndProposals/freeBIM/freeBimXML.xml -------------------------------------------------------------------------------- /Archive/Meetings/2020-12-16_IDS-Meeting.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/2020-12-16_IDS-Meeting.pptx -------------------------------------------------------------------------------- /Archive/Meetings/20201216_IDS_TechnicalDiscussion.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/20201216_IDS_TechnicalDiscussion.pptx -------------------------------------------------------------------------------- /Archive/Meetings/20210113_IDS_TechnicalDiscussion_Comments-AB.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/20210113_IDS_TechnicalDiscussion_Comments-AB.pptx -------------------------------------------------------------------------------- /Archive/Meetings/bSi IDS project - meeting #01 kickoff Octobre 8th 2020 .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/bSi IDS project - meeting #01 kickoff Octobre 8th 2020 .pdf -------------------------------------------------------------------------------- /Archive/Meetings/bSi IDS project - meeting #02 November 18th 2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/bSi IDS project - meeting #02 November 18th 2020.pdf -------------------------------------------------------------------------------- /Archive/Meetings/bSi IDS project - meeting #03 December 2nd 2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/bSi IDS project - meeting #03 December 2nd 2020.pdf -------------------------------------------------------------------------------- /Archive/Meetings/bSi IDS project - meeting #04 December 16th 2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/bSi IDS project - meeting #04 December 16th 2020.pdf -------------------------------------------------------------------------------- /Archive/Meetings/bSi IDS project - meeting #05 Januari 13th 2021.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/bSi IDS project - meeting #05 Januari 13th 2021.pdf -------------------------------------------------------------------------------- /Archive/Meetings/bSi IDS project - meeting #06 Januari 27th 2021.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Meetings/bSi IDS project - meeting #06 Januari 27th 2021.pdf -------------------------------------------------------------------------------- /Archive/Principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Principles.md -------------------------------------------------------------------------------- /Archive/Roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/Roadmap.md -------------------------------------------------------------------------------- /Archive/UseCases/20212002_use-case-analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/20212002_use-case-analysis.pdf -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/Aedes ILS 2.0.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/Aedes ILS 2.0.xlsx -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/AedesUVIP-ILS-1.0-Handreiking_toepassing_ILS.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/AedesUVIP-ILS-1.0-Handreiking_toepassing_ILS.docx -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/AedesUVIP-ILS-1.0-ObjectTypes.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/AedesUVIP-ILS-1.0-ObjectTypes.xlsx -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/AedesUVIP-ILS-1.0-Shared_Parameters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/AedesUVIP-ILS-1.0-Shared_Parameters.txt -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/AedesUVIP-ILS-1.0-UserDefinedPropertySet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/AedesUVIP-ILS-1.0-UserDefinedPropertySet.txt -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/Handleiding Aedes ILS 2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/Handleiding Aedes ILS 2.0.pdf -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/Handleiding Harmonisatie ILSO&E - AedesUVIP ILS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/Handleiding Harmonisatie ILSO&E - AedesUVIP ILS.pdf -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/Harmonisatie ILS O&E - AedesUVIP ILS - Opleverdocument.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/Harmonisatie ILS O&E - AedesUVIP ILS - Opleverdocument.xlsx -------------------------------------------------------------------------------- /Archive/UseCases/AedesUVIP/Themas Aedes ILS 2.0.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/AedesUVIP/Themas Aedes ILS 2.0.xlsx -------------------------------------------------------------------------------- /Archive/UseCases/Anas/anas.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/Anas/anas.pptx -------------------------------------------------------------------------------- /Archive/UseCases/Autobahndirection/bimtech.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/Autobahndirection/bimtech.pptx -------------------------------------------------------------------------------- /Archive/UseCases/Basis ILS/BIM_basis_ILS_v1_0_ENG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/Basis ILS/BIM_basis_ILS_v1_0_ENG.pdf -------------------------------------------------------------------------------- /Archive/UseCases/CZ SNIM/LODlevels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/CZ SNIM/LODlevels.png -------------------------------------------------------------------------------- /Archive/UseCases/CZ SNIM/SNIM.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/CZ SNIM/SNIM.url -------------------------------------------------------------------------------- /Archive/UseCases/Estonia/DataRequirements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/Estonia/DataRequirements.png -------------------------------------------------------------------------------- /Archive/UseCases/FM Handover/2021-02-16-FMHEM-XLSXMapping-v02.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/FM Handover/2021-02-16-FMHEM-XLSXMapping-v02.pdf -------------------------------------------------------------------------------- /Archive/UseCases/ICMS - Rics/IDS - ICMS Use Case Pitch - 18 November 2020.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/ICMS - Rics/IDS - ICMS Use Case Pitch - 18 November 2020.pptx -------------------------------------------------------------------------------- /Archive/UseCases/ICMS - Rics/IDS_ICMS_example_04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/ICMS - Rics/IDS_ICMS_example_04.xml -------------------------------------------------------------------------------- /Archive/UseCases/IDS-use-case-analyses.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/IDS-use-case-analyses.xlsx -------------------------------------------------------------------------------- /Archive/UseCases/IFC Airports/ifc-airport-list.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/IFC Airports/ifc-airport-list.pdf -------------------------------------------------------------------------------- /Archive/UseCases/ILS Ontwerp & Engineering/ILS Ontwerp & Engineering v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/ILS Ontwerp & Engineering/ILS Ontwerp & Engineering v1.0.pdf -------------------------------------------------------------------------------- /Archive/UseCases/LimeStoneAssociation/LimestoneWalls-1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/LimeStoneAssociation/LimestoneWalls-1.2.pdf -------------------------------------------------------------------------------- /Archive/UseCases/Milano ePermit/ePermit_Milano.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/Milano ePermit/ePermit_Milano.pptx -------------------------------------------------------------------------------- /Archive/UseCases/PlanBIM/MIDE_MINVU_DS19_V2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/PlanBIM/MIDE_MINVU_DS19_V2.xlsx -------------------------------------------------------------------------------- /Archive/UseCases/PlanBIM/Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/PlanBIM/Map.png -------------------------------------------------------------------------------- /Archive/UseCases/PlanBIM/Planbim_Chile_Use case_IDS_V1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/PlanBIM/Planbim_Chile_Use case_IDS_V1.pdf -------------------------------------------------------------------------------- /Archive/UseCases/RFI/RFI.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/RFI/RFI.pptx -------------------------------------------------------------------------------- /Archive/UseCases/SBB/ENUMS_Masterlist.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/SBB/ENUMS_Masterlist.xlsx -------------------------------------------------------------------------------- /Archive/UseCases/VMRG-facades/Hand-Out_ILS_Gevel_0.9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/VMRG-facades/Hand-Out_ILS_Gevel_0.9.pdf -------------------------------------------------------------------------------- /Archive/UseCases/VMRG-facades/ILS_Gevel_0.9.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/VMRG-facades/ILS_Gevel_0.9.xlsx -------------------------------------------------------------------------------- /Archive/UseCases/VMRG-facades/readme.md: -------------------------------------------------------------------------------- 1 | Source on https://vmrg.nl/Kennis/VMRG-en-BIM 2 | -------------------------------------------------------------------------------- /Archive/UseCases/Wooden frames/ILS Houten Kozijnen_versie 1.0 20210126.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/Wooden frames/ILS Houten Kozijnen_versie 1.0 20210126.pdf -------------------------------------------------------------------------------- /Archive/UseCases/bSDD domains/bSDD Search site.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Archive/UseCases/bSDD domains/bSDD Search site.url -------------------------------------------------------------------------------- /Documentation/Examples/IDS_Aedes_example.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_Aedes_example.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_ArcDox.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_ArcDox.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_SimpleBIM_examples.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_SimpleBIM_examples.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_StructuralSafety.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_StructuralSafety.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_aachen_example.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_aachen_example.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_demo_BIM-basis-ILS.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_demo_BIM-basis-ILS.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_oma_input.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_oma_input.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_oma_output.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_oma_output.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_random_example.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_random_example.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_ucms_prefab_pipes_IFC2x3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_ucms_prefab_pipes_IFC2x3.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_ucms_prefab_pipes_IFC4.3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_ucms_prefab_pipes_IFC4.3.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_wooden-windows.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_wooden-windows.ids -------------------------------------------------------------------------------- /Documentation/Examples/IDS_wooden-windows_IFC.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/Examples/IDS_wooden-windows_IFC.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/DataTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/DataTypes.md -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/Graphics/branch-policy.excalidraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/Graphics/branch-policy.excalidraw -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/Graphics/branch-policy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/Graphics/branch-policy.svg -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-an_optional_attribute_fails_if_empty.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-an_optional_attribute_fails_if_empty.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-an_optional_attribute_fails_if_empty.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-an_optional_attribute_fails_if_empty.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_are_not_inherited_by_the_occurrence.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_are_not_inherited_by_the_occurrence.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_are_not_inherited_by_the_occurrence.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_are_not_inherited_by_the_occurrence.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_should_check_strings_case_sensitively_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_should_check_strings_case_sensitively_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_should_check_strings_case_sensitively_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_should_check_strings_case_sensitively_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_a_logical_unknown_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_a_logical_unknown_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_a_logical_unknown_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_a_logical_unknown_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_an_empty_list_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_an_empty_list_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_an_empty_list_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_an_empty_list_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_an_empty_set_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_an_empty_set_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_an_empty_set_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_an_empty_set_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_empty_strings_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_empty_strings_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_empty_strings_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_empty_strings_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_null_values_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_null_values_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_null_values_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-attributes_with_null_values_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-dates_are_treated_as_strings_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-dates_are_treated_as_strings_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-dates_are_treated_as_strings_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-dates_are_treated_as_strings_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-durations_are_treated_as_strings_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-durations_are_treated_as_strings_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-durations_are_treated_as_strings_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-durations_are_treated_as_strings_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-numeric_values_are_checked_using_type_casting_4_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-numeric_values_are_checked_using_type_casting_4_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-numeric_values_are_checked_using_type_casting_4_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-numeric_values_are_checked_using_type_casting_4_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-value_restrictions_may_be_used_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-value_restrictions_may_be_used_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/fail-value_restrictions_may_be_used_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/fail-value_restrictions_may_be_used_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-booleans_must_be_specified_as_lowercase_strings_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-derived_attributes_cannot_be_checked_and_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-derived_attributes_cannot_be_checked_and_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-derived_attributes_cannot_be_checked_and_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-derived_attributes_cannot_be_checked_and_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-invalid_attribute_names_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-invalid_attribute_names_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-invalid_attribute_names_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-invalid_attribute_names_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-inverse_attributes_cannot_be_checked_and_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-inverse_attributes_cannot_be_checked_and_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-inverse_attributes_cannot_be_checked_and_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-inverse_attributes_cannot_be_checked_and_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_lists.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_lists.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_lists.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_lists.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_objects.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_objects.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_objects.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_objects.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_selects.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_selects.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_selects.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/invalid-value_checks_always_fail_for_selects.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-a_required_facet_checks_all_parameters_as_normal.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-a_required_facet_checks_all_parameters_as_normal.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-a_required_facet_checks_all_parameters_as_normal.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-a_required_facet_checks_all_parameters_as_normal.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-an_optional_attribute_passes_if_null.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-an_optional_attribute_passes_if_null.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-an_optional_attribute_passes_if_null.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-an_optional_attribute_passes_if_null.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-an_optional_attribute_passes_if_specified.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-an_optional_attribute_passes_if_specified.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-an_optional_attribute_passes_if_specified.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-an_optional_attribute_passes_if_specified.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_referencing_an_object_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_referencing_an_object_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_referencing_an_object_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_referencing_an_object_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_should_check_strings_case_sensitively_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_should_check_strings_case_sensitively_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_should_check_strings_case_sensitively_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_should_check_strings_case_sensitively_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_boolean_false_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_boolean_false_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_boolean_false_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_boolean_false_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_boolean_true_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_boolean_true_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_boolean_true_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_boolean_true_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_string_value_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_string_value_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_string_value_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_string_value_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_zero_duration_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_zero_duration_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_zero_duration_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-attributes_with_a_zero_duration_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-booleans_must_be_specified_as_lowercase_strings_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-booleans_must_be_specified_as_lowercase_strings_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-booleans_must_be_specified_as_lowercase_strings_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-booleans_must_be_specified_as_lowercase_strings_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-dates_are_treated_as_strings_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-dates_are_treated_as_strings_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-dates_are_treated_as_strings_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-dates_are_treated_as_strings_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-durations_are_treated_as_strings_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-durations_are_treated_as_strings_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-durations_are_treated_as_strings_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-durations_are_treated_as_strings_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-globalids_are_treated_as_strings_and_not_expanded.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-globalids_are_treated_as_strings_and_not_expanded.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-globalids_are_treated_as_strings_and_not_expanded.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-globalids_are_treated_as_strings_and_not_expanded.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-integers_follow_the_same_rules_as_numbers.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-integers_follow_the_same_rules_as_numbers.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-integers_follow_the_same_rules_as_numbers.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-integers_follow_the_same_rules_as_numbers.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-name_restrictions_will_match_any_result_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-non_ascii_characters_are_treated_without_encoding.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-non_ascii_characters_are_treated_without_encoding.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-non_ascii_characters_are_treated_without_encoding.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-non_ascii_characters_are_treated_without_encoding.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_1_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_1_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_1_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_1_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_2_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_2_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_2_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_2_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_3_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_3_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_3_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-numeric_values_are_checked_using_type_casting_3_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-only_specifically_formatted_numbers_are_allowed_3_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-only_specifically_formatted_numbers_are_allowed_3_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-only_specifically_formatted_numbers_are_allowed_4_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-only_specifically_formatted_numbers_are_allowed_4_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-value_restrictions_may_be_used_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-value_restrictions_may_be_used_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-value_restrictions_may_be_used_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-value_restrictions_may_be_used_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-value_restrictions_may_be_used_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-value_restrictions_may_be_used_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/attribute/pass-value_restrictions_may_be_used_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/attribute/pass-value_restrictions_may_be_used_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-a_required_classification_system_fails_if_no_match.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-a_required_classification_system_fails_if_no_match.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-a_required_classification_system_fails_if_no_match.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-a_required_classification_system_fails_if_no_match.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-an_optional_classification_value_fails_if_no_match.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-an_optional_classification_value_fails_if_no_match.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-an_optional_classification_value_fails_if_no_match.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-an_optional_classification_value_fails_if_no_match.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-restrictions_can_be_used_for_systems_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-restrictions_can_be_used_for_systems_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-restrictions_can_be_used_for_systems_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-restrictions_can_be_used_for_systems_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-restrictions_can_be_used_for_values_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-restrictions_can_be_used_for_values_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-restrictions_can_be_used_for_values_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-restrictions_can_be_used_for_values_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-systems_should_match_exactly_2_5.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-systems_should_match_exactly_2_5.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/fail-systems_should_match_exactly_2_5.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/fail-systems_should_match_exactly_2_5.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-a_required_facet_checks_all_parameters_as_normal.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-a_required_facet_checks_all_parameters_as_normal.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-a_required_facet_checks_all_parameters_as_normal.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-a_required_facet_checks_all_parameters_as_normal.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-an_optional_classification_value_passes_if_null.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-an_optional_classification_value_passes_if_null.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-an_optional_classification_value_passes_if_null.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-an_optional_classification_value_passes_if_null.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_systems_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_systems_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_systems_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_systems_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_values_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_values_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_values_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_values_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_values_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_values_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_values_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-restrictions_can_be_used_for_values_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_1_5.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_1_5.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_1_5.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_1_5.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_3_5.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_3_5.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_3_5.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_3_5.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_4_5.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_4_5.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_4_5.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_4_5.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_5_5.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_5_5.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_5_5.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/classification/pass-systems_should_match_exactly_5_5.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/contributing.md -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/fail-a_predefined_type_from_an_enumeration_must_be_uppercase.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/fail-restrictions_can_be_specified_for_the_predefined_type_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/fail-user_defined_types_are_checked_case_sensitively.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/fail-user_defined_types_are_checked_case_sensitively.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/fail-user_defined_types_are_checked_case_sensitively.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/fail-user_defined_types_are_checked_case_sensitively.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-an_entity_not_matching_the_specified_class_should_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-an_entity_not_matching_the_specified_class_should_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-an_entity_not_matching_the_specified_class_should_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-an_entity_not_matching_the_specified_class_should_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_can_be_specified_as_a_xsd_regex_pattern_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_can_be_specified_as_an_enumeration_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_can_be_specified_as_an_enumeration_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_can_be_specified_as_an_enumeration_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_can_be_specified_as_an_enumeration_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_must_be_specified_as_uppercase_strings.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_must_be_specified_as_uppercase_strings.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_must_be_specified_as_uppercase_strings.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-entities_must_be_specified_as_uppercase_strings.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-invalid_entities_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-invalid_entities_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-invalid_entities_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-invalid_entities_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-subclasses_are_not_considered_as_matching.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-subclasses_are_not_considered_as_matching.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/invalid-subclasses_are_not_considered_as_matching.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/invalid-subclasses_are_not_considered_as_matching.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_matching_entity_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_matching_entity_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_matching_entity_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_matching_entity_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_matching_predefined_type_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_matching_predefined_type_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_matching_predefined_type_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_matching_predefined_type_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_element_type.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_element_type.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_element_type.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_element_type.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_object_type.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_object_type.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_object_type.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_object_type.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_process_type.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_process_type.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_process_type.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_process_type.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_a_xsd_regex_pattern_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_an_enumeration_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_an_enumeration_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_an_enumeration_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_an_enumeration_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_an_enumeration_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_an_enumeration_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_an_enumeration_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-entities_can_be_specified_as_an_enumeration_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-inherited_predefined_types_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-inherited_predefined_types_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-inherited_predefined_types_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-inherited_predefined_types_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-overridden_predefined_types_should_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-overridden_predefined_types_should_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-overridden_predefined_types_should_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-overridden_predefined_types_should_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-restrictions_can_be_specified_for_the_predefined_type_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-userdefined_predefined_types_may_be_specified.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-userdefined_predefined_types_may_be_specified.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/entity/pass-userdefined_predefined_types_may_be_specified.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/entity/pass-userdefined_predefined_types_may_be_specified.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/fail-a_minimal_ids_can_check_a_minimal_ifc_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/fail-a_specification_passes_only_if_all_requirements_pass_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/fail-a_specification_passes_only_if_all_requirements_pass_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/fail-a_specification_passes_only_if_all_requirements_pass_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/fail-a_specification_passes_only_if_all_requirements_pass_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/fail-prohibited_specifications_fails_if_the_applicability_matches.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/fail-prohibited_specifications_fails_if_the_applicability_matches.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/fail-prohibited_specifications_fails_if_the_applicability_matches.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/fail-prohibited_specifications_fails_if_the_applicability_matches.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/pass-a_minimal_ids_can_check_a_minimal_ifc_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/pass-a_specification_passes_only_if_all_requirements_pass_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/pass-a_specification_passes_only_if_all_requirements_pass_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/ids/pass-a_specification_passes_only_if_all_requirements_pass_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/ids/pass-a_specification_passes_only_if_all_requirements_pass_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-a_constituent_set_with_no_data_will_fail_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-a_constituent_set_with_no_data_will_fail_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-a_constituent_set_with_no_data_will_fail_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-a_constituent_set_with_no_data_will_fail_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-a_material_list_with_no_data_will_fail_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-a_material_list_with_no_data_will_fail_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-a_material_list_with_no_data_will_fail_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-a_material_list_with_no_data_will_fail_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-an_optional_material_fails_if_no_value_matches.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-an_optional_material_fails_if_no_value_matches.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-an_optional_material_fails_if_no_value_matches.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-an_optional_material_fails_if_no_value_matches.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-elements_without_a_material_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-elements_without_a_material_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-elements_without_a_material_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-elements_without_a_material_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-material_with_no_data_will_fail_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-material_with_no_data_will_fail_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/fail-material_with_no_data_will_fail_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/fail-material_with_no_data_will_fail_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-a_layer_set_name_will_pass_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-a_layer_set_name_will_pass_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-a_layer_set_name_will_pass_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-a_layer_set_name_will_pass_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-a_material_category_may_pass_the_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-a_material_category_may_pass_the_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-a_material_category_may_pass_the_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-a_material_category_may_pass_the_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-a_material_name_may_pass_the_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-a_material_name_may_pass_the_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-a_material_name_may_pass_the_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-a_material_name_may_pass_the_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-a_required_facet_checks_all_parameters_as_normal.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-a_required_facet_checks_all_parameters_as_normal.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-a_required_facet_checks_all_parameters_as_normal.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-a_required_facet_checks_all_parameters_as_normal.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-an_optional_material_passes_if_null.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-an_optional_material_passes_if_null.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-an_optional_material_passes_if_null.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-an_optional_material_passes_if_null.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-an_optional_material_passes_if_specified.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-an_optional_material_passes_if_specified.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-an_optional_material_passes_if_specified.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-an_optional_material_passes_if_specified.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_layer_category_in_a_layer_set_will_pass_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_layer_name_in_a_layer_set_will_pass_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_category_in_a_list_will_pass_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_category_in_a_list_will_pass_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_category_in_a_list_will_pass_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_category_in_a_list_will_pass_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_name_in_a_layer_set_will_pass_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_name_in_a_list_will_pass_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_name_in_a_list_will_pass_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_name_in_a_list_will_pass_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_material_name_in_a_list_will_pass_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-any_profile_name_in_a_profile_set_will_pass_a_value_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-occurrences_can_inherit_materials_from_their_types.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-occurrences_can_inherit_materials_from_their_types.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-occurrences_can_inherit_materials_from_their_types.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-occurrences_can_inherit_materials_from_their_types.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-occurrences_can_override_materials_from_their_types.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-occurrences_can_override_materials_from_their_types.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/material/pass-occurrences_can_override_materials_from_their_types.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/material/pass-occurrences_can_override_materials_from_their_types.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-a_group_entity_must_match_exactly_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-a_group_entity_must_match_exactly_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-a_group_entity_must_match_exactly_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-a_group_entity_must_match_exactly_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-a_non_aggregated_element_fails_an_aggregate_relationship.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-a_non_aggregated_element_fails_an_aggregate_relationship.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-a_non_aggregated_element_fails_an_aggregate_relationship.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-a_non_aggregated_element_fails_an_aggregate_relationship.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-a_non_grouped_element_fails_a_group_relationship.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-a_non_grouped_element_fails_a_group_relationship.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-a_non_grouped_element_fails_a_group_relationship.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-a_non_grouped_element_fails_a_group_relationship.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-a_prohibited_facet_returns_the_opposite_of_a_required_facet.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-an_aggregate_may_specify_the_entity_of_the_whole_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-any_contained_element_passes_a_containment_relationship_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-any_contained_element_passes_a_containment_relationship_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-any_contained_element_passes_a_containment_relationship_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-any_contained_element_passes_a_containment_relationship_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-any_nested_whole_fails_a_nest_relationship.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-any_nested_whole_fails_a_nest_relationship.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-any_nested_whole_fails_a_nest_relationship.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-any_nested_whole_fails_a_nest_relationship.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_aggregated_whole_fails_an_aggregate_relationship.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_aggregated_whole_fails_an_aggregate_relationship.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_aggregated_whole_fails_an_aggregate_relationship.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_aggregated_whole_fails_an_aggregate_relationship.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_entity_must_match_exactly_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_entity_must_match_exactly_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_entity_must_match_exactly_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_entity_must_match_exactly_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_itself_always_fails.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_itself_always_fails.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_itself_always_fails.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_itself_always_fails.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_must_be_related_using_specified_relation_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_must_be_related_using_specified_relation_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_must_be_related_using_specified_relation_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_must_be_related_using_specified_relation_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_predefined_type_must_match_exactly_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_predefined_type_must_match_exactly_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_predefined_type_must_match_exactly_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_container_predefined_type_must_match_exactly_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_containment_can_be_indirect_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_containment_can_be_indirect_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_containment_can_be_indirect_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_containment_can_be_indirect_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_nest_entity_must_match_exactly_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_nest_entity_must_match_exactly_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_nest_entity_must_match_exactly_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_nest_entity_must_match_exactly_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_nest_predefined_type_must_match_exactly_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_nest_predefined_type_must_match_exactly_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/fail-the_nest_predefined_type_must_match_exactly_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/fail-the_nest_predefined_type_must_match_exactly_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/invalid-a_group_predefined_type_must_match_exactly_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/invalid-a_group_predefined_type_must_match_exactly_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/invalid-a_group_predefined_type_must_match_exactly_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/invalid-a_group_predefined_type_must_match_exactly_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-a_group_entity_must_match_exactly_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-a_group_entity_must_match_exactly_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-a_group_entity_must_match_exactly_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-a_group_entity_must_match_exactly_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-a_group_predefined_type_must_match_exactly_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-a_group_predefined_type_must_match_exactly_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-a_group_predefined_type_must_match_exactly_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-a_group_predefined_type_must_match_exactly_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-a_grouped_element_passes_a_group_relationship.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-a_grouped_element_passes_a_group_relationship.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-a_grouped_element_passes_a_group_relationship.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-a_grouped_element_passes_a_group_relationship.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-a_required_facet_checks_all_parameters_as_normal.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-a_required_facet_checks_all_parameters_as_normal.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-a_required_facet_checks_all_parameters_as_normal.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-a_required_facet_checks_all_parameters_as_normal.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-an_aggregate_entity_may_pass_any_ancestral_whole_passes.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-an_aggregate_may_specify_the_entity_of_the_whole_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-any_contained_element_passes_a_containment_relationship_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-any_contained_element_passes_a_containment_relationship_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-any_contained_element_passes_a_containment_relationship_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-any_contained_element_passes_a_containment_relationship_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-any_nested_part_passes_a_nest_relationship.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-any_nested_part_passes_a_nest_relationship.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-any_nested_part_passes_a_nest_relationship.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-any_nested_part_passes_a_nest_relationship.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-nesting_may_be_indirect.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-nesting_may_be_indirect.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-nesting_may_be_indirect.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-nesting_may_be_indirect.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_aggregated_part_passes_an_aggregate_relationship.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_aggregated_part_passes_an_aggregate_relationship.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_aggregated_part_passes_an_aggregate_relationship.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_aggregated_part_passes_an_aggregate_relationship.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_container_entity_must_match_exactly_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_container_entity_must_match_exactly_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_container_entity_must_match_exactly_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_container_entity_must_match_exactly_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_container_predefined_type_must_match_exactly_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_container_predefined_type_must_match_exactly_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_container_predefined_type_must_match_exactly_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_container_predefined_type_must_match_exactly_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_containment_can_be_indirect_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_containment_can_be_indirect_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_containment_can_be_indirect_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_containment_can_be_indirect_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_nest_entity_must_match_exactly_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_nest_entity_must_match_exactly_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_nest_entity_must_match_exactly_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_nest_entity_must_match_exactly_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_nest_predefined_type_must_match_exactly_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_nest_predefined_type_must_match_exactly_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/partof/pass-the_nest_predefined_type_must_match_exactly_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/partof/pass-the_nest_predefined_type_must_match_exactly_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-all_matching_properties_must_satisfy_requirements_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-all_matching_properties_must_satisfy_requirements_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-all_matching_properties_must_satisfy_requirements_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-all_matching_properties_must_satisfy_requirements_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-an_empty_string_is_considered_false_and_will_not_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-an_empty_string_is_considered_false_and_will_not_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-an_empty_string_is_considered_false_and_will_not_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-an_empty_string_is_considered_false_and_will_not_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_bounded_property_will_pass_4_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_list_property_will_pass_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_list_property_will_pass_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_list_property_will_pass_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_list_property_will_pass_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_table_property_will_pass_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_table_property_will_pass_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_table_property_will_pass_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-any_matching_value_in_a_table_property_will_pass_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-booleans_must_be_specified_as_lowercase_strings_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-complex_properties_are_not_supported_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-complex_properties_are_not_supported_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-complex_properties_are_not_supported_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-complex_properties_are_not_supported_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-complex_properties_are_not_supported_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-complex_properties_are_not_supported_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-complex_properties_are_not_supported_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-complex_properties_are_not_supported_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-dates_are_treated_as_strings_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-dates_are_treated_as_strings_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-dates_are_treated_as_strings_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-dates_are_treated_as_strings_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-durations_are_treated_as_strings_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-durations_are_treated_as_strings_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-durations_are_treated_as_strings_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-durations_are_treated_as_strings_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-elements_with_no_properties_always_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-elements_with_no_properties_always_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-elements_with_no_properties_always_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-elements_with_no_properties_always_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-measures_are_used_to_specify_an_ifc_data_type_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-properties_can_be_associated_to_relevant_object_types.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-properties_can_be_associated_to_relevant_object_types.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-properties_can_be_associated_to_relevant_object_types.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-properties_can_be_associated_to_relevant_object_types.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-properties_can_be_overriden_by_an_occurrence_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-properties_can_be_overriden_by_an_occurrence_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-properties_can_be_overriden_by_an_occurrence_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-properties_can_be_overriden_by_an_occurrence_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-properties_with_a_null_value_fail.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-properties_with_a_null_value_fail.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-properties_with_a_null_value_fail.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-properties_with_a_null_value_fail.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-quantities_must_also_match_the_appropriate_measure.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-quantities_must_also_match_the_appropriate_measure.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-quantities_must_also_match_the_appropriate_measure.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-quantities_must_also_match_the_appropriate_measure.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-specifying_a_value_fails_against_different_values.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-specifying_a_value_fails_against_different_values.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-specifying_a_value_fails_against_different_values.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-specifying_a_value_fails_against_different_values.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/fail-specifying_a_value_performs_a_case_sensitive_match_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-booleans_must_be_specified_as_lowercase_strings_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_are_checked_using_type_casting_4_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_are_checked_using_type_casting_4_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_are_checked_using_type_casting_4_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_are_checked_using_type_casting_4_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_cannot_be_stored_with_decimal_2_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_cannot_be_stored_with_decimal_2_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_cannot_be_stored_with_decimal_2_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_cannot_be_stored_with_decimal_2_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_cannot_be_stored_with_decimal_3_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_cannot_be_stored_with_decimal_3_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_cannot_be_stored_with_decimal_3_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-integer_values_cannot_be_stored_with_decimal_3_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-only_specifically_formatted_numbers_are_allowed_1_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/invalid-only_specifically_formatted_numbers_are_allowed_2_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_name_check_will_match_any_quantity_with_any_value.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_name_check_will_match_any_quantity_with_any_value.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_name_check_will_match_any_quantity_with_any_value.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_name_check_will_match_any_quantity_with_any_value.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_number_specified_as_a_string_is_treated_as_a_string.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_number_specified_as_a_string_is_treated_as_a_string.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_number_specified_as_a_string_is_treated_as_a_string.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_number_specified_as_a_string_is_treated_as_a_string.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_property_set_to_true_will_pass_a_name_check.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_property_set_to_true_will_pass_a_name_check.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_property_set_to_true_will_pass_a_name_check.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_property_set_to_true_will_pass_a_name_check.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_required_facet_checks_all_parameters_as_normal.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_required_facet_checks_all_parameters_as_normal.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_required_facet_checks_all_parameters_as_normal.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_required_facet_checks_all_parameters_as_normal.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_zero_duration_will_pass.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_zero_duration_will_pass.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-a_zero_duration_will_pass.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-a_zero_duration_will_pass.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-all_matching_properties_must_satisfy_requirements_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-all_matching_properties_must_satisfy_requirements_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-all_matching_properties_must_satisfy_requirements_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-all_matching_properties_must_satisfy_requirements_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-all_matching_properties_must_satisfy_requirements_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-all_matching_properties_must_satisfy_requirements_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-all_matching_properties_must_satisfy_requirements_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-all_matching_properties_must_satisfy_requirements_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_1_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_2_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_bounded_property_will_pass_3_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_list_property_will_pass_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_list_property_will_pass_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_list_property_will_pass_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_list_property_will_pass_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_list_property_will_pass_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_list_property_will_pass_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_list_property_will_pass_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_list_property_will_pass_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_table_property_will_pass_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_table_property_will_pass_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_table_property_will_pass_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_table_property_will_pass_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_table_property_will_pass_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_table_property_will_pass_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_table_property_will_pass_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-any_matching_value_in_a_table_property_will_pass_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-booleans_must_be_specified_as_lowercase_strings_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-dates_are_treated_as_strings_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-dates_are_treated_as_strings_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-dates_are_treated_as_strings_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-dates_are_treated_as_strings_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-durations_are_treated_as_strings_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-durations_are_treated_as_strings_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-durations_are_treated_as_strings_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-durations_are_treated_as_strings_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-integer_values_are_checked_using_type_casting_1_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-integer_values_are_checked_using_type_casting_1_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-integer_values_are_checked_using_type_casting_1_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-integer_values_are_checked_using_type_casting_1_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-measures_are_used_to_specify_an_ifc_data_type_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-non_ascii_characters_are_treated_without_encoding.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-non_ascii_characters_are_treated_without_encoding.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-non_ascii_characters_are_treated_without_encoding.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-non_ascii_characters_are_treated_without_encoding.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-only_specifically_formatted_numbers_are_allowed_3_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-only_specifically_formatted_numbers_are_allowed_3_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-only_specifically_formatted_numbers_are_allowed_3_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-only_specifically_formatted_numbers_are_allowed_4_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-only_specifically_formatted_numbers_are_allowed_4_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-only_specifically_formatted_numbers_are_allowed_4_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_inherited_from_the_type_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_inherited_from_the_type_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_inherited_from_the_type_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_inherited_from_the_type_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_inherited_from_the_type_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_inherited_from_the_type_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_inherited_from_the_type_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_inherited_from_the_type_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_overriden_by_an_occurrence_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_overriden_by_an_occurrence_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_overriden_by_an_occurrence_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-properties_can_be_overriden_by_an_occurrence_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-real_values_are_checked_using_type_casting_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/property/pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/property/pass-specifying_a_value_performs_a_case_sensitive_match_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_exclusive_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_exclusive_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_exclusive_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_exclusive_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_exclusive_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_exclusive_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_exclusive_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_exclusive_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_inclusive_4_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_inclusive_4_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_inclusive_4_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-a_bound_can_be_inclusive_4_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-an_enumeration_matches_case_sensitively_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-an_enumeration_matches_case_sensitively_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-an_enumeration_matches_case_sensitively_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-an_enumeration_matches_case_sensitively_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-an_enumeration_matches_case_sensitively_4_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-an_enumeration_matches_case_sensitively_4_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-an_enumeration_matches_case_sensitively_4_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-an_enumeration_matches_case_sensitively_4_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-length_checks_can_be_used_1_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-length_checks_can_be_used_1_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-length_checks_can_be_used_1_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-length_checks_can_be_used_1_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-max_and_min_length_checks_can_be_used_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-max_and_min_length_checks_can_be_used_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-max_and_min_length_checks_can_be_used_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-max_and_min_length_checks_can_be_used_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-max_and_min_length_checks_can_be_used_4_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-max_and_min_length_checks_can_be_used_4_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-max_and_min_length_checks_can_be_used_4_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-max_and_min_length_checks_can_be_used_4_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-regex_patterns_can_be_used_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-regex_patterns_can_be_used_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-regex_patterns_can_be_used_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-regex_patterns_can_be_used_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-regex_patterns_work_in_OR_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-regex_patterns_work_in_OR_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/fail-regex_patterns_work_in_OR_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/fail-regex_patterns_work_in_OR_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/invalid-patterns_always_fail_on_any_number.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/invalid-patterns_always_fail_on_any_number.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/invalid-patterns_always_fail_on_any_number.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/invalid-patterns_always_fail_on_any_number.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/invalid-patterns_only_work_on_strings_and_nothing_else.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/invalid-patterns_only_work_on_strings_and_nothing_else.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/invalid-patterns_only_work_on_strings_and_nothing_else.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/invalid-patterns_only_work_on_strings_and_nothing_else.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_exclusive_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_exclusive_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_exclusive_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_exclusive_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_1_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_1_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_1_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_1_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_2_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_2_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_2_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_2_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_3_4.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_3_4.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_3_4.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-a_bound_can_be_inclusive_3_4.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-an_enumeration_matches_case_sensitively_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-an_enumeration_matches_case_sensitively_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-an_enumeration_matches_case_sensitively_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-an_enumeration_matches_case_sensitively_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-an_enumeration_matches_case_sensitively_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-an_enumeration_matches_case_sensitively_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-an_enumeration_matches_case_sensitively_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-an_enumeration_matches_case_sensitively_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-length_checks_can_be_used_2_2.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-length_checks_can_be_used_2_2.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-length_checks_can_be_used_2_2.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-length_checks_can_be_used_2_2.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-max_and_min_length_checks_can_be_used_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-max_and_min_length_checks_can_be_used_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-max_and_min_length_checks_can_be_used_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-max_and_min_length_checks_can_be_used_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-max_and_min_length_checks_can_be_used_3_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-max_and_min_length_checks_can_be_used_3_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-max_and_min_length_checks_can_be_used_3_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-max_and_min_length_checks_can_be_used_3_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_can_be_used_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_can_be_used_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_can_be_used_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_can_be_used_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_can_be_used_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_can_be_used_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_can_be_used_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_can_be_used_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_work_in_OR_1_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_work_in_OR_1_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_work_in_OR_1_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_work_in_OR_1_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_work_in_OR_2_3.ids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_work_in_OR_2_3.ids -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_work_in_OR_2_3.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/restriction/pass-regex_patterns_work_in_OR_2_3.ifc -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/TestCases/scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/TestCases/scripts.md -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/developer-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/developer-guide.md -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/ifc2x3-occurrence-type-mapping-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/ifc2x3-occurrence-type-mapping-table.md -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/repository-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/repository-policy.md -------------------------------------------------------------------------------- /Documentation/ImplementersDocumentation/tolerance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/ImplementersDocumentation/tolerance.md -------------------------------------------------------------------------------- /Documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/README.md -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/IDS-1.0-schema.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/IDS-1.0-schema.svg -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/IDS-logo-with-letters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/IDS-logo-with-letters.png -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/IDS-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/IDS-logo.svg -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/ids-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/ids-diagram.png -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/ids-favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/ids-favicon.png -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/ids-favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/ids-favicon.svg -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/ids-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/ids-logo.png -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/ids-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/ids-structure.png -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/material-facet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/material-facet.png -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/material-relation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/material-relation.svg -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/partof-Relations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/partof-Relations.png -------------------------------------------------------------------------------- /Documentation/UserManual/Graphics/partof-Relations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/Graphics/partof-Relations.svg -------------------------------------------------------------------------------- /Documentation/UserManual/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/README.md -------------------------------------------------------------------------------- /Documentation/UserManual/attribute-facet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/attribute-facet.md -------------------------------------------------------------------------------- /Documentation/UserManual/classification-facet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/classification-facet.md -------------------------------------------------------------------------------- /Documentation/UserManual/entity-facet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/entity-facet.md -------------------------------------------------------------------------------- /Documentation/UserManual/ids-metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/ids-metadata.md -------------------------------------------------------------------------------- /Documentation/UserManual/material-facet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/material-facet.md -------------------------------------------------------------------------------- /Documentation/UserManual/partof-facet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/partof-facet.md -------------------------------------------------------------------------------- /Documentation/UserManual/property-facet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/property-facet.md -------------------------------------------------------------------------------- /Documentation/UserManual/restrictions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/restrictions.md -------------------------------------------------------------------------------- /Documentation/UserManual/specifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/specifications.md -------------------------------------------------------------------------------- /Documentation/UserManual/units.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Documentation/UserManual/units.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/README.md -------------------------------------------------------------------------------- /RepositoryAutomation/.nuke/build.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/.nuke/build.schema.json -------------------------------------------------------------------------------- /RepositoryAutomation/.nuke/parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/.nuke/parameters.json -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/DiffMatchPatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/DiffMatchPatch.cs -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/DocAutomation/IdsScript.ToSingleString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/DocAutomation/IdsScript.ToSingleString.cs -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/DocAutomation/IdsScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/DocAutomation/IdsScript.cs -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/Helpers/ApplicabilityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/Helpers/ApplicabilityType.cs -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/Helpers/IdsHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/Helpers/IdsHelpers.cs -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/Ids.SchemaLocation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/Ids.SchemaLocation.cs -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/Properties/launchSettings.json -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/Restriction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/Restriction.cs -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/SchemaProject.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/SchemaProject.csproj -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/SchemaProject.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/SchemaProject.csproj.user -------------------------------------------------------------------------------- /RepositoryAutomation/SchemaProject/program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/SchemaProject/program.cs -------------------------------------------------------------------------------- /RepositoryAutomation/build.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build.cmd -------------------------------------------------------------------------------- /RepositoryAutomation/build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build.ps1 -------------------------------------------------------------------------------- /RepositoryAutomation/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build.sh -------------------------------------------------------------------------------- /RepositoryAutomation/build/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build/.editorconfig -------------------------------------------------------------------------------- /RepositoryAutomation/build/Build.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build/Build.cs -------------------------------------------------------------------------------- /RepositoryAutomation/build/Configuration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build/Configuration.cs -------------------------------------------------------------------------------- /RepositoryAutomation/build/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build/Properties/launchSettings.json -------------------------------------------------------------------------------- /RepositoryAutomation/build/_build.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build/_build.csproj -------------------------------------------------------------------------------- /RepositoryAutomation/build/_build.csproj.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build/_build.csproj.DotSettings -------------------------------------------------------------------------------- /RepositoryAutomation/build/_build.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build/_build.csproj.user -------------------------------------------------------------------------------- /RepositoryAutomation/build/_build.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/RepositoryAutomation/build/_build.sln -------------------------------------------------------------------------------- /Schema/ids.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/IDS/HEAD/Schema/ids.xsd --------------------------------------------------------------------------------