File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 <xs : maxInclusive value =" 100" />
8989 </xs : restriction >
9090 </xs : simpleType >
91+ <xs : simpleType name =" PositiveFloat" >
92+ <xs : restriction base =" xs:float" >
93+ <xs : minInclusive value =" 0" />
94+ </xs : restriction >
95+ </xs : simpleType >
9196 <xs : simpleType name =" TransferFunction" >
9297 <xs : restriction base =" FloatList" />
9398 </xs : simpleType >
10201025 <xs : attribute name =" JobID" type =" xs:NMTOKEN" use =" required" />
10211026 <xs : attribute name =" JobPartID" type =" xs:NMTOKEN" use =" optional" />
10221027 <xs : attribute name =" ModuleIDs" type =" xs:NMTOKENS" use =" optional" />
1023- <xs : attribute name =" PercentCompleted" type =" Percentage " use =" optional" />
1028+ <xs : attribute name =" PercentCompleted" type =" PositiveFloat " use =" optional" />
10241029 <xs : attribute name =" QueueEntryID" type =" xs:NMTOKEN" use =" optional" />
10251030 <xs : attribute name =" RelatedJobID" type =" xs:NMTOKEN" use =" optional" />
10261031 <xs : attribute name =" RelatedJobPartID" type =" xs:NMTOKEN" use =" optional" />
You can’t perform that action at this time.
0 commit comments