aamva_d20:PassFailCodeSimpleType

simpleType PassFailCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/

Definition

A data type for whether something has passed or failed some sort of test.

Diagram

Enumerations

ValueDefinition
FFail
PPass

XML Schema

<xs:simpleType name="PassFailCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for whether something has passed or failed some sort of test.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Fail
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Pass
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>