complexType "ComputationItemType"
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):
AssignedVariableReference, ConstructName, ExternalAid, ExternalInterviewerInstruction, InterviewerInstructionReference, r:Agency, r:BasedOnObject, r:Binding, r:CommandCode, 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):
ComputationItem
Known Usage Locations
Annotation
A form of control construct providing a code and assigning a variable to hold value of the code as used for computation in control construct flow. Member of the ControlConstruct substitution group.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          ControlConstructType (extension)
              ComputationItemType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ComputationItemType">
<xs:complexContent>
<xs:extension base="ControlConstructType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:CommandCode"/>
<xs:element minOccurs="0" ref="AssignedVariableReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/22)
AssignedVariableReference
Type:
r:ReferenceType, complex content
A reference to a variable to which the associated value in the Code element is assigned.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AssignedVariableReference"/>

r:CommandCode
Type:
r:CommandCodeType, complex content
The Code which contains the value of the variable in programming terms.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:CommandCode"/>

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