Loading ttcn/Http/LibItsHttp_XMLTypes.ttcn +1 −4 Original line number Original line Diff line number Diff line Loading @@ -4,8 +4,5 @@ module LibItsHttp_XMLTypes { // FIXME To be removed * This file is volontary empry. You have to declare all XSD files required by your project * This file is volontary empry. You have to declare all XSD files required by your project * In addition, the TTCN-3 module LibItsHttp_XmlMessageBodyTypes have to be updated too. * In addition, the TTCN-3 module LibItsHttp_XmlMessageBodyTypes have to be updated too. */ */ // RFC5985 Held import from XSD all; import from urn_ietf_params_xml_ns_geopriv_held language "XSD" all; } // End of module LibItsHttp_XMLTypes } // End of module LibItsHttp_XMLTypes ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn +0 −2 Original line number Original line Diff line number Diff line Loading @@ -12,8 +12,6 @@ module LibItsHttp_XmlMessageBodyTypes { */ */ type union XmlBody { type union XmlBody { LocationRequest locationRequest, LocationResponse locationResponse, charstring raw charstring raw }; }; Loading Loading
ttcn/Http/LibItsHttp_XMLTypes.ttcn +1 −4 Original line number Original line Diff line number Diff line Loading @@ -4,8 +4,5 @@ module LibItsHttp_XMLTypes { // FIXME To be removed * This file is volontary empry. You have to declare all XSD files required by your project * This file is volontary empry. You have to declare all XSD files required by your project * In addition, the TTCN-3 module LibItsHttp_XmlMessageBodyTypes have to be updated too. * In addition, the TTCN-3 module LibItsHttp_XmlMessageBodyTypes have to be updated too. */ */ // RFC5985 Held import from XSD all; import from urn_ietf_params_xml_ns_geopriv_held language "XSD" all; } // End of module LibItsHttp_XMLTypes } // End of module LibItsHttp_XMLTypes
ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn +0 −2 Original line number Original line Diff line number Diff line Loading @@ -12,8 +12,6 @@ module LibItsHttp_XmlMessageBodyTypes { */ */ type union XmlBody { type union XmlBody { LocationRequest locationRequest, LocationResponse locationResponse, charstring raw charstring raw }; }; Loading