Definition Type: AttributeGroup
Name: ST
Containing Schema: LiftInfo.xsd
Documentation:
A set of attributes that characterise a State, the duration of which can be timed.
Collapse XSD Schema Diagram:
Drilldown into Duration Drilldown into StartTimeXSD Diagram of ST
Collapse 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>
Collapse Child Attributes:
Name Type Default Value Use
StartTime StartTime Optional
Duration Duration Optional