st:RoadwayAnnualAverageDailyTrafficType
complexType RoadwayAnnualAverageDailyTrafficType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type for the average number of motor vehicles passing a point on a trafficway in a day, for all days of the year, during a specified calendar year.
Diagram
XML Schema
<xs:complexType name="RoadwayAnnualAverageDailyTrafficType">
<xs:annotation>
<xs:documentation>
A data type for the average number of motor vehicles passing a point on a trafficway in a day, for all days of the year, during a specified calendar year.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="st:RoadwayAnnualAverageDailyTrafficYearDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="st:RoadwayAnnualAverageDailyTrafficQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="st:RoadwayAnnualAverageDailyTrafficAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>