<xs:element name="responseParameters" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="codePlot" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>Allowed values code, plot. Default: plot</xs:documentation> </xs:annotation> </xs:element> <xs:element name="hysteresisDirection" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>allowed values: increasing, decreasing, both. default both</xs:documentation> </xs:annotation> </xs:element> <xs:element name="calibrated" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>Is response calibrated, or is response a relative reading? true of false. Default: true</xs:documentation> </xs:annotation> </xs:element> <xs:element name="proportional" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>For uncalibrated responses is the output proportional to the input? true of false. Mult factors can also reflect prop or inversely prop for calibrated responses. Default: true.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="invertability" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>a process input can be determined from its output. Allowed Values: true, false. default true</xs:documentation> </xs:annotation> </xs:element> <xs:element name="timeInvariant" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>a time shift in the input only results in a time shift in the output. Allowed Values: true, false. default true</xs:documentation> </xs:annotation> </xs:element> <xs:element name="linear" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>allowed values: true or false. do not need explicit Phen plot values if linear is true. Phen and data mult and offset can be used if there are no limits. default true</xs:documentation> </xs:annotation> </xs:element> <xs:element name="interCfInterpolate" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>Allowed values: continuous, discrete, lastValue, returnToZero. how to interpolate between corresponding data values between adjacent CF's. default is continuous</xs:documentation> </xs:annotation> </xs:element> <xs:element name="intraCfInterpolate" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>Allowed values: continuous, discrete, lastValue, returnToZero. how to interpolate between data values within a CF. default continuous</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |