mmucc:NA-No-Yes-NR-CodeSimpleType
simpleType NA-No-Yes-NR-CodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for standard selection codes as yes, no, unknown.
Diagram
Enumerations
Value | Definition |
0 | Not Available |
1 | No |
2 | Yes |
8 | Not 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:restriction base="xs:token">
<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>