DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ComputationItemType"
Namespace:
Content:
complex, 7 attributes, 11 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isVersionable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, ConstructName*, r:Label*, r:Description*, ExternalAid*, (ExternalInterviewerInstructionReference | InterviewerInstructionReference)*, Code, AssignedVariableReference?
</...>
Content Model Elements (11):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          ControlConstructType (extension)
              ComputationItemType (extension)
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ComputationItemType">
<xs:complexContent>
<xs:extension base="ControlConstructType">
<xs:sequence>
<xs:element ref="Code"/>
<xs:element minOccurs="0" ref="AssignedVariableReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/11)
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"/>

Code
Type:
r:CodeType, 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 ref="Code"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set