Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
2b7f8f7e
Commit
2b7f8f7e
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-28 14:06:10 by szach] fixed typo in element declarations import example
Original author: szach Date: 2003-11-28 14:06:10+00:00
parent
dc5f9922
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/manual/schema.xml
View file @
2b7f8f7e
...
...
@@ -366,14 +366,8 @@ Model groups: {mgroup:attachmentContent}
will be translated to the following CDuce type:
</p>
<sample>
<![CDATA[
# #print_type Mails # Date;;
<Date {| |}>
{
positive = Bool;
year = Int; month = Int; day = Int;
hour = Int; minute = Int; second = Int;
timezone =? { positive = Bool; hour = Int; minute = Int }
}
# #print_type Mails # header;;
<header {| name = String |}>
[ String ]
]]>
</sample>
<p>
Note that the type of the element content
<em>
is not a sequence
</em>
(as
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment