<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://rs.tdwg.org/dwc/pccore/" xmlns:pce="http://www.pliniancore.org/pc2.2/pcelement" xmlns:pcc="http://rs.tdwg.org/dwc/pccore/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">

	<xsd:annotation>
		<xsd:documentation>XML Schema which describes the Plinian Core. This schema extends data elements from the DiGIR schema.</xsd:documentation>
		<xsd:documentation>XML Schema que describe al Plinian Core. Este schema extiende elementos de datos del schema DiGIR.</xsd:documentation>
	</xsd:annotation>
	<!-- DiGIR's XML Schema is imported  -->
  <xsd:include schemaLocation="http://rs.tdwg.org/dwc/tdwg_basetypes.xsd"/>
	<xsd:import namespace="http://www.pliniancore.org/pc2.2/pcelement" schemaLocation="http://www.pliniancore.org/test/pc_element.xsd"/> 


	<xsd:element name="Kingdom" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">

		<xsd:annotation>
			<xsd:documentation>The kingdom to which the species belongs, capitalized.</xsd:documentation>
			<xsd:documentation>Reino al cual pertenece la especie, con la inicial en mayuscula.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Phylum" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The phylum to which the species belongs, capitalized.</xsd:documentation>

			<xsd:documentation>Filo al cual pertenece la especie, con la inicial en mayuscula.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Class" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The name of the class in which the organism is classified.</xsd:documentation>
			<xsd:documentation>El nombre de la clase dentro de la cual el organismo esta clasificado.</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Order" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The order to which the species belongs, capitalized.</xsd:documentation>
			<xsd:documentation>Orden a la cual pertenece la especie, con la inicial en mayuscula.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="Family" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The family to which the species belongs, capitalized.</xsd:documentation>
			<xsd:documentation>Familia a la cual pertenece la especie, con la inicial en mayuscula.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Genus" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>

			<xsd:documentation>The genus to which the species belongs, capitalized.</xsd:documentation>
			<xsd:documentation>Genero a la cual pertenece la especie, con la inicial en mayuscula.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ScientificName" type="xsd:string" substitutionGroup="pce:pcElement" nillable="false">
	</xsd:element>
	<xsd:element name="Synonyms" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
	</xsd:element>

	<xsd:element name="AuthorYearOfScientificName" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
	</xsd:element>
	<xsd:element name="SpeciesPublicationReference" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CommonNames" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A list of common names, in alphabetic order and separated by comas.</xsd:documentation>

			<xsd:documentation>Una lista de nombres comunes, en orden alfabetico y separados por comas.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TypeLocation" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TypeDepository" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">

		<xsd:annotation>
			<xsd:documentation>Institution where the type is deposited (acronyms are permitted, especially for plants).</xsd:documentation>
			<xsd:documentation>Institucion donde esta depositado el tipo (Pueden utilizarse acronimos, especialmente en plantas).</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TypeCollector" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Person(s) that collected the type. </xsd:documentation>

			<xsd:documentation>Persona(s) que recolecto el tipo.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InstitutionCode" type="xsd:string" substitutionGroup="pce:pcElement" nillable="false">
		<xsd:annotation>
			<xsd:documentation>The code (or acronym) identifying the institution administering the collection in which the organism record is cataloged. </xsd:documentation>
			<xsd:documentation>El codigo (o acronimo) identificando a la institucion que administra la coleccion en la cual el registro del organismo esta catalogado</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DateLastModified" type="xsd:dateTime" substitutionGroup="pce:pcElement" nillable="false">
		<xsd:annotation>
			<xsd:documentation>The last date-time of publication when any of the data for the record were modified from the previous publication of that record.</xsd:documentation>
			<xsd:documentation>La ultima fecha-hora de la publicacion cuando algun dato del registro previo fue modificado</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="Code" type="xsd:string" substitutionGroup="pce:pcElement" nillable="false">
		<xsd:annotation>
			<xsd:documentation>A unique identifier inside the database, for the species record.</xsd:documentation>
			<xsd:documentation>Un identificador unico dentro de la base de datos, para el registro de especies</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Language" type="xsd:string" substitutionGroup="pce:pcElement" nillable="false">
		<xsd:annotation>

			<xsd:documentation>Language used to write the species information.</xsd:documentation>
			<xsd:documentation>Idioma en el que esta escrita la informacion de la especie. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SpeciesPageAuthor" type="xsd:string" substitutionGroup="pce:pcElement" nillable="false">
		<xsd:annotation>
			<xsd:documentation>Name of the author who made public the information about the species.</xsd:documentation>

			<xsd:documentation>Nombre del autor que hizo publica la informacion acerca la especie.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Coauthors" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A list of collaborating or joint authors.</xsd:documentation>
			<xsd:documentation>Lista de otros autores.</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Collaborators" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A list of collaborating.</xsd:documentation>
			<xsd:documentation>Lista de colaboradores.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="PublicationDate" type="xsd:dateTime" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Date when the information was released for consultation. </xsd:documentation>
			<xsd:documentation>Fecha cuando la informacion fue hecha publica para consulta.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Habit" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>

			<xsd:documentation>It refers to the life form associated to its environment, particularly for plants; for example, grass, tree, bush, epiphyte, etc.</xsd:documentation>
			<xsd:documentation>Se refiere a la forma de vida asociada con su ambiente, particularmente para plantas.  Por ejemplo hierba, arbol, arbusto, epifita, etc.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LifeCycle" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="Reproduction" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Data about reproduction of the species in wildlife or in captivity.</xsd:documentation>
			<xsd:documentation>Datos sobre la reproduccion de la especie en vida libre o en cautiverio.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AnnualCycle" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>

			<xsd:documentation>Annual cycle.</xsd:documentation>
			<xsd:documentation>Annual cycle.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ScientificDescription" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Description to distinguish the species from other close or similar ones.</xsd:documentation>

			<xsd:documentation>Descripcion  para distinguir la especie de otras similares.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BriefDescription" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Brief description, presented in a simple technical language,  to distinguish the species from other close or similar ones.</xsd:documentation>
			<xsd:documentation>Descripcion breve, presentada en un lenguaje tecnico sencillo,  para distinguir la especie de otras similares.</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Abstract" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Abstract.</xsd:documentation>
			<xsd:documentation>Abstract.</xsd:documentation>

		</xsd:annotation>
	</xsd:element>	
	<xsd:element name="Feeding" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>In the case of animals, it refers to the feeding habits of the species.</xsd:documentation>
			<xsd:documentation>En el caso de animales se refiere a los habitos alimenticios de la especie.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Behavior" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
	</xsd:element>

	<xsd:element name="Interactions" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Observations obtained on the field or in literature about interactions with other organisms; for example, predation, parasitoidism, parasitism, mutualism, etc.  Also included are the relations with products grown and stored by man (plagues).</xsd:documentation>
			<xsd:documentation>Observaciones obtenidas del campo o de la literatura acerca de interacciones con otros organismos.  Por ejemplo depredacion, parasitoidismo, parasitismo, mutualismo, etc.  Se incluye ademas las relaciones con productos cultivados y almacenados por el hombre (plagas).</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChromosomicNumberN" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>

			<xsd:documentation>English Description.</xsd:documentation>
			<xsd:documentation>Spanish Description.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MolecularData" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Information about molecular taxonomy obtained from the author or the literature.</xsd:documentation>

			<xsd:documentation>Informacion sobre taxonomia molecular a partir de datos autor o de la literatura.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PopulationBiology" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Information about the number of individuals per area or time unit.</xsd:documentation>
			<xsd:documentation>Informacion relacionada con numero de individuos por unidad de area o de tiempo.</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConservationStatusCITES" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Conservation status according to CITES.</xsd:documentation>
			<xsd:documentation>Estatus de conservacion de acuerdo a CITES.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConservationStatusUICN" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>

			<xsd:documentation>Conservation status according to UICN.</xsd:documentation>
			<xsd:documentation>Estatus de conservacion de acuerdo a UICN.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NationalLegislation" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A national proposed law or group of laws.</xsd:documentation>

			<xsd:documentation>Conjunto de leyes propuestas a nivel nacional.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RegionalLegislation" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A regional proposed law or group of laws.</xsd:documentation>
			<xsd:documentation>Conjunto de leyes propuestas a nivel regional.</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Habitat" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>General description of the sites where the species is found (ecosystem, forest, environment or microhabitat).</xsd:documentation>
			<xsd:documentation>Descripcion general de los sitios en que se encuentra la especie, puede ser a nivel de ecosistema, bosque, ambiente o de microhabitat.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="Territory" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Information associated mostly to vertebrates, referring to the territorial extension of the individual or group in terms of its activities (f?eding, mating, etc.)</xsd:documentation>
			<xsd:documentation>Informacion asociada principalmente con vertebrados y se refiere a la extension territorial del individuo o grupo en terminos de sus actividades (alimentacion, reproduccion, etc.)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Countries" type="xsd:string" substitutionGroup="pce:pcElement" nillable="false">
		<xsd:annotation>

			<xsd:documentation>List of countries according to the ISO standard. Structured and categorized the degree of safety.</xsd:documentation>
			<xsd:documentation>Lista de paises de acuerdo al estandar ISO.   Estructurado y categorizado el grado de seguridad.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Distribution" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Comment about the distribution of the species based on information from the collection sites of the studied specimens.</xsd:documentation>

			<xsd:documentation>Comentarios respecto a la distribucion de la especie basados en la informacion de los sitios de colecta de los especimenes estudiados.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Endemism" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Endemism describes species that are native to a particular geographic area or continent. Endemism usually occurs in areas that are isolated in some way. </xsd:documentation>
			<xsd:documentation>El endemismo describe a especies que son nativas de un area geografica particular o continente. El endemismo ocurre usualmente en areas que se encuentran aisladas de alguna manera.</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Uses" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Known or potential uses of the species, at a direct economic level, as instruments of education, prospecting, eco-tourism, etc.  It includes published material or suggestions from the author or others.  In any event, the source must be explicitly quoted.</xsd:documentation>
			<xsd:documentation>Usos conocidos o potenciales de la especie.  A nivel economico directo, como instrumento de educacion, en prospeccion, ecoturismo, etc.  Incluye lo publicado o sugerencias del autor u otras personas, en todo caso debe citarse la fuente de forma explicita.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Management" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Management.</xsd:documentation>
			<xsd:documentation>Management.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>	
	<xsd:element name="Folklore" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>

			<xsd:documentation>Known myths or legends that people or literature contribute about the species.</xsd:documentation>
			<xsd:documentation>Informacion acerca de mitos o leyendas que la gente o la literatura aporta acerca de la especie.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="References" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>In any of the above fields, if any data was obtained from the literature, a reference must be made, just as it is done in a regular scientific publication, for example (Martinez y Barrera, 1997). The referenced literature is placed in this field, also in a format similar to the one in a scientific publication. </xsd:documentation>

			<xsd:documentation>En cualquiera de los campos anteriores, si hay datos obtenidos de la literatura debe hacerse una cita tal y como se hace en una publicacion cientifica normal, por ejemplo (Martinez y Barrera, 1997).  La literatura citada se coloca en este campo, tambien en un formato tal y como se presenta en una publicacion cientifica como por ejemplo The Coleopterists Bulletin.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UnstructuredDocumentation" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Unstructured Documentation</xsd:documentation>

			<xsd:documentation>Unstructured Documentation</xsd:documentation>
		</xsd:annotation>
	</xsd:element>	
	<xsd:element name="OtherInformationSources" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Any other information source of interest, recommended by kind of user (recommended literatures, URL) </xsd:documentation>
			<xsd:documentation>Fuentes de informacion de interes recomendadas por tipo de usuario (lecturas recomendadas , URL)</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Papers" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Papers that have been written in relation to the species</xsd:documentation>
			<xsd:documentation>Papers que han sido escritos en relacion a la especie</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="IdentificationKeys" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>IdentificationKeys</xsd:documentation>
			<xsd:documentation>IdentificationKeys</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MigratoryData" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>MigratoryData</xsd:documentation>
			<xsd:documentation>MigratoryData</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EcologicalSignificance" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>EcologicalSignificance</xsd:documentation>
			<xsd:documentation>EcologicalSignificance</xsd:documentation>
		</xsd:annotation>
	</xsd:element>			

	<xsd:element name="URLImage1" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The web address or URL of the first of three possible images of the species.</xsd:documentation>
			<xsd:documentation>La direccion en el web de la primera de tres imagenes de la especie.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CaptionImage1" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>

			<xsd:documentation>Explanatory text of the first image.</xsd:documentation>
			<xsd:documentation>Texto que explica la primera imagen.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="URLImage2" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The web address or URL of the second of three possible images of the species.</xsd:documentation>

			<xsd:documentation>La direccion en el web de la segunda de tres imagenes de la especie.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CaptionImage2" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Explanatory text of the second image</xsd:documentation>
			<xsd:documentation>Texto que explica la segunda imagen.</xsd:documentation>

		</xsd:annotation>
	</xsd:element>
	<xsd:element name="URLImage3" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The web address or URL of the third of three possible images of the species.</xsd:documentation>
			<xsd:documentation>La direccion en el web de la tercera de tres imagenes de la especie.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="CaptionImage3" type="xsd:string" substitutionGroup="pce:pcElement" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Explanatory text of the third image.</xsd:documentation>
			<xsd:documentation>Texto que explica la tercera imagen.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
