Definition Type: Element
Name: CrashData
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 CrashHistory in schema landxml-1_1_xsdXSD Diagram of CrashData in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="CrashData">
    <xs:complexType>
        <xs:choice maxOccurs="unbounded">
            <xs:element ref="CrashHistory" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CrashHistory land:CrashHistory (1) unbounded
Feature land:Feature 0 unbounded