em:ApplicantCategoryCodeSimpleType

simpleType ApplicantCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type code to specify the Applicant Type(Gov entity or Private Non-Profit etc.)

Diagram

Enumerations

ValueDefinition
GovernmentGovernment
PNPPrivate Non-Profit

XML Schema

<xs:simpleType name="ApplicantCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to specify the Applicant Type(Gov entity or Private Non-Profit etc.)
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Government">
<xs:annotation>
<xs:documentation>
Government
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PNP">
<xs:annotation>
<xs:documentation>
Private Non-Profit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>