location-type-registry.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema targetNamespace="urn:ietf:params:xml:ns:location-type"
  3. xmlns="urn:ietf:params:xml:ns:location-type"
  4. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  5. elementFormDefault="qualified"
  6. attributeFormDefault="unqualified">
  7. <xs:complexType name="empty"/>
  8. <xs:element name="aircraft" type="empty" />
  9. <xs:element name="airport" type="empty" />
  10. <xs:element name="arena" type="empty" />
  11. <xs:element name="automobile" type="empty" />
  12. <xs:element name="bank" type="empty" />
  13. <xs:element name="bar" type="empty" />
  14. <xs:element name="bus" type="empty" />
  15. <xs:element name="bicyle" type="empty" />
  16. <xs:element name="bus-station" type="empty" />
  17. <xs:element name="cafe" type="empty" />
  18. <xs:element name="classroom" type="empty" />
  19. <xs:element name="club" type="empty" />
  20. <xs:element name="construction" type="empty" />
  21. <xs:element name="convention-center" type="empty" />
  22. <xs:element name="government" type="empty" />
  23. <xs:element name="hospital" type="empty" />
  24. <xs:element name="hotel" type="empty" />
  25. <xs:element name="industrial" type="empty" />
  26. <xs:element name="library" type="empty" />
  27. <xs:element name="motorcyle" type="empty" />
  28. <xs:element name="office" type="empty" />
  29. <xs:element name="outdoors" type="empty" />
  30. <xs:element name="parking" type="empty" />
  31. <xs:element name="place-of-worship" type="empty" />
  32. <xs:element name="prison" type="empty" />
  33. <xs:element name="public" type="empty" />
  34. <xs:element name="public-transport" type="empty" />
  35. <xs:element name="residence" type="empty" />
  36. <xs:element name="restaurant" type="empty" />
  37. <xs:element name="school" type="empty" />
  38. <xs:element name="shopping-area" type="empty" />
  39. <xs:element name="stadium" type="empty" />
  40. <xs:element name="store" type="empty" />
  41. <xs:element name="street" type="empty" />
  42. <xs:element name="theater" type="empty" />
  43. <xs:element name="train" type="empty" />
  44. <xs:element name="train-station" type="empty" />
  45. <xs:element name="truck" type="empty" />
  46. <xs:element name="underway" type="empty" />
  47. <xs:element name="unknown" type="empty" />
  48. <xs:element name="warehouse" type="empty" />
  49. <xs:element name="water" type="empty" />
  50. <xs:element name="watercraft" type="empty" />
  51. </xs:schema>