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
88459208
Commit
88459208
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-10-24 09:00:11 by szach] two prefixes for the same namespace, should work
Original author: szach Date: 2003-10-24 09:00:11+00:00
parent
92b22492
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/schema/regtest/ns_reference.xsd
View file @
88459208
<xsd:schema
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:target=
"http://www.cduce.org/2003/test/schema"
xmlns:target2=
"http://www.cduce.org/2003/test/schema"
targetNamespace=
"http://www.cduce.org/2003/test/schema"
>
...
...
@@ -8,7 +9,7 @@
<xsd:complexType>
<xsd:sequence>
<xsd:element
ref=
"target:foo"
/>
<xsd:element
ref=
"target:bar"
/>
<xsd:element
ref=
"target
2
:bar"
/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
...
...
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