Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:factor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A factor that has been used for the n-gram resource
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 200
Used by
Element ms:NGramModel
Source
<xs:element name="factor">
  <xs:annotation>
    <xs:documentation xml:lang="en">A factor that has been used for the n-gram resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/factor</identifier>
      <label xml:lang="en">factor</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>