
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| numberOfOutputs | xs:nonNegativeInteger | optional |
| Element | NeuralNetwork |
<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> |