Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:defaultValue
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Used for parameters that take a list of values in order to indicate the default value(s)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Complex Type ms:Parameter
Source
<xs:element name="defaultValue">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used for parameters that take a list of values in order to indicate the default value(s)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/defaultValue</identifier>
      <label xml:lang="en">default value</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>