cbrn:ConveyanceConveyanceRelationship
Description of a relationship between two conveyances.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ConveyanceConveyanceRelationshipType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RelationshipBeginDateTime [0..*] DateTime a relationship began.
- cbrn:RelationshipEndDateTime [0..*] DateTime a relationship ended.
- cbrn:ConveyanceRelationshipOriginID [0..*] Identifier of the conveyance that is the start/origin of the relationship. By convention, the start of the relationship is the conveyee and the end of the relationship is the conveyor; for example a trailer is conveyed by a tractor, or a container is conveyed by a vessel or a trailer.
- cbrn:ConveyanceRelationshipTargetID [0..*] Identifier of the conveyance that is the end/target of the relationship. By convention, the end of the relationship is the conveyor and the start of the relationship is the conveyee.
- cbrn:ConveyanceRelationshipKindCode [0..*] Kind of conveyance relationship; for example, contained in/on, or connected to.
- cbrn:ConveyanceSequenceNumber [0..*] Identifies the position of the conveyee if there is more than one associated with the same conveyor during the same period of time. For example, for a truck consisting of a tractor with two trailers, the first trailer would have a sequence number of one.
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:ConveyanceConveyanceRelationship> <cbrn:RelationshipBeginDateTime>2000-01-01T12:00:00</cbrn:RelationshipBeginDateTime> <cbrn:RelationshipEndDateTime>2000-01-01T12:00:00</cbrn:RelationshipEndDateTime> <cbrn:ConveyanceRelationshipOriginID> <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:ConveyanceRelationshipOriginID> <cbrn:ConveyanceRelationshipTargetID> <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:ConveyanceRelationshipTargetID> <cbrn:ConveyanceRelationshipKindCode>contained in</cbrn:ConveyanceRelationshipKindCode> <cbrn:ConveyanceSequenceNumber>1</cbrn:ConveyanceSequenceNumber> </cbrn:ConveyanceConveyanceRelationship>