Skip to content

Commit

Permalink
chore: regen
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 2, 2024
1 parent 23425ed commit afbcace
Show file tree
Hide file tree
Showing 2 changed files with 1,891 additions and 2,040 deletions.
26 changes: 14 additions & 12 deletions neuroml/nml/NeuroML_v2.3.2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -262,17 +262,6 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="Component">
<xs:annotation>
<xs:documentation>A new Component based on a new defined ComponentType.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Base">
<xs:attribute name="type" type="NmlId" use="required"/>
<xs:anyAttribute namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="Exposure">
<xs:annotation>
<xs:documentation>LEMS Exposure (ComponentType property) </xs:documentation>
Expand Down Expand Up @@ -487,7 +476,6 @@
<xs:group ref="PyNNInputTypes"/>
<xs:element name="network" type="Network" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ComponentType" type="ComponentType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Component" type="Component" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
Expand Down Expand Up @@ -2128,6 +2116,7 @@
<xs:extension base="BaseWithoutId">
<xs:sequence>
<xs:element name="channelPopulation" type="ChannelPopulation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="baseChannelDensity" type="BaseChannelDensity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="channelDensity" type="ChannelDensity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="channelDensityVShift" type="ChannelDensityVShift" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="channelDensityNernst" type="ChannelDensityNernst" minOccurs="0" maxOccurs="unbounded"/>
Expand Down Expand Up @@ -2311,6 +2300,19 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="BaseChannelDensity">
<xs:annotation>
<xs:documentation>Base type for a current of density **iDensity** distributed on an area of a **cell** , flowing through the specified **ionChannel.** Instances of this ( normally **channelDensity** ) are specified in the **membraneProperties** of the **cell** .
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Base">
<xs:attribute name="ionChannel" type="NmlId" use="required"/>
<xs:attribute name="type" type="NmlId" use="required"/>
<xs:anyAttribute namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="ChannelDensity">
<xs:annotation>
<xs:documentation>Specifies a time varying ohmic conductance density, **gDensity,** which is distributed on an area of the **cell** ( specified in **membraneProperties** ) with fixed reversal potential **erev** producing a current density **iDensity**
Expand Down
Loading

0 comments on commit afbcace

Please sign in to comment.