Definition Type: Element
Name: duration
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: duration:http://www.w3.org/2001/XMLSchema
Containing Schema: gml.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of duration in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<element name="duration" type="duration">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1">temporal.xsd</appinfo>
        <documentation xml:lang="en">
      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.
      </documentation>
    </annotation>
</element>