Consultor Eletrônico



Kbase P123526: Error 13853 reading XSD file with READ-XMLSCHEMA
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/23/2007
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1x

SYMPTOM(s):

Error 13853 reading XSD file with READ-XMLSCHEMA

Unable to map simpleType myDateTimeOptional to Progress data type. (13853)

Unable to load imported or included schema: DM1.8_Invoice_DataTypes.xsd (13101)

Unable to create Temp-Table or dataset schema from XML Schema. (13032)

Reading an XSD file with READ-XMLSCHEMA fails with errors.

It is not possible to read an XSD file with READ-XMLSCHEMA and create a prodataset.

CAUSE:

There is a union definition in the myDateTimeOptional simple type.

Union definitions can map to multiple Progress data types, and subsequently Progress does not support this type of definition. ProDataSet definitions map well to XML schema, but the reverse is not necessarily true. Not every XML schema can be mapped to a ProDataSet definition.

FIX:

Modify the schema file so that it does not use the Union definition.