<?xml version="1.0" encoding="UTF-8"?>
<!-- $Header: /cvsroot/ebxmlrr/omar/misc/samples/minDB/SubmitObjectsRequest_AssociationTypeScheme.xml,v 1.18 2007/05/25 17:18:52 farrukh_najmi Exp $ -->
<RegistryObject xsi:type="rim:PersonType"
  objectType="urn:oasis:names:tc:ebxml-regrep:ObjectType:RegistryObject:Person"
  lid="urn:test:Person:Danyal" 
  id="urn:test:Person:Danyal"
  xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0" 
  xmlns:rim="urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:xlink="http://www.w3.org/1999/xlink" 
  xsi:schemaLocation="urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0  ../../xsd/rim.xsd">

  <Name>
    <LocalizedString value="Danyal Najmi"/>
  </Name>
  <Description>
    <LocalizedString value="The linguist in the family"/>
  </Description>

  <rim:PostalAddress city="Reading" country="USA" postalCode="01867" stateOrProvince="MA" street="Marla Ln." streetNumber="65"/>
  <rim:TelephoneNumber areaCode="781" countryCode="1" number="497-0034" type="OfficePhone"/>
  <rim:TelephoneNumber areaCode="781" countryCode="1" number="205-4733" type="FAX"/>
  <rim:EmailAddress address="danyal@home.com" />
  <PersonName firstName="Danyal" middleName="Idris" lastName="Najmi" />
</RegistryObject>
    
