HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Element: Facility

Name Facility
Type FacilityType
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.
XML Instance Representation
<Facility>

<IDs> SequencedIDsType </IDs> [0..1]
< Name> ... </ Name> [0..*]
Model group reference (not shown): FreeFormTextGroup [0..1]
< Address> ... </ Address> [0..1]
< Coordinate> ... </ Coordinate> [0..1]
< UserArea> ... </ UserArea> [0..1]
</Facility>
Schema Component Representation
<xsd:element name="Facility" type=" FacilityType"/>