<?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>Kind of Address</Name>
  <Description>Is the address a physical location, or a mailing address. Or both.</Description>
  <TypeName>addKindType</TypeName>
  <ExtendTypeName>extAddKindType</ExtendTypeName>
  <RefineTypeName>refinedAddKindType</RefineTypeName>
  <RefineExtendTypeName>refinedExtAddKindType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>mailing</Name>
    <Description>The mailing address of a business associate or facility</Description>
  </Value>

  <Value>
    <Name>physical</Name>
    <Description>The physical address - location - of a business associate or facility.</Description>
  </Value>

  <Value>
    <Name>both</Name>
    <Description>Both the mailing address and the physical address.</Description>
  </Value>

</EnumeratedList>
