XML

Moving Service Types - XML

Moving service types offer various plans depending on the scope of packing and unpacking work, household size, and special needs. In addition to the three basic plans - Self Plan (transportation only), Semi-Full Plan (with packing), and Full Plan (with packing and unpacking) - there are specialized plans tailored to users' lifestyles, including single-person moving packs, family packs, student discount plans, ladies' packs for women, and senior plans for elderly people.

moving moving company single pack family pack packing service relocation
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>self-plan</slug>
    <name>Self Plan</name>
    <description>A plan where you handle packing and unpacking yourself, and only request moving company services for loading, transportation, and unloading.</description>
    <targetAudience>Budget-conscious individuals, those with plenty of time</targetAudience>
  </item>
  <item>
    <code>02</code>
    <slug>semi-full-plan</slug>
    <name>Semi-Full Plan</name>
    <description>A plan where professionals handle packing, while you handle unpacking yourself.</description>
    <targetAudience>Those who want to skip packing, those who prefer to unpack themselves</targetAudience>
  </item>
  <item>
    <code>03</code>
    <slug>full-plan</slug>
    <name>Full Plan</name>
    <description>A full-service plan where professionals handle everything from packing to unpacking.</description>
    <targetAudience>Those who want full service, busy individuals, elderly, parents with children</targetAudience>
  </item>
  <item>
    <code>04</code>
    <slug>single-pack</slug>
    <name>Single Pack</name>
    <description>An economical plan for single-person households using dedicated containers shipped via consolidated freight.</description>
    <targetAudience>Single-person households, students, those with minimal belongings</targetAudience>
  </item>
  <item>
    <code>05</code>
    <slug>family-pack</slug>
    <name>Family Pack</name>
    <description>A plan for family households using dedicated truck transportation.</description>
    <targetAudience>Family households, those with many belongings</targetAudience>
  </item>
  <item>
    <code>06</code>
    <slug>student-discount-plan</slug>
    <name>Student Discount Plan</name>
    <description>A plan with special rates and benefits for students.</description>
    <targetAudience>Students, university and vocational school students</targetAudience>
  </item>
  <item>
    <code>07</code>
    <slug>ladies-pack</slug>
    <name>Ladies Pack</name>
    <description>A plan for women living alone with female staff handling the move.</description>
    <targetAudience>Women living alone</targetAudience>
  </item>
  <item>
    <code>08</code>
    <slug>senior-plan</slug>
    <name>Senior Plan</name>
    <description>A preferential plan for individuals aged 60 and above.</description>
    <targetAudience>Individuals aged 60 and above</targetAudience>
  </item>
  <item>
    <code>09</code>
    <slug>free-schedule-plan</slug>
    <name>Free Schedule Plan</name>
    <description>A plan offering discounts by leaving the work start time to the moving company.</description>
    <targetAudience>Those with flexible schedules, those wanting to reduce costs</targetAudience>
  </item>
  <item>
    <code>10</code>
    <slug>mini-moving-plan</slug>
    <name>Mini Moving Plan</name>
    <description>A small-scale moving plan for minimal belongings.</description>
    <targetAudience>Those with minimal belongings, same building or nearby moves</targetAudience>
  </item>
</items>