Thanks for the input ..This has nothing to do with the application here. the editor complains of the schema being not valid. I believe it has to do with lexial space for enumeration but cant find anything sort of this in the w3c standard
I am new to xml ..
I have a schema check problem when i have enumeration has hex value
<xs:attribute name="type" use="required">
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:enumeration value="0x23"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Hoever if the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.