complexType
PerformanceLevelDescriptorReferenceType
element PerformanceLevelDescriptorReferenceType/PerformanceLevelMet
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | extension of DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description PerformanceLevelMet | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="PerformanceLevelDescriptorReferenceType"> <xs:annotation> <xs:documentation>Provides references for performance level descriptors during interchange. Use XML IDREF to reference a record that is included in the interchange</xs:documentation> <xs:appinfo> <ann:TypeGroup>Extended Descriptor Reference</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="DescriptorReferenceType"> <xs:sequence> <xs:element name="PerformanceLevelMet" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Optional indicator of whether the performance level was met. When null, means that the performance level was met (equivalent to PerformanceLevelMet = TRUE).</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element PerformanceLevelDescriptorReferenceType/PerformanceLevelMet
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="PerformanceLevelMet" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Optional indicator of whether the performance level was met. When null, means that the performance level was met (equivalent to PerformanceLevelMet = TRUE).</xs:documentation> </xs:annotation> </xs:element> |