complexType "RepeatUntilType"
Namespace:
Content:
complex, 6 attributes, 22 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)
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (22):
ConstructName, ExternalAid, ExternalInterviewerInstruction, InterviewerInstructionReference, UntilCondition, UntilConstructReference, r:Agency, r:BasedOnObject, r:Binding, r:Description, r:ID, r:InParameter, r:Label, r:MaintainableObject, r:OutParameter, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
RepeatUntil
Known Usage Locations
Annotation
A member of the ControlConstruct substitution group. Specifies a ControlConstruct to be repeated until a specified condition is met. Before each iteration the condition is tested. When the condition is met, control passes back to the containing control construct.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          ControlConstructType (extension)
              RepeatUntilType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="RepeatUntilType">
<xs:complexContent>
<xs:extension base="ControlConstructType">
<xs:sequence>
<xs:element minOccurs="0" ref="UntilCondition"/>
<xs:element minOccurs="0" ref="UntilConstructReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/22)
UntilCondition
Type:
r:CommandCodeType, complex content
Information on the command used to determine whether the "Until" condition is met.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="UntilCondition"/>

UntilConstructReference
Type:
r:ReferenceType, complex content
A reference to the ControlConstruct to implement until the UntilCondition is met. This could be a single ControlConstruct or a set of ControlConstructs within a Sequence.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="UntilConstructReference"/>

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