| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| documentation | | Type used to represent an absolute start and stop time for event execution. |
|
| source |
<xsd:complexType name="absoluteTimingElementType">
<xsd:annotation>
<xsd:documentation>Type used to represent an absolute start and stop time for event execution.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="start" type="nonNegativeScalarType" use="required"/>
<xsd:attribute name="stop" type="positiveScalarType" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |