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?
Views
Replies
Total Likes
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
Views
Replies
Total Likes
there's a fairly nice tutorial here on xml schema, covering nodes and attributes that might be helpful to you.
Views
Replies
Total Likes