Definition Type: ComplexType
Name: EnvelopeWithTimePeriodType
Namespace: http://www.opengis.net/gml
Type: gml:EnvelopeType
Containing Schema: feature.xsd
Abstract
Documentation:
Envelope that includes also a temporal extent.
Collapse XSD Schema Diagram:
Drilldown into timePosition in schema temporal_xsd Drilldown into coordinates in schema geometrybasic0d1d_xsd Drilldown into pos in schema geometrybasic0d1d_xsd Drilldown into coord in schema geometrybasic0d1d_xsd Drilldown into upperCorner in schema geometrybasic0d1d_xsd Drilldown into lowerCorner in schema geometrybasic0d1d_xsd Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into SRSInformationGroup in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into SRSReferenceGroup in schema geometrybasic0d1d_xsd Drilldown into EnvelopeType in schema geometrybasic0d1d_xsd Drilldown into frame in schema feature_xsdXSD Diagram of EnvelopeWithTimePeriodType in schema feature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="EnvelopeWithTimePeriodType">
    <annotation>
        <documentation>Envelope that includes also a temporal extent.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:EnvelopeType">
            <sequence>
                <element ref="gml:timePosition" minOccurs="2" maxOccurs="2" />
            </sequence>
            <attribute name="frame" type="anyURI" use="optional" default="#ISO-8601" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lowerCorner gml:lowerCorner (1) (1)
upperCorner gml:upperCorner (1) (1)
coord gml:coord 2 2
pos gml:pos 2 2
coordinates gml:coordinates (1) (1)
timePosition gml:timePosition 2 2
Collapse Child Attributes:
Name Type Default Value Use
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
axisLabels gml:axisLabels Optional
uomLabels gml:uomLabels Optional
frame gml:frame #ISO-8601 Optional
Collapse Derivation Tree:
Collapse References:
gml:EnvelopeWithTimePeriod