FacetsML web form
Below is the FacetsML web form generated from its RelaxNG schemas. From that form you can generate valid FacetsML.
Here the javascript controles are disabled, so the "+" and "-" buttons are deactivated. The dropdown lists don't show the content of the different choices when their value is changed.
In order to have those javascript controles, download the attached .html file.
populations
population
dim
cell_type
randomInit
rand:uniform
projections
projection
presynaptic_population and postsynaptic_population - Population objects.source - string specifying which attribute of the presynaptic cell signals action potentials
target - string specifying which synapse on the postsynaptic cell to connect to If source and/or target are not given, default values are used.
method - string indicating which algorithm to use in determining connections. Allowed methods are 'allToAll', 'oneToOne', 'fixedProbability', 'distanceDependentProbability', 'fixedNumberPre', 'fixedNumberPost', 'fromFile', 'fromList'
methodParameters - dict containing parameters needed by the connection method, although we should allow this to be a number or string if there is only one parameter.
WARNING : in the test, the value given is not a dict, but the directy value of the parameter
rng - since most of the connection methods need uniform random numbers, it is probably more convenient to specify a RNG object here rather than within methodParameters, particularly since some methods also use random numbers to give variability in the number of connections per cell.
methodParameter

