simpleType "DeltaVelocityOrdinalRanking"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MinInclusive:
1

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
The Automated Collision Notification Delta Velocity (Delta V) force ordinal value. 1 equals first impact, 2 equals second, etc.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  DeltaVelocityOrdinalRanking
Derivation:
restriction of xs:integer
Facets:
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="DeltaVelocityOrdinalRanking">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>