나는 델파이에 XMLMapper와 (XMLSPY 및 산소) 일부 유효한 스키마를 가져 오려고 내가Delphi에서 XMLmapper를 사용하여 스키마 가져 오기?
"오류 플럭스 경우 : 알 수없는 InfofileType"이 오류가 있습니다.
나는 네임 스페이스를 사용하며이 유형은 다른 파일에서 정의됩니다.
해결 방법이 있습니까?
(나는 또한 델파이 2010 데모를 시도하고 그것은 여전히 작동하지)
<?xml version="1.0" encoding="UTF-8" ?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:if="http://www.gtest.fr/Apps/InfoFile" xmlns:ca="http://www.gtest.fr/Apps/CommandAnswer" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://www.gtest.fr/Apps/InfoFile" schemaLocation="InfoFile.xsd" />
<xs:import namespace="http://www.gtest.fr/Apps/CommandAnswer" schemaLocation="CommandAnswer.xsd" />
- <xs:element name="ServerAnswer">
- <xs:annotation>
<xs:documentation>Reponse serveur socket</xs:documentation>
</xs:annotation>
- <xs:complexType>
- <xs:sequence>
<xs:element name="InfoFile" type="if:InfoFileType" />
<xs:element name="Command" type="ca:CommandAnswerType" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
는 QC에보고 : 난 아직도 델파이 2010 (재판)을 잡기 위해 노력할 것이다 http://qc.embarcadero.com/wc/qcmain.aspx?d=80124
"(I 2010 년 델파이를 사용하지 않는)"그래서 어떤 버전 ** ** 당신은 사용합니까? –
Delphi 2010과 동일하게 작성 –
XSD 파일 인 InfoFile.xsd가 있습니까? - http : //www.w3을 참조하십시오.org/TR/xmlschema-0/# import – mjn