Textual human readable notes related to the element in question. It's useful to put these into the NeuroML files instead of XML comments, as the notes can be extracted and repeated in the files to which the NeuroML is mapped. |
Element | metadata/notes |
<xs:simpleType name="Notes"> <xs:annotation> <xs:documentation>Textual human readable notes related to the element in question. It's useful to put these into the NeuroML files instead of XML comments, as the notes can be extracted and repeated in the files to which the NeuroML is mapped.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"/> </xs:simpleType> |