swec:NormalizedCurve
Element information
Namespace: http://niem.gov/niem/external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0/parameters.xsd
Type: swec:NormalizedCurveType
Properties: Global, Qualified
Content
- Sequence [1..1]
- swec:inputGain [0..1]
- swec:inputBias [0..1]
- swec:outputGain [0..1]
- swec:outputBias [0..1]
- swec:function [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type swec:_GroupBaseType | |
definition | [0..1] | swec:definitionType | from type swec:_GroupBaseType | |
fixed | [0..1] | xsd:boolean | Default value is "false". from type swec:_GroupBaseType |
Used in
- Group swec:AnyData
- Group swec:Curves
- Anonymous type of element swec:component via reference to swec:AnyData
- Anonymous type of element swec:component via reference to swec:AnyData
- Anonymous type of element swec:condition via reference to swec:AnyData
- Anonymous type of element swec:value via reference to swec:AnyData
- Type swec:SimpleDataPropertyType via reference to swec:AnyData
- Type swec:DataComponentsPropertyType via reference to swec:AnyData (Element swec:dataComponents)
Substitution hierarchy
- swec:_DataGroup
- can be substituted with swec:NormalizedCurve
Sample instance
<swec:NormalizedCurve id="ID"> <swec:inputGain> <swec:Quantity id="ID">1.0</swec:Quantity> </swec:inputGain> <swec:inputBias> <swec:Quantity id="ID">1.0</swec:Quantity> </swec:inputBias> <swec:outputGain> <swec:Quantity id="ID">1.0</swec:Quantity> </swec:outputGain> <swec:outputBias> <swec:Quantity id="ID">1.0</swec:Quantity> </swec:outputBias> <swec:function> <swec:Curve id="ID" arraySize="1"> <swec:definition>... </swec:definition> <swec:tupleValues>string string</swec:tupleValues> </swec:Curve> </swec:function> </swec:NormalizedCurve>