<xsd:element name="Facility" type="FacilityType">
<xsd:annotation>
<xsd:documentation>A Facility identifies a location within an entity. The facility may have sub-locators identified using a sequenced identification notation e.g. Warehouse A100 Sub-Location 11, Row R10 would be represented as an array of three Facility elements with values as A100, 11, R10, name attribute as Warehouse, Sub-Location and Row and sequence attribute as 1,2 and 3 respectively.</xsd:documentation>
</xsd:annotation>
</xsd:element>
|