-
Notifications
You must be signed in to change notification settings - Fork 3
v3_LCC XML Document XML Declaration
Donald Ebert edited this page Aug 22, 2024
·
1 revision
Basic structure of ATtILA's Land Cover Classification schema XML document: XML declaration.
<?xml version='1.0' encoding='utf-8'?>
The first line of the LCC XML document is an XML declaration statement. It is not required, but if it is included, it must be the first line of the document. No other character or blank space can precede the declaration statement. The declaration statement allows an XML parser to obtain a basic understanding about how the text document is encoded.
Top of the page | ATtILA's LCC XML Document | Root Element: lccSchema
- Home
- Installing ATtILA
- Metrics
- Utilities
- Land Cover Classification
- References
-
Troubleshooting
- Background Processing error
- Excluded Values in Class Definitions
- Failed to execute (AddField)
- Failed to execute (Intersect)
- Failed to execute (TabulateArea)
- Failed to save raster dataset
- {FIELD} already exists error
- {FIELD} does not exist within table error
- Invalid extent error
- Tool appears to run but does not finish
- Unable to Determine Conversion Factor
- Undefined Values in LCC XML Document
- Appendix