complexType "DebriefingProcessType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describe the debriefing process. Specifies if debriefing is required.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DebriefingProcessType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Description"/>
</xs:sequence>
<xs:attribute default="false" name="isRequired" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isRequired
Type:
xs:boolean, predefined
Use:
optional
If debriefing is required for this activity set isRequired to "true".
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isRequired" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
r:Description
Type:
r:StructuredStringType, complex content
A description of the Debriefing Process. 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"/>

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