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 strongm 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: dlamet
  • Content: Threads
  • Order by date
  1. dlamet

    How to Limit Enum Occurances?

    I'm trying to use a list of enums, but limit the values to only one occurrence of each value. Let's say I have a enum that represents books in a library. <xsd:simpleType name="BOOK_TYPE"> <xsd:annotation> <xsd:documentation>Book Type</xsd:documentation> </xsd:annotation>...
  2. dlamet

    Help with complex XSD data type

    I have inherited a data type that's a simple token enumeration: <xsd:simpleType name="OFF_SEVERITY_TYPE"> <xsd:annotation> <xsd:documentation>Offense Severity</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:token"> <xsd:enumeration value="F">...

Part and Inventory Search

Back
Top