Problem converting 9.1.4 ova to ovf line 67 invalid value "10" for element "item/resourse type"

I have converted the owncloud appliance 9.1.2 before following the instructions to edit the ovf file with the following lines.

<vssd:VirtualSystemType>virtualbox-2.2</vssd:VirtualSystemType>

with this

<vssd:VirtualSystemType>vmx-07</vssd:VirtualSystemType>

and the hardware
Item
rasd:Address>0</rasd:Address
rasd:Caption>SCSIController</rasd:Caption
rasd:Description>SCSI Controller</rasd:Description
rasd:ElementName>SCSIController</rasd:ElementName
rasd:InstanceID>5</rasd:InstanceID
rasd:ResourceSubType>lsilogic</rasd:ResourceSubType
6
Item

and then recalculate the sha1 hash.
and last time I was good to go. Now I am trying to so the same with the owncloud appliance download of 9.1.4 and I am getting the following error

Line 67 Invalid value "10" for element "Item/ResourseType"
here are the lines in question

rasd:AutomaticAllocation>true</rasd:AutomaticAllocation
rasd:Caption>Ethernet adapter on 'NAT'</rasd:Caption
rasd:Connection>NAT</rasd:Connection
rasd:ElementName>Ethernet adapter on 'NAT'</rasd:ElementName
rasd:InstanceID>5</rasd:InstanceID
rasd:ResourceSubType>E1000</rasd:ResourceSubType
rasd:ResourceType>10</rasd:ResourceType
Item

I see a bunch of posts on a type 6 error but nothing on thie type 10 error. This lines appears to be identical to my older converted ovf file. I am currently uploading my older owncloud server file to see if it installs but i was wondering if anyone here has run into this before.

Thanks