GML2-GZIP format is just GML2 with gzip compression.
NameSpaceElement sub classes will represent a particular element found within a particular namespace.
Helps perform translation between element names, definition names and their java types for a particular namespace and namespace prefix.
Each name space translator should contain a list of name space elements for their particular prefix.
Follows the factory pattern.
This instance of the NameSpaceTranslator should be used with http://www.w3.org/2001/XMLSchema namespace.
Instances of this object should always be retrieved through the NameSpaceTranslatorFactory.
Added a bit of a hack to get the right default mappings.