cbrncl:EquationKindCodeSimpleType
simpleType EquationKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the equation type code values
Diagram
Enumerations
Value | Definition |
Exponential | An exponential equation. |
FullRangeFraction | A polynomial equation that includes a scaling factor as the last coefficient, defined as: e/(1-ax). |
Other | An other unspecified kind of equation. |
Pade | An equation form as defined in ANSI N42.42, section 5.2.38. |
PolyLogarithmic | A polylogarithmic equation. |
Polynomial | 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. |
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:restriction base="xs:token">
<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>