Se lige på dette. e 2 attributes CrParameter og DbField virker ikke....
Kan i se fejlen?
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="SchemaReportFile" targetNamespace="
http://tempuri.org/SchemaReportFile.xsd" elementFormDefault="qualified" xmlns="
http://tempuri.org/SchemaReportFile.xsd" xmlns:mstns="
http://tempuri.org/SchemaReportFile.xsd" xmlns:xs="
http://www.w3.org/2001/XMLSchema"> <xs:element name ="Reports">
<xs:complexType>
<xs:sequence>
<xs:element name="CrystalReports" type="xs:string">
<xs:complexType>
<xs:sequence>
<xs:element name="Parameter" type="xs:string">
<xs:complexType>
<xs:sequence>
<xs:attribute name="CrParameter" type="xs:string"/>
<xs:attribute name="DbField" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="FilePath" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>