Changeset 1125 for DCWoRMS/branches


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

Legend:

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

    r883 r1125  
    669669                <xs:sequence> 
    670670                        <xs:element name="id" type="xs:string" minOccurs="0"/> 
    671                         <xs:element name="referenceHardware" type="xs:string" minOccurs="0"/> 
     671                        <xs:element name="referenceHardware" type="referenceHardwareType" minOccurs="0"/> 
    672672                        <xs:element name="duration" type="xs:duration" minOccurs="0"/> 
    673673                        <xs:element name="behaviour" type="phaseBehaviourType" minOccurs="1" maxOccurs="unbounded"/> 
    674674                </xs:sequence> 
     675        </xs:complexType> 
     676         
     677        <xs:complexType name="referenceHardwareType"> 
     678                <xs:sequence> 
     679                        <xs:element name="reference" type="referenceType" minOccurs="0" maxOccurs="unbounded"/> 
     680                </xs:sequence> 
     681        </xs:complexType> 
     682         
     683        <xs:complexType name="referenceType"> 
     684                <xs:simpleContent> 
     685                        <xs:extension base="xs:string"> 
     686                                <xs:attribute name="name" type="xs:string" use="required"/> 
     687                        </xs:extension> 
     688                </xs:simpleContent> 
    675689        </xs:complexType> 
    676690         
Note: See TracChangeset for help on using the changeset viewer.