complexType StudentCompetencyObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1068.png
namespace http://ed-fi.org/0110
children StudentCompetencyObjectiveId Objective
used by
element StudentCompetencyObjectiveReferenceType/StudentCompetencyObjectiveIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Student Competency Objectives.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentCompetencyObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Student Competency Objectives.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:choice maxOccurs="unbounded">
   
<xs:element name="StudentCompetencyObjectiveId" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>The Identifier for the student competency.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Objective" type="Objective">
     
<xs:annotation>
       
<xs:documentation>The designated title of the student competency objective.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element StudentCompetencyObjectiveIdentityType/StudentCompetencyObjectiveId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1069.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The Identifier for the student competency.
source <xs:element name="StudentCompetencyObjectiveId" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>The Identifier for the student competency.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjectiveIdentityType/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1070.png
namespace http://ed-fi.org/0110
type Objective
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The designated title of the student competency objective.
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the student competency objective.</xs:documentation>
 
</xs:annotation>
</xs:element>