Created
May 11, 2011 22:02
-
-
Save dougalcorn/967483 to your computer and use it in GitHub Desktop.
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
| From 7b7505ad8836f6fa9e613a29534bb9536defea44 Mon Sep 17 00:00:00 2001 | |
| From: Doug Alcorn <[email protected]> | |
| Date: Wed, 11 May 2011 16:59:45 -0400 | |
| Subject: [PATCH] updating the few attribute types from value_class number to | |
| measure [#13103329] | |
| --- | |
| 3-XML-Ref-Data/CCOM Reference Data.xml | 12 ++++++------ | |
| 1 files changed, 6 insertions(+), 6 deletions(-) | |
| diff --git a/3-XML-Ref-Data/CCOM Reference Data.xml b/3-XML-Ref-Data/CCOM Reference Data.xml | |
| index e54585f..6d40056 100755 | |
| --- a/3-XML-Ref-Data/CCOM Reference Data.xml | |
| +++ b/3-XML-Ref-Data/CCOM Reference Data.xml | |
| @@ -21956,7 +21956,7 @@ | |
| <Tag>Power, Rated</Tag> | |
| <Name>Power, Rated</Name> | |
| <Status>1</Status> | |
| - <ValueClass>Number</ValueClass> | |
| + <ValueClass>Measure</ValueClass> | |
| <ReferenceUnitType> | |
| <GUID>6cb7fb47-3a8d-466a-b1a2-33a68cdaa433</GUID> | |
| <IDInInfoSource>50</IDInInfoSource> | |
| @@ -21967,7 +21967,7 @@ | |
| <Tag>Voltage, Rated</Tag> | |
| <Name>Voltage, Rated</Name> | |
| <Status>1</Status> | |
| - <ValueClass>Number</ValueClass> | |
| + <ValueClass>Measure</ValueClass> | |
| <ReferenceUnitType> | |
| <GUID>90c9c32d-779c-499e-bd84-a95444fd4cde</GUID> | |
| <IDInInfoSource>103</IDInInfoSource> | |
| @@ -22407,7 +22407,7 @@ | |
| <Tag>Flow, Cooling Air, Minimum</Tag> | |
| <Name>Flow, Cooling Air, Minimum</Name> | |
| <Status>1</Status> | |
| - <ValueClass>Number</ValueClass> | |
| + <ValueClass>Measure</ValueClass> | |
| <ReferenceUnitType> | |
| <GUID>94377069-b283-4d54-939e-e5178f62ea0b</GUID> | |
| <IDInInfoSource>24</IDInInfoSource> | |
| @@ -22418,7 +22418,7 @@ | |
| <Tag>Flow, High Pressure Side, Rated</Tag> | |
| <Name>Flow, High Pressure Side, Rated</Name> | |
| <Status>1</Status> | |
| - <ValueClass>Number</ValueClass> | |
| + <ValueClass>Measure</ValueClass> | |
| <ReferenceUnitType> | |
| <GUID>94377069-b283-4d54-939e-e5178f62ea0b</GUID> | |
| <IDInInfoSource>24</IDInInfoSource> | |
| @@ -22429,7 +22429,7 @@ | |
| <Tag>Flow, Low Pressure Side, Rated</Tag> | |
| <Name>Flow, Low Pressure Side, Rated</Name> | |
| <Status>1</Status> | |
| - <ValueClass>Number</ValueClass> | |
| + <ValueClass>Measure</ValueClass> | |
| <ReferenceUnitType> | |
| <GUID>94377069-b283-4d54-939e-e5178f62ea0b</GUID> | |
| <IDInInfoSource>24</IDInInfoSource> | |
| @@ -34691,7 +34691,7 @@ | |
| <Tag>Mean Time To Resume Normal Operation / MTTR</Tag> | |
| <Name>Mean Time To Resume Normal Operation / MTTR</Name> | |
| <Status>1</Status> | |
| - <ValueClass>Number</ValueClass> | |
| + <ValueClass>Measure</ValueClass> | |
| <ReferenceUnitType> | |
| <GUID>235898ad-997b-443c-b646-ef438137e4f5</GUID> | |
| <IDInInfoSource>11</IDInInfoSource> | |
| -- | |
| 1.7.4.4+GitX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment