799d71e6 by Mike Mathews

Update HpeCore.xid.xml -- fixed comment end tag bug

1 parent abc471a1
...@@ -598,7 +598,8 @@ ...@@ -598,7 +598,8 @@
598 <elem name="obstype" type="ObservationType" multiplicity="1"> 598 <elem name="obstype" type="ObservationType" multiplicity="1">
599 <comment>The last observation type used to create the estimate. In multi-type observables, multiple estimates will be generated with the last estimate usually indicating the last estimate use. 599 <comment>The last observation type used to create the estimate. In multi-type observables, multiple estimates will be generated with the last estimate usually indicating the last estimate use.
600 If estimated simultaneously, then the obstype will be the dominant observations (one with the most obversations and/or least uncertainty). If there is no dominance, then the observation 600 If estimated simultaneously, then the obstype will be the dominant observations (one with the most obversations and/or least uncertainty). If there is no dominance, then the observation
601 type is 'undefined'.</comment> 601 type is 'undefined'.
602 </comment>
602 </elem> 603 </elem>
603 <elem name="tic" type="uint32"> 604 <elem name="tic" type="uint32">
604 <comment>Tic count of the estimate. For single transaction sessions, the tic count is always 0. For multi-transaction sessions, the tic-count will be monotonic increasing.</comment> 605 <comment>Tic count of the estimate. For single transaction sessions, the tic count is always 0. For multi-transaction sessions, the tic-count will be monotonic increasing.</comment>
...@@ -637,7 +638,7 @@ ...@@ -637,7 +638,7 @@
637 Optional descriptive floor label if available. Floor labels are useful to provide a floor specifier not readily indexed like floor number. Examples include 638 Optional descriptive floor label if available. Floor labels are useful to provide a floor specifier not readily indexed like floor number. Examples include
638 'Lobby', 'Parking 1', 'Parking 2', 'Mezzannine 1', '12', '14', 'Observation Deck', etc. In cases where the result is between floors, the floor label may 639 'Lobby', 'Parking 1', 'Parking 2', 'Mezzannine 1', '12', '14', 'Observation Deck', etc. In cases where the result is between floors, the floor label may
639 specify a compound label such as 'P1/P2' if supported. 640 specify a compound label such as 'P1/P2' if supported.
640 <comment> 641 </comment>
641 </elem> 642 </elem>
642 </struct> 643 </struct>
643 644
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!