cbrn:EncounterRelationshipType
complexType EncounterRelationshipType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type that provides a means to define a relationship between two objects involved in an encounter.
Diagram
XML Schema
<xs:complexType name="EncounterRelationshipType">
<xs:annotation>
<xs:documentation>
A data type that provides a means to define a relationship between two objects involved in an encounter.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="cbrn:RelationshipBeginDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RelationshipEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:EncounterRelationshipAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>