cancel
Showing results for 
Search instead for 
Did you mean: 

Error with generated XML Schema

TomS2
Explorer
0 Kudos

hi

i'm creating a form and interface by adding a new name to the templateSource property of a InteractiveElement in my WDA application and then mapping it to the existing Context of the view.

both the form and the interface are generated fine, and i change the layout of the form to ZCI. but none of the elements from the WDA-context are visible in the Data View of the form.

when i then go to the interface and check the generated XML Schema it contains the following error:

"The character '<' cannot be used in an attribute value."

when checking the generated schema in XMLSpy i says this:

"Character '<' is grammatically unexpected"

and the text it points to are:

<xsd:simpleType name="ASR_COMMENT">

<xsd:annotation>

<xsd:documentation>Comment</xsd:documentation>

</xsd:annotation>

<xsd:restriction base="xsd:</xsd:restriction>

</xsd:simpleType>

as you see, the <xsd:restriction> has got a problem. so it seems when attributes from the context of type ASR_COMMENT are used, the generation of the schema fails. ASR_COMMENT is a String.

anyone got some input here?

cheers

tom

Edited by: Tom Stensrød on Aug 29, 2008 10:54 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189058
Active Contributor
0 Kudos

Hi Tom,

How did you change the form layout to ZCI?

Did you run the SFP_ZCI_UPDATE report?

Reema.

TomS2
Explorer
0 Kudos

hi

no, i changed it manually in the properties.

anyway, i implemented note 1151340 in the system and that seemed to solve the problem.

cheers

tom