<xs:element name="cfOffsetTime" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>cfOffSetTime contains time offsets for each dataUnit or dataSet in the CF relative to the clock attribute (clk or dateTime) in the data start tag. contains the number of time values indicated by the numSubSampledIndexPoints in the cfSubSampling child element. or num</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tml:ValueType">
<xs:sequence>
<xs:element name="dataUidRef" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>corresponding UID of dataUnit or dataSet. Duplicate of uid in identification element Default: Uid of dataSet</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="tml:cfSubSampling" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |