MineActionFieldReport

From IMSMA Wiki
Revision as of 20:02, 13 June 2017 by Alnaucler (talk | contribs)
Jump to: navigation, search
Ambox warning blue construction.png The xml documentation pages are under construction.

Mine Action Field Report contains elements for almost all data used in IMSMANG. Almost all export and import from/to IMSMANG is Data Entry Forms in maXML format.

The different types of Data Entry Forms are all collected under the grandparent MineActionFieldReport and parent FieldReport in maXML. In order to correctly build a maXML file for import to IMSMANG one would need to construct a maXML document containing the elements DocumenHeader (not required), FieldReportInfo and the desired type of item, there is also the option to include the element attachment. Multiple Data Entry Forms of various items can be included in one file and imported toIMSMANG. Each separate field report should then be contained within its own FieldReport tags.

Auxiliary data is not possible to import to IMSMANG from maXML files. When Auxiliary data is exported from IMSMANG, each maXML file contains one type of Auxiliary data.

DocumentHeader

The DocumentHeader is the first part of all maXML files and is described on the DocumentHeader Artifact page.

Data

The data is of two different types:

  • Auxiliary data
  • Item data

Auxiliary data is is differentiated by the value in maXML element level2. Item data has FieldReport in maXML element level2 and is differentiated in maXML element level3.

Item data - FieldReportInfo

FieldReportInfo contains metadata describing item MineActionFieldReports. All item data reports contains a FieldReportInfo and an item data part. In IMSMANG FieldReportInfo isreferred to as Data Entry Form.

FieldReportInfo data has FieldReport in maXML element level2 and FieldReportInfo in maXML element level3.
E.g. Land item data has FieldReport in maXML element level2 and Hazard in maXML element level3.