
Matt Ford wrote:
<xsd:complexType name="GridJob"> <xsd:complexContent> <xsd:restriction base="usage:CompoundUsageRecord"> <xsd:element ref="usage:AtomicActivity" minOccurs="0" maxOccurs="10" maxOccurs="unbounded" /> <xsd:any namespace="#other" processContents="lax" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> </xsd:restriction> </xsd:complexContent> </xsd:complexType>
<xsd:element name="GridJob" substitutionGroup="usage:UsageRecord" type="usage:GridJob"> </xsd:element>
I just realised that the above restricts each level of nesting to 10 records not 10 records in total as described; still I guess my questions still stand.... Cheers, Matt.