m:PortIdentifyingAttributes
The identifying attributes of a port.
Element information
Namespace: http://niem.gov/niem/domains/maritime/2.1
Schema document: domains/maritime/2.1/maritime.xsd
Type: m:PortIdentifyingAttributesType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- m:PortCodeText [0..*] A code to identify a port.
- m:PortName [0..*] A name of a port.
- m:PortUNLOCODEText [0..*] The United Nations Location Code of a maritime port, also known as a UN/LOCODE (United Nations Code for Trade and Transport Locations).
- Choice [0..*]
- nc:LocationCountryFIPS10-4Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166Alpha2Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166Alpha3Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166NumericCode A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryName A country, territory, dependency, or other such geopolitical subdivision of a location.
- intel:LocationCountryFIPS10-4PlusNCTCCode A union of additional country codes managed by NCTC and the FIPS 10-4 country codes.
- scr:LocationCountryIdentification An identifier that represents a country.
from subst. group nc:LocationCountry - Choice [0..*]
- nc:LocationStateCanadianProvinceCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS10-4InternationalCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS5-2AlphaCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS5-2NumericCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICLISCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICLSTACode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICRESCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateName A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateUSPostalServiceCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
from subst. group nc:LocationState - nc:LocationCityName [0..*] A name of a city or town.
from subst. group m:PortCodefrom subst. group m:PortNameAbstractfrom subst. group m:PortUNLOCODE
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 |
Sample instance
<m:PortIdentifyingAttributes> <m:PortCodeText>string</m:PortCodeText> <m:PortName>string</m:PortName> <m:PortUNLOCODEText>string</m:PortUNLOCODEText> <nc:LocationCountryFIPS10-4Code>KS</nc:LocationCountryFIPS10-4Code> <nc:LocationStateCanadianProvinceCode>BC</nc:LocationStateCanadianProvinceCode> <nc:LocationCityName>string</nc:LocationCityName> </m:PortIdentifyingAttributes>