<xsd:complexType name="Contact">
<xsd:annotation>
<xsd:documentation>Contact describes detailed information of the corresponding author of the BDML file. Contact name, e-mail address and affiliation of the corresponding author should be listed.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="BDBase">
<xsd:sequence>
<xsd:element name="name" type="xsd:string"/>
<xsd:element name="E-mail" type="xsd:string"/>
<xsd:element name="phone" minOccurs="0" type="xsd:string"/>
<xsd:element name="URL" minOccurs="0" type="xsd:anyURI"/>
<xsd:element name="organization" type="xsd:string"/>
<xsd:element name="department" minOccurs="0" type="xsd:string"/>
<xsd:element name="laboratory" minOccurs="0" type="xsd:string"/>
<xsd:element name="address" minOccurs="0" type="xsd:string"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |