simpleType "UnitDispatchedCADRecordID"
Namespace:
Defined:
globally in eDispatch_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
50
MinLength:
3

All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  UnitDispatchedCADRecordID
Derivation:
restriction of xs:string
Facets:
maxLength:
50
minLength:
3
XML Source (see within schema source)
<xs:simpleType name="UnitDispatchedCADRecordID">
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>