gml:TimePeriod
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:TimePeriodType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:description [0..1] Contains a simple text description of the object, or refers to an external description.
- Choice [0..*]
- gml:name Label for the object, normally a descriptive name. An object may have several names, typically assigned by different authorities. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace.
- gml:csName The name by which this coordinate system is identified.
- gml:coordinateOperationName The name by which this coordinate operation is identified.
- gml:methodName The name by which this operation method is identified.
- gml:parameterName The name by which this operation parameter is identified.
- gml:groupName The name by which this operation parameter group is identified.
- gml:datumName The name by which this datum is identified.
- gml:meridianName The name by which this prime meridian is identified. The meridianName most common value is Greenwich, and that value shall be used when the greenwichLongitude value is zero.
- gml:ellipsoidName The name by which this ellipsoid is identified.
- gml:srsName The name by which this reference system is identified.
from subst. group gml:name - gml:relatedTime [0..*]
- Choice [1..1]
- Choice [1..1]
- Choice [0..1]
- gml:duration This element is an instance of the primitive xsd:duration simple type to enable use of the ISO 8601 syntax for temporal length (e.g. P5DT4H30M). It is a valid subtype of TimeDurationType according to section 3.14.6, rule 2.2.4 in XML Schema, Part 1.
- gml:timeInterval This element is a valid subtype of TimeDurationType according to section 3.14.6, rule 2.2.4 in XML Schema, Part 1.
from type gml:AbstractGMLTypefrom group gml:StandardObjectPropertiesfrom type gml:AbstractTimePrimitiveTypefrom group gml:timeLength
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [0..1] | xsd:ID | from type gml:AbstractGMLType | |
frame | [0..1] | xsd:anyURI | Default value is "#ISO-8601". from type gml:AbstractTimeGeometricPrimitiveType |
Used in
- Group gml:Value
- Type gml:TimePeriodPropertyType
- Type gml:TimePrimitivePropertyType (Element gml:validTime)
- Type gts:TM_Primitive_PropertyType (Element gmd:extent)
- Type om:TimeObjectPropertyType (Element om:time)
- Type swe:TimeObjectPropertyType (Element swe:member)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:RelatedTimeType via extension of gml:TimePrimitivePropertyType (Element gml:relatedTime)
- Type gml:TimeGeometricPrimitivePropertyType (Elements swe:temporalElement, swe:primitive)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:ValuePropertyType via reference to gml:Value (Elements gml:valueProperty, gml:valueComponent)
Substitution hierarchy
- gml:_Object
- can be substituted with gml:_GML
- can be substituted with gml:_TimeObject
- can be substituted with gml:_TimePrimitive
- can be substituted with gml:_TimeGeometricPrimitive
- can be substituted with gml:TimePeriod
- can be substituted with gml:_TimeGeometricPrimitive
- can be substituted with gml:_TimePrimitive
- can be substituted with gml:_TimeObject
- can be substituted with gml:_GML
Sample instance
<gml:TimePeriod> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:relatedTime> <gml:TimeInstant> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:relatedTime>... </gml:relatedTime> <gml:timePosition>12:00:00</gml:timePosition> </gml:TimeInstant> </gml:relatedTime> <gml:beginPosition>12:00:00</gml:beginPosition> <gml:endPosition>12:00:00</gml:endPosition> <gml:duration>P1Y2M3DT10H</gml:duration> </gml:TimePeriod>