Definition Type: ComplexType
Name: EventType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/om/dhs-gmo/1.0.0
Type: gml:AbstractFeatureType
Containing Schema: event.xsd
Abstract
Documentation:
Description of an event, particularly that causes transformation, creation or destruction of a feature. The event may be transport or administrative. Use gml:description to describe the nature of the event or action, or to point to a description of it. Specialised event types may be derived from this type.
Collapse XSD Schema Diagram:
Drilldown into followingEvent in schema event_xsd Drilldown into precedingEvent in schema event_xsd Drilldown into time in schema event_xsd Drilldown into eventParameter in schema event_xsd Drilldown into boundedBy 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 AbstractFeatureType in schema gml_xsdXSD Diagram of EventType in schema event_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="EventType">
    <annotation>
        <documentation>Description of an event, particularly that causes transformation, creation or destruction
of a feature.
The event may be transport or administrative.
Use gml:description to describe the nature of the event or action, or to point to a description of it.
Specialised event types may be derived from this type.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractFeatureType">
            <sequence>
                <element name="eventParameter" type="swe:TypedValuePropertyType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Generic event parameter or property</documentation>
                    </annotation>
                </element>
                <element name="time" type="om:TimeObjectPropertyType">
                    <annotation>
                        <documentation>The Time when the event occurred (mandatory).
This may be given
* in absolute terms as a TimeInstant or TimePeriod
* in approximate terms or relative to an absolute position using the indeterminatePosition attribute
* or using a TimeTopology element (TimeEdge or TimeNode), which provides the option of giving a time relative
to other edges or nodes, either directly (gml) or indirectly (xmml)
* as a TimeGeometricComplex if it is a recurring or repeating event</documentation>
                    </annotation>
                </element>
                <element name="precedingEvent" type="gml:StringOrRefType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Description of, or pointer to, preceding
event(s)</documentation>
                    </annotation>
                </element>
                <element name="followingEvent" type="gml:StringOrRefType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Description of, or pointer to, following event(s)</documentation>
                    </annotation>
                </element>
            </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
boundedBy gml:boundedBy 0 (1)
eventParameter om:eventParameter 0 unbounded
time om:time (1) (1)
precedingEvent om:precedingEvent 0 unbounded
followingEvent om:followingEvent 0 unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
om:AbstractObservationType, om:Event, om:ObservationCollectionType, om:ProcedureEventType