Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:fundingType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of funding of a project with regard to the source of the funding
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/euFunds
Value for 'Funding type' for projects with EU funds
enumeration http://w3id.org/meta-share/meta-share/nationalFunds
Value for 'Funding type' for projects funded by national authorities
enumeration http://w3id.org/meta-share/meta-share/other
enumeration http://w3id.org/meta-share/meta-share/ownFunds
Value for 'Funding type' for self-funded projects
Used by
Element ms:Project
Source
<xs:element name="fundingType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of funding of a project with regard to the source of the funding</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fundingType</identifier>
      <label xml:lang="en">funding type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/euFunds">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Funding type' for projects with EU funds</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/euFunds</identifier>
            <label xml:lang="en">EU funds</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/nationalFunds">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Funding type' for projects funded by national authorities</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/nationalFunds</identifier>
            <label xml:lang="en">national funds</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/other</identifier>
            <label xml:lang="en">other</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ownFunds">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Funding type' for self-funded projects</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ownFunds</identifier>
            <label xml:lang="en">own funds</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>