Definition Type: ComplexType
Name: SchoolDataType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EducationHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SchoolName in schema educationhistory_xsd Drilldown into SchoolId in schema educationhistory_xsd Drilldown into InternetDomainName in schema educationhistory_xsd Drilldown into type in schema educationhistory_xsdXSD Diagram of SchoolDataType in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InternetDomainName hr:InternetDomainName 0 unbounded
SchoolId hr:SchoolId 0 unbounded
SchoolName hr:SchoolName 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Optional
Collapse Derivation Tree:
Collapse References:
hr:School, hr:School