<xs:element name="ControlIssueDetails" type="ControlIssueDetailsType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each ControlIssueDetails element defines the details of a control issue that was encountered.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of control issues details in this list.
Source
<xs:complexType name="ControlIssueDetailsListType"><xs:annotation><xs:documentation>The ControlIssueDetailsListType defines a list of control issues.</xs:documentation></xs:annotation><xs:sequence><xs:element name="ControlIssueDetails" type="ControlIssueDetailsType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each ControlIssueDetails element defines the details of a control issue that was encountered.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of control issues details in this list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of control issues details in this list.</xs:documentation></xs:annotation></xs:attribute>