<xs:complexType name="ResearchProjectType">
<xs:annotation>
<xs:documentation>tooltip: Research project descriptor summary: Descriptor of a research context for a dataset or another project. description: The researchProject complex type describes the structure for documenting the research context of a dataset or another project. It can include research goals, motivations, theory, hypotheses, etc., as well as a description of research efforts that form the basis for other work. (To document methods specific to a dataset use eml-methods.) This field can be associated with a dataset using the project field of eml-dataset, and can be associated with another project using the relatedProject field of eml-project (this module).</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:sequence>
<xs:element name="title" type="res:NonEmptyStringType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>tooltip: Project Title summary: Title of the project. description: A descriptive title for the research project.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="personnel" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>tooltip: Personnel summary: Contact and role information for people involved in the research project. description: The Personnel field extends ResponsibleParty with role information and is used to document people involved in a research project by providing contact information and their role in the project.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="rp:ResponsibleParty">
<xs:sequence maxOccurs="unbounded">
<xs:element name="role" type="rp:RoleType">
<xs:annotation>
<xs:documentation>tooltip: Role summary: Role information for people involved in the research project. description: The role field contains information about role a person plays in a research project. There are a number of suggested roles, however, it is possible to add a role if the suggested roles are not adequate.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="abstract" type="txt:TextType" minOccurs="0">
<xs:annotation>
<xs:documentation>tooltip: Abstract summary: Project Abstract. description: Descriptive abstract that summarizes information about the research project.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="funding" type="txt:TextType" minOccurs="0">
<xs:annotation>
<xs:documentation>tooltip: Funding summary: Funding information. description: The funding field is used to provide general information about the funding for a project, generally in prose form. This field is included for historical compatibility, and has been augmented by the award field that provides structured information about funding included.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="award" type="AwardType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>tooltip: Award information summary: Award information. description: The award field is used to provide specific information about the funding awards for a project in a structured format. Sub-fields are provided for the name of the funding agency, the Open Funder Registry identifiers for the agency and program that made the award, the award number assigned, the title of the award, and the URL to the award page describing the award. The award field replaces the earlier funding field from prior EML version releases. In general, the funding agency should be listed with a cross-reference to the appropriate identifier from the Open Funder Registry (included in the EML distribution, but which is also update periodically from the Open Funder Registry).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="studyAreaDescription" minOccurs="0">
<xs:annotation>
<xs:documentation>tooltip: Description of the study area. summary: Description of the physical area associated with the research project, potentially including coverage, climate, geology, disturbances, etc. description: The studyAreaDescription field documents the physical area associated with the research project. It can include descriptions of the geographic, temporal, and taxonomic coverage of the research location and descriptions of domains (themes) of interest such as climate, geology, soils or disturbances or reference to citable biological or geophysical classification systems such as the Bailey Ecoregions or the Holdridge Life Zones.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="descriptor">
<xs:annotation>
<xs:documentation>tooltip: Non-coverage characteristics of the study area summary: Description of non-coverage characteristics of the study area such as climate, geology, disturbances description: The descriptor field is used to document domains (themes) of interest such as climate, geology, soils or disturbances or references to citable biological or geophysical classification systems such as the Bailey Ecoregions or the Holdridge Life Zones.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="descriptorValue" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>tooltip: Description of some aspect of the study area. summary: Description of some aspect of the study area. description: The descriptorValue field contains the value of a descriptor, describing some aspect of the study area. This may either be a general description in textual form or the value part of a "name/value" pair where the name is entered in the attribute "name_or_id". For example, if the value of the "name" attribute" of the element "descriptor" is "climate", and the value of the attribute "name_or_id" of the element "descriptorValue" is "Annual Precipitation" then the value of this element could be "12.5 inches".</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name_or_id" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>tooltip: The name or ID of a descriptor value. summary: The name part of a name/value pair of a descriptor; or ID portion of a classification, if applicable. description: The name_or_id field is the name part of a name/value pair of a descriptor; or ID portion of a classification, if applicable. The values of biogeophysical classification systems, e.g. Bailey-Ecoregions, often take the form of an ID or Code along with a text representation. For example, the ID/Code M131 refers to the phrase "Open Woodland -Tundra". M131 is an unambiguous reference to a more detailed description. If one is using a published classification system then there should be a corresponding citation to the source, e.g., Bailey,R.G., 1996 "Ecosystem Geography".</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="citation" type="cit:CitationType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>tooltip: citation summary: A citation for this descriptor. description: A citation for this descriptor.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="DescriptorType" use="required">
<xs:annotation>
<xs:documentation>tooltip: name summary: The name of the descriptor system. description: The name of the descriptor system. The name can be either a theme such as climate or hydrology, or the name of a citable classification system.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="citableClassificationSystem" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation>tooltip: citation classification system summary: This boolean attribute defines whether this descriptor comes from a citable classification system or not. description: This boolean attribute defines whether this descriptor comes from a citable classification system or not.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="citation" type="cit:CitationType" minOccurs="0">
<xs:annotation>
<xs:documentation>tooltip: citation summary: The citation for this descriptor. description: The citation for this descriptor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="coverage" type="cov:Coverage" minOccurs="0">
<xs:annotation>
<xs:documentation>tooltip: coverage summary: The coverage of this descriptor. description: The coverage of this descriptor.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="designDescription" minOccurs="0">
<xs:annotation>
<xs:documentation>tooltip: Description of research design summary: Description of the design of the research project description: The field designDescription contains general textual descriptions of research design. It can include detailed accounts of goals, motivations, theory, hypotheses, strategy, statistical design, and actual work. Literature citations may also be used to describe the research design.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="description" type="txt:TextType">
<xs:annotation>
<xs:documentation>tooltip: Description of research design summary: Textual description of research design. description: The field designDescription contains general textual descriptions of research design. It can include detailed accounts of goals, motivations, theory, hypotheses, strategy, statistical design, and actual work.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="citation" type="cit:CitationType" minOccurs="0">
<xs:annotation>
<xs:documentation>tooltip: Citation for research design summary: Citation that describes the research design. description: The citation field is a citation to literature that describes elements of the research design, such as goals, motivations, theory, hypotheses, strategy, statistical design, and actual work.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="relatedProject" type="ResearchProjectType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>tooltip: related project summary: This field is a recursive link to another project. description: This field is a recursive link to another project. This allows projects to be nested under one another for the case where one project spawns another.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:group ref="res:ReferencesGroup"/>
</xs:choice>
<xs:attribute name="id" type="res:IDType" use="optional"/>
<xs:attribute name="system" type="res:SystemType" use="optional"/>
<xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
</xs:complexType> |