complexType "SplitType"
Namespace:
Content:
complex, 7 attributes, 24 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A member of the ControlConstruct substitution group. The components of a Split consists of a number of process steps to be executed concurrently with partial synchronization. Split completes as soon as all of its component process steps have been scheduled for execution.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          ControlConstructType (extension)
              SplitType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="SplitType">
<xs:complexContent>
<xs:extension base="ControlConstructType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TypeOfSequence"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlConstructReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/24)
ControlConstructReference
Type:
r:ReferenceType, complex content
References control constructs that can be executed concurrently.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ControlConstructReference"/>

TypeOfSequence
Type:
r:CodeValueType, simple content
Provides the ability to "type" a spit for classification or processing purposes. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TypeOfSequence"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set