Skip to content

Commit 22e446e

Browse files
committed
JDF-1180
1 parent 1facc8f commit 22e446e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

xjdf.xsd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
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>
@@ -1020,7 +1025,7 @@
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"/>

0 commit comments

Comments
 (0)