<complexType name="TimeIntervalGridType">
<annotation>
<documentation>Extend time instant grid with window size property</documentation>
</annotation>
<complexContent>
<extension base="swe:TimeGridType">
<sequence>
<choice>
<element name="windowDuration" type="duration">
<annotation>
<documentation>XML Schema built-in simple type for
duration</documentation>
</annotation>
</element>
<element name="windowInterval" type="gml:TimeIntervalLengthType">
<annotation>
<documentation>representation of the ISO 11404 model of a time interval
length</documentation>
</annotation>
</element>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
|