simpleType "CustomTitle"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
100
MinLength:
2

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This is the title of the custom data element created by an EMS Agency to collect information that is not defined formally in NEMSIS Version 3.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CustomTitle
Derivation:
restriction of xs:string
Facets:
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CustomTitle">
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>