em:ContactRoleCodeSimpleType
simpleType ContactRoleCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a code set of roles of the emergency management contact
Diagram
Enumerations
Value | Definition |
Approver | Used to indicate an Approver role for an emergency management contact |
Requester | Used to indicate a Requester role for an emergency management contact |
Responding Org | Used to indicate a Responding Organization role for an emergency management contact |
Sender | Use to indicate a Sender role for an emergency management contact |
SME | Used to indicate a Subject Matter Expert (SME) role for an emergency management contact |
XML Schema
<xs:simpleType name="ContactRoleCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of roles of the emergency management contact</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Approver">
<xs:annotation>
<xs:documentation>
Used to indicate an Approver role for an emergency management contact</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Requester">
<xs:annotation>
<xs:documentation>
Used to indicate a Requester role for an emergency management contact</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Responding Org">
<xs:annotation>
<xs:documentation>
Used to indicate a Responding Organization role for an emergency management contact</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sender">
<xs:annotation>
<xs:documentation>
Use to indicate a Sender role for an emergency management contact</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SME">
<xs:annotation>
<xs:documentation>
Used to indicate a Subject Matter Expert (SME) role for an emergency management contact</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>