m:ActivityInvolvedConveyanceAssociation
An association between an activity or event and a conveyance involved in that activity or event.
Element information
Namespace: http://niem.gov/niem/domains/maritime/2.1
Schema document: domains/maritime/2.1/maritime.xsd
Type: m:ActivityInvolvedConveyanceAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..*] A date an association begins.
- nc:AssociationEndDate [0..*] A date an association ends.
- nc:ActivityReference [0..*] A single or set of related actions, events, or process steps.
- nc:ConveyanceReference [0..*] A means of transport from place to place.
- m:ActivityConveyanceInvolvementText [0..*] A description of the involvement of a conveyance with an activity or event.
from type nc:AssociationTypefrom type nc:ActivityConveyanceAssociationType
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:ActivityInvolvedConveyanceAssociation> <nc:AssociationBeginDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationEndDate> <nc:ActivityReference/> <nc:ConveyanceReference/> <m:ActivityConveyanceInvolvementText>string</m:ActivityConveyanceInvolvementText> </m:ActivityInvolvedConveyanceAssociation>