cbrncl:EquationKindCodeSimpleType

simpleType EquationKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type that defines the equation type code values

Diagram

Enumerations

ValueDefinition
ExponentialAn exponential equation.
FullRangeFractionA polynomial equation that includes a scaling factor as the last coefficient, defined as: e/(1-ax).
OtherAn other unspecified kind of equation.
PadeAn equation form as defined in ANSI N42.42, section 5.2.38.
PolyLogarithmicA polylogarithmic equation.
PolynomialAn equation of the form a +bX + cX**2 + .. The order of the polynomial is indicated by the number of terms specified in the Coefficients child element.

XML Schema

<xs:simpleType name="EquationKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the equation type code values
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Exponential">
<xs:annotation>
<xs:documentation>
An exponential equation.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FullRangeFraction">
<xs:annotation>
<xs:documentation>
A polynomial equation that includes a scaling factor as the last coefficient, defined as: e/(1-ax).
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
An other unspecified kind of equation.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pade">
<xs:annotation>
<xs:documentation>
An equation form as defined in ANSI N42.42, section 5.2.38.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PolyLogarithmic">
<xs:annotation>
<xs:documentation>
A polylogarithmic equation.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Polynomial">
<xs:annotation>
<xs:documentation>
An equation of the form a +bX + cX**2 + .. The order of the polynomial is indicated by the number of terms specified in the Coefficients child element.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>