em:ContactRoleCodeSimpleType

simpleType ContactRoleCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for a code set of roles of the emergency management contact

Diagram

Enumerations

ValueDefinition
ApproverUsed to indicate an Approver role for an emergency management contact
RequesterUsed to indicate a Requester role for an emergency management contact
Responding OrgUsed to indicate a Responding Organization role for an emergency management contact
SenderUse to indicate a Sender role for an emergency management contact
SMEUsed 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: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>