Definition Type: Element
Name: CrashHistory
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into intersectionLocation in schema landxml-1_1_xsd Drilldown into intersectionRelation in schema landxml-1_1_xsd Drilldown into severity in schema landxml-1_1_xsd Drilldown into location-2 in schema landxml-1_1_xsd Drilldown into location-1 in schema landxml-1_1_xsd Drilldown into year in schema landxml-1_1_xsdXSD Diagram of CrashHistory in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
year land:year (Optional)
location-1 land:location-1 (Optional)
location-2 land:location-2 (Optional)
severity land:severity (Optional)
intersectionRelation land:intersectionRelation (Optional)
intersectionLocation land:intersectionLocation (Optional)