﻿<?xml version="1.0" encoding="utf-8"?><xs:schema xmlns:tns="http://www.easyform.co.il" elementFormDefault="qualified" targetNamespace="http://www.easyform.co.il" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="OrderField" type="tns:OrderField" /><xs:complexType name="OrderField"><xs:sequence><xs:element name="ID" type="xs:int" /><xs:element name="OrderID" type="xs:int" /><xs:element name="FieldID" type="xs:int" /><xs:element name="FieldName" type="xs:string" /><xs:element name="FieldValue" type="xs:string" /><xs:element name="Price" type="xs:decimal" /><xs:element name="Quantity" type="xs:decimal" /><xs:element name="CatNo" type="xs:string" /></xs:sequence></xs:complexType></xs:schema>