| diagram |
 |
| namespace |
http://impl.platform.rosettahub.com/ |
| type |
extension of tns:basicRegistrationInfo |
| properties |
| base | tns:basicRegistrationInfo |
|
| children |
email entities firstName institutionId lastName phone regType suggestedLogin bioLink courseDescription courseLevel department graduationMonth graduationYear phd title |
| used by |
|
| source |
<xsd:complexType name="basicEducateRegistrationInfo">
<xsd:complexContent>
<xsd:extension base="tns:basicRegistrationInfo">
<xsd:sequence>
<xsd:element name="bioLink" type="xs:string" minOccurs="0"/>
<xsd:element name="courseDescription" type="xs:string" minOccurs="0"/>
<xsd:element name="courseLevel" type="xs:string" minOccurs="0"/>
<xsd:element name="department" type="xs:string" minOccurs="0"/>
<xsd:element name="graduationMonth" type="xs:int"/>
<xsd:element name="graduationYear" type="xs:int"/>
<xsd:element name="phd" type="xs:boolean"/>
<xsd:element name="title" type="xs:string" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |