Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:modelVariant
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a label that can be used to identify the variant of a ML model
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Element ms:MLModel
Source
<xs:element name="modelVariant">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a label that can be used to identify the variant of a ML model</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/modelVariant</identifier>
      <label xml:lang="en">model variant</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>