<xsd:complexType name="Algorithm">
<xsd:sequence>
<xsd:element name="name" type="xsd:token" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the algorithm.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="role" type="AlgorithmRole" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The category of the function of the algorithm. The related individual performs the role specified in this field for the base party. For example, if the role is "Trader", the related person acts acts or acted as the base party's trader.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|