simpleType "VehicleIdentificationNumber"
Namespace:
Defined:
globally in dVehicle_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
17
MinLength:
17

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The manufacturer's VIN associated with the vehicle.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  VehicleIdentificationNumber
Derivation:
restriction of xs:string
Facets:
maxLength:
17
minLength:
17
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="VehicleIdentificationNumber">
<xs:restriction base="xs:string">
<xs:minLength value="17"/>
<xs:maxLength value="17"/>
</xs:restriction>
</xs:simpleType>