Definition Type: Element
Name: DailyTrafficVolume
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 escFactor in schema landxml-1_1_xsd Drilldown into year in schema landxml-1_1_xsd Drilldown into ADT in schema landxml-1_1_xsd Drilldown into staEnd in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsdXSD Diagram of DailyTrafficVolume in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="DailyTrafficVolume">
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="staStart" type="station" />
        <xs:attribute name="staEnd" type="station" />
        <xs:attribute name="ADT" type="xs:double" />
        <xs:attribute name="year" type="xs:date" />
        <xs:attribute name="escFactor" type="xs:double" />
        <!-- ADT, the average daily traffic for the specified year. This item specifies the average daily traffic for the specified year. No value needs to be specified for this item. The unit of measure for this item is vehicles/day.  -->
        <!-- escFactor is the subsequent year annual traffic volume escalation factor. This item specifies the annual percent increase (or decrease) in traffic volume for subsequent traffic volume years. No value needs to be specified for this item. The unit of measure for this item is percent %. -->
    </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
staStart land:staStart (Optional)
staEnd land:staEnd (Optional)
ADT land:ADT (Optional)
year land:year (Optional)
escFactor land:escFactor (Optional)