em:ContactRoleType

complexType ContactRoleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type for the role kind of a contact

Diagram

XML Schema

<xs:complexType name="ContactRoleType">
<xs:annotation>
<xs:documentation>
A data type for the role kind of a contact
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:ContactRoleCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:RoleDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ContactRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>