em:ExperienceType

complexType ExperienceType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for a credential class that represents the type of experience possessed by a person

Diagram

XML Schema

<xs:complexType name="ExperienceType">
<xs:annotation>
<xs:documentation>
A data type for a credential class that represents the type of experience possessed by a person
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:JobTitleOrRole" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ReferenceInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ActivityIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentSummary" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IsFullTimeIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ExperienceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>