[Tfug] XML problem

Don Freeman DFreeman at pagnet.org
Tue Nov 4 08:28:52 MST 2008


Anyone here familiar with XML? I am trying to port some data into msAccess
and I'm getting an error that says Access has a problem processing the
schema. Here's the schema.
 
<?xml version = "1.0" encoding="Windows-1252" standalone="yes"?>
<xsd:schema id="VFPData" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
 <xsd:element name="VFPData" msdata:IsDataSet="true">
  <xsd:complexType>
   <xsd:choice maxOccurs="unbounded">
    <xsd:element name="tiphistory" minOccurs="0" maxOccurs="unbounded">
     <xsd:complexType>
      <xsd:sequence>
       <xsd:element name="tip_id">
        <xsd:simpleType>
         <xsd:restriction base="xsd:decimal">
          <xsd:totalDigits value="6"/>
          <xsd:fractionDigits value="2"/>
         </xsd:restriction>
        </xsd:simpleType>
       </xsd:element>
       <xsd:element name="history">
        <xsd:simpleType>
         <xsd:restriction base="xsd:string">
          <xsd:maxLength value="2147483647"/>
         </xsd:restriction>
        </xsd:simpleType>
       </xsd:element>
      </xsd:sequence>
     </xsd:complexType>
    </xsd:element>
   </xsd:choice>
   <xsd:anyAttribute namespace="http://www.w3.org/XML/1998/namespace"
processContents="lax"/>
  </xsd:complexType>
 </xsd:element>
</xsd:schema>
 
Anyone have a suggestion as to what the problem might be?
Thanks
 
Don W. Freeman
Special Projects Manager
Pima Association of Governments
177 N. Church Ave. #405
Tucson AZ 85701
(520) 792-1093 voice
(520) 620-6981 fax
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tfug.org/pipermail/tfug_tfug.org/attachments/20081104/1cb71a90/attachment-0002.html>


More information about the tfug mailing list