namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||
type | restriction of xs:string | ||||||
used by |
|
||||||
facets |
|
||||||
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> |