em:CommentAugmentationType

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

Definition

A data type for additional information about a comment.

Diagram

XML Schema

<xs:complexType name="CommentAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a comment.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ServiceCallOperator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:OrganizationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:OrganizationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SourceIDText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:RestrictionCategoryText" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>