<xs:element name="LinearValue" type="LinearValueType" minOccurs="20" maxOccurs="20"><xs:annotation><xs:documentation>Each LinearValue element is a linear value.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of linear values in the list. n must be 20.
Source
<xs:complexType name="TwentyLinearValuesType"><xs:annotation><xs:documentation>The TwentyLinearValuesType defines a list of 20 linear values.</xs:documentation></xs:annotation><xs:sequence><xs:element name="LinearValue" type="LinearValueType" minOccurs="20" maxOccurs="20"><xs:annotation><xs:documentation>Each LinearValue element is a linear value.</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 linear values in the list. n must be 20.</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 linear values in the list. n must be 20.</xs:documentation></xs:annotation></xs:attribute>