em:RecallCategoryCodeSimpleType

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

Definition

A data type for defining a recall message type

Diagram

Enumerations

ValueDefinition
CancelCancel Recall message
UpdateUpdate 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: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>