File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13811381
13821382 <xs : simpleType name =" string-required" >
13831383 <xs : restriction base =" xs:string" >
1384- <xs : minLength value =" 1 " />
1384+ <xs : minLength value =" 1" />
13851385 <xs : pattern value =" .*\S.*" />
13861386 </xs : restriction >
13871387 </xs : simpleType >
13921392 </xs : simpleType >
13931393 <xs : simpleType name =" handle" >
13941394 <xs : restriction base =" xs:string" >
1395- <xs : maxLength value =" 255 " />
1395+ <xs : maxLength value =" 255" />
13961396 <xs : pattern value =" [a-z]?([a-z0-9_]*[a-z0-9])?" />
13971397 </xs : restriction >
13981398 </xs : simpleType >
13991399 <xs : simpleType name =" handle-with-minus" >
14001400 <xs : restriction base =" xs:string" >
1401- <xs : maxLength value =" 255 " />
1401+ <xs : maxLength value =" 255" />
14021402 <xs : pattern value =" ([a-z]?([a-z0-9_\-]*[a-z0-9])?)?" />
14031403 </xs : restriction >
14041404 </xs : simpleType >
You can’t perform that action at this time.
0 commit comments