A set of attributes that characterise a State, the duration of which can be timed.
XSD Schema Diagram:
XSD Schema Code:
<xs:attributeGroup name="ST">
<xs:annotation>
<xs:documentation>A set of attributes that characterise a State, the duration of which can be timed.</xs:documentation>
</xs:annotation>
<xs:attribute name="StartTime" type="xs:time" use="optional" />
<xs:attribute name="Duration" type="xs:duration" use="optional" />
</xs:attributeGroup>