cbrncl:CaseRelationshipKindCodeSimpleType

simpleType CaseRelationshipKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type for the kinds of relationships a Case may have with other entities.

Diagram

Enumerations

ValueDefinition
ChildThe case of interest is the child case in the relationship.
OtherThe cases are related in some manner other than an parent/child relationship.
ParentThe case of interest is the parent case in the relationship.

XML Schema

<xs:simpleType name="CaseRelationshipKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of relationships a Case may have with other entities.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Child">
<xs:annotation>
<xs:documentation>
The case of interest is the child case in the relationship.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
The cases are related in some manner other than an parent/child relationship.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Parent">
<xs:annotation>
<xs:documentation>
The case of interest is the parent case in the relationship.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>