m:WatchListAssociation
An association between an organization and an entity (vessel, aircraft, person, etc.) that the organization declares to be of interest and has placed on a watch list.
Element information
Namespace: http://niem.gov/niem/domains/maritime/2.1
Schema document: lexs.gov/niem/domains/maritime/2.1/maritime.xsd
Type: m:WatchListAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..1]A date an association begins.
- nc:AssociationEndDate [0..1]A date an association ends.
- nc:OrganizationReference [0..*]A unit which conducts some sort of business or operations.
- Choice [0..*]
- m:WatchListAircraftReferenceAn aircraft on a watch list.
- m:WatchListOrganizationReferenceAn organization on a watch list.
- m:WatchListPersonReferenceA person on a watch list.
- m:WatchListVehicleReferenceA vehicle on a watch list.
- m:WatchListVesselReferenceA vessel on a watch list.
from subst. group m:WatchListEntity - m:WatchListEntryReasonOfInterest [0..1]A reason why a watch list entry is of interest.
- m:WatchListEntryTitle [0..1]The title of a watchlist entry.
from type nc:AssociationType
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 lexsdigest:EntityAssociationsType (Element lexsdigest:Associations)
Sample instance
<m:WatchListAssociation> <nc:AssociationBeginDate> <nc:Date>1968-11-03</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>1969-12-02</nc:Date> </nc:AssociationEndDate> <nc:OrganizationReference s:ref="Org2"/> <m:WatchListAircraftReference s:ref="Aircraft1"/> <m:WatchListOrganizationReference s:ref="Org1"/> <m:WatchListPersonReference s:ref="Person1"/> <m:WatchListPersonReference s:ref="Person2"/> <m:WatchListVehicleReference s:ref="Vehicle1"/> <m:WatchListVesselReference s:ref="Boat1"/> <m:WatchListEntryReasonOfInterest>Armed and dangerous</m:WatchListEntryReasonOfInterest> <m:WatchListEntryTitle>Melento Brothers</m:WatchListEntryTitle> </m:WatchListAssociation>