Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chhajjer
  • Content: Threads
  • Order by date
  1. chhajjer

    xml editor complaining if hex value is used in enumeration

    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...

Part and Inventory Search

Back
Top