<element name="ExternalAlgorithmSet" minOccurs="0"> <complexType> <sequence> <element name="ExternalAlgorithm" maxOccurs="unbounded"> <annotation> <documentation>This is the external algorithm. Multiple entries are provided so that the same database may be used for multiple implementation s</documentation> </annotation> <complexType> <attribute name="implementationName" type="string" use="required"/> <attribute name="algorithmLocation" type="string" use="required"/> </complexType> </element> </sequence> </complexType> </element> |