So I need to generate the following:
<wfs:GetFeature service="WFS" version="1.0.0" outputFormat="GML2" xmlns:opengeo="http://opengeo.org">
<wfs:Query typeName="opengeo:restricted"/>
</wfs:GetFeature>
The issue is the xmlns:opengeo which is needed for the QName value of typeName. I'm not sure how to add that in with JSONIX. Is there a way?