complexType "DebriefingProcessType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definition of 1 attribute
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. Supports multiple language versions of the same content as well as optional formatting of the content.
Type Definition Detail
Type Derivation Tree
  DebriefingProcessType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="DebriefingProcessType">
<xs:complexContent>
<xs:extension base="r:StructuredStringType">
<xs:attribute default="false" name="isRequired" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</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"/>

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