Uses the Component:GeographicalConstraintsType
The GeographicalConstraints component is used to define the geographical region or regions or a range of regions to which the initiative is limited. Example 1: An EmployeePricing initiative may only apply to Zip code 12345. All other zip codes do not apply Example 2: An EmployeePricing initiative may apply to Zip code 12345 as well as zip code 54321, and 65431. All other zip codes do not apply. Example 3: An EmployeePricing initiative applies to the following range of zip codes 12345 to 12349. Any zip codes out side of this range do not apply.
Table 6.53. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
GeographicalConstraintTypeCode |
Identifies the geographical region or code by which the initiative is constrained. | 1..1 | Field | scl:GeographicalConstraintTypeEnumeratedType | |
GeographicalConstraintDescription |
Free-form text field describing the value of the constraints, i.e., the country name(s) to which the initiative applies, US state(s) to which the initiative applies, zip code(s) to which the initiative applies, etc. | 1..* | 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.53. GeographicalConstraints
<GeographicalConstraints> <GeographicalConstraintTypeCode>......</GeographicalConstraintTypeCode> [1..1] <GeographicalConstraintDescription>......</GeographicalConstraintDescription> [1..*] </GeographicalConstraints>