m:InterestNotificationCategoryCodeSimpleType
simpleType InterestNotificationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/maritime/4.0/
Definition
A data type for a code specifying whether an interest is an indicator or notification, warning or alert.
Diagram
Enumerations
Value | Definition |
Indicator | Any piece of discreet data, processed or otherwise, that is used to inform part of an analytical process. |
Notification:Alert | Notification of the actual or eminent execution of an event. |
Notification:Warning | Notification of a possible activity or event |
XML Schema
<xs:simpleType name="InterestNotificationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code specifying whether an interest is an indicator or notification, warning or alert.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Indicator">
<xs:annotation>
<xs:documentation>
Any piece of discreet data, processed or otherwise, that is used to inform part of an analytical process.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Notification:Alert">
<xs:annotation>
<xs:documentation>
Notification of the actual or eminent execution of an event.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Notification:Warning">
<xs:annotation>
<xs:documentation>
Notification of a possible activity or event</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>