A var resource is always contained within a <Content> section. It can have <gprop:GenericProperty> tags with the following keys:
name – Name of the variable
value – Value of the variable
<Envelope>
<References/>
<Content xsi:type="ovf:VirtualSystem_Type" id="ldg1">
<Section xsi:type="ovf:VirtualHardwareSection_Type">
<Item>
<rasd:OtherResourceType>var</rasd:OtherResourceType>
<gprop:GenericProperty key="name">test_var</gprop:GenericProperty>
<gprop:GenericProperty key="value">test1</gprop:GenericProperty>
</Item>
</Section>
</Content>
</Envelope>