hi there,
I want to have an abstract type:
<xs:complexType name="itemType" abstract="true">
<xs:attribute name="key" type="xs:string"use="required">
</xs:complexType>
And then extend types with possibly more attributes and
at the same time restrict the type of data inside the element...
Hi, I am trying to calculate and rank players in a golf tournament based on a table of scores. A players total score is determined by there best 11 scores only.
Part of the table might look something like..
Player Score
--------------------------------
Joe Bloggs 75
Joe...
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.