Example 2-4: Using the default namespace for the Appointment vocabulary

<Appointment xmlns="http://www.taxtime.com/Appointment">
  <Name>Tina Wells</Name>
  <Schedule For="04/20/2000">
    <Consult With="Jim" Time="10:00am">
      <Regarding>
        <irs:Form id="1040" xmlns:irs="http://www.irs.gov/Form">
          <irs:Filer EFileECN="12345">
            <irs:Name>Tina Wells Johnson</irs:Name>
            <irs:TaxpayerId>987-65-4321</irs:TaxpayerId>
            <irs:Occupation>Vice President</irs:Occupation>
          </irs:Filer>
          <irs:Schedule id="B">
            <irs:Dividend Amount="12358.74">
              <irs:Payer>Bank of America</irs:Payer>
            </irs:Dividend>
          </irs:Schedule>
        </irs:Form>
      </Regarding>
    </Consult>
    <ArrangePayment With="Ella" Time="11:00am"/>
  </Schedule>
</Appointment>