Neuron

Element Information

Model

Children: Con, Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
altitude REAL-NUMBER optional
bias REAL-NUMBER optional
id NN-NEURON-ID required
width REAL-NUMBER optional

Used By

Element NeuralLayer

Source

<xs:element name="Neuron">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element maxOccurs="unbounded" ref="Con"/>
    </xs:sequence>
    <xs:attribute name="id" type="NN-NEURON-ID" use="required"/>
    <xs:attribute name="bias" type="REAL-NUMBER"/>
    <xs:attribute name="width" type="REAL-NUMBER"/>
    <xs:attribute name="altitude" type="REAL-NUMBER"/>
  </xs:complexType>
</xs:element>

Sample