-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.79 KB
/
index.html
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
<!DOCTYPE html>
<!-- saved from url=(0043)http://build.fhir.org/observation#tbl-inner -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- <script type="text/javascript">window["_gaUserPrefs"] = { ioo : function() { return true; } }</script> -->
<head>
<title>ShExC Cheat Sheet</title>
<link rel="stylesheet" href="local.css"/>
<style type="text/css">
<!--
.column { float:left; width: 33%; }
.block { border: thin solid #77F; background-color: #eef; margin: .2em; }
.body h1 { text-align: right; font-size: 1em; border-bottom: thin solid #ccf; margin-top: 0; padding-right: .2em; }
p { margin: 0 }
-->
</style>
</head>
<body>
<h1>ShExC Cheat Sheet</h1>
<div class="body">
<div class="column">
<div class="block">
<h1 class="keyword">MinInclusive</h1>
<div id="example-school-enrolleeAge" class="example wrapper">
<pre class="nohighlight schema shexc"><span class="shape-name">school:enrolleeAge</span> <span class="object"><span class="type">xsd:</span><span class="constant">integer</span>
<span class="keyword">MinInclusive</span> 13
<span class="keyword">MaxInclusive</span> 20</span>
</pre>
</div>
<p>1 b c</p>
</div>
<div class="block">
<p>2 b c</p>
<p>a b c</p>
</div>
<div class="block">
<p>3 b c</p>
</div>
</div>
<div class="column">
<div class="block"><p>4 b c</p><p>a b c</p></div>
<div class="block"><p>5 b c</p></div>
<div class="block"><p>6 b c</p></div>
</div>
<div class="column">
<div class="block"><p>7 b c</p></div>
<div class="block"><p>8 b c</p></div>
<div class="block"><p>9 b c</p><p>a b c</p></div>
</div>
</div>
</body>
</html>