<xs:complexType name="AbstractLogDataContext" abstract="true">
<xs:annotation>
<xs:documentation>Defines a constraint against the data points in the log's channel. Each time the log is realized, only the data points satisfying this constraint are included.</xs:documentation>
</xs:annotation>
<xs:sequence/>
</xs:complexType>
|