simpleType "ItemSequenceTypeType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"InOrderOfAppearance"
 - 
In the order of appearance per the DDI instance, for each use.
"Random"
 - 
Randomly resorts sequence for each use.
"Rotate"
 - 
Rotates order of sequence for each use where first use is 1 2 3 4, second use is 2 3 4 1, third use is 3 4 1 2 etc.
"Other"
 - 
Any other means of reordering sequence. When value is Other, AlterativeSequenceType must be specified to describe the resequencing process.

All Direct / Indirect Based Elements (1):
ItemSequenceType
Known Usage Locations
Annotation
Describes the types of sequences that can be used for a set of items.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ItemSequenceTypeType
Derivation:
restriction of xs:string
Facets:
enumeration:
"InOrderOfAppearance"
 - 
In the order of appearance per the DDI instance, for each use.
"Random"
 - 
Randomly resorts sequence for each use.
"Rotate"
 - 
Rotates order of sequence for each use where first use is 1 2 3 4, second use is 2 3 4 1, third use is 3 4 1 2 etc.
"Other"
 - 
Any other means of reordering sequence. When value is Other, AlterativeSequenceType must be specified to describe the resequencing process.
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="ItemSequenceTypeType">
<xs:restriction base="xs:string">
<xs:enumeration value="InOrderOfAppearance"/>
<xs:enumeration value="Random"/>
<xs:enumeration value="Rotate"/>
<xs:enumeration value="Other"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set