Changeset 339 for xssim


Ignore:
Timestamp:
07/19/12 13:10:08 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/schemas/XSSimResSchema.xsd

    r338 r339  
    168168                        <xs:documentation>ManagedComputingResource type specifies controlled (by scheduler) computing resources. 
    169169                        They can be provided either by listing their names or listing the group ids for which they belong 
    170                         Attributes: include - specifies whether scheduler shoud be built on top of given resources or shoud also incude them.  
     170                        Attributes: include - specifies whether scheduler should be built on top of given resources or should also incude them.  
    171171                        In other words, false (default) value indicates that scheduler maaner only subcomponents of the listed resources; 
    172172                        true value determines that also listed resources will be under the control of the defined scheduler</xs:documentation> 
    173173                </xs:annotation> 
    174174                <xs:choice> 
    175                         <xs:sequence> 
    176                                 <xs:element name="resourceName" type="xs:string" minOccurs="1" maxOccurs="unbounded"></xs:element> 
    177                         </xs:sequence> 
    178                         <xs:sequence> 
    179                                 <xs:element name="resourceGroupId" type="xs:string" minOccurs="1" maxOccurs="unbounded"></xs:element> 
    180                         </xs:sequence> 
     175                        <xs:element name="resourceName" type="xs:string" minOccurs="1" maxOccurs="unbounded"></xs:element> 
     176                        <xs:element name="resourceGroupId" type="xs:string" minOccurs="1" maxOccurs="unbounded"></xs:element> 
    181177                </xs:choice> 
    182178                <xs:attribute name="include" type="xs:boolean" default="false"/> 
Note: See TracChangeset for help on using the changeset viewer.