nc:ReportType

complexType ReportType in namespace http://release.niem.gov/niem/niem-core/5.0/

Definition

A data type for an account given of a particular matter, especially in the form of an official document, after thorough investigation or consideration by an appointed person or body.

Diagram

XML Schema

<xs:complexType name="ReportType">
<xs:annotation>
<xs:documentation>
A data type for an account given of a particular matter, especially in the form of an official document, after thorough investigation or consideration by an appointed person or body.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfDocument" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReportAssignee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReportCoverageDateRange" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReportDueDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReportFrequencyAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReportID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReportTemplateCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReportAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>