simpleType "EMDCardNumber"
Namespace:
Defined:
globally in eDispatch_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
10
MinLength:
1

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The EMD card number reported by dispatch, consisting of the card number, dispatch level, and dispatch mode
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMDCardNumber
Derivation:
restriction of xs:string
Facets:
maxLength:
10
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EMDCardNumber">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>