The required n attribute is the number of degrees of freedom available for fitting.
Source
<xs:element name="DegreesOfFreedom" type="DegreesOfFreedomType"><xs:annotation><xs:documentation>The DegreesOfFreedom element is the degrees of freedom for the best-fit alignment operation.</xs:documentation></xs:annotation></xs:element>
Each BaseFeature element is a base feature used in the best fit alignment. The number and placement of base features must be sufficient to control all degrees of freedom.
<xs:element name="BaseFeature" type="SequencedBaseFeatureType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each BaseFeature element is a base feature used in the best fit alignment. The number and placement of base features must be sufficient to control all degrees of freedom.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of base features used in the alignment.
Source
<xs:complexType name="BestFitAlignmentOperationType"><xs:annotation><xs:documentation>The BestFitAlignmentOperationType defines information particular to a best fit alignment operation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AlignmentOperationBaseType"><xs:sequence><xs:element name="DegreesOfFreedom" type="DegreesOfFreedomType"><xs:annotation><xs:documentation>The DegreesOfFreedom element is the degrees of freedom for the best-fit alignment operation.</xs:documentation></xs:annotation></xs:element><xs:element name="BaseFeature" type="SequencedBaseFeatureType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each BaseFeature element is a base feature used in the best fit alignment. The number and placement of base features must be sufficient to control all degrees of freedom.</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 base features used in the alignment.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of base features used in the alignment.</xs:documentation></xs:annotation></xs:attribute>