|
Converting the file: NeuroML_Level3_v1.8.0.xsd
Note: this representation of the contents of the XSD file is intended as a quick reference only.
** The original *.xsd file should be consulted if there
is any doubt regarding data types **
There is also the option to view this file in Relax NG format.
Note this representation is for
reference only (for those who prefer that format). The XSD should be used for final validation.
Conversion of an XSD file into human readable form
|
Schema info
Information on the namespaces, etc.
|
| targetNamespace | http://morphml.org/neuroml/schema |
| elementFormDefault | qualified |
| attributeFormDefault | unqualified |
|
Imported Schemas
Other schemas used by this file, with different target namespaces
|
| Namespace: http://morphml.org/networkml/schema | Location: NetworkML_v1.8.0.xsd |
| Namespace: http://morphml.org/morphml/schema | Location: ../Level1/MorphML_v1.8.0.xsd |
| Namespace: http://morphml.org/biophysics/schema | Location: ../Level2/Biophysics_v1.8.0.xsd |
| Namespace: http://morphml.org/channelml/schema | Location: ../Level2/ChannelML_v1.8.0.xsd |
| Namespace: http://morphml.org/metadata/schema | Location: ../Level1/Metadata_v1.8.0.xsd |
Elements
| Element: neuroml |
| The root NeuroML Level 3 element. |
| Type: NeuroMLLevel3 |
Top
Complex Types
|
Complex Type: NeuroMLLevel3
Description of neuronal models, including biophysics and channel mechanisms, and network connections (NeuroML Level 3).
|
| The following elements must appear in the sequence outlined here.
|
| Group |
| A group of elements to include with this element |
| Ref:
meta:metadata
|
| Group |
| A group of elements to include with this element |
| Ref:
meta:referencedata
|
| Group |
| A group of elements to include with this element |
| Ref:
net:CoreNetworkElements
Occurances: 0
...
1 |
| cells | |
| channels | |
| Attributes |
| name | Type:
xs:string
, Use: optional |
| lengthUnits |
| Unit of all length measurements. Usually has the value micron. Note: length_units will be the preferred form in v2.0 |
| Type:
meta:LengthUnits
, Use: optional |
| length_units |
| Unit of all length measurements. Usually has the value micron. Note: length_units will be the preferred form in v2.0 |
| Type:
meta:LengthUnits
, Use: optional |
| volumeUnits |
| Unit of all volume measurements. |
| Type:
meta:VolumeUnits
, Use: optional, default: cubic_millimetre |
|
|
NeuroMLLevel3 used by:
neuroml (xs:element)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: Level3Cells
Set of Level 3 cells
|
| The following elements must appear in the sequence outlined here.
|
| cell |
| A single cell specified in MorphML extended to include channel density info. |
| |
|
|
Level3Cells used by:
NeuroMLLevel3 (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: Level3Cell
Cell with extensions for biophysics, and network functionality
|
| Extension: |
| The child elements and attributes of the base element will be required in this element too. |
| Base:
mml:Cell
|
| The following elements must appear in the sequence outlined here.
|
| biophysics | |
| connectivity |
| Note: from v1.7.1 the preferred way to specify a potential synaptic location
is with a potential_syn_loc element under connectivity under cell, as opposed to the potentialSynapticLocation
under biophysics under cell. The former will be the only option from v2.0 |
| |
|
|
Level3Cell used by:
Level3Cells (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: Level3Biophysics
Biophysics of Level3 cell, including specification for allowable synaptic locations.
Note: from v1.7.1 the preferred way to specify a potential synaptic location is with a potential_syn_loc element under connectivity under cell, as
opposed to the potentialSynapticLocation under biophysics under cell. The former will be the only option from v2.0
|
| Extension: |
| The child elements and attributes of the base element will be required in this element too. |
| Base:
bio:Biophysics
|
| The following elements must appear in the sequence outlined here.
|
| Group |
| A group of elements to include with this element |
| Ref:
net:BiophysicsNetworkElements
Occurances: 0
...
1 |
|
|
Level3Biophysics used by:
Level3Cell (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|