cbrn:EquationDescriptionText
element EquationDescriptionText in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A free-form description of the equation type; it is intended for documentation purposes only. If the equation kind is Other, then this description shall be specified to explain the kind of equation. Polynomial equations shall report the linear term first as Term0 followed by the other terms. An example would be: Energy = Term0 + Term1*Ch + Term2*Ch**2
Diagram
XML Schema
<xs:element name="EquationDescriptionText" type="nc:TextType" nillable="true">
<xs:annotation>
<xs:documentation>
A free-form description of the equation type; it is intended for documentation purposes only. If the equation kind is Other, then this description shall be specified to explain the kind of equation. Polynomial equations shall report the linear term first as Term0 followed by the other terms. An example would be: Energy = Term0 + Term1*Ch + Term2*Ch**2</xs:documentation>
</xs:annotation>
</xs:element>