<?xml version="1.0" standalone="yes"?>
<xs:schema id="DataSet2" targetNamespace="http://www.tempuri.org/DataSet2.xsd" xmlns:mstns="http://www.tempuri.org/DataSet2.xsd" xmlns="http://www.tempuri.org/DataSet2.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="DataSet2" msdata:IsDataSet="true" msdata:Locale="es-ES">
    <xs:complexType>
      <xs:choice maxOccurs="unbounded">
        <xs:element name="BillOfMaterials">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Qty" type="xs:int" />
              <xs:element name="PartNumber" type="xs:string" />
              <xs:element name="Description" type="xs:string" />
              <xs:element name="Price" type="xs:decimal" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="PriceList">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="PartNumber" type="xs:string" />
              <xs:element name="Description" type="xs:string" minOccurs="0" />
              <xs:element name="Price" type="xs:decimal" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:BillOfMaterials" />
      <xs:field xpath="mstns:Qty" />
      <xs:field xpath="mstns:PartNumber" />
      <xs:field xpath="mstns:Description" />
      <xs:field xpath="mstns:Price" />
    </xs:unique>
    <xs:unique name="PriceList_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:PriceList" />
      <xs:field xpath="mstns:PartNumber" />
    </xs:unique>
  </xs:element>
</xs:schema>