Design Note: ============ The AMXM XML Schema contains enumerations which have an empty value (i.e., value = ""). This is done intentionally to allow the corresponding XML entry to be empty (i.e. "nil"). The XML can then contain an attribute explaining the reason for the nil entry. Bug Report: =========== The alstypeBaseTypeType enumeration within the AMXM XML Schema v2.0.0 contains two duplicate values: - "9" is used as value for both SSALR and ODALS - "16" is used as value for both MILOVRN and HIALS This bug will be fixed in a future release of the AMXM XML Schema. The enumeration will be corrected to read: SSALR ODALS and MILOVRN HIALS