/** * Contains the <a href="https://jaxb.dev.java.net/nonav/2.2.4/docs/api/">JAXB</a> binding for the Kml22Format. */ @javax.xml.bind.annotation.XmlSchema(namespace = KML_22_NAMESPACE_URI, elementFormDefault = QUALIFIED, xmlns = { @XmlNs(prefix = "", namespaceURI = KML_22_NAMESPACE_URI), @XmlNs(prefix = "atom", namespaceURI = ATOM_2005_NAMESPACE_URI), @XmlNs(prefix = "xal", namespaceURI = XAL_20_NAMESPACE_URI), @XmlNs(prefix = "gx", namespaceURI = KML_22_EXT_NAMESPACE_URI) }) package slash.navigation.kml.binding22; import javax.xml.bind.annotation.XmlNs; import static javax.xml.bind.annotation.XmlNsForm.QUALIFIED; import static slash.navigation.kml.KmlUtil.*;