Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:fundingProject
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a language resource to the project that has funded its creation, enrichment, extension , etc.
Diagram
Diagram ELG-SHARE_xsd_Element_ms_projectName.tmp#projectName ELG-SHARE_xsd_Element_ms_ProjectIdentifier.tmp#ProjectIdentifier ELG-SHARE_xsd_Element_ms_website.tmp#website ELG-SHARE_xsd_Complex_Type_ms_GenericProject.tmp#GenericProject
Type ms:GenericProject
Properties
content complex
Used by
Model
Children ms:ProjectIdentifier, ms:projectName, ms:website
Instance
<ms:fundingProject xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:projectName xml:lang="">{1,unbounded}</ms:projectName>
  <ms:ProjectIdentifier ms:ProjectIdentifierScheme="">{0,unbounded}</ms:ProjectIdentifier>
  <ms:website>{0,unbounded}</ms:website>
</ms:fundingProject>
Source
<xs:element name="fundingProject" type="ms:GenericProject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a language resource to the project that has funded its creation, enrichment, extension , etc.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fundingProject</identifier>
      <label xml:lang="en">funding project</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>