Changeset 746


Ignore:
Timestamp:
01/04/13 11:44:09 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/jobschema/QCGJobDescriptionSchemaNew.xsd

    r741 r746  
    251251                </xs:annotation> 
    252252                <xs:choice> 
    253                 <xs:choice maxOccurs="unbounded"> 
     253                        <xs:choice maxOccurs="unbounded"> 
    254254                                <xs:element name="value"> 
    255255                                        <xs:complexType> 
     
    679679                <xs:complexContent> 
    680680                        <xs:extension base="parameterType"> 
    681                                 <xs:attribute name="name" type="computingParameterName" use="required"/> 
     681                                <xs:attribute name="name" type="xs:string" use="required"/> 
    682682                        </xs:extension> 
    683683                </xs:complexContent> 
     
    685685         
    686686        <xs:complexType name="phaseTimeType"> 
    687         <xs:sequence> 
    688                 <xs:element name="periodStart" type="xs:dateTime" minOccurs="0"/> 
    689                 <xs:choice> 
    690                         <xs:element name="periodEnd" type="xs:dateTime"/> 
    691                         <xs:element name="periodDuration" type="xs:duration"/> 
    692                 </xs:choice> 
     687                <xs:sequence> 
     688                        <xs:element name="periodStart" type="xs:dateTime" minOccurs="0"/> 
     689                        <xs:choice> 
     690                                <xs:element name="periodEnd" type="xs:dateTime"/> 
     691                                <xs:element name="periodDuration" type="xs:duration"/> 
     692                        </xs:choice> 
    693693                </xs:sequence> 
    694694        </xs:complexType> 
Note: See TracChangeset for help on using the changeset viewer.