-
Notifications
You must be signed in to change notification settings - Fork 1
/
FirstLookGlobals.xml
56 lines (48 loc) · 1.29 KB
/
FirstLookGlobals.xml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="IRIS" version="26" zv="IRIS for Windows (x86-64) 2018.2 (Build 471U)" ts="2019-04-30 10:33:26">
<Class name="FirstLook.State">
<Description>
Information on U.S. States</Description>
<Super>%Persistent</Super>
<TimeChanged>65106,38563.721505</TimeChanged>
<TimeCreated>65105,38509.45217</TimeCreated>
<Property name="Name">
<Description>
Name of the state</Description>
<Type>%String</Type>
<Required>1</Required>
</Property>
<Property name="PostalAbbr">
<Description>
State's two-letter postal abbreviation</Description>
<Type>%String</Type>
</Property>
<Property name="Capital">
<Description>
State capital</Description>
<Type>%String</Type>
</Property>
<Property name="Established">
<Description>
Year state joined the union</Description>
<Type>%Integer</Type>
</Property>
<Property name="Area">
<Description>
State area in square miles</Description>
<Type>%Integer</Type>
</Property>
<Index name="PostalAbbrIndex">
<Description>
Index on postal abbreviation</Description>
<Properties>PostalAbbr</Properties>
<Unique>1</Unique>
</Index>
<Index name="CapitalIndex">
<Description>
Index on state capital</Description>
<Properties>Capital</Properties>
<Unique>1</Unique>
</Index>
</Class>
</Export>