Documentation for fieldgml

Complex Type: TimePeriodType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTimeObjectType (by extension) < AbstractTimePrimitiveType (by extension) < AbstractTimeGeometricPrimitiveType (by extension) < TimePeriodType (by extension)
Sub-types: None
Name TimePeriodType
Abstract no
XML Instance Representation
<...
gml:id="[0..1]"
frame="anyURI [0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:relatedTime> gml:RelatedTimeType </gml:relatedTime> [0..*]
Start Choice [1]
<gml:beginPosition> gml:TimePositionType </gml:beginPosition> [1]
<gml:begin> gml:TimeInstantPropertyType </gml:begin> [1]
End Choice
Start Choice [1]
<gml:endPosition> gml:TimePositionType </gml:endPosition> [1]
End Choice
Start Group: gml:timeLength [0..1]
Start Choice [1]
<gml:duration> ... </gml:duration> [1]
End Choice
End Group: gml:timeLength
</...>
Diagram
Schema Component Representation
<complexType name="TimePeriodType">
<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>