cbrn:ConveyanceOrgRelationship
Description of a relationship between a conveyance and an organization.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ConveyanceOrgRelationshipType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RelationshipBeginDateTime [0..*] DateTime a relationship began.
- cbrn:RelationshipEndDateTime [0..*] DateTime a relationship ended.
- cbrn:ConveyanceIdentification [0..*] Identification of the conveyance that is associated with an organization.
- nc:OrganizationIdentification [0..*] An identification that references an organization.
- cbrn:ConveyanceOrgRelationshipKindCode [0..*] Description of the kind of relationship between the conveyance and organization. For example, an aircraft may have an owner, operator, leasee, etc.
from type cbrn:EncounterRelationshipType
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
<cbrn:ConveyanceOrgRelationship> <cbrn:RelationshipBeginDateTime>2000-01-01T12:00:00</cbrn:RelationshipBeginDateTime> <cbrn:RelationshipEndDateTime>2000-01-01T12:00:00</cbrn:RelationshipEndDateTime> <cbrn:ConveyanceIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:ItemSerialIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:ItemSerialIdentification> </cbrn:ConveyanceIdentification> <nc:OrganizationIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:OrganizationIdentification> <cbrn:ConveyanceOrgRelationshipKindCode>owner</cbrn:ConveyanceOrgRelationshipKindCode> </cbrn:ConveyanceOrgRelationship>