Facility

Uses the Component:FacilityOAGIType

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.

Fields and Components

Table 6.28. Fields and Components

Name Description Occurrence Type Data Type User Notes
IDs 0..1Field oagis:SequencedIDsType  
oagis:Name

0..1Field udt:NameType  
Description

0..*Field udt:TextType  
oagis:Note

Free-form text field describing a note.

0..*Field udt:TextType  
SpecifiedAddress  0..1ComponentAddressABIEType 
GeographicalCoordinate

The purpose of the Geographical Coordinate component is to determine the latitude and longitude of a place, by which its relative situation on the globe is known.

0..1ComponentGeographicalCoordinateType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.29. Facility

<Facility>
     <IDs>......</IDs>     [0..1]
     <oagis:Name>......</oagis:Name>     [0..1]
     <Description>......</Description>     [0..*]
     <oagis:Note>......</oagis:Note>     [0..*]
     <SpecifiedAddress>......</SpecifiedAddress>     [0..1]
     <GeographicalCoordinate>......</GeographicalCoordinate>     [0..1]
</Facility>