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 |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
language | string | pseudo | optional |
<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> |