Definition Type: ComplexType
Name: StaticDataType
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Collection of data describing the non-changing aspects of the environment.
Collapse XSD Schema Diagram:
Drilldown into Car Drilldown into Group Drilldown into LocationXSD Diagram of StaticDataType
Collapse XSD Schema Code:
<xs:complexType name="StaticDataType">
    <xs:annotation>
        <xs:documentation>Collection of data describing the non-changing aspects of the environment.</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element name="Location" type="LocationStaticData" maxOccurs="unbounded" />
        <xs:element name="Group" type="GroupStaticData" maxOccurs="unbounded" />
        <xs:element name="Car" type="CarStaticData" maxOccurs="unbounded" />
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Location Location (1) unbounded
Group Group (1) unbounded
Car Car (1) unbounded
Collapse Derivation Tree:
Collapse References:
StaticData