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
fa924794
Commit
fa924794
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-29 11:03:26 by szach] fixed typos in some examples
Original author: szach Date: 2003-11-29 11:03:26+00:00
parent
d1fbfb05
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/manual/schema.xml
View file @
fa924794
...
...
@@ -308,7 +308,7 @@ Model groups: {mgroup:attachmentContent}
</p>
<sample>
<![CDATA[
# #print_type Mails # envelopeType;;
<(Any)>
[
<(Any)
{| |}
>
[
<From
{|
|}
>
String
<To
{|
|}
>
String
<Date
{|
|}
>
{
...
...
@@ -369,13 +369,23 @@ Model groups: {mgroup:attachmentContent}
</p>
<sample>
<![CDATA[
# #print_type Mails # header;;
<header {| name = String |}>
[
String
]
<header {| name = String |}>
String
]]>
</sample>
<p>
Note that the type of the element content
<em>
is not a sequence
</em>
(as
you can notice in the example above) unless the translation of the XML
Schema types is a sequence itself.
Note that the type of the element content
<em>
is not a sequence
</em>
unless the translation of the XML Schema types is a sequence itself (as
you can notice in the example above). Compare it with the following
where the element content is not a sequente, but a single record:
</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 }
}
]]>
</sample>
</li>
<li>
<p>
...
...
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