The figure shows snippets from the XML schema emp.xsd, as follows:

<xs:complexType name="SectionT"...>
      .
      .
<xs:element name="section" type="SectionT"/>
      .
      .

An arrow points from <xs:element name="section" type="SectionT"/> to <xs:complexType name="SectionT"...>