AddInventory - xsd

<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="InventoryHeaderDetail">
    <xs:complexType>
      <xs:sequence>
        <xs:element type="xs:short" name="InventoryYear" minOccurs="1"/>
        <xs:element type="xs:int" name="InventoryNumber" minOccurs="0"/>
  <xs:element type="xs:string" name="WarehouseID" minOccurs="1"/>
  <xs:element type="xs:string" name="ConsignorID" minOccurs="0"/>
  <xs:element type="xs:string" name="SupplierID" minOccurs="0"/>
  <xs:element type="xs:dateTime" name="InventoryDate" minOccurs="0"/>
  <xs:element type="xs:boolean" name="DataFromActualState" minOccurs="0"/>
  <xs:element type="xs:boolean" name="AddListFromActualState" minOccurs="0"/> 
     <xs:element type="xs:string" name="ItemIDFrom" minOccurs="0"/>
  <xs:element type="xs:string" name="ItemIDTo" minOccurs="0"/>
  <xs:element type="xs:string" name="LedgerAccountIdFrom" minOccurs="0"/>
  <xs:element type="xs:string" name="LedgerAccountIdTo" minOccurs="0"/>
  <xs:element type="xs:string" name="ItemGroupIDFrom" minOccurs="0"/>
  <xs:element type="xs:string" name="ItemGroupIDTo" minOccurs="0"/>
  <xs:element type="xs:string" name="ItemClasificationFrom" minOccurs="0"/>
  <xs:element type="xs:string" name="ItemClasificationTo" minOccurs="0"/>
  <xs:element type="xs:string" name="ItemDepartmentFrom" minOccurs="0"/>
  <xs:element type="xs:string" name="ItemDepartmentTo" minOccurs="0"/>
  <xs:element type="xs:string" name="Note" minOccurs="0"/>
  <xs:element type="xs:string" name="Status" minOccurs="0"/>
  <xs:element type="xs:dateTime" name="StatusDate" minOccurs="0"/>
  <xs:element type="xs:string" name="InsertedBy" minOccurs="0"/>
  <xs:element type="xs:dateTime" name="InsertedTime" minOccurs="0"/>
        <xs:element type="xs:string" name="ModifiedBy" minOccurs="0"/>
  <xs:element type="xs:dateTime" name="ModifiedTime" minOccurs="0"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>

Natisni