<xs:group name="referencedata">
<xs:annotation>
<xs:documentation>General metadata about references for the model. Note: This element will possibly change when a new set of schema files is adopted for adding references, authors, citations, etc.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="authorList" type="Authors" minOccurs="0"/>
<xs:element name="publication" type="Publication" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="neuronDBref" type="NeuronDBReference" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="modelDBref" type="ModelDBReference" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="neuroMorphoRef" type="NeuroMorphoRef" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:group> |