em:IncidentAuthorType
complexType IncidentAuthorType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
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:extension base="structures:ObjectType">
<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>