Definition Type: ComplexType
Name: CarStaticData
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Static data defining the characteristics of a specific car.
Collapse XSD Schema Diagram:
Drilldown into ReferenceEnergy Drilldown into RatedCapacity Drilldown into Doors Drilldown into DoorProfile Drilldown into SpeedProfile Drilldown into Decks Drilldown into FloorsServed Drilldown into IDXSD Diagram of CarStaticData
Collapse XSD Schema Code:
<xs:complexType name="CarStaticData">
    <xs:annotation>
        <xs:documentation>Static data defining the characteristics of a specific car.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:choice>
            <xs:element name="FloorsServed" type="FloorSet" />
            <xs:element name="Decks" type="DeckData" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>A Car may have more than one Deck, each of which may serve a different (or unique) floor set.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:choice>
        <xs:element name="SpeedProfile" type="SpeedProfile" />
        <xs:choice minOccurs="0" maxOccurs="1">
            <xs:element name="DoorProfile" type="DoorProfile" />
            <xs:element name="Doors" type="DoorProfile" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>A Car may have several Doors, each of which may serve a different (or unique) floor set or control access to separate parts of the same floor.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:choice>
        <xs:element name="RatedCapacity" type="xs:integer" />
        <xs:element name="ReferenceEnergy" type="ReferenceEnergyProfile" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="ID" type="CarID" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FloorsServed FloorsServed (1) (1)
Decks Decks (1) unbounded
SpeedProfile SpeedProfile (1) (1)
DoorProfile DoorProfile (1) (1)
Doors Doors (1) unbounded
RatedCapacity RatedCapacity (1) (1)
ReferenceEnergy ReferenceEnergy 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
ID ID Required
Collapse Derivation Tree:
Collapse References:
Car, Car, Car