Definition Type: ComplexType
Name: LiftInformationType
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
A general container for all types of Lift Information. This element can contain any number of the various types of information.
Collapse XSD Schema Diagram:
Drilldown into Exception Drilldown into Event Drilldown into DynamicData Drilldown into StaticDataXSD Diagram of LiftInformationType
Collapse XSD Schema Code:
<xs:complexType name="LiftInformationType">
    <xs:annotation>
        <xs:documentation>A general container for all types of Lift Information. This element can contain any number of the various types of information.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="StaticData" type="StaticDataType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="DynamicData" type="DynamicDataType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Event" type="LogEventType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Exception" type="ExceptionEventType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StaticData StaticData 0 unbounded
DynamicData DynamicData 0 unbounded
Event Event 0 unbounded
Exception Exception 0 unbounded
Collapse Derivation Tree:
Collapse References:
LiftInformation, LiftInformation