[UR-WG] Comments/Questsions on usage#draft3 schema

Matt Ford matt.ford at manchester.ac.uk
Wed Sep 27 01:06:35 CDT 2006


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.


More information about the ur-wg mailing list