Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:fundingSchemeCategory
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a category (usually defined by the funding authority) of the funding scheme to which a project complies
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 150
Used by
Element ms:Project
Source
<xs:element name="fundingSchemeCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a category (usually defined by the funding authority) of the funding scheme to which a project complies</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fundingSchemeCategory</identifier>
      <label xml:lang="en">funding scheme category</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="150"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>