Schema Inventory.xsd


schema location:  Z:\schema\Rev0\Inventory.xsd
attribute form default: 
element form default:  qualified
targetNamespace:  http://www.eamxml.org/schema/Rev0
 
Elements  Complex types 
Inventory  InventoryType 


element Inventory
diagram Inventory_p1.png
namespace http://www.eamxml.org/schema/Rev0
type InventoryType
properties
content complex
children SiteId CatalogItemId Type Classification StorageLocation Minimum Maximum OnHand InTransit ConsignmentOnHand ConsignmentInTransit DueIn DueOut DueBack Picked Reserved Controller ControlDateTime LastCountDateTime Price PriceEffectiveDateTime AuditTrail UserDefined
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="Inventory" type="InventoryType"/>

complexType InventoryType
diagram Inventory_p2.png
namespace http://www.eamxml.org/schema/Rev0
children SiteId CatalogItemId Type Classification StorageLocation Minimum Maximum OnHand InTransit ConsignmentOnHand ConsignmentInTransit DueIn DueOut DueBack Picked Reserved Controller ControlDateTime LastCountDateTime Price PriceEffectiveDateTime AuditTrail UserDefined
used by
element Inventory
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:complexType name="InventoryType">
 
<xs:sequence>
   
<xs:element name="SiteId" type="xs:string" minOccurs="0"/>
   
<xs:element name="CatalogItemId" type="xs:string" minOccurs="0"/>
   
<xs:element name="Type" type="xs:string" minOccurs="0"/>
   
<xs:element name="Classification" type="xs:string" minOccurs="0"/>
   
<xs:element name="StorageLocation" type="StorageLocationType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Minimum" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="Maximum" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="OnHand" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="InTransit" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="ConsignmentOnHand" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="ConsignmentInTransit" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="DueIn" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="DueOut" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="DueBack" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="Picked" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="Reserved" type="xs:unsignedInt" minOccurs="0"/>
   
<xs:element name="Controller" type="PersonType" minOccurs="0"/>
   
<xs:element name="ControlDateTime" type="xs:dateTime" minOccurs="0"/>
   
<xs:element name="LastCountDateTime" type="xs:dateTime" minOccurs="0"/>
   
<xs:element name="Price" type="xs:decimal" minOccurs="0"/>
   
<xs:element name="PriceEffectiveDateTime" type="xs:dateTime" minOccurs="0"/>
   
<xs:element name="AuditTrail" type="AuditType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="UserDefined" type="UserDefinedType" minOccurs="0" maxOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="Id" type="xs:string" use="required"/>
</xs:complexType>

attribute InventoryType/@Id
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Id" type="xs:string" use="required"/>

element InventoryType/SiteId
diagram Inventory_p3.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="SiteId" type="xs:string" minOccurs="0"/>

element InventoryType/CatalogItemId
diagram Inventory_p4.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="CatalogItemId" type="xs:string" minOccurs="0"/>

element InventoryType/Type
diagram Inventory_p5.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Type" type="xs:string" minOccurs="0"/>

element InventoryType/Classification
diagram Inventory_p6.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Classification" type="xs:string" minOccurs="0"/>

element InventoryType/StorageLocation
diagram Inventory_p7.png
namespace http://www.eamxml.org/schema/Rev0
type StorageLocationType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children StorageLocationName StorageLocationSite StorageLocationAddress
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
TypeStorageLocationTypeTyperequired      
source <xs:element name="StorageLocation" type="StorageLocationType" minOccurs="0" maxOccurs="unbounded"/>

element InventoryType/Minimum
diagram Inventory_p8.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Minimum" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/Maximum
diagram Inventory_p9.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Maximum" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/OnHand
diagram Inventory_p10.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="OnHand" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/InTransit
diagram Inventory_p11.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="InTransit" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/ConsignmentOnHand
diagram Inventory_p12.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ConsignmentOnHand" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/ConsignmentInTransit
diagram Inventory_p13.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ConsignmentInTransit" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/DueIn
diagram Inventory_p14.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="DueIn" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/DueOut
diagram Inventory_p15.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="DueOut" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/DueBack
diagram Inventory_p16.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="DueBack" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/Picked
diagram Inventory_p17.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Picked" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/Reserved
diagram Inventory_p18.png
namespace http://www.eamxml.org/schema/Rev0
type xs:unsignedInt
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Reserved" type="xs:unsignedInt" minOccurs="0"/>

element InventoryType/Controller
diagram Inventory_p19.png
namespace http://www.eamxml.org/schema/Rev0
type PersonType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children UserId FirstName MiddleName LastName Title Suffix Gender Birthdate Position ContactInformation
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="Controller" type="PersonType" minOccurs="0"/>

element InventoryType/ControlDateTime
diagram Inventory_p20.png
namespace http://www.eamxml.org/schema/Rev0
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ControlDateTime" type="xs:dateTime" minOccurs="0"/>

element InventoryType/LastCountDateTime
diagram Inventory_p21.png
namespace http://www.eamxml.org/schema/Rev0
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="LastCountDateTime" type="xs:dateTime" minOccurs="0"/>

element InventoryType/Price
diagram Inventory_p22.png
namespace http://www.eamxml.org/schema/Rev0
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Price" type="xs:decimal" minOccurs="0"/>

element InventoryType/PriceEffectiveDateTime
diagram Inventory_p23.png
namespace http://www.eamxml.org/schema/Rev0
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="PriceEffectiveDateTime" type="xs:dateTime" minOccurs="0"/>

element InventoryType/AuditTrail
diagram Inventory_p24.png
namespace http://www.eamxml.org/schema/Rev0
type AuditType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children CreatedById ModifiedById CreatedDateTime ModifiedDateTime AuditHistory
source <xs:element name="AuditTrail" type="AuditType" minOccurs="0" maxOccurs="unbounded"/>

element InventoryType/UserDefined
diagram Inventory_p25.png
namespace http://www.eamxml.org/schema/Rev0
type UserDefinedType
properties
isRef 0
minOcc 0
maxOcc 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
Valuexs:stringrequired      
Commentxs:stringoptional      
source <xs:element name="UserDefined" type="UserDefinedType" minOccurs="0" maxOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy