cbrn:CaseRelationshipType

complexType CaseRelationshipType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for a relationship between two cases.

Diagram

XML Schema

<xs:complexType name="CaseRelationshipType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between two cases.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:RelatedCaseUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseRelationshipRoleKindCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseRelationshipDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseRelationshipAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>