GeoCoder:XML Response

From Melissa Data Wiki
Jump to navigation Jump to search

← GeoCoder

Sample XML Response

<?xml version="1.0" ?> 
<ResponseArray xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Version xmlns="urn:mdWebServiceGeoCode">2.0.51</Version> 
<TransmissionReference xmlns="urn:mdWebServiceGeoCode">Test
</TransmissionReference> 
<Results xmlns="urn:mdWebServiceGeoCode" /> 
<TotalRecords xmlns="urn:mdWebServiceGeoCode">1</TotalRecords> 
  <Record xmlns="urn:mdWebServiceGeoCode">
    <RecordID>1</RecordID> 
    <Results>GS05</Results> 
    <Address>
      <County>
        <Name>Orange</Name> 
        <Fips>06059</Fips> 
      </County>
      <Latitude>33.637550</Latitude> 
      <Longitude>-117.606840</Longitude> 
      <Place>
        <Code>0659587</Code> 
        <Name>Rancho Santa Margarita</Name> 
      </Place>
      <TimeZone>
        <Name>Pacific Time</Name> 
        <Code>08</Code> 
      </TimeZone>
      <CBSA>
        <Code>31100</Code> 
        <Title>Los Angeles-Long Beach-Santa Ana, CA</Title> 
        <Level>Metropolitan Statistical Area</Level> 
        <CBSADivisionCode>42044</CBSADivisionCode> 
        <CBSADivisionTitle>Santa Ana-Anaheim-Irvine, CA</CBSADivisionTitle> 
        <CBSADivisionLevel>Metropolitan Statistical Area</CBSADivisionLevel> 
      </CBSA>
      <Census>
        <Block>1005</Block> 
        <Tract>032053</Tract> 
      </Census>
    </Address>
  </Record>
</ResponseArray>