Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:parameterName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a free text used to identify the parameter
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Complex Type ms:Parameter
Source
<xs:element name="parameterName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a free text used to identify the parameter</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/parameterName</identifier>
      <label xml:lang="en">parameter name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>