complexType "SpecificSequenceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Known Direct Subtypes (1):
-
All Direct / Indirect Based Elements (4):
-
Annotation
Describes the ordering of items when not otherwise indicated. There are a set number of values for ItemSequenceType, but also a provision for describing an alternate ordering using a command language.
XML Source (w/o annotations (3); see within schema source)
<xs:sequence>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 2/2)
-
Information on the command used to generate an alternative means of determining sequence changes. If used, the ItemSequenceType should be "Other".
XML Source (w/o annotations (1); see within schema source)
-
Identifies the type of sequence to use. Values include InOrderOfAppearance, Random, Rotate, and Other.
Simple Content
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.
|
|
Default: |
"InOrderOfAppearance" |
XML Source (w/o annotations (1); see within schema source)