Schema Central > NIEM 2.0 > parameters.xsd > swec:NormalizedCurve
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

swec:NormalizedCurve

Element information

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom type swec:_GroupBaseType
definition [0..1]swec:definitionTypefrom type swec:_GroupBaseType
fixed [0..1]xsd:booleanDefault value is "false". from type swec:_GroupBaseType

Used in

Substitution hierarchy

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com