Created
January 14, 2014 13:58
-
-
Save ict4eo/8418656 to your computer and use it in GitHub Desktop.
Service Provider XML configuration for 52N SOS at Meraka
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<ows:ServiceProvider xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<ows:ProviderName>Meraka</ows:ProviderName> | |
<ows:ProviderSite xlink:href="http://www.meraka.org" /> | |
<ows:ServiceContact> | |
<ows:IndividualName>TBA</ows:IndividualName> | |
<ows:PositionName>TBA</ows:PositionName> | |
<ows:ContactInfo> | |
<ows:Phone> | |
<ows:Voice>+27 12 8412911</ows:Voice> | |
</ows:Phone> | |
<ows:Address> | |
<ows:DeliveryPoint>Meiring Naude Road</ows:DeliveryPoint> | |
<ows:City>Pretoria</ows:City> | |
<ows:AdministrativeArea>Gauteng</ows:AdministrativeArea> | |
<ows:PostalCode>0001</ows:PostalCode> | |
<ows:Country>South Africa</ows:Country> | |
<ows:ElectronicMailAddress>[email protected]</ows:ElectronicMailAddress> | |
</ows:Address> | |
</ows:ContactInfo> | |
<ows:Role /> | |
</ows:ServiceContact> | |
</ows:ServiceProvider> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment