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
92b22492
Commit
92b22492
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-10-24 08:59:42 by szach] model group test
Original author: szach Date: 2003-10-24 08:59:42+00:00
parent
2c9dda28
Changes
2
Show whitespace changes
Inline
Side-by-side
tests/schema/regtest/model_group.xml
0 → 100644
View file @
92b22492
<root>
<foo>
YAFC (Yet Another Fooish Content)
</foo>
</root>
tests/schema/regtest/model_group.xsd
0 → 100644
View file @
92b22492
<xsd:schema
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
>
<xsd:group
name=
"group1"
>
<xsd:choice>
<xsd:element
name=
"foo"
type=
"xsd:string"
/>
<xsd:element
name=
"bar"
type=
"xsd:string"
/>
<xsd:element
name=
"baz"
type=
"xsd:string"
/>
</xsd:choice>
</xsd:group>
<xsd:element
name=
"root"
>
<xsd:complexType>
<xsd:group
ref=
"group1"
/>
</xsd:complexType>
</xsd:element>
</xsd:schema>
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