Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xsd-d-si
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D-PTB
D-SI
xsd-d-si
Commits
1927376f
Commit
1927376f
authored
6 years ago
by
Daniel Hutzschenreuter
Browse files
Options
Downloads
Patches
Plain Diff
Delete SI_Format_TestData.xsd
parent
5dd9163a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Development/SI/Examples/SI_Format_TestData.xsd
+0
-51
0 additions, 51 deletions
Development/SI/Examples/SI_Format_TestData.xsd
with
0 additions
and
51 deletions
Development/SI/Examples/SI_Format_TestData.xsd
deleted
100644 → 0
+
0
−
51
View file @
5dd9163a
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"https://gitlab1.ptb.de/D-SI-public/xml/tree/master/SI-Test"
xmlns:siTest=
"https://gitlab1.ptb.de/D-SI-public/xml/tree/master/SI-Test"
xmlns:si=
"https://gitlab1.ptb.de/D-SI-public/xml/tree/master/SI"
elementFormDefault=
"qualified"
>
<xs:import
namespace=
" https://gitlab1.ptb.de/D-SI-public/xml/tree/master/SI "
schemaLocation=
"platform:/resource/DSI_XML_Tools/xml/Development/SI/SI_Format_v1.1.xsd"
/>
<!-- A simple XML scheme for maintaining multiple XML test examples
for the validation of the D-SI XML implementation.-->
<!-- root element for any test -->
<xs:element
name=
"testDSIXML"
>
<xs:complexType>
<xs:sequence>
<!-- Description of the test -->
<xs:element
name=
"metaData"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"testDescription"
type=
"xs:string"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- The test data (D-SI XML Elements) -->
<xs:element
name=
"testData"
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:complexType>
<!-- D-SI XML elements -->
<xs:sequence>
<xs:choice>
<xs:element
ref=
"si:real"
/>
<xs:element
ref=
"si:complex"
/>
<xs:element
ref=
"si:list"
/>
<xs:element
ref=
"si:realCS"
/>
<xs:element
ref=
"si:complexCS"
/>
<xs:element
ref=
"si:constant"
/>
<xs:element
ref=
"si:hybrid"
/>
</xs:choice>
</xs:sequence>
<!-- Attribute with a unique test data xs:ID -->
<xs:attribute
name=
"id"
type=
"xs:ID"
/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment