<xs:element name="algorithm">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the training algorithm used for the model (e.g., maximum entropy, svm, etc.)</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/algorithm</identifier>
<label xml:lang="en">algorithm</label>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="ms:langString">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element> |