NeuralInputs

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
numberOfInputs xs:nonNegativeInteger optional

Used By

Element NeuralNetwork

Source

<xs:element name="NeuralInputs">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element maxOccurs="unbounded" ref="NeuralInput"/>
    </xs:sequence>
    <xs:attribute name="numberOfInputs" type="xs:nonNegativeInteger"/>
  </xs:complexType>
</xs:element>

Sample