Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:LTClassOther
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A free text element to be used if none of the recommended values applies to the resource described
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 200
Used by
Complex Type ms:LTClass
Source
<xs:element name="LTClassOther">
  <xs:annotation>
    <xs:documentation xml:lang="en">A free text element to be used if none of the recommended values applies to the resource described</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">LT class (other)</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>