<diagram id="CH51APJ" title="MAGEC Search Argument to Element Mapping" chapter="data" filename="CH51APJ.JPG">

  <description>
    Diagram illustrating how a Search Argument (SRCH ARG) is used to find a Data Class and then to specific Elements (ELTs) within it.
  </description>

  <nodes>
    <node id="SRCH" type="box" label="Search Argument">
      <content>
        SRCH ARG: vacation................
        DCL   Data Class Description
        ...............................
        VAC   MAGEC Vacation Demo File
      </content>
    </node>

    <node id="ELT" type="box" label="Element List">
      <content>
        ELT          Element Description
        VAC00        Audit Stamp
        VAC01        Vacation Demo data
        VAC02        Employee Address
      </content>
      <highlight>VAC01</highlight>
    </node>
  </nodes>

  <flows>
    <flow from="SRCH" to="ELT" type="blue-arrow" description="Resolves Search Argument to Elements in the VAC file"/>
  </flows>

  <notes>
    <note>The highlighted element VAC01 represents the primary "Vacation Demo data" element matching the search argument "vacation".</note>
    <note>This pattern is typical in MAGEC for Data Class (DCL) resolution and Element (ELT) navigation.</note>
  </notes>

</diagram>