nc:Association
An association, connection, relationship, or involvement somehow linking people, things, and/or activities together.
Element information
Namespace: http://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:AssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:AssociationAugmentationPointAbstract [0..*]An augmentation point for AssociationType
- nc:AssociationDateRange [0..*]A date range in which an association occurs.
- nc:AssociationDescriptionText [0..*]A description of an association.
- nc:AssociationAugmentationPointAbstract [0..*]An augmentation point for AssociationType.
from type structures:AssociationTypefrom subst. group structures:AssociationAugmentationPointfrom subst. group nc:AssociationAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:AssociationType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:AssociationType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:AssociationType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:AssociationType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:AssociationType |
Sample instance
<nc:Association> <structures:AssociationAugmentationPoint>any content</structures:AssociationAugmentationPoint> <nc:AssociationDateRange> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:StartDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <intel:DayDate>---31</intel:DayDate> <nc:DateAccuracy>any content</nc:DateAccuracy> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </nc:StartDate> <nc:EndDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <intel:DayDate>---31</intel:DayDate> <nc:DateAccuracy>any content</nc:DateAccuracy> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </nc:EndDate> <nc:DateRangeAugmentationPoint>any content</nc:DateRangeAugmentationPoint> </nc:AssociationDateRange> <nc:AssociationDescriptionText>string</nc:AssociationDescriptionText> <nc:AssociationAugmentationPoint>any content</nc:AssociationAugmentationPoint> </nc:Association>