/** * Contains the <a href="https://jaxb.dev.java.net/nonav/2.2.4/docs/api/">JAXB</a> binding for the Garmin GPX extensions v3. */ @javax.xml.bind.annotation.XmlSchema(namespace = GARMIN_EXTENSIONS_3_NAMESPACE_URI, elementFormDefault = QUALIFIED, xmlns = { @XmlNs(prefix = "gpxtrx", namespaceURI = GARMIN_EXTENSIONS_3_NAMESPACE_URI) }) package slash.navigation.gpx.garmin3; import javax.xml.bind.annotation.XmlNs; import static javax.xml.bind.annotation.XmlNsForm.QUALIFIED; import static slash.navigation.gpx.GpxUtil.*;