Project

General

Profile

1 3 wheeler
<?php
2
$allUsedTypes = array(
3
'AccessRule' => 1,
4
'AccessType' => 1,
5
'AccordingToType' => 1,
6
'Address' => 1,
7
'AgentNames' => 1,
8
'anyType' => 1,
9
'anyURI' => 1,
10
'Article' => 1,
11
'AudioVisual' => 1,
12
'Book' => 1,
13
'CanonicalAuthorship' => 1,
14
'CanonicalName' => 1,
15
'Chapter' => 1,
16
'CitationType' => 1,
17
'complexUserDefinedType' => 1,
18
'ConferenceProceedings' => 1,
19
'ConnectionDefinitionType' => 1,
20
'Coverage' => 1,
21
'date' => 1,
22
'decimal' => 1,
23
'decimalLatitudeDataType' => 1,
24
'decimalLongitudeDataType' => 1,
25
'DEFCATEGORIE' => 1,
26
'DistributionType' => 1,
27
'double' => 1,
28
'Generic' => 1,
29
'GeographicCoverage' => 1,
30
'geospatialType' => 1,
31
'GRingPointType' => 1,
32
'gYear' => 1,
33
'InlineType' => 1,
34
'integer' => 1,
35
'ListType' => 1,
36
'Manuscript' => 1,
37
'Map' => 1,
38
'MeasurementType' => 1,
39
'Name' => 1,
40
'NameCitation' => 1,
41
'NMTOKEN' => 1,
42
'NomenclaturalNoteType' => 1,
43
'noteType' => 1,
44
'ParagraphType' => 1,
45
'partyWithRoleType' => 1,
46
'PERCENT' => 1,
47
'percentCoverType' => 1,
48
'Person' => 1,
49
'PersonalCommunication' => 1,
50
'PlaceholderType' => 1,
51
'positiveInteger' => 1,
52
'Presentation' => 1,
53
'ReferenceType' => 1,
54
'relatedItemType' => 1,
55
'relatedPlotType' => 1,
56
'RelationshipType' => 1,
57
'relativeSpatialCoordinateType' => 1,
58
'Report' => 1,
59
'ResearchProjectType' => 1,
60
'ResponsibleParty' => 1,
61
'RoleType' => 1,
62
'ScientificName' => 1,
63
'SectionType' => 1,
64
'simpleUserdefinedType' => 1,
65
'SingleDateTimeType' => 1,
66
'spatialFitDataType' => 1,
67
'string' => 1,
68
'SubSuperScriptType' => 1,
69
'TaxonConceptType' => 1,
70
'TaxonomicClassificationType' => 1,
71
'TaxonomicCoverage' => 1,
72
'TaxonomicRank' => 1,
73
'TemporalCoverage' => 1,
74
'TextType' => 1,
75
'Thesis' => 1,
76
'time' => 1,
77
'TINYINT' => 1,
78
'vegetationStructureType' => 1,
79
'yearDate' => 1
80
);
81
82
?>