Specifies that the sub-<Schedule>'s within the present <Schedule> should be carried out simultaneously within the given tolerance expressed as an XML duration. Obviously, this may place severe constraints/burdens on some servers and so should be used carefully. |
<xs:complexType name="SimultaneityConstraintComplexType"> <xs:annotation> <xs:documentation>Specifies that the sub-<Schedule>'s within the present <Schedule> should be carried out simultaneously within the given tolerance expressed as an XML duration. Obviously, this may place severe constraints/burdens on some servers and so should be used carefully.</xs:documentation> </xs:annotation> <xs:all> <xs:element name="Tolerance" type="xs:duration"/> </xs:all> </xs:complexType> |