<xs:element name="SecondaryEntity" type="AlignmentFeatureType"><xs:annotation><xs:documentation>The SecondaryEntity element is the feature or datum for the secondary alignment operation. This feature or datum must have an axis or normal vector.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SecondaryAxis" type="UnitVectorType"><xs:annotation><xs:documentation>The SecondaryAxis element is the direction in which the secondary axis points in the current coordinate system.</xs:documentation></xs:annotation></xs:element>
The optional RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated to establish the secondary axis. If absent the rotation axis will be the primary axis defined in a previous alignment operation.
<xs:element name="RotationAxis" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated to establish the secondary axis. If absent the rotation axis will be the primary axis defined in a previous alignment operation.</xs:documentation></xs:annotation></xs:element>
The SecondaryAlignmentOperationType defines information particular to a secondary alignment operation. In a secondary alignment operation the coordinate system is aligned so that the measured feature axis or normal vector points as closely as possible in the specified secondary direction given the constraint that the primary alignment axis or rotation axis remains unchanged.
<xs:complexType name="SecondaryAlignmentOperationType"><xs:annotation><xs:documentation>The SecondaryAlignmentOperationType defines information particular to a secondary alignment operation. In a secondary alignment operation the coordinate system is aligned so that the measured feature axis or normal vector points as closely as possible in the specified secondary direction given the constraint that the primary alignment axis or rotation axis remains unchanged.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AlignmentOperationBaseType"><xs:sequence><xs:element name="SecondaryEntity" type="AlignmentFeatureType"><xs:annotation><xs:documentation>The SecondaryEntity element is the feature or datum for the secondary alignment operation. This feature or datum must have an axis or normal vector.</xs:documentation></xs:annotation></xs:element><xs:element name="SecondaryAxis" type="UnitVectorType"><xs:annotation><xs:documentation>The SecondaryAxis element is the direction in which the secondary axis points in the current coordinate system.</xs:documentation></xs:annotation></xs:element><xs:element name="RotationAxis" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated to establish the secondary axis. If absent the rotation axis will be the primary axis defined in a previous alignment operation.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>