cbrncl:CaseResponseCodeSimpleType

simpleType CaseResponseCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type for a kind of case response code

Diagram

Enumerations

ValueDefinition
Case access deniedRequested Case data not authorized for access.
Case not foundRequested Case data not found.
Email file transferAvailable files transmitted to requestor's authorized email address.
File access deniedRequested files not authorized for access.
File includedAvailable files are included in this message.
File not foundRequested files not found.
FTP file transferAvailable files loaded to requestor's authorized FTP site.
No case matchNo case found that matches request.
No file matchNo file found that matches request.
Some files denied accessSome requested files not authorized for access.
Some files not foundSome 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: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>