﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://wats.virinco.com/schemas/WATS/wsbf" xmlns="http://wats.virinco.com/schemas/WATS/wsbf" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="BOM">
    <xs:complexType>
      <xs:sequence>
        <xs:element maxOccurs="unbounded" name="Component">
          <xs:complexType>
            <xs:attribute name="Number" type="xs:string" use="required" />
            <xs:attribute name="Rev" type="xs:string" use="required" />
            <xs:attribute name="Qty" type="xs:int" use="optional" />
            <xs:attribute name="Desc" type="xs:string" use="optional" />
            <xs:attribute name="Ref" type="xs:string" use="optional" />
            <xs:attribute name="FunctionBlock" type="xs:string" use="optional" />
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="Partnumber" type="xs:string" use="required" />
      <xs:attribute name="Revision" type="xs:string" use="required" />
      <xs:attribute name="Desc" type="xs:string" use="optional" />
    </xs:complexType>
  </xs:element>
</xs:schema>