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
Value | Definition |
Child | The case of interest is the child case in the relationship. |
Other | The cases are related in some manner other than an parent/child relationship. |
Parent | The 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:restriction base="xs:token">
<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>