em:TernaryIndicatorCodeSimpleType

simpleType TernaryIndicatorCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type for a Ternary Indicator

Diagram

Enumerations

ValueDefinition
NoNo
UnknownUnknown
YesYes

XML Schema

<xs:simpleType name="TernaryIndicatorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a Ternary Indicator
</xs:documentation>
</xs:annotation>
<xs:enumeration value="No">
<xs:annotation>
<xs:documentation>
No
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Yes">
<xs:annotation>
<xs:documentation>
Yes
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>