Created
August 5, 2015 08:26
-
-
Save mh-github/44251bb32273bc4859dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <customer> | |
| <contact> | |
| <name part="first">Rajesh</name> | |
| <name part="last">Verma</name> | |
| <email>rajesh@fabmail.com</email> | |
| <phone type="voice" time="evening" preferredcontact="1">9999999999 </phone> | |
| <address> | |
| <street line="1">41 Vatika Drive</street> | |
| <street line="2"></street> | |
| <city>Vasanth Nagar</city> | |
| <regioncode>MH</regioncode> | |
| <postalcode>99999</postalcode> | |
| <country>IN</country> | |
| </address> | |
| </contact> | |
| <timeframe> | |
| <description>within 1 month</description> | |
| </timeframe> | |
| <comments></comments> | |
| </customer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment