<xsd:complexType name="ReportIdentification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that allows the specific report and section to be identified.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ReportSectionIdentification">
<xsd:sequence>
<xsd:element name="numberOfSections" type="xsd:positiveInteger" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A numeric value, optionally supplied by the sender, that can be used to specify the number of sections constituting a report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="submissionsComplete" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether all sections have been sent for this report instance ID.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|