Uses the Component:CountryOfOriginType
Country of origing component.
Table 6.11. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CountryCode |
The Country Code. | 0..1 | Field | sqdt:CountryCodeType | |
Quantity |
The part quantity associated with the country of origin. | 0..1 | Field | sqdt:QuantityType | |
PreferredOrigin |
The country of origin of goods is a factor in determining the amount of duty payable. Other factors include the type and value of the goods. | 0..* | Field | oag: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.12. CountryOfOrigin
<CountryOfOrigin> <CountryCode>......</CountryCode> [0..1] <Quantity>......</Quantity> [0..1] <PreferredOrigin>......</PreferredOrigin> [0..*] </CountryOfOrigin>