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
1efc774a
Commit
1efc774a
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-26 16:16:48 by szach] fixed namespace reference issues
Original author: szach Date: 2003-11-26 16:16:48+00:00
parent
3df0c371
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/schema/mails.xml
View file @
1efc774a
<mails>
<mails
xmlns=
"http://www.cduce.org/2003/tests/mails"
>
<mail
id=
"0"
>
<envelope>
<From>
user@unknown.domain.org
</From>
...
...
@@ -8,7 +8,7 @@
<header
name=
"Reply-To"
>
bill@microsoft.com
</header>
</envelope>
<body>
As subject says, is possible to implement it?
As subject says, is
it
possible to implement it?
</body>
</mail>
<mail
id=
"1"
>
...
...
tests/schema/mails.xsd
View file @
1efc774a
<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"
>
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
elementFormDefault=
"qualified"
attributeFormDefault=
"unqualified"
>
<xsd:element
name=
"mails"
type=
"mailsType"
/>
<xsd:element
name=
"mails"
type=
"
cd:
mailsType"
/>
<xsd:complexType
name=
"mailsType"
>
<xsd:sequence
minOccurs=
"0"
maxOccurs=
"unbounded"
>
...
...
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