complexType "DataCaptureDevelopmentType"
Namespace:
Content:
complex, 7 attributes, 21 elements
Defined:
Includes:
definitions of 9 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
Data capture development covers the development planning, process, and outcome for a partial or full questionnaire. Development normally included the development of the question wording, possible response domains and their presentation, translation for language or cultural variance in the population, and question order. Extensive work is often done for individual questions that may be reused by different questionnaires with the organization or for topical areas or populations that are difficult to measure. In addition to the standard name, label, and description information DataCaptureDevelopment contains structures to capture the development plan, the development implementation, and the results or outcome of the development implementation. DataCaptureDevelopment is a Maintainable object and any Note or OtherMaterial related to one of its objects should be placed within the Note and OtherMaterial section of DataCaptureDevelopment.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          DataCaptureDevelopmentType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="DataCaptureDevelopmentType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataCaptureDevelopmentName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="DevelopmentPlan"/>
<xs:element ref="DevelopmentPlanReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="DevelopmentImplementation"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="DevelopmentResults"/>
<xs:element ref="DevelopmentResultsReference"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 9/21)
DataCaptureDevelopmentName
Type:
r:NameType, complex content
A name for the Data Capture Development. 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="DataCaptureDevelopmentName"/>

DevelopmentImplementation
Type:
Describes the implementation of a development plan for a specific set of development objects. May provide specific details using Control Construct to order Development Steps.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DevelopmentImplementation"/>

DevelopmentImplementationReference
Type:
r:ReferenceType, complex content
Reference to the development implementation of a development plan for a specific set of development objects. May provide specific details using Control Construct to order Development Steps. TypeOfObject should be DevelopmentImplementation.
XML Source (w/o annotations (1); see within schema source)

DevelopmentPlan
Type:
DevelopmentPlanType, complex content
Describes the set of development activities that should take place.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DevelopmentPlan"/>

DevelopmentPlanReference
Type:
r:ReferenceType, complex content
Reference to the set of development activities that should take place. TypeOfObject should be DevelopmentPlan.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DevelopmentPlanReference"/>

DevelopmentResults
Type:
DevelopmentResultsType, complex content
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.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DevelopmentResults"/>

DevelopmentResultsReference
Type:
r:ReferenceType, complex content
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. TypeOfObject should be DevelopmentResults.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DevelopmentResultsReference"/>

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