File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ limitations under the License.
593593
594594 <xs : simpleType name =" mimeType" >
595595 <xs : restriction base =" xs:token" >
596- <xs : pattern value =" ^ [-+a-z0-9.]+/[-+a-z0-9.]+$ " />
596+ <xs : pattern value =" [-+a-z0-9.]+/[-+a-z0-9.]+" />
597597 </xs : restriction >
598598 </xs : simpleType >
599599
Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ limitations under the License.
598598
599599 <xs : simpleType name =" mimeType" >
600600 <xs : restriction base =" xs:token" >
601- <xs : pattern value =" ^ [-+a-z0-9.]+/[-+a-z0-9.]+$ " />
601+ <xs : pattern value =" [-+a-z0-9.]+/[-+a-z0-9.]+" />
602602 </xs : restriction >
603603 </xs : simpleType >
604604
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ limitations under the License.
620620
621621 <xs : simpleType name =" mimeType" >
622622 <xs : restriction base =" xs:token" >
623- <xs : pattern value =" ^ [-+a-z0-9.]+/[-+a-z0-9.]+$ " />
623+ <xs : pattern value =" [-+a-z0-9.]+/[-+a-z0-9.]+" />
624624 </xs : restriction >
625625 </xs : simpleType >
626626
You can’t perform that action at this time.
0 commit comments