simpleType "CorrelationID"
Namespace:
Defined:
Used:
at 127 locations
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
255
MinLength:
0

All Direct / Indirect Based Elements (3):
All Direct / Indirect Based Attributes (124):
dAgency.10 (type anonymous)/@CorrelationID,
dAgency.25 (type anonymous)/@CorrelationID,
dAgency.26 (type anonymous)/@CorrelationID,
Known Usage Locations
Annotation
The correlation ID used to link custom elements
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CorrelationID
Derivation:
restriction of xs:string
Facets:
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CorrelationID">
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>