complexType "DevelopmentProcessStepType"
Namespace:
Content:
complex, 5 attributes, 17 elements
Defined:
Includes:
definitions of 10 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides a name, label and description for the Development Process and lists the individual development activities which should take place.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      DevelopmentProcessStepType
XML Source (w/o annotations (11); see within schema source)
<xs:complexType name="DevelopmentProcessStepType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PredecessorStepReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SuccessorStepReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentObjectReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResourceUsed"/>
<xs:element minOccurs="0" ref="r:Description"/>
<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; 10/17)
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"/>

DevelopmentObjectReference
Type:
r:ReferenceType, complex content
Reference to the development object that is the target of this development step. If it is an external object create a description as OtherMaterial and reference the OtherMaterial. Use the attribute "objectLanguage" to specify any language preference. Repeat for multiple development objects. TypeOfObject should relate to the object referenced.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentObjectReference"/>

PredecessorStepReference
Type:
r:ReferenceType, complex content
Reference to the DevelopmentProcessStep that appears before this step. TypeOfObject should be DevelopmentProcessStep.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PredecessorStepReference"/>

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"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the overall Development Process. 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 minOccurs="0" ref="r:Description"/>

ResourceUsed
Type:
ResourceUsedType, complex content
Existing resources used in the process step.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResourceUsed"/>

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

SuccessorStepReference
Type:
r:ReferenceType, complex content
Reference to the DevelopmentProcessStep that appears after this step. TypeOfObject should be DevelopmentProcessStep.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SuccessorStepReference"/>

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