<xs:complexType name="GlobalSynapticProperties">
<xs:annotation>
<xs:documentation>Information on synapse type and default values for weight, delay, threshold, etc.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="SynapseInternalProperties">
<xs:sequence>
<xs:element name="synapse_type" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>For compatability to pre v1.7.1. Will be removed in v2.0.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="default_values" type="SynapseInternalProperties" minOccurs="0">
<xs:annotation>
<xs:documentation>For compatability to pre v1.7.1. Will be removed in v2.0.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="synapse_type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Including synapse_type as attribute in synapse_props will be required in v2.0</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType> |