Reference for https://pcmiler.alk.com/APIs/REST/v1.0/Service.svc/locations/reverse?coords={LNGLAT}&matchNamedRoadsOnly={MATCHNAMEDROADSONLY}&maxCleanupMiles={MAXCLEANUPMILES}&heading={HEADING}&currentSpeed={CURRSPEED}&includePostedSpeedLimit={INCLUDEPOSTEDSPEEDLIMIT}&vehicleType={VEHICLE}&includeLinkInfo={INCLUDELINKINFO}&timestamp={TIMESTAMP}&countryAbbrevType={COUNTRYABBREVTYPE}&region={REGION}&dataset={DATASET}&timeOut={TIMEOUT}&lang={LANG}&units={UNITS}&splitHouseNumber={SPLITHOUSENUMBER}&includeTrimblePlaceIDs={INCLUDETRIMBLEPLACEIDS}&assetID={ASSETID}&ignoreDefaultSpeeds={IGNOREDEFAULTSPEEDS}

Url: https://pcmiler.alk.com/APIs/REST/v1.0/Service.svc/locations/reverse?coords={LNGLAT}&matchNamedRoadsOnly={MATCHNAMEDROADSONLY}&maxCleanupMiles={MAXCLEANUPMILES}&heading={HEADING}&currentSpeed={CURRSPEED}&includePostedSpeedLimit={INCLUDEPOSTEDSPEEDLIMIT}&vehicleType={VEHICLE}&includeLinkInfo={INCLUDELINKINFO}&timestamp={TIMESTAMP}&countryAbbrevType={COUNTRYABBREVTYPE}&region={REGION}&dataset={DATASET}&timeOut={TIMEOUT}&lang={LANG}&units={UNITS}&splitHouseNumber={SPLITHOUSENUMBER}&includeTrimblePlaceIDs={INCLUDETRIMBLEPLACEIDS}&assetID={ASSETID}&ignoreDefaultSpeeds={IGNOREDEFAULTSPEEDS}

HTTP Method: GET

Message direction Format Body
Request N/A The Request body is empty.
Response Xml Example,Schema
Response Json Example

The following is an example response Xml body:

<GeocodeOutputLocation xmlns="http://pcmiler.alk.com/APIs/v1.0">
  <Address>
    <StreetAddress>String content</StreetAddress>
    <City>String content</City>
    <State>String content</State>
    <Zip>String content</Zip>
    <County>String content</County>
    <Country>String content</Country>
    <SPLC>String content</SPLC>
    <CountryPostalFilter>US</CountryPostalFilter>
    <AbbreviationFormat>FIPS</AbbreviationFormat>
    <StateName>String content</StateName>
    <StateAbbreviation>String content</StateAbbreviation>
    <CountryAbbreviation>String content</CountryAbbreviation>
  </Address>
  <Coords>
    <Lat>String content</Lat>
    <Lon>String content</Lon>
  </Coords>
  <Region>Unknown</Region>
  <Label>String content</Label>
  <PlaceName>String content</PlaceName>
  <PlaceId>String content</PlaceId>
  <TimeZone>String content</TimeZone>
  <Errors>
    <Error>
      <Type>Warning</Type>
      <Code>SUCCESS</Code>
      <LegacyErrorCode>2147483647</LegacyErrorCode>
      <Description>String content</Description>
      <Index>2147483647</Index>
    </Error>
    <Error>
      <Type>Warning</Type>
      <Code>SUCCESS</Code>
      <LegacyErrorCode>2147483647</LegacyErrorCode>
      <Description>String content</Description>
      <Index>2147483647</Index>
    </Error>
  </Errors>
  <SpeedLimitInfo>
    <Speed>2147483647</Speed>
    <SpeedType>Default</SpeedType>
    <SpeedTypeString>String content</SpeedTypeString>
    <LinkIds>String content</LinkIds>
    <RoadClass>String content</RoadClass>
    <Units>String content</Units>
  </SpeedLimitInfo>
  <ConfidenceLevel>String content</ConfidenceLevel>
  <DistanceFromRoad>1.26743233E+15</DistanceFromRoad>
  <CrossStreet>String content</CrossStreet>
  <AssetId>String content</AssetId>
  <ID>String content</ID>
  <TimeZoneOffset>String content</TimeZoneOffset>
  <TimeZoneAbbreviation>String content</TimeZoneAbbreviation>
</GeocodeOutputLocation>

The following is an example response Json body:

{
	"Address":{
		"StreetAddress":"String content",
		"City":"String content",
		"State":"String content",
		"Zip":"String content",
		"County":"String content",
		"Country":"String content",
		"SPLC":"String content",
		"CountryPostalFilter":0,
		"AbbreviationFormat":0,
		"StateName":"String content",
		"StateAbbreviation":"String content",
		"CountryAbbreviation":"String content"
	},
	"Coords":{
		"Lat":"String content",
		"Lon":"String content"
	},
	"Region":0,
	"Label":"String content",
	"PlaceName":"String content",
	"PlaceId":"String content",
	"TimeZone":"String content",
	"Errors":[{
		"Type":0,
		"Code":0,
		"LegacyErrorCode":2147483647,
		"Description":"String content",
		"Index":2147483647
	}],
	"SpeedLimitInfo":{
		"Speed":2147483647,
		"SpeedType":0,
		"SpeedTypeString":"String content",
		"LinkIds":"String content",
		"RoadClass":"String content",
		"Units":"String content"
	},
	"ConfidenceLevel":"String content",
	"DistanceFromRoad":1.26743233E+15,
	"CrossStreet":"String content",
	"AssetId":"String content",
	"ID":"String content",
	"TimeZoneOffset":"String content",
	"TimeZoneAbbreviation":"String content"
}

The following is the response Xml Schema:

<xs:schema xmlns:tns="http://pcmiler.alk.com/APIs/v1.0" elementFormDefault="qualified" targetNamespace="http://pcmiler.alk.com/APIs/v1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="GeocodeOutputLocation">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:Location">
        <xs:sequence>
          <xs:element minOccurs="0" name="TimeZone" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfError" />
          <xs:element minOccurs="0" name="SpeedLimitInfo" nillable="true" type="tns:SpeedLimit" />
          <xs:element minOccurs="0" name="ConfidenceLevel" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="DistanceFromRoad" nillable="true" type="xs:double" />
          <xs:element minOccurs="0" name="CrossStreet" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="AssetId" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ID" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="TimeZoneOffset" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="TimeZoneAbbreviation" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="GeocodeOutputLocation" nillable="true" type="tns:GeocodeOutputLocation" />
  <xs:complexType name="Location">
    <xs:sequence>
      <xs:element minOccurs="0" name="Address" nillable="true" type="tns:Address" />
      <xs:element minOccurs="0" name="Coords" nillable="true" type="tns:Coordinates" />
      <xs:element minOccurs="0" name="Region" type="tns:DataRegion" />
      <xs:element minOccurs="0" name="Label" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PlaceName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PlaceId" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Location" nillable="true" type="tns:Location" />
  <xs:complexType name="Address">
    <xs:sequence>
      <xs:element minOccurs="0" name="StreetAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="City" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="State" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Zip" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="County" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Country" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SPLC" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CountryPostalFilter" type="tns:PostCodeType" />
      <xs:element minOccurs="0" name="AbbreviationFormat" type="tns:CountryAbbreviationType" />
      <xs:element minOccurs="0" name="StateName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StateAbbreviation" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CountryAbbreviation" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Address" nillable="true" type="tns:Address" />
  <xs:simpleType name="PostCodeType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="US" />
      <xs:enumeration value="Mexico" />
      <xs:enumeration value="Both" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="PostCodeType" nillable="true" type="tns:PostCodeType" />
  <xs:simpleType name="CountryAbbreviationType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="FIPS" />
      <xs:enumeration value="ISO2" />
      <xs:enumeration value="ISO3" />
      <xs:enumeration value="GENC2" />
      <xs:enumeration value="GENC3" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="CountryAbbreviationType" nillable="true" type="tns:CountryAbbreviationType" />
  <xs:complexType name="Coordinates">
    <xs:sequence>
      <xs:element minOccurs="0" name="Lat" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Lon" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Coordinates" nillable="true" type="tns:Coordinates" />
  <xs:simpleType name="DataRegion">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Unknown" />
      <xs:enumeration value="AF" />
      <xs:enumeration value="AS" />
      <xs:enumeration value="EU" />
      <xs:enumeration value="NA" />
      <xs:enumeration value="OC" />
      <xs:enumeration value="SA" />
      <xs:enumeration value="ME" />
      <xs:enumeration value="MX" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="DataRegion" nillable="true" type="tns:DataRegion" />
  <xs:complexType name="ArrayOfError">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Error" nillable="true" type="tns:Error" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfError" nillable="true" type="tns:ArrayOfError" />
  <xs:complexType name="Error">
    <xs:sequence>
      <xs:element minOccurs="0" name="Type" type="tns:ErrorType" />
      <xs:element minOccurs="0" name="Code" type="tns:PcmwsExceptionCode" />
      <xs:element minOccurs="0" name="LegacyErrorCode" type="xs:int" />
      <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Index" nillable="true" type="xs:int">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Error" nillable="true" type="tns:Error" />
  <xs:simpleType name="ErrorType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Warning" />
      <xs:enumeration value="Exception" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ErrorType" nillable="true" type="tns:ErrorType" />
  <xs:simpleType name="PcmwsExceptionCode">
    <xs:restriction base="xs:string">
      <xs:enumeration value="SUCCESS" />
      <xs:enumeration value="LEGACY_ERROR" />
      <xs:enumeration value="INTRNL_FAIL" />
      <xs:enumeration value="INVLD_PROFILE_VER" />
      <xs:enumeration value="TRIP_LIMIT_EXCEEDED" />
      <xs:enumeration value="INVLD_LOGIN" />
      <xs:enumeration value="LOGIN_DISABLED" />
      <xs:enumeration value="INVLD_PROFILE" />
      <xs:enumeration value="INVLD_PROFILE_ARRAY" />
      <xs:enumeration value="INVLD_PROFILE_CANADIAN" />
      <xs:enumeration value="INVLD_PROFILE_DETAIL" />
      <xs:enumeration value="INVLD_PROFILE_COND" />
      <xs:enumeration value="INVLD_PROFILE_DIRECTIONS" />
      <xs:enumeration value="INVLD_PROFILE_ROAD" />
      <xs:enumeration value="INVLD_PROFILE_STATE" />
      <xs:enumeration value="INVLD_PROFILE_FUEL" />
      <xs:enumeration value="INVLD_PROFILE_HUB" />
      <xs:enumeration value="INVLD_PROFILE_SPLC" />
      <xs:enumeration value="INVLD_PROFILE_PLACE_NAME" />
      <xs:enumeration value="INVLD_PROFILE_STREETS" />
      <xs:enumeration value="INVLD_PROFILE_STREETS_GEO" />
      <xs:enumeration value="INVLD_PROFILE_FASTEST" />
      <xs:enumeration value="INVLD_PROFILE_TRK_CFG" />
      <xs:enumeration value="INVLD_PROFILE_TOLLDATA" />
      <xs:enumeration value="INVLD_PROFILE_VEHICLE_TYPE" />
      <xs:enumeration value="INVLD_ADDR" />
      <xs:enumeration value="CITY_STATE_ZIP_MISMATCH" />
      <xs:enumeration value="INVLD_ZIP" />
      <xs:enumeration value="INVLD_STATE" />
      <xs:enumeration value="INVLD_CITY_JURIS" />
      <xs:enumeration value="INVLD_PLACE_NAME" />
      <xs:enumeration value="NO_CITY_ZIP" />
      <xs:enumeration value="INVLD_CITY" />
      <xs:enumeration value="INVLD_STATE_ABBR" />
      <xs:enumeration value="PO_BOX_NO_ALLOWED" />
      <xs:enumeration value="FIND_MTCH_FAILED" />
      <xs:enumeration value="MISSING_TRIP_ORIGIN" />
      <xs:enumeration value="MISSING_TRIP_DEST" />
      <xs:enumeration value="MISSING_VARIABLE" />
      <xs:enumeration value="INVLD_AF_TYPE" />
      <xs:enumeration value="INVLD_ROUTE_NAME" />
      <xs:enumeration value="INVLD_CITE_INT" />
      <xs:enumeration value="INVLD_FUEL_OPT_COND" />
      <xs:enumeration value="INVLD_DEPART_TIME" />
      <xs:enumeration value="INVLD_INT" />
      <xs:enumeration value="INVLD_DBL" />
      <xs:enumeration value="INVLD_INPUT_PLACE" />
      <xs:enumeration value="INVLD_METRIC_VAL" />
      <xs:enumeration value="INVLD_MET_LGTH" />
      <xs:enumeration value="INVLD_MET_HEIGHT" />
      <xs:enumeration value="INVLD_MET_WEIGHT" />
      <xs:enumeration value="INVLD_MET_WIDTH" />
      <xs:enumeration value="INVLD_ENG_HEIGHT" />
      <xs:enumeration value="INVLD_ENG_WEIGHT" />
      <xs:enumeration value="INVLD_ENG_WIDTH" />
      <xs:enumeration value="INVLD_ENG_LENGTH" />
      <xs:enumeration value="INVLD_TOLL_DISCOUNT" />
      <xs:enumeration value="INVLD_STOP_INFO" />
      <xs:enumeration value="INVLD_DATE" />
      <xs:enumeration value="INVLD_TIME" />
      <xs:enumeration value="INVLD_RADIUS" />
      <xs:enumeration value="MISSING_FUEL_OPTIONS" />
      <xs:enumeration value="MISSING_FUEL_INFO" />
      <xs:enumeration value="MISSING_STOP_INFO" />
      <xs:enumeration value="MISSING_DATE_TIME" />
      <xs:enumeration value="MISSING_DAY_OF_WEEK" />
      <xs:enumeration value="INVLD_LAT" />
      <xs:enumeration value="INVLD_LNG" />
      <xs:enumeration value="INVLD_COORDS" />
      <xs:enumeration value="FUEL_OPT_ERR" />
      <xs:enumeration value="INVLD_TRIP" />
      <xs:enumeration value="PARITY_MISMATCH" />
      <xs:enumeration value="NO_STREET_NUMBER" />
      <xs:enumeration value="DIRECTIONAL_MISMATCH" />
      <xs:enumeration value="STREET_TYPE_MISMATCH" />
      <xs:enumeration value="STREET_NAME_MISSPELL" />
      <xs:enumeration value="MULTIPLE_MATCHES" />
      <xs:enumeration value="NO_STREET_NAME" />
      <xs:enumeration value="ADDR_OUT_OF_RANGE" />
      <xs:enumeration value="STREET_NOT_IN_ZIP" />
      <xs:enumeration value="COORDS_ZIPCENTROID" />
      <xs:enumeration value="EXTRA_FUEL_OPTIONS" />
      <xs:enumeration value="EXTRA_TRUCK_CONFIG" />
      <xs:enumeration value="EXTRA_DATE" />
      <xs:enumeration value="EXTRA_REPORT" />
      <xs:enumeration value="INVLD_DATA_VER" />
      <xs:enumeration value="DEPCREATED_TOLL_TAG" />
      <xs:enumeration value="INVLD_GEO_LIST_CNT" />
      <xs:enumeration value="GEOCODE_ERROR" />
      <xs:enumeration value="GEOCODE_WARN" />
      <xs:enumeration value="INVLD_TILE_INDEX" />
      <xs:enumeration value="EXTRA_ROUTE" />
      <xs:enumeration value="EXTRA_DATA" />
      <xs:enumeration value="INVLD_ROUTE_OPTIONS" />
      <xs:enumeration value="INVLD_VAL" />
      <xs:enumeration value="DEPRECATED" />
      <xs:enumeration value="GEOCODE_LIMIT_EXCEEDED" />
      <xs:enumeration value="UNAVAILABLE_FEATURE" />
      <xs:enumeration value="STOP_LIMIT_EXCEEDED" />
      <xs:enumeration value="NO_ALLOWED_INTERPS" />
      <xs:enumeration value="INVALID_INTERP" />
      <xs:enumeration value="INVALID_FUEL_CONSUMPTION" />
      <xs:enumeration value="INVLD_COUNTRY_ABBR" />
      <xs:enumeration value="HOS_SERVICE_ERR" />
      <xs:enumeration value="CONTENT_SERVICE_ERR" />
      <xs:enumeration value="RATE_LIMITED" />
      <xs:enumeration value="INVALID_PARAMETER" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="PcmwsExceptionCode" nillable="true" type="tns:PcmwsExceptionCode" />
  <xs:complexType name="SpeedLimit">
    <xs:sequence>
      <xs:element minOccurs="0" name="Speed" type="xs:int" />
      <xs:element minOccurs="0" name="SpeedType" type="tns:SpeedLimitType" />
      <xs:element minOccurs="0" name="SpeedTypeString" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="LinkIds" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RoadClass" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Units" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SpeedLimit" nillable="true" type="tns:SpeedLimit" />
  <xs:simpleType name="SpeedLimitType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Default" />
      <xs:enumeration value="Historic" />
      <xs:enumeration value="Premium" />
      <xs:enumeration value="Navteq" />
      <xs:enumeration value="LinkBased" />
      <xs:enumeration value="JWR" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="SpeedLimitType" nillable="true" type="tns:SpeedLimitType" />
</xs:schema>

Additional response Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>