<complexType name="TimeIntervalOrInstantPropertyType">
<annotation>
<documentation>Property type for containing either a TimeInterval or a gml:TimeInstant object</documentation>
</annotation>
<choice>
<element minOccurs="1" ref="diggs:TimeInterval"/>
<element ref="gml:TimeInstant"/>
</choice>
</complexType>
|