em:RecallCategoryCodeSimpleType
simpleType RecallCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for defining a recall message type
Diagram
Enumerations
| Value | Definition | 
| Cancel | Cancel Recall message | 
| Update | Update Recall message | 
XML Schema
<xs:simpleType name="RecallCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for defining a recall message type</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Cancel">
<xs:annotation>
<xs:documentation>
Cancel Recall message</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Update">
<xs:annotation>
<xs:documentation>
Update Recall message</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>