<xs:element name="trainingCorpusDetails">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a detailed description of the training corpus (e.g., size, number of features , etc.)</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/trainingCorpusDetails</identifier>
<label xml:lang="en">training corpus details</label>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="ms:langString">
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element> |