em:IncidentAuthorType

complexType IncidentAuthorType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for information about the author of the incident

Diagram

XML Schema

<xs:complexType name="IncidentAuthorType">
<xs:annotation>
<xs:documentation>
A data type for information about the author of the incident
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:AuthorURI" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AuthorName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentAuthorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>