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
642d1e6b
Commit
642d1e6b
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-24 15:56:09 by szach] use targetNamespace
Original author: szach Date: 2003-11-24 15:56:09+00:00
parent
139e59e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/schema/mails.xsd
View file @
642d1e6b
<xsd:schema
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
>
<xsd:schema
targetNamespace=
"http://www.cduce.org/2003/tests/mails"
xmlns:cd=
"http://www.cduce.org/2003/tests/mails"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
>
<xsd:element
name=
"mails"
type=
"mailsType"
/>
<xsd:complexType
name=
"mailsType"
>
<xsd:sequence
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xsd:element
name=
"mail"
type=
"mailType"
/>
<xsd:element
name=
"mail"
type=
"
cd:
mailType"
/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType
name=
"mailType"
>
<xsd:sequence>
<xsd:element
name=
"envelope"
type=
"envelopeType"
/>
<xsd:element
name=
"body"
type=
"bodyType"
/>
<xsd:element
name=
"envelope"
type=
"
cd:
envelopeType"
/>
<xsd:element
name=
"body"
type=
"
cd:
bodyType"
/>
</xsd:sequence>
<xsd:attribute
use=
"required"
name=
"id"
type=
"xsd:integer"
/>
</xsd:complexType>
...
...
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