complexType "DevelopmentActivityType"
Namespace:
Content:
complex, 7 attributes, 20 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 8 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: 
</...>
Known Direct Subtypes (6):
All Direct / Indirect Based Elements (7):
Known Usage Locations
Annotation
An abstract element serving as the head of a substitution group. May be substituted by an valid object of substitution type DevelopmentActivity. Provides a set of objects available to all members of the stubstitution group. These include a statement of the desired outcome of the development activity, a summary of the process to be followed, recommended staff requirements for each staffing class, a statement of any addition resources (monetary, or other) that are required to complete the activity, and information on the debriefing process.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          DevelopmentActivityType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType abstract="true" name="DevelopmentActivityType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DevelopmentActivityName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="DesiredOutcome"/>
<xs:element minOccurs="0" ref="ProcessSummary"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RecommendedStaffRequirements"/>
<xs:element minOccurs="0" ref="AdditionalRequiredResources"/>
<xs:element minOccurs="0" ref="DebriefingProcess"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/20)
AdditionalRequiredResources
Type:
r:StructuredStringType, complex content
Describe additional resources required such as funding, staffing, or resource material.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AdditionalRequiredResources"/>

DebriefingProcess
Type:
DebriefingProcessType, complex content
Describe the debriefing process. This is especially important for assessing the quality of focus groups, cognitive interviews, etc. Specifies if debriefing is required.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DebriefingProcess"/>

DesiredOutcome
Type:
r:StructuredStringType, complex content
Describe the desired outcomes of the development activity. Address why the activity should take place, means of determining successful completion, etc.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DesiredOutcome"/>

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

ProcessSummary
Type:
r:StructuredStringType, complex content
Summarize the process the activity should follow to meet desired outcomes.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ProcessSummary"/>

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

RecommendedStaffRequirements
Type:
Specify requirements for type of staffing needed to complete activity. Repeat for each staff class
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RecommendedStaffRequirements"/>

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