windowClause

Complex Type Information

Model

Used By

Element windowClause

Source

<xsd:complexType name="windowClause">
  <xsd:choice>
    <xsd:element ref="tumblingWindowClause"/>
    <xsd:element ref="slidingWindowClause"/>
  </xsd:choice>
</xsd:complexType>