complexType "DevelopmentProcessType"
Namespace:
Content:
complex, 7 attributes, 17 elements
Defined:
Includes:
definitions of 5 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
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:VersionableType (extension)
          DevelopmentProcessType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="DevelopmentProcessType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentProcessName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentPlanReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentProcessStep"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/17)
DevelopmentPlanReference
Type:
r:ReferenceType, complex content
References the Development Plan which the results refer to.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentPlanReference"/>

DevelopmentProcessName
Type:
r:NameType, complex content
A name for the DevelopmentProcess. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentProcessName"/>

DevelopmentProcessStep
Type:
Steps within the development process.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentProcessStep"/>

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

r:Label
Type:
r:LabelType, complex content
A display label for the Development Process. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

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