simpleType "VehicleHours"
Namespace:
Defined:
globally in dVehicle_v3.xsd; see XML source
Used:
Simple Content Model
xs:positiveInteger
Simple Content Restrictions:
MaxInclusive:
10000
MinInclusive:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The number of hours the vehicle was in service for the agency for the defined year.
Type Definition Detail
Type Derivation Tree
xs:positiveInteger (restriction)
  VehicleHours
Derivation:
restriction of xs:positiveInteger
Facets:
maxInclusive:
10000
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="VehicleHours">
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10000"/>
</xs:restriction>
</xs:simpleType>