Class DarwinCore

Description

Located in /plugins/DarwinCore.inc (line 9)


	
			
Variable Summary
Method Summary
 DarwinCore __construct ([ $item = NULL])
 void asHTML ()
 void asXML ()
 void buildDrupalForm ([ $form = array()])
 void handleForm ( $form_values)
Variables
mixed $darwinCoreXML = '
<SimpleDarwinRecordSet xmlns="http://rs.tdwg.org/dwc/xsd/simpledarwincore/" xmlns:dc="http://purl.org/dc/terms/" xmlns:dwc="http://rs.tdwg.org/dwc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://rs.tdwg.org/dwc/xsd/simpledarwincore/ http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd">
<SimpleDarwinRecord>
<dc:type></dc:type>
<dc:language>en</dc:language>
<dwc:basisOfRecord></dwc:basisOfRecord>
<dwc:scientificName></dwc:scientificName>
<dwc:specificEpithet></dwc:specificEpithet>
<dwc:family></dwc:family>
<dwc:genus></dwc:genus>
<dwc:vernacularName></dwc:vernacularName>
<dwc:continent></dwc:continent>
<dwc:country></dwc:country>
<dwc:countryCode></dwc:countryCode>
<dwc:stateProvince></dwc:stateProvince>
<dwc:county></dwc:county>
<dwc:locality></dwc:locality>
<dwc:habitat></dwc:habitat>
<dwc:occurrenceRemarks></dwc:occurrenceRemarks>
<dwc:occurrenceID></dwc:occurrenceID>
<dwc:institutionCode></dwc:institutionCode>
<dwc:collectionCode></dwc:collectionCode>
<dwc:catalogNumber></dwc:catalogNumber>
<dwc:recordedBy></dwc:recordedBy>
<dwc:eventDate></dwc:eventDate>
<dwc:eventTime></dwc:eventTime>
</SimpleDarwinRecord>
</SimpleDarwinRecordSet>'
(line 292)
  • access: public
mixed $dwcFields = array(
'dc:type',
'dc:language',
'dwc:basisofrecord',
'dwc:scientificName',
'dwc:specificName',
'dwc:family',
'dwc:genus',
'dwc:vernacularName',
'dwc:continent',
'dwc:country',
'dwc:countryCode',
'dwc:stateProvince',
'dwc:locality',
'dwc:habitat',
'dwc:occurrenceRemarks',
'dwc:occurrenceID',
'dwc:institutionCode',
'dwc:collectionCode',
'dwc:catalogNumber',
'dwc:recordedBy',
'dwc:eventDate',
'dwc:eventTime',
)
(line 266)
  • access: public
mixed $vocabulary = array(
'basisOfRecord' => array(
'Occurrence' => 'Occurrence',
'Event' => 'Event',
'Location' => 'Location',
'Taxon' => 'Taxon',
'PreservedSpecimen' => 'PreservedSpecimen',
'FossilSpecimen' => 'FossilSpecimen',
'LivingSpecimen' => 'LivingSpecimen',
'HumanObservation' => 'HumanObservation',
'MachineObservation' => 'MachineObservation',
'NomenclaturalChecklist' => 'NomenclaturalChecklist',
),)
(line 250)
  • access: public
Methods
Constructor __construct (line 11)
DarwinCore __construct ([ $item = NULL])
  • $item
asHTML (line 219)
  • access: public
void asHTML ()
asXML (line 215)
  • access: public
void asXML ()
buildDrupalForm (line 24)
  • access: public
void buildDrupalForm ([ $form = array()])
  • $form
handleForm (line 180)
  • access: public
void handleForm ( $form_values)
  • $form_values

Documentation generated on Thu, 14 Jul 2011 16:56:04 -0300 by phpDocumentor 1.4.3