States which car doors may attain.
<xs:simpleType name="DoorState"> <xs:annotation> <xs:documentation>States which car doors may attain.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Closed" /> <xs:enumeration value="Opened" /> <xs:enumeration value="LimitedOpened" /> <xs:enumeration value="Locked" /> </xs:restriction> </xs:simpleType>