complexType "DevelopmentStepType"
Namespace:
Content:
complex, 7 attributes, 28 elements
Defined:
Includes:
definitions of 6 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. Describes a Development Step implementing a Development Activity directed at a specific development object. Defines prerequisites, condition for acceptance, and activity date and and agent performing the step. Use ExternalAid to identify external resources used by the DevelopmentStep
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          ControlConstructType (extension)
              DevelopmentStepType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="DevelopmentStepType">
<xs:complexContent>
<xs:extension base="ControlConstructType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentObject"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentActivityReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResponsibleAgencyReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Prerequisite"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConditionForAcceptance"/>
<xs:element minOccurs="0" ref="ActivityDate"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/28)
ActivityDate
Type:
r:DateType, complex content
The date or date range of activity in this step.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ActivityDate"/>

ConditionForAcceptance
Type:
r:StructuredStringType, complex content
The conditions under which the output of the Development Process Step is accepted.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConditionForAcceptance"/>

DevelopmentActivityReference
Type:
r:ReferenceType, complex content
Reference to one or more Development Activities used by the Development Process Step. DevelopmentActivity is a substitution base for a number of types of activities described with appropriate content. TypeOfObject should be ContentReviewActivity, TranslationActivity, or PretestActivity.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentActivityReference"/>

DevelopmentObject
Type:
DevelopmentObjectType, complex content
Describes the object of the development. May reference a specific object instrument, question, measurement, or control construct to.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentObject"/>

Prerequisite
Type:
r:StructuredStringType, complex content
A description of the overall prerequisites for completing this Development Processing Step. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Prerequisite"/>

ResponsibleAgencyReference
Type:
r:ReferenceType, complex content
Reference to an Organization or Individual responsible for this step. TypeOfObject should be any sub-type of Agency.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResponsibleAgencyReference"/>

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