Uses the Component:LocationABIEType
A location where a particular set of information applies. i.e. if found in the price component this specifies the location within a country that the price may apply.
Table 6.38. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
LocationID |
Code identifying a physical location | 0..1 | Field | udt:IdentifierType | |
LocationName |
A name to identify the location. | 0..* | Field | udt:TextType | |
LocationDescription |
A free-form text description of a physical location. | 0..* | Field | udt:TextType | |
DistrictID |
An identifier for the District an organization resides. | 0..1 | Field | udt:IdentifierType | |
LocationTypeCode |
Type of location. | 0..1 | Field | sqdt:LocationTypeCodeType | |
CountryName |
A name, expressed as text, of the country. | 0..* | Field | udt:TextType | |
CountryID |
A unique country identifier. | 0..1 | Field | sqdt:CountryCodeType | |
CountrySubDivisionName |
A name, expressed as text, of the sub-division of a country. | 0..* | Field | udt:TextType |
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.38. ApplicableLocation
<ApplicableLocation> <LocationID>......</LocationID> [0..1] <LocationName>......</LocationName> [0..*] <LocationDescription>......</LocationDescription> [0..*] <DistrictID>......</DistrictID> [0..1] <LocationTypeCode>......</LocationTypeCode> [0..1] <CountryName>......</CountryName> [0..*] <CountryID>......</CountryID> [0..1] <CountrySubDivisionName>......</CountrySubDivisionName> [0..*] </ApplicableLocation>