complexType "CognitiveExpertReviewActivityType"
Namespace:
Content:
complex, 7 attributes, 21 elements
Defined:
Includes:
definition of 1 element
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
A substitution for DevelopmentActivity which requires no additional information other than the specification of the type of cognitive expert review taking place for development purposes.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          DevelopmentActivityType (extension)
              CognitiveExpertReviewActivityType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="CognitiveExpertReviewActivityType">
<xs:complexContent>
<xs:extension base="DevelopmentActivityType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfCognitiveExpertReview"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/21)
TypeOfCognitiveExpertReview
Type:
r:CodeValueType, simple content
Identifies the specific type of Cognitive Expert Interview. Supports the use of a controlled vocabulary which is strongly recommended.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfCognitiveExpertReview"/>

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