cbrncl:CaseRequestCodeSimpleType
simpleType CaseRequestCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for a kind of case request code
Diagram
Enumerations
Value | Definition |
Associated Cases | Request for the cases associated with a case. |
Case by Status | Request for all cases with a specific status code. |
Case by Threat Level | Request for all cases with a specific threat level code or higher, for a specified case status code. |
Case Content | Request for the list of files and other cases recorded as part of a case. |
Case Description | Request for the data that describes the case (and its metadata). |
Files by ID | Request for one or more case files based on file id. |
Files by Subject | Request for all files that are of a specific subject matter type (one or more). |
XML Schema
<xs:simpleType name="CaseRequestCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of case request code</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Associated Cases">
<xs:annotation>
<xs:documentation>
Request for the cases associated with a case.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Case by Status">
<xs:annotation>
<xs:documentation>
Request for all cases with a specific status code.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Case by Threat Level">
<xs:annotation>
<xs:documentation>
Request for all cases with a specific threat level code or higher, for a specified case status code.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Case Content">
<xs:annotation>
<xs:documentation>
Request for the list of files and other cases recorded as part of a case.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Case Description">
<xs:annotation>
<xs:documentation>
Request for the data that describes the case (and its metadata).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Files by ID">
<xs:annotation>
<xs:documentation>
Request for one or more case files based on file id.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Files by Subject">
<xs:annotation>
<xs:documentation>
Request for all files that are of a specific subject matter type (one or more).</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>