<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.posc.org/schemas/stylesheet/displayEnumList.xsl"?>

<!--
This file is distributed under the POSC Product License Agreement at
http://www.posc.org/about/license.shtml.
Use of this file constitutes agreement with the POSC Product License Agreement.
-->

<EnumeratedList>

  <Name>Address Qualifier</Name>
  <Description>What kind of email (or phone) is this? Is it a work phone? Or personal? Or is a permanent one?</Description>
  <TypeName>qualifierType</TypeName>
  <ExtendTypeName>extQualifierType</ExtendTypeName>
  <RefineTypeName>refinedQualifierType</RefineTypeName>
  <RefineExtendTypeName>refinedExtQualifierType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>personal</Name>
    <Description>The phone number or email address is personal, and can probably be received at the business associates home.</Description>
  </Value>

  <Value>
    <Name>work</Name>
    <Description>The phone number or email is a work number, which is subject to change if the business associate changes jobs.</Description>
  </Value>

  <Value>
    <Name>permanent</Name>
    <Description>The phone number or email is permanent, which will still be valid if the person changes home or work locations.</Description>
  </Value>

</EnumeratedList>
