<xs:element name="TypeOfTest" type="NonDestructiveTestingEnumType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each TypeOfTest element is a non-destructive testing type.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of elements in this array.
Source
<xs:complexType name="ArrayNonDestructiveTestingType"><xs:annotation><xs:documentation>The ArrayNonDestructiveTestingType is an array of non-destructive testing types.</xs:documentation></xs:annotation><xs:sequence><xs:element name="TypeOfTest" type="NonDestructiveTestingEnumType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each TypeOfTest element is a non-destructive testing type.</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 elements in this array.</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 elements in this array.</xs:documentation></xs:annotation></xs:attribute>