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 IamaSherpa 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: *

  1. thoppy

    XSD - Allowing XML Attributes inside an ordinary Element

    Thank you tsuji, Your help is much appreciated!
  2. thoppy

    XSD - Allowing XML Attributes inside an ordinary Element

    I'm trying to allow the following within an XML file: <Quantity uom="ea">4</Quantity> I have tried to support this within the XSD schema, as follows: <xsd:element name="Quantity" type="xsd:integer"> <xsd:complexType> <xsd:attribute name="uom" type="xsd:string" /> </xsd:complexType>...

Part and Inventory Search

Back
Top