complexType "DevelopmentResultsType"
Namespace:
Content:
complex, 7 attributes, 18 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
Separates the capture of development implementation results from the process plan and general activities. Allows for capture of the overall results, details of individual steps, or separate iterations of that step.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          DevelopmentResultsType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="DevelopmentResultsType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentResultsName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentImplementationReference"/>
<xs:element minOccurs="0" ref="ResultsDate"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResultDetail"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/18)
DevelopmentImplementationReference
Type:
r:ReferenceType, complex content
References the Development Implementation which the results refer to. TypeOfObject should be DevelopmentImplementation
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentImplementationReference"/>

DevelopmentResultsName
Type:
r:NameType, complex content
A name for the DevelopmentResults. 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="DevelopmentResultsName"/>

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

ResultDetail
Type:
ResultDetailType, complex content
Details of specific results of the development plan and process. May refer to specific development activities or DevelopmentSteps within a DevelopmentProcess.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ResultDetail"/>

ResultsDate
Type:
r:DateType, complex content
The date or date range of obtaining results from the development work.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ResultsDate"/>

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