XSV schema import failed

Hi. I am attempting to validate the following document using the WEB based
XSV.

http://www.nemmco.com.au/aseXML/examples/r2/MeterIdentifierStandingDataReq.xml

Contents as follows:-

<?xml version="1.0" encoding="ISO-8859-1" ?>
   - <ase:aseXML xmlns:ase="urn:aseXML:r2" xmlns:xsi="
   http://www.w3.org/1999/XMLSchema-instance" xsi:schemaLocation="
   urn:aseXML:r2 http://www.nemmco.com.au/aseXML/schemas/r2/aseXML_r2.xsd">
     - <InterimHeader>
       - <From>
          <Identifier>ENERGEX</Identifier>
          <Description>Energex Retail Pty Ltd</Description>
       </From>
       - <To>
          <Identifier>EASTERN</Identifier>
          <Description>Eastern Energy</Description>
       </To>
         <Timestamp>2000-10-31T13:20:00.000+10:00</Timestamp>
     </InterimHeader>
     - <Transaction reference="ENERGEX-12345678990">
       - <MeterIdentifierStandingDataReq version="r2">
        - <MeterIdentifier xsi:type="ase:NMI">
            <NMI checksum="6">1234567890</NMI>
         </MeterIdentifier>
       </MeterIdentifierStandingDataReq>
     </Transaction>
    </ase:aseXML>

The error I get is as follows;

Attempt to import a schema document from urn:aseXML:r2 for urn:aseXML:r2
failed


Not quite sure what I am doing wrong. Looks like the schemaLocation
attribute is not being used to determine
where to get the schemas from.

Any help gratefully received.

Regards
Michael

Received on Thursday, 23 November 2000 01:42:30 UTC