<xsd:complexType name="SchoolDataType">
<xsd:sequence>
<xsd:element name="InternetDomainName" type="InternetDomainNameType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="SchoolId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Identifier of the School, College or institution attended. Associated type attribute further qualifies the name as current, prior, degree or joint.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SchoolName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>School, College or institution attended. Associated type attribute further qualifies the name as current, prior, degree or joint.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="SchoolTypeType" use="optional" />
</xsd:complexType>
|