j:ActivityReleaseAssociation
An association between an activity and a release.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Type: j:ActivityReleaseAssociationType
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:ReleaseReference [0..*] A freeing or discharge of someone or something from an activity, supervision, or obligation.
- nc:FacilityReference [0..*] A building, place, or structure that provides a particular service.
- nc:OrganizationReference [0..*] A unit which conducts some sort of business or operations.
- j:SubjectReference [0..*] A person who is involved or suspected of being involved in an incident or criminal activity.
- j:ActivityOfficialReference [0..*] An official associated with an activity
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 |
Sample instance
<j:ActivityReleaseAssociation> <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:ReleaseReference/> <nc:FacilityReference/> <nc:OrganizationReference/> <j:SubjectReference/> <j:ActivityOfficialReference/> </j:ActivityReleaseAssociation>