Schema Central  >  LEXS 4.0  >  maritime.xsd  >  m:WatchListAssociation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

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>