You can add extend GPX by adding your own elements from another schema here. |
<xsd:complexType name="extensionsType"> <xsd:annotation> <xsd:documentation>You can add extend GPX by adding your own elements from another schema here.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>You can add extend GPX by adding your own elements from another schema here.</xsd:documentation> </xsd:annotation> </xsd:any> </xsd:sequence> </xsd:complexType> |