Kbase P115330: Error (13121) when parsing an XML Schema document from the 4GL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/12/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1A
All Supported Operating Systems
SYMPTOM(s):
Error (13121) when parsing an XML Schema document from the 4GL
Unable to find complexType definition <name>. (13121)
Unable to parse complexType definition for element <element>. (13137)
Unable to parse imported schema for element '<element>'. (13134)
Unable to create Temp-Table or dataset schema from XML Schema. (13032)
Using the READ-XMLSCHEMA method to read the XML Schema file
The type of the element whose name appears within error message (13121) is actually defined as simpleType in the xsd file
CAUSE:
Bug# OE00127424
CAUSE:
In OpenEdge 10.1A Progress did not support the xsd:simpleType element in READ-XML or READ-XMLSCHEMA
FIX:
Upgrade to OpenEdge 10.1B or later release.
In that release, support for simpleType XML definitions was introduced for the READ-XML and READ-XMLSCHEMA.