Hello,

I am new to xmleditor and I would like to use it for authoring XML
files conforming to a schema.

By default xxe does not seem to constrain edition of restriction types.

For example in my schema I have:

       <xs:simpleType name="ProgrammingLanguageType">
                <xs:restriction base="xs:string">
                        <xs:enumeration value="C" />
                        <xs:enumeration value="C++" />
                        <xs:enumeration value="Fortran77" />
                        <xs:enumeration value="Fortran90" />
                </xs:restriction>
        </xs:simpleType>

Ideally I would like to have a kind of menu with only these possible
values when I want to add a ProgrammingLanguageType to the document.
Instead xxe allows to write anything in the field.

Is it possible to configure XXE to do this?
Would you have an example of configuration that does this?
Thanks a lot.

Fred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configuration for restriction types
Type: application/octet-stream
Size: 0 bytes
Desc: not available
Url : 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20070328/85842099/attachment.dll
 

Reply via email to