Car service status.
<xs:simpleType name="CarStatus"> <xs:annotation> <xs:documentation>Car service status.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="InService" /> <xs:enumeration value="OutOfService" /> </xs:restriction> </xs:simpleType>