j:IncidentFormType

complexType IncidentFormType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for an electronic or paper form to be completed for an incident.

Diagram

XML Schema

<xs:complexType name="IncidentFormType">
<xs:annotation>
<xs:documentation>
A data type for an electronic or paper form to be completed for an incident.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:IncidentFormCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IncidentFormName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IncidentFormSubmittedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IncidentFormAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>