xtce:AlgorithmText

This optional element may be used to enter Pseudo or actual code for the algorithm.  The language for the algorithm is specified with the language attribute

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
language string pseudo optional

Source

<element name="AlgorithmText" minOccurs="0">
  <annotation>
    <documentation xml:lang="en">This optional element may be used to enter Pseudo or actual code for the algorithm. The language for the algorithm is specified with the language attribute</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute name="language" type="string" default="pseudo"/>
      </extension>
    </simpleContent>
  </complexType>
</element>

Sample