mmucc:NA-No-Yes-NR-CodeSimpleType

simpleType NA-No-Yes-NR-CodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/

Definition

A data type for standard selection codes as yes, no, unknown.

Diagram

Enumerations

ValueDefinition
0Not Available
1No
2Yes
8Not Reported

XML Schema

<xs:simpleType name="NA-No-Yes-NR-CodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for standard selection codes as yes, no, unknown.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Available
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
No
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Yes
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Not Reported
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>