Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
qbox-public
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qbox
qbox-public
Commits
842597f7
Commit
842597f7
authored
Jun 03, 2006
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rel1_28_2
git-svn-id:
http://qboxcode.org/svn/qb/trunk@449
cba15fb0-1239-40c8-b417-11db7ca47a34
parent
2ed33696
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
16 deletions
+10
-16
sample.xsd
xml/sample.xsd
+7
-10
species.xsd
xml/species.xsd
+3
-6
No files found.
xml/sample.xsd
View file @
842597f7
<?xml version="1.0"?>
<schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
xmlns:fpmd=
"http://www.quantum-simulation.org/ns/fpmd/fpmd-1.0"
targetNamespace=
"http://www.quantum-simulation.org/ns/fpmd/fpmd-1.0"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
targetNamespace=
"http://www.quantum-simulation.org/ns/fpmd/fpmd-1.0"
>
<annotation>
<documentation>
$Id: sample.xsd,v 1.
9 2006-03-09 17:33:30
fgygi Exp $
<documentation>
$Id: sample.xsd,v 1.
10 2006-06-03 22:19:41
fgygi Exp $
FPMD sample specification schema.
Francois Gygi, University of California, Davis
Copyright (c) 2006 The Regents of the University of California.
</documentation>
</annotation>
<import
namespace=
"http://www.w3.org/1999/xlink"
schemaLocation=
"xlink.xsd"
/>
<include
schemaLocation=
"species.xsd"
/>
<element
name=
"sample"
type=
"fpmd:sampleType"
/>
...
...
@@ -34,7 +31,7 @@
<element
name=
"atom"
type=
"fpmd:atomType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</sequence>
<attribute
ref=
"xlink:href
"
use=
"optional"
/>
<attribute
name=
"href"
type=
"anyURI
"
use=
"optional"
/>
</complexType>
<complexType
name=
"atomType"
>
...
...
@@ -58,7 +55,7 @@
<attribute
name=
"nspin"
type=
"fpmd:nspinType"
use=
"required"
/>
<attribute
name=
"nel"
type=
"nonNegativeInteger"
use=
"required"
/>
<attribute
name=
"nempty"
type=
"nonNegativeInteger"
default=
"0"
/>
<attribute
ref=
"xlink:href
"
use=
"optional"
/>
<attribute
name=
"href"
type=
"anyURI
"
use=
"optional"
/>
</complexType>
<complexType
name=
"domainType"
>
...
...
@@ -83,7 +80,7 @@
<attribute
name=
"kpoint"
type=
"fpmd:d3vectorType"
use=
"required"
/>
<attribute
name=
"weight"
type=
"double"
use=
"required"
/>
<attribute
name=
"size"
type=
"positiveInteger"
use=
"required"
/>
<attribute
ref=
"xlink:href
"
use=
"optional"
/>
<attribute
name=
"href"
type=
"anyURI
"
use=
"optional"
/>
</complexType>
<simpleType
name=
"nspinType"
>
...
...
@@ -144,7 +141,7 @@
<attribute
name=
"y0"
type=
"nonNegativeInteger"
default=
"0"
/>
<attribute
name=
"z0"
type=
"nonNegativeInteger"
default=
"0"
/>
<attribute
name=
"encoding"
type=
"fpmd:encodingType"
use=
"required"
/>
<attribute
ref=
"xlink:href
"
use=
"optional"
/>
<attribute
name=
"href"
type=
"anyURI
"
use=
"optional"
/>
</extension>
</simpleContent>
</complexType>
...
...
@@ -158,7 +155,7 @@
<extension
base=
"fpmd:doubleListType"
>
<attribute
name=
"form"
type=
"fpmd:density_matrix_formType"
use=
"required"
/>
<attribute
name=
"size"
type=
"positiveInteger"
use=
"required"
/>
<attribute
ref=
"xlink:href
"
use=
"optional"
/>
<attribute
name=
"href"
type=
"anyURI
"
use=
"optional"
/>
</extension>
</simpleContent>
</complexType>
...
...
xml/species.xsd
View file @
842597f7
<?xml version="1.0"?>
<schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://www.quantum-simulation.org/ns/fpmd/fpmd-1.0"
xmlns:fpmd=
"http://www.quantum-simulation.org/ns/fpmd/fpmd-1.0"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
xmlns:fpmd=
"http://www.quantum-simulation.org/ns/fpmd/fpmd-1.0"
>
<annotation>
<documentation>
$Id: species.xsd,v 1.
4 2006-03-09 17:33:30
fgygi Exp $
<documentation>
$Id: species.xsd,v 1.
5 2006-06-03 22:19:41
fgygi Exp $
FPMD atomic species schema specification.
Francois Gygi, University of California, Davis
Copyright (c) 2006 The Regents of the University of California.
</documentation>
</annotation>
<import
namespace=
"http://www.w3.org/1999/xlink"
schemaLocation=
"xlink.xsd"
/>
<element
name=
"species"
type=
"fpmd:speciesType"
/>
<complexType
name=
"speciesType"
>
...
...
@@ -26,7 +23,7 @@
type=
"fpmd:norm_conserving_pseudopotentialType"
/>
</sequence>
<attribute
name=
"name"
type=
"NMTOKEN"
use=
"optional"
/>
<attribute
ref=
"xlink:href
"
use=
"optional"
/>
<attribute
name=
"href"
type=
"anyURI
"
use=
"optional"
/>
</complexType>
<complexType
name=
"norm_conserving_pseudopotentialType"
>
...
...
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