From 1a3bf513a73d238734dcb28d355abd53284ce7b6 Mon Sep 17 00:00:00 2001 From: Vasile-Corjan <124814527+Vasile-Corjan@users.noreply.github.com> Date: Thu, 15 Jun 2023 22:28:58 +0200 Subject: [PATCH] Update README.md --- src/ifctester/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifctester/README.md b/src/ifctester/README.md index 77d1b08486..bf2612d7a7 100644 --- a/src/ifctester/README.md +++ b/src/ifctester/README.md @@ -23,7 +23,7 @@ property = ids.Property( uri="https://identifier.buildingsmart.org/uri/.../prop/LoadBearing", instructions="Walls need to be load bearing.", minOccurs=1, - maxOccurs=1) + maxOccurs="unbounded") my_spec.requirements.append(property) my_ids.specifications.append(my_spec)