0
Validating the XML against the Controlling Documents ERROR: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'adlcp:datafromlms'. line: 21, col: 24什麼的意思是 「匹配通配符是嚴格的」
這裏是我的xml文件的錯誤行:
< adlcp:datafromlms>course=e7.txt;lesson=1< /adlcp:datafromlms>
這是從XSD:
<xs:element name = "dataFromLMS" type = "dataFromLMSType"/>
< xs:simpleType name = "dataFromLMSType">
<xs:restriction base = "xs:string"/>
< /xs:simpleType>