|
Converting the file: Biophysics_v1.6.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
| Description |
| Description of the Schema taken from the XSD file |
| Definition of the elements needed for specifying the biophysical properties of cells.
These elements are linked with those in MorphML.xsd and from the ChannelML spec by
the NeuroML.xsd file |
|
Schema info
Information on the namespaces, etc.
|
| targetNamespace | http://morphml.org/biophysics/schema |
| elementFormDefault | qualified |
| attributeFormDefault | unqualified |
|
Imported Schemas
Other schemas used by this file, with different target namespaces
|
| Namespace: http://morphml.org/metadata/schema | Location: ../Level1/Metadata_v1.6.xsd |
Elements
| Element: biophysics |
| The root element. All other complex/simple elements will be children of this. |
| Type: Biophysics |
Top
Simple Types
|
Simple Type: MechanismType
Specifies the type of cellular mechanism. Note could be used for any type of electrophysiological
property of a section of a cell
|
| Restriction: | Base:
xs:string
|
| Allowed values: |
| Channel Mechanism |
(Voltage and/or conductance dependent membrane conductance)
|
| Ion Concentration |
(Mechanism which alters the oncentration of a specific ion)
|
|
|
MechanismType used by:
Mechanism (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Simple Type: SynapticDelayValue
Units of a delay associated with a synaptic connection
Units in SI: s
Typical value: 0.005 s
|
| Restriction: | Base:
xs:double
Minimum value inclusive: 0 |
Top
Top
Top
Top
Top
|
Simple Type: ConductanceDensityValue
Units of conductance density
Units in SI: S m-2
Typical value: 100 S m-2
|
| Restriction: | Base:
xs:double
Minimum value inclusive: 0 |
Top
Top
Top
Top
Top
Top
Complex Types
|
Complex Type: Biophysics
Description of biophysical properties of a cell.
|
| The following elements must appear in the sequence outlined here.
|
| mechanism | |
| specificCapacitance | |
| specificAxialResistance | |
| initialMembPotential | |
| ionProperties | |
| Attributes |
| units |
| Unit system of all quantities. |
| Type:
meta:Units
, Use: required |
|
|
Biophysics used by:
biophysics (xs:element)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: Mechanism
Definition of placement of a single electrophysiological mechanism (e.g. channel mechanism)
on a group of cables of a cell
|
| The following elements must appear in the sequence outlined here.
|
| parameter | |
| variableParameter | |
| Attributes |
| name | Type:
xs:string
, Use: required |
| type | Type: MechanismType, Use: required |
|
|
Mechanism used by:
Biophysics (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: SpecCapacitance
Capacitance per unit area of a group of sections
Units in SI: F/m2
|
| The following elements must appear in the sequence outlined here.
|
| parameter | |
| variableParameter | |
|
|
SpecCapacitance used by:
Biophysics (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: SpecAxialResistance
Specific axial resistance of a group of sections
Units in SI: ohm m
|
| The following elements must appear in the sequence outlined here.
|
| parameter | |
| variableParameter | |
|
|
SpecAxialResistance used by:
Biophysics (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: InitialMembPotential
This quantity is often required for computational simulations and specifies the potential
difference across the membrane at the start of the simulation. This is an optional field
Units in SI: V
|
| The following elements must appear in the sequence outlined here.
|
| parameter | |
| variableParameter | |
|
|
InitialMembPotential used by:
Biophysics (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: IonProperties
Some properties accociated with an ion type which takes part in the mechanisms on the cell
|
| The following elements must appear in the sequence outlined here.
|
| parameter | |
| Attributes |
| name | Type:
xs:string
, Use: required |
|
|
IonProperties used by:
Biophysics (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: NamedParameter
Definition of a value for a quantity and the associated groups of cables
which have this value
|
| The following elements must appear in the sequence outlined here.
|
| group | |
| Attributes |
| name | Type:
xs:string
, Use: required |
| value | Type:
xs:double
, Use: required |
|
|
NamedParameter used by:
Mechanism (xs:complexType)
IonProperties (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: VariableParameter
Definition of a value for a quantity which varies over a given group of cables
|
| The following elements must appear in the sequence outlined here.
|
| group | |
| inhomogeneous_value | |
| Attributes |
| name | Type:
xs:string
, Use: optional |
|
|
VariableParameter used by:
SpecCapacitance (xs:complexType)
SpecAxialResistance (xs:complexType)
InitialMembPotential (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: VariableNamedParameter
Definition of a value for a quantity which varies over a given group of cables
|
| The following elements must appear in the sequence outlined here.
|
| group | |
| inhomogeneous_value | |
| Attributes |
| name | Type:
xs:string
, Use: required |
|
|
VariableNamedParameter used by:
Mechanism (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: InhomogeneousValue
How a value changes over the cable group. Implementation here based on NEURON inhomogeneous parameter specification.
See example for usage of this element
|
| Attributes |
| param_name |
| Name used in the inhomogeneous_param element in the cable group |
| Type:
xs:string
, Use: required |
| value |
| Equation showing how parameter changes as function of variable attribute in inhomogeneous_param element |
| Type:
xs:string
, Use: required |
|
|
InhomogeneousValue used by:
VariableParameter (xs:complexType)
VariableNamedParameter (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|
Complex Type: UnnamedParameter
Definition of a value for a quantity and the associated groups of cables
which have this value. The quantity referred to will be clear from the usage, e.g. InitialMembPotential
|
| The following elements must appear in the sequence outlined here.
|
| group | |
| Attributes |
| value | Type:
xs:double
, Use: required |
|
|
UnnamedParameter used by:
SpecCapacitance (xs:complexType)
SpecAxialResistance (xs:complexType)
InitialMembPotential (xs:complexType)
Instances of this element which are used by other elements in this document
|
Top
|