cbrn:CoefficientsType
complexType CoefficientsType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type that provides a list of the values of the coefficients of an Equation. The first value is term 0, the second term 1, and so forth.
Diagram
XML Schema
<xs:complexType name="CoefficientsType">
<xs:annotation>
<xs:documentation>
A data type that provides a list of the values of the coefficients of an Equation. The first value is term 0, the second term 1, and so forth.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:DecimalListSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
<xs:attribute ref="cbrn:subEquationNumeric" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>