Definition Type: ComplexType
Name: IntervalType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Containing Schema: SWE_basicTypes.xsd
Abstract
Documentation:
A generic interval. The type of the two limits will normally be the same.
Collapse XSD Schema Diagram:
Drilldown into upperBound in schema swe_basictypes_xsd Drilldown into lowerBound in schema swe_basictypes_xsdXSD Diagram of IntervalType in schema swe_basictypes_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="IntervalType">
    <annotation>
        <documentation>A generic interval. The type of the two limits will normally be the same.
</documentation>
    </annotation>
    <sequence>
        <element name="lowerBound" />
        <element name="upperBound" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lowerBound swe:lowerBound (1) (1)
upperBound swe:upperBound (1) (1)
Collapse Derivation Tree:
Collapse References:
swe:Interval