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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The Original cost of a vehicle
Type Definition Detail
Type Derivation Tree
xs:positiveInteger (restriction)
  VehicleInitialCost
Derivation:
restriction of xs:positiveInteger
Facets:
maxInclusive:
10000000
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="VehicleInitialCost">
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10000000"/>
</xs:restriction>
</xs:simpleType>