AECgeeks / infra-repo-issue-test-old1

0 stars 0 forks source link

Rename PLAINTRACKSUPESTRUCTURE to PLAINTRACKSUPERSTRUCTURE issue 251 #92

Closed aothms closed 2 years ago

aothms commented 2 years ago
--- tmp/a/IFC.exp   2022-03-21 20:52:48.433964700 +0100
+++ tmp/b/IFC.exp   2022-07-09 15:59:44.805892200 +0200
@@ -2375,21 +2375,21 @@
    ,HANDRAIL
    ,NOTDEFINED
    ,USERDEFINED);
 END_TYPE;

 TYPE IfcRailwayPartTypeEnum = ENUMERATION OF
    (DILATATIONSUPERSTRUCTURE
    ,LINESIDESTRUCTURE
    ,LINESIDESTRUCTUREPART
    ,NOTDEFINED
-   ,PLAINTRACKSUPESTRUCTURE
+   ,PLAINTRACKSUPERSTRUCTURE
    ,SUPERSTRUCTURE
    ,TRACKSTRUCTURE
    ,TRACKSTRUCTUREPART
    ,TURNOUTSUPERSTRUCTURE
    ,USERDEFINED);
 END_TYPE;

 TYPE IfcRailwayTypeEnum = ENUMERATION OF
    (NOTDEFINED
    ,USERDEFINED);
aothms commented 2 years ago
diff -N -w -U10 tmp/a/psd/Pset_RailwayTrackStructurePart.xml tmp/b/psd/Pset_RailwayTrackStructurePart.xml
--- tmp/a/psd/Pset_RailwayTrackStructurePart.xml    2022-03-21 20:53:44.159082400 +0100
+++ tmp/b/psd/Pset_RailwayTrackStructurePart.xml    2022-07-09 15:59:44.290896500 +0200
@@ -1,23 +1,23 @@
 <?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_RailwayTrackStructurePart</Name>
   <Definition>Properties applicable to _IfcFacilityPart_ with PredefinedType set to TRACKSTRUCTURE, or more specialized types including PLAINTRACKSUPERSTRUCTURE, TURNOUTSUPERSTRUCTURE or DILATATIONSUPERSTRUCTURE.</Definition>
   <Applicability/>
   <ApplicableClasses>
     <ClassName>IfcRailwayPart/DILATATIONSUPERSTRUCTURE</ClassName>
-    <ClassName>IfcRailwayPart/PLAINTRACKSUPESTRUCTURE</ClassName>
+    <ClassName>IfcRailwayPart/PLAINTRACKSUPERSTRUCTURE</ClassName>
     <ClassName>IfcRailwayPart/TRACKSTRUCTURE</ClassName>
     <ClassName>IfcRailwayPart/TURNOUTSUPERSTRUCTURE</ClassName>
   </ApplicableClasses>
-  <ApplicableTypeValue>IfcRailwayPart/DILATATIONSUPERSTRUCTURE,IfcRailwayPart/PLAINTRACKSUPESTRUCTURE,IfcRailwayPart/TRACKSTRUCTURE,IfcRailwayPart/TURNOUTSUPERSTRUCTURE</ApplicableTypeValue>
+  <ApplicableTypeValue>IfcRailwayPart/DILATATIONSUPERSTRUCTURE,IfcRailwayPart/PLAINTRACKSUPERSTRUCTURE,IfcRailwayPart/TRACKSTRUCTURE,IfcRailwayPart/TURNOUTSUPERSTRUCTURE</ApplicableTypeValue>
   <PropertyDefs>
     <PropertyDef>
       <Name>HasBallastTrack</Name>
       <Definition>Indicates whether the track has ballast or not.</Definition>
       <PropertyType>
         <TypePropertySingleValue>
           <DataType type="IfcBoolean"/>
         </TypePropertySingleValue>
       </PropertyType>
     </PropertyDef>