em:TrainingType

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

Definition

A data type for a credential class that represents a person's training credentials

Diagram

XML Schema

<xs:complexType name="TrainingType">
<xs:annotation>
<xs:documentation>
A data type for a credential class that represents a person's training credentials
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:CourseText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CourseLevelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ProvidingOrganizationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:RegistrationJurisdictionName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IsIssuedCertificationIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TrainingDuration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EndDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TrainingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>