em:ApplicantCategoryCodeSimpleType
simpleType ApplicantCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type code to specify the Applicant Type(Gov entity or Private Non-Profit etc.)
Diagram
Enumerations
Value | Definition |
Government | Government |
PNP | Private 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:restriction base="xs:token">
<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>