Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
f242710b
Commit
f242710b
authored
9 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- improved EDOAL documentation
parent
7fbbd6d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
html/edoal.html
+6
-4
6 additions, 4 deletions
html/edoal.html
with
6 additions
and
4 deletions
html/edoal.html
+
6
−
4
View file @
f242710b
...
...
@@ -1000,15 +1000,17 @@ specified. Depending on the use of the alignments, operators may be
implemented in various way. In order to provide a useful and portable way to
express operations, EDOAL promotes the use of the following conventions:
<dd>
<dt>
XPath functions (fn:
<i>
name
</i>
)
</dt>
<dt>
XPath functions (fn:
<i>
name
</i>
, op:
<i>
name
</i>
and xs:
<i>
type
</i>
)
</dt>
<dd>
Operators from
the
<a
href=
"http://www.w3.org/TR/x
query-operators
/"
>
XQuery
1.0
and
XPath
2.0
Functions and Operators
</a>
recommendation.
the
<a
href=
"http://www.w3.org/TR/x
path-functions-3
/"
>
XQuery and
XPath Functions and Operators
</a>
(3.1)
recommendation.
This is the recommended way to identify functions because they have
URIs and the XPath library is already quite large.
(
<tt>
fn:
</tt>
prefix used
for
<tt>
http://www.w3.org/2005/xpath-functions
</tt>
and
<tt>
op
</tt>
prefix used as a convention and does not corresponds to a URI prefix!)
</dd>
prefix used as a convention and does not corresponds to a URI
prefix! In addition, the
<tt>
xs:
</tt>
prefix for
<tt>
http://www.w3.org/2001/XMLSchema
</tt>
is used for type
coercion as with the "as" operation)
</dd>
<dt>
SPIN function (sp:
<i>
name
</i>
)
</dt>
<dd>
It would be convenient to use standard SPIN functions as
well. However, SPIN functions are usually declared in another
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment