Indicated whether a potential synapse location allows a presynaptic connection of the specified type, a postsynaptic connection or either. |
<xs:simpleType name="SynapseDirection"> <xs:annotation> <xs:documentation>Indicated whether a potential synapse location allows a presynaptic connection of the specified type, a postsynaptic connection or either.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="pre"/> <xs:enumeration value="post"/> <xs:enumeration value="preAndOrPost"/> </xs:restriction> </xs:simpleType> |