diagram | |||||||||||||
namespace | http://www.opengis.net/sensorML/2.0 | ||||||||||||
type | extension of sml:AbstractSettingsType | ||||||||||||
properties |
|
||||||||||||
children | swe:extension sml:setValue sml:setArrayValues sml:setConstraint sml:setMode sml:setStatus | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <complexType name="SettingsType"> <complexContent> <extension base="sml:AbstractSettingsType"> <sequence> <element name="setValue" type="sml:ValueSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows the setting of a particular property value.</documentation> </annotation> </element> <element name="setArrayValues" type="sml:ValueSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows the setting of array values for a particular property.</documentation> </annotation> </element> <element name="setConstraint" type="sml:ConstraintSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows one to further restrain the allowed values of a particular property.</documentation> </annotation> </element> <element name="setMode" type="sml:ModeSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows one to select a predefined mode, which by inference sets a collection of property values according to the definition of that mode.</documentation> </annotation> </element> <element name="setStatus" type="sml:StatusSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows one to set the status (enabled, disabled, etc) of a particular input, output, or parameter.</documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> |
diagram | |||||||||||||
namespace | http://www.opengis.net/sensorML/2.0 | ||||||||||||
type | sml:ValueSettingPropertyType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <element name="setValue" type="sml:ValueSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows the setting of a particular property value.</documentation> </annotation> </element> |
diagram | |||||||||||||
namespace | http://www.opengis.net/sensorML/2.0 | ||||||||||||
type | sml:ValueSettingPropertyType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <element name="setArrayValues" type="sml:ValueSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows the setting of array values for a particular property.</documentation> </annotation> </element> |
diagram | |||||||||||||
namespace | http://www.opengis.net/sensorML/2.0 | ||||||||||||
type | sml:ConstraintSettingPropertyType | ||||||||||||
properties |
|
||||||||||||
children | swe:AllowedTimes swe:AllowedTokens swe:AllowedValues | ||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <element name="setConstraint" type="sml:ConstraintSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows one to further restrain the allowed values of a particular property.</documentation> </annotation> </element> |
diagram | |||||||||||||
namespace | http://www.opengis.net/sensorML/2.0 | ||||||||||||
type | sml:ModeSettingPropertyType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <element name="setMode" type="sml:ModeSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows one to select a predefined mode, which by inference sets a collection of property values according to the definition of that mode.</documentation> </annotation> </element> |
diagram | |||||||||||||
namespace | http://www.opengis.net/sensorML/2.0 | ||||||||||||
type | sml:StatusSettingPropertyType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <element name="setStatus" type="sml:StatusSettingPropertyType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Allows one to set the status (enabled, disabled, etc) of a particular input, output, or parameter.</documentation> </annotation> </element> |