NeuralOutputs

Element Information

Model

Attributes

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

Used By

Element NeuralNetwork

Source

<xs:element name="NeuralOutputs">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element maxOccurs="unbounded" ref="NeuralOutput"/>
    </xs:sequence>
    <xs:attribute name="numberOfOutputs" type="xs:nonNegativeInteger"/>
  </xs:complexType>
</xs:element>

Sample