Skip to content
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

PEnum AddressType #5

Open
aothms opened this issue Sep 5, 2022 · 1 comment
Open

PEnum AddressType #5

aothms opened this issue Sep 5, 2022 · 1 comment

Comments

@aothms
Copy link
Member

aothms commented Sep 5, 2022

Referencing schema constructs from pset enums was deemed undesirable/inconsistent

@aothms
Copy link
Member Author

aothms commented Sep 5, 2022

diff -N -w -U10 tmp/a/psd/Pset_Address.xml tmp/b/psd/Pset_Address.xml
--- tmp/a/psd/Pset_Address.xml	2022-08-26 22:16:26.672699200 +0200
+++ tmp/b/psd/Pset_Address.xml	2022-09-05 20:17:50.122136900 +0200
@@ -9,26 +9,28 @@
     <ClassName>IfcBuilding</ClassName>
     <ClassName>IfcSite</ClassName>
   </ApplicableClasses>
   <ApplicableTypeValue>IfcActor,IfcBuilding,IfcSite</ApplicableTypeValue>
   <PropertyDefs>
     <PropertyDef>
       <Name>Purpose</Name>
       <Definition>Indication of the purpose of this object</Definition>
       <PropertyType>
         <TypePropertyEnumeratedValue>
-          <EnumList name="IfcAddressTypeEnum">
+          <EnumList name="PEnum_AddressType">
             <EnumItem>DISTRIBUTIONPOINT</EnumItem>
             <EnumItem>HOME</EnumItem>
             <EnumItem>OFFICE</EnumItem>
             <EnumItem>SITE</EnumItem>
-            <EnumItem>USERDEFINED</EnumItem>
+            <EnumItem>OTHER</EnumItem>
+            <EnumItem>NOTKNOWN</EnumItem>
+            <EnumItem>UNSET</EnumItem>
           </EnumList>
         </TypePropertyEnumeratedValue>
       </PropertyType>
     </PropertyDef>
     <PropertyDef>
       <Name>Description</Name>
       <Definition>The Description of the object.</Definition>
       <PropertyType>
         <TypePropertySingleValue>
           <DataType type="IfcText"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant