-
Notifications
You must be signed in to change notification settings - Fork 89
Add IFC2X3 occurrence/type mapping test case (#116) #458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
CBenghi
merged 5 commits into
buildingSMART:development
from
BIMvoice:ids-116-occurrence-type-testcase
Aug 9, 2026
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7df7ee0
Add IFC2X3 occurrence type mapping testcase
BIMvoice cefdc32
Rework IFC2X3 AirTerminal type mapping test cases
BIMvoice 251d2dc
Regenerate IFC2X3 fixtures via CreateTestCases
BIMvoice 4f8a3a6
Merge remote-tracking branch 'buildingSmart/development' into pr/458
CBenghi ce39e81
Ids-audit-tool update.
CBenghi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
...x3_a_user_defined_airterminal_predefined_type_resolves_via_the_type_mapping_table_2_2.ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS"> | ||
| <info> | ||
| <title>In IFC2X3 a user-defined AirTerminal predefined type resolves via the type mapping table 2/2</title> | ||
| <description>Generated via code automation in the Ids Repository on github.</description> | ||
| </info> | ||
| <specifications> | ||
| <specification name="In IFC2X3 a user-defined AirTerminal predefined type resolves via the type mapping table 2/2" ifcVersion="IFC2X3"> | ||
| <applicability maxOccurs="unbounded"> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| </entity> | ||
| </applicability> | ||
| <requirements> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| <predefinedType> | ||
| <simpleValue>USERDEFINED</simpleValue> | ||
| </predefinedType> | ||
| </entity> | ||
| </requirements> | ||
| </specification> | ||
| </specifications> | ||
| </ids> |
12 changes: 12 additions & 0 deletions
12
...x3_a_user_defined_airterminal_predefined_type_resolves_via_the_type_mapping_table_2_2.ifc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ISO-10303-21; | ||
| HEADER; | ||
| FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); | ||
| FILE_NAME('','2026-08-06T13:03:02',(''),(''),'IfcOpenShell 0.8.5-1c5b825','IfcOpenShell 0.8.5-1c5b825',''); | ||
| FILE_SCHEMA(('IFC2X3')); | ||
| ENDSEC; | ||
| DATA; | ||
| #1=IFCFLOWTERMINAL('11C92urGj4PQaK1OBBiGCs',$,$,$,$,$,$,$); | ||
| #2=IFCAIRTERMINALTYPE('2UBRzZtXT2PhMBe36A7LGN',$,$,$,$,$,$,$,$,.DIFFUSER.); | ||
| #3=IFCRELDEFINESBYTYPE('2cocz3LlfB0wld0Eq66x$S',$,$,$,(#1),#2); | ||
| ENDSEC; | ||
| END-ISO-10303-21; |
30 changes: 30 additions & 0 deletions
30
...y/fail-in_ifc2x3_an_airterminal_can_be_checked_by_name_via_the_type_mapping_table_2_2.ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS"> | ||
| <info> | ||
| <title>In IFC2X3 an AirTerminal can be checked by name via the type mapping table 2/2</title> | ||
| <description>Generated via code automation in the Ids Repository on github.</description> | ||
| </info> | ||
| <specifications> | ||
| <specification name="In IFC2X3 an AirTerminal can be checked by name via the type mapping table 2/2" ifcVersion="IFC2X3"> | ||
| <applicability maxOccurs="unbounded"> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| </entity> | ||
| </applicability> | ||
| <requirements> | ||
| <attribute> | ||
| <name> | ||
| <simpleValue>Name</simpleValue> | ||
| </name> | ||
| <value> | ||
| <xs:restriction base="xs:string"> | ||
| <xs:pattern value="AIR-.*" /> | ||
| </xs:restriction> | ||
| </value> | ||
| </attribute> | ||
| </requirements> | ||
| </specification> | ||
| </specifications> | ||
| </ids> |
12 changes: 12 additions & 0 deletions
12
...y/fail-in_ifc2x3_an_airterminal_can_be_checked_by_name_via_the_type_mapping_table_2_2.ifc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ISO-10303-21; | ||
| HEADER; | ||
| FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); | ||
| FILE_NAME('','2026-08-06T13:03:02',(''),(''),'IfcOpenShell 0.8.5-1c5b825','IfcOpenShell 0.8.5-1c5b825',''); | ||
| FILE_SCHEMA(('IFC2X3')); | ||
| ENDSEC; | ||
| DATA; | ||
| #1=IFCFLOWTERMINAL('0ou5T2oGnBneTBhyUU15ge',$,'TERM-01',$,$,$,$,$); | ||
| #2=IFCAIRTERMINALTYPE('2mzNicYsf4qQh85_dP6ZUE',$,$,$,$,$,$,$,$,$); | ||
| #3=IFCRELDEFINESBYTYPE('1jPWxWbXz9eeG4TL9DC36M',$,$,$,(#1),#2); | ||
| ENDSEC; | ||
| END-ISO-10303-21; |
28 changes: 28 additions & 0 deletions
28
...fail-in_ifc2x3_an_airterminal_predefined_type_resolves_via_the_type_mapping_table_2_2.ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS"> | ||
| <info> | ||
| <title>In IFC2X3 an AirTerminal predefined type resolves via the type mapping table 2/2</title> | ||
| <description>Generated via code automation in the Ids Repository on github.</description> | ||
| </info> | ||
| <specifications> | ||
| <specification name="In IFC2X3 an AirTerminal predefined type resolves via the type mapping table 2/2" ifcVersion="IFC2X3"> | ||
| <applicability maxOccurs="unbounded"> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| </entity> | ||
| </applicability> | ||
| <requirements> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| <predefinedType> | ||
| <simpleValue>DIFFUSER</simpleValue> | ||
| </predefinedType> | ||
| </entity> | ||
| </requirements> | ||
| </specification> | ||
| </specifications> | ||
| </ids> | ||
12 changes: 12 additions & 0 deletions
12
...fail-in_ifc2x3_an_airterminal_predefined_type_resolves_via_the_type_mapping_table_2_2.ifc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ISO-10303-21; | ||
| HEADER; | ||
| FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); | ||
| FILE_NAME('','2026-08-06T13:03:02',(''),(''),'IfcOpenShell 0.8.5-1c5b825','IfcOpenShell 0.8.5-1c5b825',''); | ||
| FILE_SCHEMA(('IFC2X3')); | ||
| ENDSEC; | ||
| DATA; | ||
| #1=IFCFLOWTERMINAL('0RpJAGNMLEZQGDhKiGhGk9',$,$,$,$,$,$,$); | ||
| #2=IFCAIRTERMINALTYPE('2007Eo__HFNOQ9boqcYL19',$,$,$,$,$,$,$,$,.GRILLE.); | ||
| #3=IFCRELDEFINESBYTYPE('3IaY0uquH6XPmXmLftbg4a',$,$,$,(#1),#2); | ||
| ENDSEC; | ||
| END-ISO-10303-21; |
18 changes: 18 additions & 0 deletions
18
...ses/entity/fail-in_ifc2x3_there_must_be_an_airterminal_per_the_type_mapping_table_2_2.ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS"> | ||
| <info> | ||
| <title>In IFC2X3 there must be an AirTerminal per the type mapping table 2/2</title> | ||
| <description>Generated via code automation in the Ids Repository on github.</description> | ||
| </info> | ||
| <specifications> | ||
| <specification name="In IFC2X3 there must be an AirTerminal per the type mapping table 2/2" ifcVersion="IFC2X3"> | ||
| <applicability maxOccurs="unbounded"> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| </entity> | ||
| </applicability> | ||
| </specification> | ||
| </specifications> | ||
| </ids> |
10 changes: 10 additions & 0 deletions
10
...ses/entity/fail-in_ifc2x3_there_must_be_an_airterminal_per_the_type_mapping_table_2_2.ifc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| ISO-10303-21; | ||
| HEADER; | ||
| FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); | ||
| FILE_NAME('','2026-08-06T13:03:02',(''),(''),'IfcOpenShell 0.8.5-1c5b825','IfcOpenShell 0.8.5-1c5b825',''); | ||
| FILE_SCHEMA(('IFC2X3')); | ||
| ENDSEC; | ||
| DATA; | ||
| #1=IFCWALL('1QkUE_XAzDd8m3lpLgR$dB',$,$,$,$,$,$,$); | ||
| ENDSEC; | ||
| END-ISO-10303-21; |
28 changes: 28 additions & 0 deletions
28
...x3_a_user_defined_airterminal_predefined_type_resolves_via_the_type_mapping_table_1_2.ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS"> | ||
| <info> | ||
| <title>In IFC2X3 a user-defined AirTerminal predefined type resolves via the type mapping table 1/2</title> | ||
| <description>Generated via code automation in the Ids Repository on github.</description> | ||
| </info> | ||
| <specifications> | ||
| <specification name="In IFC2X3 a user-defined AirTerminal predefined type resolves via the type mapping table 1/2" ifcVersion="IFC2X3"> | ||
| <applicability maxOccurs="unbounded"> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| </entity> | ||
| </applicability> | ||
| <requirements> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| <predefinedType> | ||
| <simpleValue>USERDEFINED</simpleValue> | ||
| </predefinedType> | ||
| </entity> | ||
| </requirements> | ||
| </specification> | ||
| </specifications> | ||
| </ids> |
12 changes: 12 additions & 0 deletions
12
...x3_a_user_defined_airterminal_predefined_type_resolves_via_the_type_mapping_table_1_2.ifc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ISO-10303-21; | ||
| HEADER; | ||
| FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); | ||
| FILE_NAME('','2026-08-06T13:03:02',(''),(''),'IfcOpenShell 0.8.5-1c5b825','IfcOpenShell 0.8.5-1c5b825',''); | ||
| FILE_SCHEMA(('IFC2X3')); | ||
| ENDSEC; | ||
| DATA; | ||
| #1=IFCFLOWTERMINAL('277jdYaJL5X85dRV6V8a65',$,$,$,$,$,$,$); | ||
| #2=IFCAIRTERMINALTYPE('0uAOzxwov2_uqEEukcihfd',$,$,$,$,$,$,$,'CUSTOM-VENT',.USERDEFINED.); | ||
| #3=IFCRELDEFINESBYTYPE('2zRJNm_Lv1CRbxflcpRLA0',$,$,$,(#1),#2); | ||
| ENDSEC; | ||
| END-ISO-10303-21; |
30 changes: 30 additions & 0 deletions
30
...y/pass-in_ifc2x3_an_airterminal_can_be_checked_by_name_via_the_type_mapping_table_1_2.ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS"> | ||
| <info> | ||
| <title>In IFC2X3 an AirTerminal can be checked by name via the type mapping table 1/2</title> | ||
| <description>Generated via code automation in the Ids Repository on github.</description> | ||
| </info> | ||
| <specifications> | ||
| <specification name="In IFC2X3 an AirTerminal can be checked by name via the type mapping table 1/2" ifcVersion="IFC2X3"> | ||
| <applicability maxOccurs="unbounded"> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| </entity> | ||
| </applicability> | ||
| <requirements> | ||
| <attribute> | ||
| <name> | ||
| <simpleValue>Name</simpleValue> | ||
| </name> | ||
| <value> | ||
| <xs:restriction base="xs:string"> | ||
| <xs:pattern value="AIR-.*" /> | ||
| </xs:restriction> | ||
| </value> | ||
| </attribute> | ||
| </requirements> | ||
| </specification> | ||
| </specifications> | ||
| </ids> |
12 changes: 12 additions & 0 deletions
12
...y/pass-in_ifc2x3_an_airterminal_can_be_checked_by_name_via_the_type_mapping_table_1_2.ifc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ISO-10303-21; | ||
| HEADER; | ||
| FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); | ||
| FILE_NAME('','2026-08-06T13:03:02',(''),(''),'IfcOpenShell 0.8.5-1c5b825','IfcOpenShell 0.8.5-1c5b825',''); | ||
| FILE_SCHEMA(('IFC2X3')); | ||
| ENDSEC; | ||
| DATA; | ||
| #1=IFCFLOWTERMINAL('3R4sKXi15AFOaWD52W39Kl',$,'AIR-01',$,$,$,$,$); | ||
| #2=IFCAIRTERMINALTYPE('02YKwvKtL9hQvZRwgYyxYO',$,$,$,$,$,$,$,$,$); | ||
| #3=IFCRELDEFINESBYTYPE('0qjiMjAkj1BQ_6LVIsbeo6',$,$,$,(#1),#2); | ||
| ENDSEC; | ||
| END-ISO-10303-21; |
28 changes: 28 additions & 0 deletions
28
...pass-in_ifc2x3_an_airterminal_predefined_type_resolves_via_the_type_mapping_table_1_2.ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS"> | ||
| <info> | ||
| <title>In IFC2X3 an AirTerminal predefined type resolves via the type mapping table 1/2</title> | ||
| <description>Generated via code automation in the Ids Repository on github.</description> | ||
| </info> | ||
| <specifications> | ||
| <specification name="In IFC2X3 an AirTerminal predefined type resolves via the type mapping table 1/2" ifcVersion="IFC2X3"> | ||
| <applicability maxOccurs="unbounded"> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| </entity> | ||
| </applicability> | ||
| <requirements> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| <predefinedType> | ||
| <simpleValue>DIFFUSER</simpleValue> | ||
| </predefinedType> | ||
| </entity> | ||
| </requirements> | ||
| </specification> | ||
| </specifications> | ||
| </ids> |
12 changes: 12 additions & 0 deletions
12
...pass-in_ifc2x3_an_airterminal_predefined_type_resolves_via_the_type_mapping_table_1_2.ifc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ISO-10303-21; | ||
| HEADER; | ||
| FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); | ||
| FILE_NAME('','2026-08-06T13:03:02',(''),(''),'IfcOpenShell 0.8.5-1c5b825','IfcOpenShell 0.8.5-1c5b825',''); | ||
| FILE_SCHEMA(('IFC2X3')); | ||
| ENDSEC; | ||
| DATA; | ||
| #1=IFCFLOWTERMINAL('3DfdUozX589eoywUhuqpni',$,$,$,$,$,$,$); | ||
| #2=IFCAIRTERMINALTYPE('0CxV3poQjDqf1V11SKqYWT',$,$,$,$,$,$,$,$,.DIFFUSER.); | ||
| #3=IFCRELDEFINESBYTYPE('1iA4ifE7v18vYAHPT$6r$_',$,$,$,(#1),#2); | ||
| ENDSEC; | ||
| END-ISO-10303-21; |
18 changes: 18 additions & 0 deletions
18
...ses/entity/pass-in_ifc2x3_there_must_be_an_airterminal_per_the_type_mapping_table_1_2.ids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS"> | ||
| <info> | ||
| <title>In IFC2X3 there must be an AirTerminal per the type mapping table 1/2</title> | ||
| <description>Generated via code automation in the Ids Repository on github.</description> | ||
| </info> | ||
| <specifications> | ||
| <specification name="In IFC2X3 there must be an AirTerminal per the type mapping table 1/2" ifcVersion="IFC2X3"> | ||
| <applicability maxOccurs="unbounded"> | ||
| <entity> | ||
| <name> | ||
| <simpleValue>IFCAIRTERMINAL</simpleValue> | ||
| </name> | ||
| </entity> | ||
| </applicability> | ||
| </specification> | ||
| </specifications> | ||
| </ids> |
12 changes: 12 additions & 0 deletions
12
...ses/entity/pass-in_ifc2x3_there_must_be_an_airterminal_per_the_type_mapping_table_1_2.ifc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ISO-10303-21; | ||
| HEADER; | ||
| FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); | ||
| FILE_NAME('','2026-08-06T13:03:02',(''),(''),'IfcOpenShell 0.8.5-1c5b825','IfcOpenShell 0.8.5-1c5b825',''); | ||
| FILE_SCHEMA(('IFC2X3')); | ||
| ENDSEC; | ||
| DATA; | ||
| #1=IFCFLOWTERMINAL('2150inZ7vCmB5nlH3oCD_7',$,$,$,$,$,$,$); | ||
| #2=IFCAIRTERMINALTYPE('02pWrE7HH2vQZNKrvqSLzl',$,$,$,$,$,$,$,$,$); | ||
| #3=IFCRELDEFINESBYTYPE('2r4tyDB$zCTRafoSuQeTAL',$,$,$,(#1),#2); | ||
| ENDSEC; | ||
| END-ISO-10303-21; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.