The optional SecondCompositeSegmentSymmetryMeasurement gives information about the second segment of a measured composite frame symmetry characteristic.
<xs:element name="SecondCompositeSegmentSymmetryMeasurement" type="CompositeSegmentSymmetryMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional SecondCompositeSegmentSymmetryMeasurement gives information about the second segment of a measured composite frame symmetry characteristic.</xs:documentation></xs:annotation></xs:element>
The optional ThirdCompositeSegmentSymmetryMeasurement gives information about the third segment of a measured composite frame symmetry characteristic. This element may be used only if the SecondCompositeSegmentSymmetryMeasurement element is used.
<xs:element name="ThirdCompositeSegmentSymmetryMeasurement" type="CompositeSegmentSymmetryMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThirdCompositeSegmentSymmetryMeasurement gives information about the third segment of a measured composite frame symmetry characteristic. This element may be used only if the SecondCompositeSegmentSymmetryMeasurement element is used.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="SymmetryCharacteristicMeasurementType"><xs:annotation><xs:documentation>The SymmetryCharacteristicMeasurementType defines the results of a measured symmetry characteristic evaluation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="LocationCharacteristicMeasurementBaseType"><xs:sequence><xs:element name="SecondCompositeSegmentSymmetryMeasurement" type="CompositeSegmentSymmetryMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional SecondCompositeSegmentSymmetryMeasurement gives information about the second segment of a measured composite frame symmetry characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="ThirdCompositeSegmentSymmetryMeasurement" type="CompositeSegmentSymmetryMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThirdCompositeSegmentSymmetryMeasurement gives information about the third segment of a measured composite frame symmetry characteristic. This element may be used only if the SecondCompositeSegmentSymmetryMeasurement element is used.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>