Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpsPortal
lavoisiercli
Commits
d92a59aa
Commit
d92a59aa
authored
Oct 13, 2014
by
Olivier Lequeux
Browse files
ex_entries.xsd first commit
parent
ab0fc26d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
ex_entries.xsd
ex_entries.xsd
+27
-0
No files found.
ex_entries.xsd
0 → 100644
View file @
d92a59aa
<?xml version="1.0" encoding="UTF-8"?>
<schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
xmlns:tns=
"http://operations-portal.egi.eu/ex_entries.xsd"
targetNamespace=
"http://operations-portal.egi.eu/ex_entries.xsd"
attributeFormDefault=
"unqualified"
elementFormDefault=
"qualified"
>
<!--
author : Olivier LEqueux
description : This schema is an extension of the original Lavoisier one :
-->
<!-- root when parameter single=false -->
<element
name=
"entries"
>
<complexType>
<choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<any
minOccurs=
"1"
maxOccurs=
"1"
/>
<element
ref=
"tns:entry"
minOccurs=
"1"
maxOccurs=
"1"
/>
</choice>
<attribute
name=
"key"
use=
"optional"
type=
"string"
/>
</complexType>
</element>
<!-- root when parameter single=true -->
<element
name=
"entry"
>
<complexType>
<complexContent>
<extension
base=
"string"
>
<attribute
name=
"key"
use=
"optional"
type=
"string"
/>
</extension>
</complexContent>
</complexType>
</element>
</schema>
\ No newline at end of file
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