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