nc:EmptyReasonCodeSimpleType

simpleType EmptyReasonCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/5.0/

Definition

A data type for a reason why a data value was not provided.

Diagram

Enumerations

ValueDefinition
inapplicableThere is no value.
missingThe correct value is not readily available to the sender of this data. Furthermore, a correct value may not exist.
otherOther reason.
templateThe value will be available later (pending).
unknownThe correct value is not known to, and not computable by, the sender of this data. However, a correct value probably exists.
withheldThe value is not divulged.

XML Schema

<xs:simpleType name="EmptyReasonCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a reason why a data value was not provided.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="inapplicable">
<xs:annotation>
<xs:documentation>
There is no value.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="missing">
<xs:annotation>
<xs:documentation>
The correct value is not readily available to the sender of this data. Furthermore, a correct value may not exist.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>
Other reason.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="template">
<xs:annotation>
<xs:documentation>
The value will be available later (pending).
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation>
The correct value is not known to, and not computable by, the sender of this data. However, a correct value probably exists.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="withheld">
<xs:annotation>
<xs:documentation>
The value is not divulged.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>