Loading ttcn/Http/LibItsHttp_XMLTypes.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,6 @@ module LibItsHttp_XMLTypes { // FIXME To be removed * 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. */ // TODO Add here your custom RFCs import } // End of module LibItsHttp_XMLTypes ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn +5 −4 Original line number Diff line number Diff line Loading @@ -2,17 +2,18 @@ module LibItsHttp_XmlMessageBodyTypes { // LibItsHttp import from LibItsHttp_XMLTypes all; // RFC5985 Held import from XSD all; import from urn_ietf_params_xml_ns_geopriv_held language "XSD" all; /** * This file volontary contains a trivial declaration of the type XmlBodu. * In accordance with your TTCN-3 module LibItsHttp_XMLTypes, you have to change the XmlBody typing. */ // TODO Add here your custom RFCs import type union XmlBody { // TODO Add here your custom variants charstring raw }; } with { variant "" } } // End of LibItsHttp_XmlMessageBodyTypes Loading
ttcn/Http/LibItsHttp_XMLTypes.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,6 @@ module LibItsHttp_XMLTypes { // FIXME To be removed * 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. */ // TODO Add here your custom RFCs import } // End of module LibItsHttp_XMLTypes
ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn +5 −4 Original line number Diff line number Diff line Loading @@ -2,17 +2,18 @@ module LibItsHttp_XmlMessageBodyTypes { // LibItsHttp import from LibItsHttp_XMLTypes all; // RFC5985 Held import from XSD all; import from urn_ietf_params_xml_ns_geopriv_held language "XSD" all; /** * This file volontary contains a trivial declaration of the type XmlBodu. * In accordance with your TTCN-3 module LibItsHttp_XMLTypes, you have to change the XmlBody typing. */ // TODO Add here your custom RFCs import type union XmlBody { // TODO Add here your custom variants charstring raw }; } with { variant "" } } // End of LibItsHttp_XmlMessageBodyTypes