<xs:element name="CrashHistory">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="year" type="xs:date" />
<xs:attribute name="location-1" type="station" />
<xs:attribute name="location-2" type="station" />
<xs:attribute name="severity" type="crashSeverityType" />
<xs:attribute name="intersectionRelation" type="crashIntersectionRelation" />
<xs:attribute name="intersectionLocation" type="station" />
</xs:complexType>
</xs:element>
|