File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 515515 <xs : complexType name =" SimpleSourceType" >
516516 <xs : group ref =" SimpleSourceElementsGroup" />
517517 <xs : attribute name =" resampling" type =" xs:string" />
518+ <xs : attribute name =" name" type =" xs:string" />
518519 </xs : complexType >
519520
520521 <xs : group name =" ComplexSourceElementsGroup" >
540541 <xs : complexType name =" ComplexSourceType" >
541542 <xs : group ref =" ComplexSourceElementsGroup" />
542543 <xs : attribute name =" resampling" type =" xs:string" />
544+ <xs : attribute name =" name" type =" xs:string" />
543545 </xs : complexType >
544546
545547 <xs : group name =" NoDataFromMaskSourceElementsGroup" >
566568 </xs : choice >
567569 </xs : sequence >
568570 <xs : attribute name =" resampling" type =" xs:string" />
571+ <xs : attribute name =" name" type =" xs:string" />
569572 </xs : complexType >
570573
571574 <xs : complexType name =" KernelType" >
594597 <xs : element name =" SrcRect" type =" RectType" minOccurs =" 0" />
595598 <xs : element name =" DstRect" type =" RectType" minOccurs =" 0" />
596599 </xs : sequence >
600+ <xs : attribute name =" name" type =" xs:string" />
597601 </xs : complexType >
598602
599603 <xs : element name =" AbstractArray" type =" AbstractArrayType" abstract =" true" />
You can’t perform that action at this time.
0 commit comments