Windowing

Element Information

Model

Children: Window

Source

<xs:element name="Windowing" minOccurs="0">
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="Window">
        <xs:complexType>
          <xs:all>
            <xs:element name="LowerLeft" type="XYPairComplexType"/>
            <xs:element name="UpperRight" type="XYPairComplexType"/>
          </xs:all>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample