complexType "RequirementsAssessmentType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Description of whether specific requirements for the activities providing these results were met.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="RequirementsAssessmentType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfRequirementsAssessment"/>
<xs:element minOccurs="0" ref="r:Description"/>
</xs:sequence>
<xs:attribute name="isSatisfied" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isSatisfied
Type:
xs:boolean, predefined
Use:
optional
A boolean statement of whether the requirement was satisfied or not. A value of "true" indicates that the minimum requirement was satisfied. Note any specific information in the Description.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isSatisfied" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
r:Description
Type:
r:StructuredStringType, complex content
A description of the Requirements Assessment. 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"/>

TypeOfRequirementsAssessment
Type:
r:CodeValueType, simple content
Identifies the type of requirement being assessed such as staffing, funding, source materials, etc. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfRequirementsAssessment"/>

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