CoreNetworkElements

The elements needed to specify a network connection

Element Group Information

Model

Used By

Complex Types NetworkML, NeuroMLLevel3

Source

<xs:group name="CoreNetworkElements">
  <xs:annotation>
    <xs:documentation>The elements needed to specify a network connection</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="populations" type="Populations">
      <xs:annotation>
        <xs:documentation>The least that's needed in a network is a population of cells...</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="projections" type="Projections" minOccurs="0">
      <xs:annotation>
        <xs:documentation>In theory there can be no projections, if the file is intended only to specify positions</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="inputs" type="Inputs" minOccurs="0">
      <xs:annotation>
        <xs:documentation>No inputs need be specified</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>