Schema Central > NIEM 3.2 > cbrn.xsd > cbrn:EquationKindCode
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cbrn:EquationKindCode

A kind of an equation.

Element information

Type: cbrncl:EquationKindCodeType

Properties: Global, Qualified, Nillable

Content

  • Type based on xsd:token
    • Valid valueDescription
      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.
  • Attributes

    NameOccTypeDescriptionNotes
    structures:id [0..1]xsd:IDfrom group structures:SimpleObjectAttributeGroup
    structures:ref [0..1]xsd:IDREFfrom group structures:SimpleObjectAttributeGroup
    structures:metadata [0..1]xsd:IDREFSfrom group structures:SimpleObjectAttributeGroup
    structures:relationshipMetadata [0..1]xsd:IDREFSfrom group structures:SimpleObjectAttributeGroup
    Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom group structures:SimpleObjectAttributeGroup

    Used in

    Sample instance

    <cbrn:EquationKindCode>Exponential</cbrn:EquationKindCode>