Response parameters: Rows section
- Last UpdatedOct 04, 2022
- 1 minute read
Calculated Quality with Survey data
For a Calculated Quality reporting point, the only metadata is Survey.
Example data for Calculated Quality
<Row>
<Location>Enterprise.Coal Site1.CV1.Calculated Quality</Location>
<Ash>0.1</Ash>
<Ash.InventoryQualityType.Survey>True</Ash.InventoryQualityType.Survey>
</Row>
Quality Moving Forward data
GetData method will return Quality field metadata for each Material quality or Calculated quality field, if one of these conditions is True:
-
The value of a Material quality field is Moved forward.
-
The value of a Calculated quality field is Moved forward.
Example data for Quality Moving Forward
<Row>
<Location>Enterprise.Coal Site1.CV1.Material Quality</Location>
<Ash>0.1</Ash>
<Ash.InventoryQualityType.MovedForward.CalculatedQuality>True</Ash.InventoryQualityType.MovedForward.CalculatedQuality>
<Coal>0.1</Coal>
<Coal.InventoryQualityType.MovedForward.MaterialQuality>True</Coal.InventoryQualityType.MovedForward.MaterialQuality>
</Row>