<xs:element name="cfSubSampling">
<xs:annotation>
<xs:documentation>the CFSubSampling can be used for chipping part of a large dataArry out and for reducing the number of points within an array for which to associate modeling parameters. there is one sub sampling element set of points for each component structure (col, row, plane). index numbers of col, row or plane position within the CFs are listed for which corresponding modeling points will be associated. sample points are separated by commas, ranges are indicated by ... between numbers which indicates a continuous interval for a single sample. interpolation between samples uses logical structure.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="cfStructComp" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed values: column, row, plane. default is column. One cfSubSampling element for each cfStructComp required.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numOfSubSampleIndexPoints" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed values: positive integers from 1 to the number of columns, rows, or planes in the data structure. This number indicates the number of samples in the cfSubSampleIndexPts.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="subSampleCfIndexPts" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>use same rules as points under value</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element> |