cbrncl:CaseResponseCodeSimpleType
simpleType CaseResponseCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for a kind of case response code
Diagram
Enumerations
Value | Definition |
Case access denied | Requested Case data not authorized for access. |
Case not found | Requested Case data not found. |
Email file transfer | Available files transmitted to requestor's authorized email address. |
File access denied | Requested files not authorized for access. |
File included | Available files are included in this message. |
File not found | Requested files not found. |
FTP file transfer | Available files loaded to requestor's authorized FTP site. |
No case match | No case found that matches request. |
No file match | No file found that matches request. |
Some files denied access | Some requested files not authorized for access. |
Some files not found | Some requested files not found. |
XML Schema
<xs:simpleType name="CaseResponseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of case response code</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Case access denied">
<xs:annotation>
<xs:documentation>
Requested Case data not authorized for access.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Case not found">
<xs:annotation>
<xs:documentation>
Requested Case data not found.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Email file transfer">
<xs:annotation>
<xs:documentation>
Available files transmitted to requestor's authorized email address.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="File access denied">
<xs:annotation>
<xs:documentation>
Requested files not authorized for access.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="File included">
<xs:annotation>
<xs:documentation>
Available files are included in this message.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="File not found">
<xs:annotation>
<xs:documentation>
Requested files not found.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FTP file transfer">
<xs:annotation>
<xs:documentation>
Available files loaded to requestor's authorized FTP site.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="No case match">
<xs:annotation>
<xs:documentation>
No case found that matches request.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="No file match">
<xs:annotation>
<xs:documentation>
No file found that matches request.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Some files denied access">
<xs:annotation>
<xs:documentation>
Some requested files not authorized for access.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Some files not found">
<xs:annotation>
<xs:documentation>
Some requested files not found.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>