ExtensibleRequest ExtensibleResponse SensorDescription Data Types

Cop Figure 6 — Data types contained in the Common package The details of each class contained in the package will be explained in the following subclauses.

9.2.1 ExtensibleRequest

This type serves as the superclass for all request types that implement the extension pattern introduced by this specification. Requirement http:www.opengis.netspecSWES2.0reqCommonExtensibleRequestproperties REQ 18. The ExtensibleRequest type shall include the properties according to Table 19. ht © 2011 Open Geospatial Consortium. 33 yrig 34 Copyright © 2011 Open Geospatial Consortium. Table 19 — Properties in the ExtensibleRequest data type Name Definition Data type and values Multiplicity and use service service type identifier CharacterString, not empty value is OWS type abbreviation e.g., “SOS”, “SPS” of the implementing service One mandatory version specification version for operation CharacterString, not empty value is specified by service type specification implemented by service One mandatory extension container for request parameters defined by extension Any type value is defined by the extension specification Zero or more optional

9.2.2 ExtensibleResponse

This type serves as the superclass for all response types that implement the extension pattern introduced by this specification. Requirement http:www.opengis.netspecSWES2.0reqCommonExtensibleResponseproperties REQ 19. The ExtensibleResponse type shall include the properties according to Table 20. Table 20 — Properties in the ExtensibleResponse data type Name Definition Data type and values Multiplicity and use extension container for response parameters defined by extension Any type value is defined by the extension specification Zero or more optional

9.2.3 SensorDescription

The SensorDescription type is a container for a sensorprocedure description and may also define the time at when or the time period during which the description iswas valid. If no such time is provided, the description is currently valid, but no statements can be made about the past or future. Copyright © 2011 Open Geospatial Consortium. 35 Requirement http:www.opengis.netspecSWES2.0reqCommonSensorDescriptionproperties REQ 20. The SensorDescription data type shall include the properties according to Table 21 Table 21 — Properties in the SensorDescription data type Name Definition Data type and values Multiplicity and use validTime time instant or time period for which the given sensor description is valid TM_GeometricPrimitive see clause 5.2.3 in ISO 19108 and clause 14.2.2.2 in [OGC 07-036] if validTime is TM_Instant, the time instant shall be in the past if validTime is TM_Period, the start time of the time period shall be in the past Zero or one optional data the sensor description OM_Process see ISODIS 19156 the actual type depends upon the requested description format One mandatory

9.2.4 FeatureRelationship