it:NotifyParty
A party to be notified.
Element information
Namespace: http://niem.gov/niem/domains/internationalTrade/2.1
Schema document: domains/internationalTrade/2.1/internationalTrade.xsd
Type: it:NotifyPartyType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- it:NotifyPartyIdentification [0..*] A unique identification of Notify Party
- it:NotifyPartyIdCode [0..*] Coded identification of the identification of a party to be notified.
- it:RoleOfPartyReference [0..*] The data type identifying the role of the Organization, Person or Thing associated with processing a Cargo entry.
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:GoodsShipmentType (Element it:GoodsShipment)
- Type it:LoadingLocationType (Element it:LoadingLocation)
- Type it:UnloadingLocationType (Element it:UnloadingLocation)
- Type it:ArrivalType (Elements it:Arrival, it:TransportMeansArrival, it:TransportMeansFirstArrival)
- Type it:DepartureType (Elements it:Departure, it:DepartureDate, it:TransportMeansDeparture)
Sample instance
<it:NotifyParty> <it:NotifyPartyIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </it:NotifyPartyIdentification> <it:NotifyPartyIdCode> <it:RoleOfPartyCategoryCode>Exporter</it:RoleOfPartyCategoryCode> <it:RoleOfPartyCategoryDescriptionText>string</it:RoleOfPartyCategoryDescriptionText> <it:PartyID> <it:PartyIdentification>... </it:PartyIdentification> <it:PartyIDCodeDescriptionText>string</it:PartyIDCodeDescriptionText> </it:PartyID> </it:NotifyPartyIdCode> <it:RoleOfPartyReference/> </it:NotifyParty>