it:SectorPosition
Physical location of a container at a container facility.
Element information
Namespace: http://niem.gov/niem/domains/internationalTrade/2.1
Schema document: domains/internationalTrade/2.1/internationalTrade.xsd
Type: cbrn:RelativePositionType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- nc:LengthUnitCode [0..*] A unit of measure of a length value.
- cbrn:RelativePositionOriginText [0..*] User/operator entered description of the origin point from which the relative position offset values are measured.
- cbrn:OffsetXValue [0..*] Value of the X dimension offset from the origin.
- cbrn:OffsetYValue [0..*] Value of the Y dimension offset from the origin.
- cbrn:OffsetZValue [0..*] Value of the Z dimension offset from the origin.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type it:ContainerLastLocationType (Element it:ContainerLastLocation)
Sample instance
<it:SectorPosition> <cbrn:RemarkText>string</cbrn:RemarkText> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> <cbrn:RelativePositionOriginText>string</cbrn:RelativePositionOriginText> <cbrn:OffsetXValue>1.0</cbrn:OffsetXValue> <cbrn:OffsetYValue>1.0</cbrn:OffsetYValue> <cbrn:OffsetZValue>1.0</cbrn:OffsetZValue> </it:SectorPosition>