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. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
name | xs:string | optional |
|
||||
uid | xs:anyURI | optional |
|
||||
uidRef | xs:anyURI | optional |
|
<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> |