Definition Type: ComplexType
Name: TimePeriodType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:AbstractTimeGeometricPrimitiveType
Containing Schema: gml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into timeInterval in schema gml_xsd Drilldown into duration in schema gml_xsd Drilldown into timeLength in schema gml_xsd Drilldown into end in schema gml_xsd Drilldown into endPosition in schema gml_xsd Drilldown into begin in schema gml_xsd Drilldown into beginPosition in schema gml_xsd Drilldown into relatedTime in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into AbstractGMLType in schema gml_xsd Drilldown into AbstractTimeObjectType in schema gml_xsd Drilldown into AbstractTimePrimitiveType in schema gml_xsd Drilldown into frame in schema gml_xsd Drilldown into AbstractTimeGeometricPrimitiveType in schema gml_xsdXSD Diagram of TimePeriodType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="TimePeriodType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1">temporal.xsd</appinfo>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTimeGeometricPrimitiveType">
            <sequence>
                <choice>
                    <element name="beginPosition" type="gml:TimePositionType" />
                    <element name="begin" type="gml:TimeInstantPropertyType" />
                </choice>
                <choice>
                    <element name="endPosition" type="gml:TimePositionType" />
                    <element name="end" type="gml:TimeInstantPropertyType" />
                </choice>
                <group ref="gml:timeLength" minOccurs="0" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
relatedTime gml:relatedTime 0 unbounded
beginPosition gml:beginPosition (1) (1)
begin gml:begin (1) (1)
endPosition gml:endPosition (1) (1)
end gml:end (1) (1)
duration gml:duration (1) (1)
timeInterval gml:timeInterval (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
<xs:group> gml:timeLength 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
frame gml:frame #ISO-8601 Optional
Collapse Derivation Tree:
Collapse References:
gml:temporalExtent, gml:TimePeriod