Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Types in XML Schema

Avatar

Level 1

I've tried to create some XML Schema but was unable to find any information what type should I use e.g. for radiobuttonlist.

Could somebody give me some clue or link to document where it's mentioned?

0 Replies

Avatar

Level 10

Hi dex13x,

I found this document helpfull, though it is for Designer 7.0 I don't think the schema handling has changed much, http://partners.adobe.com/public/developer/en/livecycle/lc_designer_XML_schemas.pdf.

By default a RadioButtonList is an exclusive group of integer values so I would define an element of type xs:int, or something based on xs:int with the valid values.  If you have a RadioButtonList with text values then you could do the same thing with but based on xs:string.

Somehow, I feel I have misunderstood your question but I hope the document helps.

Bruce

Avatar

Level 1

there's a fairly nice tutorial here on xml schema, covering nodes and attributes that might be helpful to you.