Skip to content

Commit

Permalink
Merge pull request #848 from larswik/PredefinedType-reconciliation
Browse files Browse the repository at this point in the history
PredefinedType reconciliation
  • Loading branch information
SergejMuhic authored Jun 25, 2024
2 parents a973086 + e709c68 commit f73bd5b
Show file tree
Hide file tree
Showing 24 changed files with 147 additions and 108 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<DocConstant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="DILATIONTRACK_0xfV_G8V13XQP1cBAZd" Name="DILATIONTRACK" UniqueId="3ba5ff90-21f0-4385-a641-9bffcb2a3fe7">
<DocConstant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="DILATIONTRACK_0xfV_G8V13XQP1c$$BAZ$d" Name="DILATIONTRACK" UniqueId="3ba5ff90-21f0-4385-a641-9bffcb2a3fe7">
<Documentation>No description available.</Documentation>
</DocConstant>

2 changes: 1 addition & 1 deletion IFC4x3/Constants/s/SUBSTRUCTURE_25ItrbLNDCyQmL1$9MUepS.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<DocConstant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="SUBSTRUCTURE_25ItrbLNDCyQmL19MUepS" Name="SUBSTRUCTURE" UniqueId="854b7d65-5573-4cf1-ac15-07f2567a8cdc">
<DocConstant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="SUBSTRUCTURE_25ItrbLNDCyQmL1$9MUepS" Name="SUBSTRUCTURE" UniqueId="854b7d65-5573-4cf1-ac15-07f2567a8cdc">
<Documentation>A spatial structure element that contains elements that are positioned below the track, for example the earthwork platform, prepared subgrade and embankment. This can be above or below finished ground level.</Documentation>
</DocConstant>

2 changes: 1 addition & 1 deletion IFC4x3/Constants/t/TRACK_2DsUX4_wH2ohPCYUU$_DdI.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<DocConstant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="TRACK_2DsUX4_wH2ohPCYUU_DdI" Name="TRACK" UniqueId="8dd9e844-fba4-42ca-b64c-89e7bff8d9d2">
<DocConstant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="TRACK_2DsUX4_wH2ohPCYUU$_DdI" Name="TRACK" UniqueId="8dd9e844-fba4-42ca-b64c-89e7bff8d9d2">
<Documentation>A spatial structure element that contains track-related elements, for example rails and sleepers.</Documentation>
</DocConstant>

2 changes: 1 addition & 1 deletion IFC4x3/Constants/t/TURNOUTTRACK_3q3hz8JJP2kvVx2xR83f$5.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<DocConstant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="TURNOUTTRACK_3q3hz8JJP2kvVx2xR83f5" Name="TURNOUTTRACK" UniqueId="f40ebf48-4d36-42bb-97fb-0bb6c80e9fc5">
<DocConstant xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="TURNOUTTRACK_3q3hz8JJP2kvVx2xR83f$5" Name="TURNOUTTRACK" UniqueId="f40ebf48-4d36-42bb-97fb-0bb6c80e9fc5">
<Documentation>A spatial structure element to further divide a track. It contains turnouts, and does not contain any plain track or dilatation panel.</Documentation>
</DocConstant>

Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
<DocLocalization Locale="en" Name="Bridge" />
</Localization>
<Attributes>
<DocAttribute Name="PredefinedType" UniqueId="2b485ee2-729a-461f-a98b-de60023d9cdc" DefinedType="IfcBridgeTypeEnum">
<Documentation>Specifies the type for which the value is selected from a predefined type enumeration. This type may associate additional specific property sets.</Documentation>
<DocAttribute Name="PredefinedType" UniqueId="2b485ee2-729a-461f-a98b-de60023d9cdc" DefinedType="IfcBridgeTypeEnum" AttributeFlags="1">
<Documentation>A list of types to further identify the object. Some property sets may be specifically applicable to one of these types.

&gt;NOTE&amp;nbsp; If the object has an associated _IfcTypeObject_ with a _PredefinedType_, then this attribute shall not be used.</Documentation>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="HasObjectType" UniqueId="ed2585fc-da43-4470-9784-44b835c1e52f">
<Documentation>The attribute _ObjectType_ shall be given if the predefined type is set to USERDEFINED.</Documentation>
<Expression>(PredefinedType &lt;&gt; IfcBridgeTypeEnum.USERDEFINED) OR

EXISTS(SELF\IfcObject.ObjectType)</Expression>
<DocWhereRule Name="CorrectPredefinedType" UniqueId="ed2585fc-da43-4470-9784-44b835c1e52f">
<Documentation>Either _PredefinedType_ is unset or the inherited attribute _ObjectType_ shall be provided, if the _PredefinedType_ is set to USERDEFINED or PredefinedType.</Documentation>
<Expression>NOT(EXISTS(PredefinedType)) OR
(PredefinedType &lt;&gt; IfcBridgeTypeEnum.USERDEFINED) OR
((PredefinedType = IfcBridgeTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcBridgePart" UniqueId="e59d576c-cc2d-4575-a21e-34c8fd68734d" DiagramNumber="1" BaseDefinition="IfcFacilityPart" EntityFlags="32">
<DiagramRectangle xsi:type="DocRectangle" X="0" Y="0" Width="400" Height="100" />
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcBridgePart" UniqueId="e59d576c-cc2d-4575-a21e-34c8fd68734d" BaseDefinition="IfcFacilityPart" EntityFlags="32">
<Attributes>
<DocAttribute Name="PredefinedType" UniqueId="8c058394-0357-4e29-89f8-c2da7371836b" DefinedType="IfcBridgePartTypeEnum">
<Documentation>Specifies the type for which the value is selected from a predefined type enumeration. This type may associate additional specific property sets.</Documentation>
<DocAttribute Name="PredefinedType" UniqueId="8c058394-0357-4e29-89f8-c2da7371836b" DefinedType="IfcBridgePartTypeEnum" AttributeFlags="1">
<Documentation>A list of types to further identify the object. Some property sets may be specifically applicable to one of these types.

&gt;NOTE&amp;nbsp; If the object has an associated _IfcTypeObject_ with a _PredefinedType_, then this attribute shall not be used.</Documentation>
<Definition>
<DocEnumeration xsi:nil="true" href="IfcBridgePartTypeEnum" />
</Definition>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="HasObjectType" UniqueId="2db6e438-54cf-4516-9fb0-6ebe4a9878f2">
<Documentation>The attribute _ObjectType_ shall be given if the predefined type is set to USERDEFINED.</Documentation>
<Expression>(PredefinedType &lt;&gt; IfcBridgePartTypeEnum.USERDEFINED) OR

EXISTS(SELF\IfcObject.ObjectType)</Expression>
<DocWhereRule Name="CorrectPredefinedType" UniqueId="2db6e438-54cf-4516-9fb0-6ebe4a9878f2">
<Documentation>Either _PredefinedType_ is unset or the inherited attribute _ObjectType_ shall be provided, if the _PredefinedType_ is set to USERDEFINED or PredefinedType.</Documentation>
<Expression>NOT(EXISTS(PredefinedType)) OR
(PredefinedType &lt;&gt; IfcBridgePartTypeEnum.USERDEFINED) OR
((PredefinedType = IfcBridgePartTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcFacilityPartCommon" UniqueId="7cdf39c9-eebf-4575-a208-dfab7b52147c" BaseDefinition="IfcFacilityPart" EntityFlags="32">
<Attributes>
<DocAttribute Name="PredefinedType" UniqueId="e01c890f-0104-4d79-9760-3a9519663b57" DefinedType="IfcFacilityPartCommonTypeEnum">
<Documentation>Type further identify the object. Some property sets may be specifically applicable to one of these types.</Documentation>
<DocAttribute Name="PredefinedType" UniqueId="e01c890f-0104-4d79-9760-3a9519663b57" DefinedType="IfcFacilityPartCommonTypeEnum" AttributeFlags="1">
<Documentation>A list of types to further identify the object. Some property sets may be specifically applicable to one of these types.

&gt;NOTE&amp;nbsp; If the object has an associated _IfcTypeObject_ with a _PredefinedType_, then this attribute shall not be used.</Documentation>
<Definition>
<DocEnumeration xsi:nil="true" href="IfcFacilityPartCommonTypeEnum" />
</Definition>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="HasObjectType" UniqueId="9081daab-b97e-4aaa-a5c7-d73055b91909">
<Documentation>The attribute _ObjectType_ shall be given if the predefined type is set to USERDEFINED.</Documentation>
<Expression>(PredefinedType &lt;&gt; IfcFacilityPartCommonTypeEnum.USERDEFINED) OR

EXISTS(SELF\IfcObject.ObjectType)</Expression>
<DocWhereRule Name="CorrectPredefinedType" UniqueId="9081daab-b97e-4aaa-a5c7-d73055b91909">
<Documentation>Either _PredefinedType_ is unset or the inherited attribute _ObjectType_ shall be provided, if the _PredefinedType_ is set to USERDEFINED or _PredefinedType_.</Documentation>
<Expression>NOT(EXISTS(PredefinedType)) OR
(PredefinedType &lt;&gt; IfcFacilityPartCommonTypeEnum.USERDEFINED) OR
((PredefinedType = IfcFacilityPartCommonTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
<DocLocalization Locale="fr" Name="Élément virtuel" />
</Localization>
<Attributes>
<DocAttribute Name="PredefinedType" UniqueId="89972bc8-05b7-43af-8ade-b8ac3769243a" DefinedType="IfcVirtualElementTypeEnum">
<DocAttribute Name="PredefinedType" UniqueId="89972bc8-05b7-43af-8ade-b8ac3769243a" DefinedType="IfcVirtualElementTypeEnum" AttributeFlags="1">
<Documentation>A list of types to further identify the object. Some property sets may be specifically applicable to one of these types.

&gt;NOTE If the object has an associated IfcTypeObject with a PredefinedType, then this attribute shall not be used.</Documentation>
&gt;NOTE&amp;nbsp; If the object has an associated _IfcTypeObject_ with a _PredefinedType_, then this attribute shall not be used.</Documentation>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="HasObjectType" UniqueId="c8515ad8-d2a8-4a06-a9cb-da9c1f3be613">
<Documentation>The attribute ObjectType shall be given if the predefined type is set to USERDEFINED.</Documentation>
<Expression>NOT EXISTS(PredefinedType) OR (PredefinedType &lt;&gt; IfcVirtualElementTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType)</Expression>
<DocWhereRule Name="CorrectPredefinedType" UniqueId="c8515ad8-d2a8-4a06-a9cb-da9c1f3be613">
<Documentation>Either the _PredefinedType_ attribute is unset, or the inherited attribute _ObjectType_ must be asserted when the value of _PredefinedType_ is set to USERDEFINED.</Documentation>
<Expression>NOT(EXISTS(PredefinedType)) OR
(PredefinedType &lt;&gt; IfcVirtualElementTypeEnum.USERDEFINED) OR
((PredefinedType = IfcVirtualElementTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcMarineFacility" UniqueId="a52886ff-abf1-486e-80bc-b8fa83f34756" BaseDefinition="IfcFacility" EntityFlags="32">
<Attributes>
<DocAttribute Name="PredefinedType" UniqueId="16af3c28-8921-486f-be2d-1b12a4dc2870" DefinedType="IfcMarineFacilityTypeEnum">
<Documentation>Specifies the type for which the value is selected from a predefined type enumeration. This type may associate additional specific property sets.</Documentation>
<DocAttribute Name="PredefinedType" UniqueId="16af3c28-8921-486f-be2d-1b12a4dc2870" DefinedType="IfcMarineFacilityTypeEnum" AttributeFlags="1">
<Documentation>Identifies the predefined type of a marine facility. This type may associate additional specific property sets.</Documentation>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="HasObjectType" UniqueId="a7276f30-50ef-4d76-9cb6-3ada275632cf">
<Documentation>The attribute _ObjectType_ shall be given if the predefined type is set to USERDEFINED.</Documentation>
<Expression>(PredefinedType &lt;&gt; IfcMarineFacilityTypeEnum.USERDEFINED) OR

EXISTS(SELF\IfcObject.ObjectType)</Expression>
<DocWhereRule Name="CorrectPredefinedType" UniqueId="a7276f30-50ef-4d76-9cb6-3ada275632cf">
<Documentation>Either the _PredefinedType_ attribute is unset, or the inherited attribute _ObjectType_ shall be provided, if the _PredefinedType_ is set to USERDEFINED.</Documentation>
<Expression>NOT(EXISTS(PredefinedType)) OR
(PredefinedType &lt;&gt; IfcMarineFacilityTypeEnum.USERDEFINED) OR
((PredefinedType = IfcMarineFacilityTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcMarinePart" UniqueId="fbd088e5-d90c-428b-a5be-7785fd66a756" DiagramNumber="1" BaseDefinition="IfcFacilityPart" EntityFlags="32">
<DiagramRectangle xsi:type="DocRectangle" X="0" Y="0" Width="400" Height="100" />
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcMarinePart" UniqueId="fbd088e5-d90c-428b-a5be-7785fd66a756" BaseDefinition="IfcFacilityPart" EntityFlags="32">
<Attributes>
<DocAttribute Name="PredefinedType" UniqueId="a2ed32ca-8522-4758-ae1e-bc597d2c8dfa" DefinedType="IfcMarinePartTypeEnum">
<Documentation>Specifies the type for which the value is selected from a predefined type enumeration. This type may associate additional specific property sets.</Documentation>
<DocAttribute Name="PredefinedType" UniqueId="a2ed32ca-8522-4758-ae1e-bc597d2c8dfa" DefinedType="IfcMarinePartTypeEnum" AttributeFlags="1">
<Documentation>A list of types to further identify the object. Some property sets may be specifically applicable to one of these types.

&gt;NOTE&amp;nbsp; If the object has an associated _IfcTypeObject_ with a _PredefinedType_, then this attribute shall not be used.</Documentation>
<Definition>
<DocEnumeration xsi:nil="true" href="IfcMarinePartTypeEnum" />
</Definition>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="HasObjectType" UniqueId="c7b2555a-f836-43b6-a6ec-d3554375bca1">
<Documentation>The attribute _ObjectType_ shall be given if the predefined type is set to USERDEFINED.</Documentation>
<Expression>(PredefinedType &lt;&gt;IfcMarinePartTypeEnum.USERDEFINED) OR

EXISTS(SELF\IfcObject.ObjectType)</Expression>
<DocWhereRule Name="CorrectPredefinedType" UniqueId="c7b2555a-f836-43b6-a6ec-d3554375bca1">
<Documentation>Either _PredefinedType_ is unset or the inherited attribute _ObjectType_ shall be provided, if the _PredefinedType_ is set to USERDEFINED or _PredefinedType_.</Documentation>
<Expression>NOT(EXISTS(PredefinedType)) OR
(PredefinedType &lt;&gt; IfcMarinePartTypeEnum.USERDEFINED) OR
((PredefinedType = IfcMarinePartTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcRailway" UniqueId="ca669bbf-23dc-4d50-b4a3-f34551c17181" BaseDefinition="IfcFacility" EntityFlags="32">
<Attributes>
<DocAttribute Name="PredefinedType" UniqueId="76a9b857-671c-4673-acb7-74c075f8cda0" DefinedType="IfcRailwayTypeEnum">
<Documentation>Specifies the type for which the value is selected from a predefined type enumeration. This type may associate additional specific property sets.</Documentation>
<DocAttribute Name="PredefinedType" UniqueId="76a9b857-671c-4673-acb7-74c075f8cda0" DefinedType="IfcRailwayTypeEnum" AttributeFlags="1">
<Documentation>A list of types to further identify the object. Some property sets may be specifically applicable to one of these types.

&gt;NOTE&amp;nbsp; If the object has an associated _IfcTypeObject_ with a _PredefinedType_, then this attribute shall not be used.</Documentation>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="HasObjectType" UniqueId="b316bd92-85be-4bee-a2a5-6831af01a504">
<Documentation>The attribute _ObjectType_ shall be given if the predefined type is set to USERDEFINED.</Documentation>
<Expression>(PredefinedType &lt;&gt; IfcRailwayTypeEnum.USERDEFINED) OR

EXISTS(SELF\IfcObject.ObjectType)</Expression>
<DocWhereRule Name="CorrectPredefinedType" UniqueId="b316bd92-85be-4bee-a2a5-6831af01a504">
<Documentation></Documentation>
<Expression>NOT(EXISTS(PredefinedType)) OR
(PredefinedType &lt;&gt; IfcRailwayTypeEnum.USERDEFINED) OR
((PredefinedType = IfcRailwayTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcRailwayPart" UniqueId="2bda08d0-f9f0-4dd2-a476-9206b7ce9568" DiagramNumber="1" BaseDefinition="IfcFacilityPart" EntityFlags="32">
<DiagramRectangle xsi:type="DocRectangle" X="0" Y="0" Width="400" Height="100" />
<DocEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="IfcRailwayPart" UniqueId="2bda08d0-f9f0-4dd2-a476-9206b7ce9568" BaseDefinition="IfcFacilityPart" EntityFlags="32">
<Attributes>
<DocAttribute Name="PredefinedType" UniqueId="649fc8d8-5455-4531-af24-cd88646d74c8" DefinedType="IfcRailwayPartTypeEnum">
<Documentation>Specifies the type for which the value is selected from a predefined type enumeration. This type may associate additional specific property sets.</Documentation>
<DocAttribute Name="PredefinedType" UniqueId="649fc8d8-5455-4531-af24-cd88646d74c8" DefinedType="IfcRailwayPartTypeEnum" AttributeFlags="1">
<Documentation>A list of types to further identify the object. Some property sets may be specifically applicable to one of these types.

&gt;NOTE&amp;nbsp; If the object has an associated _IfcTypeObject_ with a _PredefinedType_, then this attribute shall not be used.</Documentation>
<Definition>
<DocEnumeration xsi:nil="true" href="IfcRailwayPartTypeEnum" />
</Definition>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="HasObjectType" UniqueId="d4d20a2c-19ab-4351-9fd9-3cf3067bc2a9">
<Documentation>The attribute _ObjectType_ shall be given if the predefined type is set to USERDEFINED.</Documentation>
<Expression>(PredefinedType &lt;&gt;IfcRailwayPartTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType)</Expression>
<DocWhereRule Name="CorrectPredefinedType" UniqueId="d4d20a2c-19ab-4351-9fd9-3cf3067bc2a9">
<Documentation>Either _PredefinedType_ is unset or the inherited attribute _ObjectType_ shall be provided, if the _PredefinedType_ is set to USERDEFINED or _PredefinedType_.</Documentation>
<Expression>NOT(EXISTS(PredefinedType)) OR
(PredefinedType &lt;&gt; IfcRailwayPartTypeEnum.USERDEFINED) OR
((PredefinedType = IfcRailwayPartTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<DocEnumeration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="IfcRailwayPartTypeEnum" Name="IfcRailwayPartTypeEnum" UniqueId="ffca48d4-2e78-4395-b36a-b60507f5144c">
<Constants>
<DocConstant xsi:nil="true" href="ABOVETRACK_3l9jhIMDf5rRWpUqdP8Kj4" />
<DocConstant xsi:nil="true" href="DILATIONTRACK_0xfV_G8V13XQP1cBAZd" />
<DocConstant xsi:nil="true" href="DILATIONTRACK_0xfV_G8V13XQP1c$$BAZ$d" />
<DocConstant xsi:nil="true" href="LINESIDE_1wcPyU1VX8wADlpSli4fvR" />
<DocConstant xsi:nil="true" href="LINESIDEPART_2BLtxnVH93Of13A3SDPP33" />
<DocConstant xsi:nil="true" href="PLAINTRACK_1jAFj4CKH6cxMc3CHbmxDj" />
<DocConstant xsi:nil="true" href="SUBSTRUCTURE_25ItrbLNDCyQmL19MUepS" />
<DocConstant xsi:nil="true" href="TRACK_2DsUX4_wH2ohPCYUU_DdI" />
<DocConstant xsi:nil="true" href="SUBSTRUCTURE_25ItrbLNDCyQmL1$9MUepS" />
<DocConstant xsi:nil="true" href="TRACK_2DsUX4_wH2ohPCYUU$_DdI" />
<DocConstant xsi:nil="true" href="TRACKPART_28O7PbX81EwgmdKrHQaHYX" />
<DocConstant xsi:nil="true" href="TURNOUTTRACK_3q3hz8JJP2kvVx2xR83f5" />
<DocConstant xsi:nil="true" href="USERDEFINED_3UZXzKKD12RotG6dmTF8v" />
<DocConstant xsi:nil="true" href="NOTDEFINED_0hF15nkf79uy7wMtnpxz" />
<DocConstant xsi:nil="true" href="TURNOUTTRACK_3q3hz8JJP2kvVx2xR83f$5" />
<DocConstant xsi:nil="true" href="USERDEFINED_0$pjy5o5D4AO1puVPAZ73z" />
<DocConstant xsi:nil="true" href="NOTDEFINED_0$hF15nkf79uy7wMtnpx$z" />
</Constants>
</DocEnumeration>

Loading

0 comments on commit f73bd5b

Please sign in to comment.