tml:ambiguityTime

data integration time for each sample in the CF. Each dataunit may have a different time.   This element contains the number of samples in a CF or the number indicated by the noOfSubSampledIndexPoints element in the CFsubSamplingSequence or just one time.  If just one time then the same time applies to all sample in the CF.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
short descriptive name of element
uid xs:anyURI optional
unique ID for this element
uidRef xs:anyURI optional
the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)

Source

<xs:element name="ambiguityTime" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>data integration time for each sample in the CF. Each dataunit may have a different time. This element contains the number of samples in a CF or the number indicated by the noOfSubSampledIndexPoints element in the CFsubSamplingSequence or just one time. If just one time then the same time applies to all sample in the CF.</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>

Sample