simpleType "CrewMemberID"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
50
MinLength:
2

All Direct / Indirect Based Elements (6):
Known Usage Locations
Annotation
The State Certification/Licensure ID number assigned to the crew member.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CrewMemberID
Derivation:
restriction of xs:string
Facets:
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CrewMemberID">
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>