<xs:complexType name="StatisticalStudyPlansType">
<xs:annotation>
<xs:documentation>The StatisticalStudyPlansType defines a list of statistical study plans.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="StatisticalStudyPlan" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each StatisticalStudyPlan element gives information about a statistical study plan.</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 statistical study plans in this list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |