complexType "DevelopmentPlanType"
Namespace:
Content:
complex, 7 attributes, 19 elements
Defined:
Includes:
definitions of 7 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 Plan and lists the individual development activities which should take place.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          DevelopmentPlanType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="DevelopmentPlanType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentPlanName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="DevelopmentObjective"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ContactReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CostStructure"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentActivityReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/19)
ContactReference
Type:
r:ReferenceType, complex content
A reference to an organization and/or individual to contact for further information on this questionnaire development activity.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ContactReference"/>

CostStructure
Type:
CostStructureType, complex content
Budget and funding information related to the development work.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CostStructure"/>

DevelopmentActivityReference
Type:
r:ReferenceType, complex content
Reference to one or more Development Activities used by the Development Plan. 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"/>

DevelopmentObjective
Type:
r:StructuredStringType, complex content
Describes the objectives of the development work. Supports the use of structured content in multiple languages.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DevelopmentObjective"/>

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

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the Development Plan. 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 Plan. 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