-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathUnitList.dtd
More file actions
33 lines (26 loc) · 783 Bytes
/
UnitList.dtd
File metadata and controls
33 lines (26 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--
FILE : UnitLIst.dtd
CREATED : 2018
LAST MODIFIED : 2020
AUTHOR : Agricultural Models Exchange Initiative
DESCRIPTION : This document contains a DTD corresponding to the syntax rules
defined in the variables or parameters units'Specification for Crop2ML 1.1. This
specification is available at
https://raw.githubusercontent.com/AgriculturalModelExchangeInitiative/crop2ml/master/UnitList.dtd
COPYRIGHT : (2018).
-->
<!ELEMENT UnitList (UnitV)+>
<!ATTLIST UnitList
id CDATA #REQUIRED
name CDATA #REQUIRED
platform CDATA #REQUIRED
version CDATA #REQUIRED
>
<!ELEMENT UnitV EMPTY>
<!ATTLIST UnitV
symbol CDATA #REQUIRED
value CDATA #REQUIRED
offset CDATA #REQUIRED
factor CDATA #REQUIRED
prefixable (False|True) #IMPLIED
tex_repr CDATA #IMPLIED>