<xs:complexType name="NeuroMLLevel3">
<xs:annotation>
<xs:documentation>Description of neuronal models, including biophysics and channel mechanisms, and network connections (NeuroML Level 3).</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:group ref="meta:referencedata"/>
<xs:element name="cells" type="Level3Cells" minOccurs="0"/>
<xs:element name="channels" type="cml:ChannelML" minOccurs="0"/>
<xs:group ref="net:CoreNetworkElements" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="optional"/>
<xs:attribute name="lengthUnits" type="meta:LengthUnits" use="optional">
<xs:annotation>
<xs:documentation>Unit of all length measurements. Usually has the value <b>micrometer</b>. Note: length_units will be the preferred form in v2.0</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="length_units" type="meta:LengthUnits" use="optional">
<xs:annotation>
<xs:documentation>Unit of all length measurements. Usually has the value <b>micrometer</b>. Note: length_units will be the preferred form in v2.0</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="volumeUnits" type="meta:VolumeUnits" use="optional" default="cubic_millimeter">
<!-- Note: changed to the American English spelling in v1.8.1...-->
<xs:annotation>
<xs:documentation>Unit of all volume measurements.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |