j:GoalType

complexType GoalType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for a high-level outcome expected following an activity to address a need.

Diagram

XML Schema

<xs:complexType name="GoalType">
<xs:annotation>
<xs:documentation>
A data type for a high-level outcome expected following an activity to address a need.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:GoalObjective" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:GoalAchievedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:GoalAchievementLevelAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:GoalAssignedHoursNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:GoalAssociatedActivity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:GoalDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:GoalEffortTotalHoursNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:GoalNotation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:GoalAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>