cbrn:DeviceDeviceRelationship
Description of a relationship between two devices.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:DeviceDeviceRelationshipType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RelationshipBeginDateTime [0..*] DateTime a relationship began.
- cbrn:RelationshipEndDateTime [0..*] DateTime a relationship ended.
- Choice [0..*]
- cbrn:EncounterDeviceAssetID A device identifier that may be assigned by an organization for asset/property management and maintenance services.
- cbrn:EncounterDeviceID A device identifier that is specific to its deployment site or operating organization. There is no required format for the ID value.
- cbrn:EncounterDeviceMfgID A device identifier that is assigned by the manufacturer, typically a serial number.
from subst. group cbrn:EncounterDeviceIdentification - cbrn:ToDeviceID [0..*] Identifier of the device that is the ending point/target of the relationship.
- cbrn:DeviceRelationshipKindCode [0..*] Kind of relationship between devices. Note that device is used in a generic sense to encompass assembly levels from a system down to an atomic component.
- cbrn:DeviceRelationshipStatusCode [0..*] Description of the status of a relationship between two devices.
- cbrn:SimplexIndicator [0..*] If the association is describing a communications connection/link, then the link is simplex if True; else False if duplex.
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:DeviceDeviceRelationship> <cbrn:RelationshipBeginDateTime>2000-01-01T12:00:00</cbrn:RelationshipBeginDateTime> <cbrn:RelationshipEndDateTime>2000-01-01T12:00:00</cbrn:RelationshipEndDateTime> <cbrn:EncounterDeviceAssetID>string</cbrn:EncounterDeviceAssetID> <cbrn:ToDeviceID>string</cbrn:ToDeviceID> <cbrn:DeviceRelationshipKindCode>Component</cbrn:DeviceRelationshipKindCode> <cbrn:DeviceRelationshipStatusCode>Unknown</cbrn:DeviceRelationshipStatusCode> <cbrn:SimplexIndicator>true</cbrn:SimplexIndicator> </cbrn:DeviceDeviceRelationship>