Advertisement
Guest User

Untitled

a guest
Dec 1st, 2011
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <addressTemplate>
  2. <nameMappings class="properties">
  3. <property name="postalCode" value="Location.postalCode"/>
  4. <property name="longitude" value="Location.longitude"/>
  5. <property name="address2" value="Location.address2"/>
  6. <property name="address1" value="Location.address1"/>
  7. <property name="startDate" value="PersonAddress.startDate"/>
  8. <property name="country" value="Location.country"/>
  9. <property name="endDate" value="personAddress.endDate"/>
  10. <property name="stateProvince" value="Location.stateProvince"/>
  11. <property name="latitude" value="Location.latitude"/>
  12. <property name="cityVillage" value="Location.cityVillage"/>
  13. </nameMappings>
  14. <sizeMappings class="properties">
  15. <property name="postalCode" value="10"/>
  16. <property name="longitude" value="10"/>
  17. <property name="address2" value="40"/>
  18. <property name="address1" value="40"/>
  19. <property name="startDate" value="10"/>
  20. <property name="country" value="10"/>
  21. <property name="endDate" value="10"/>
  22. <property name="stateProvince" value="10"/>
  23. <property name="latitude" value="10"/>
  24. <property name="cityVillage" value="10"/>
  25. </sizeMappings>
  26. <lineByLineFormat>
  27. <string>address1</string>
  28. <string>address2</string>
  29. <string>cityVillage stateProvince country postalCode</string>
  30. <string>latitude longitude</string>
  31. <string>startDate endDate</string>
  32. </lineByLineFormat>
  33. </addressTemplate>
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement