<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> |