Uses the Component:LocationType
Table 6.124. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
LocationName |
A name to identify the location. | 0..1 | Field | udt:TextType | |
LocationAddress |
The address of the location being described. | 0..1 | Component | AddressABIEType | |
TelephoneCommunication |
The telephone communication details of the location being described. Deprecated. Use: PrimaryContact | 0..1 | Component | CommunicationABIEType | |
LocationID |
Code identifying a physical location. | 0..1 | Field | udt:IdentifierType | |
LocationSequenceID |
A number that represents the sequence of locations along a route of delivery. | 0..1 | Field | udt:IdentifierType | |
LocationTypeCode |
Type of location. | 0..1 | Field | sqdt:LocationTypeCodeType | |
RequestedDeliveryDate |
Requested date of delivery. This is different from the requested date of shipment. | 0..1 | Field | udt:DateType | |
WillAdviseIndicator |
Flag indicating that the location address is not complete and more information will be given later. | 0..1 | Field | udt:IndicatorType | |
SpecialInstructions |
Special delivery instructions for this location. | 0..1 | Field | udt:TextType | |
PrimaryContact |
A primary person or department that acts as a point of contact with another peson or department. | 0..1 | Component | ContactABIEType | |
LocationFinalIndicator |
Indicates that the location is the final location in a sequence of locations. | 0..1 | Field | udt:IndicatorType |
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.124. Location
<Location> <LocationName>......</LocationName> [0..1] <LocationAddress>......</LocationAddress> [0..1] <TelephoneCommunication>......</TelephoneCommunication> [0..1] <LocationID>......</LocationID> [0..1] <LocationSequenceID>......</LocationSequenceID> [0..1] <LocationTypeCode>......</LocationTypeCode> [0..1] <RequestedDeliveryDate>......</RequestedDeliveryDate> [0..1] <WillAdviseIndicator>......</WillAdviseIndicator> [0..1] <SpecialInstructions>......</SpecialInstructions> [0..1] <PrimaryContact>......</PrimaryContact> [0..1] <LocationFinalIndicator>......</LocationFinalIndicator> [0..1] </Location>