simpleType crashSeverityType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute CrashHistory/@severity
facets
enumeration fatal
enumeration nonfatal
enumeration propery-damage-only
source <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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy