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: 
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnObject?, r:MaintainableObject?, ConstructName*, r:Label*, r:Description?, r:InParameter*, r:OutParameter*, r:Binding*, ExternalAid*, (ExternalInterviewerInstruction | InterviewerInstructionReference)*, r:CommandCode?, AssignedVariableReference?
</...>
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.8.6 using DocFlex/XML XSDDoc 2.6.0 template set