Skip to content

Commit

Permalink
fix(cells.xml): match proximal/distal properties to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Aug 9, 2023
1 parent bfa81f1 commit f32f714
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NeuroML2CoreTypes/Cells.xml
Original file line number Diff line number Diff line change
Expand Up @@ -667,19 +667,19 @@


<ComponentType name="inhomogeneousParameter" description="An inhomogeneous parameter specified across the _segmentGroup_ (see _variableParameter_ for usage).">
<Child name="proximal" type="proximalProperties"/>
<Child name="distal" type="distalProperties"/>
<Child name="proximal" type="proximalDetails"/>
<Child name="distal" type="distalDetails"/>
<Text name="variable"/>
<Text name="metric"/>
</ComponentType>


<ComponentType name="proximalProperties" description="What to do at the proximal point when creating an inhomogeneous parameter">
<ComponentType name="proximalDetails" description="What to do at the proximal point when creating an inhomogeneous parameter">
<Text name="translationStart"/>
</ComponentType>


<ComponentType name="distalProperties" description="What to do at the distal point when creating an inhomogeneous parameter">
<ComponentType name="distalDetails" description="What to do at the distal point when creating an inhomogeneous parameter">
<Text name="normalizationEnd"/>
</ComponentType>

Expand Down

0 comments on commit f32f714

Please sign in to comment.