<xs:simpleType name="crashSeverityType"> <xs:restriction base="xs:string"> <xs:enumeration value="fatal" /> <xs:enumeration value="nonfatal " /> <xs:enumeration value="propery-damage-only" /> </xs:restriction> </xs:simpleType>