Trying to specify something like this:
- IfcElementAssembly/PDT_A
- IfcPlate (may occur)
- IfcMember (may occur)
- IfcElementAssembly/PDT_B
- IfcPlate (may occur)
- IfcMember (may occur)
Aggregations are specified "upwards" and the ids:partOf element can occur many times with cardinality set to either required or prohibited. Is there an implicit AND or OR between many ids:partOf?
Can I specify that IfcPlate and IfcMember, if they exist in the dataset, may only occur as components of either IfcElementAssembly/PDT_A OR IfcElementAssembly/PDT_B OR both?
Seems to be related to #379
Trying to specify something like this:
Aggregations are specified "upwards" and the ids:partOf element can occur many times with cardinality set to either required or prohibited. Is there an implicit AND or OR between many ids:partOf?
Can I specify that IfcPlate and IfcMember, if they exist in the dataset, may only occur as components of either IfcElementAssembly/PDT_A OR IfcElementAssembly/PDT_B OR both?
Seems to be related to #379