-
Notifications
You must be signed in to change notification settings - Fork 0
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
FacilityManagementHandover Psets #21
Comments
diff -N -w -U10 tmp/a/psd/Pset_ConstructionAdministration.xml tmp/b/psd/Pset_ConstructionAdministration.xml
--- tmp/a/psd/Pset_ConstructionAdministration.xml 1970-01-01 01:00:00.000000000 +0100
+++ tmp/b/psd/Pset_ConstructionAdministration.xml 2022-02-16 14:02:42.377105600 +0100
@@ -0,0 +1,40 @@
+<?xml version="1.0" ?>
+<PropertySetDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" templatetype="PSET_TYPEDRIVENOVERRIDE" xsi:noNamespaceSchemaLocation="http://buildingSMART-tech.org/xml/psd/PSD_IFC4.xsd">
+ <IfcVersion version="IFC4X3_DEV"/>
+ <Name>Pset_ConstructionAdministration</Name>
+ <Definition/>
+ <Applicability/>
+ <ApplicableClasses>
+ <ClassName>IfcElement</ClassName>
+ </ApplicableClasses>
+ <ApplicableTypeValue>IfcElement</ApplicableTypeValue>
+ <PropertyDefs>
+ <PropertyDef>
+ <Name>ProcurementMethod</Name>
+ <Definition/>
+ <PropertyType>
+ <TypePropertySingleValue>
+ <DataType type="IfcLabel"/>
+ </TypePropertySingleValue>
+ </PropertyType>
+ </PropertyDef>
+ <PropertyDef>
+ <Name>SpecificationSectionNumber</Name>
+ <Definition/>
+ <PropertyType>
+ <TypePropertySingleValue>
+ <DataType type="IfcLabel"/>
+ </TypePropertySingleValue>
+ </PropertyType>
+ </PropertyDef>
+ <PropertyDef>
+ <Name>SubmittalIdentifer</Name>
+ <Definition/>
+ <PropertyType>
+ <TypePropertySingleValue>
+ <DataType type="IfcLabel"/>
+ </TypePropertySingleValue>
+ </PropertyType>
+ </PropertyDef>
+ </PropertyDefs>
+</PropertySetDef>
diff -N -w -U10 tmp/a/psd/Pset_ConstructionOccurance.xml tmp/b/psd/Pset_ConstructionOccurance.xml
--- tmp/a/psd/Pset_ConstructionOccurance.xml 1970-01-01 01:00:00.000000000 +0100
+++ tmp/b/psd/Pset_ConstructionOccurance.xml 2022-02-16 14:02:42.405031400 +0100
@@ -0,0 +1,49 @@
+<?xml version="1.0" ?>
+<PropertySetDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" templatetype="PSET_OCCURRENCEDRIVEN" xsi:noNamespaceSchemaLocation="http://buildingSMART-tech.org/xml/psd/PSD_IFC4.xsd">
+ <IfcVersion version="IFC4X3_DEV"/>
+ <Name>Pset_ConstructionOccurance</Name>
+ <Definition/>
+ <Applicability/>
+ <ApplicableClasses>
+ <ClassName>IfcElement</ClassName>
+ </ApplicableClasses>
+ <ApplicableTypeValue>IfcElement</ApplicableTypeValue>
+ <PropertyDefs>
+ <PropertyDef>
+ <Name>AssetIdentifier</Name>
+ <Definition/>
+ <PropertyType>
+ <TypePropertySingleValue>
+ <DataType type="IfcLabel"/>
+ </TypePropertySingleValue>
+ </PropertyType>
+ </PropertyDef>
+ <PropertyDef>
+ <Name>InstallationDate</Name>
+ <Definition/>
+ <PropertyType>
+ <TypePropertySingleValue>
+ <DataType type="IfcDate"/>
+ </TypePropertySingleValue>
+ </PropertyType>
+ </PropertyDef>
+ <PropertyDef>
+ <Name>ModelNumber</Name>
+ <Definition/>
+ <PropertyType>
+ <TypePropertySingleValue>
+ <DataType type="IfcLabel"/>
+ </TypePropertySingleValue>
+ </PropertyType>
+ </PropertyDef>
+ <PropertyDef>
+ <Name>TagNumber</Name>
+ <Definition/>
+ <PropertyType>
+ <TypePropertySingleValue>
+ <DataType type="IfcLabel"/>
+ </TypePropertySingleValue>
+ </PropertyType>
+ </PropertyDef>
+ </PropertyDefs>
+</PropertySetDef> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: