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