complexType
StudentIdentificationSystemDescriptor
element StudentIdentificationSystemDescriptor/StudentIdentificationSystemMap
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of DescriptorType | ||||||||||||||
properties |
|
||||||||||||||
children | CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace StudentIdentificationSystemMap | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentIdentificationSystemDescriptor"> <xs:annotation> <xs:documentation>This descriptor defines the originating record system and code that is used for record-keeping purposes of the student.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Descriptor</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="DescriptorType"> <xs:sequence> <xs:element name="StudentIdentificationSystemMap" type="StudentIdentificationSystemMapType" minOccurs="0"> <xs:annotation> <xs:documentation>The mapping to a known StudentIdentificationSystem enumeration type.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentIdentificationSystemDescriptor/StudentIdentificationSystemMap
diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||||||||||||||||
type | StudentIdentificationSystemMapType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="StudentIdentificationSystemMap" type="StudentIdentificationSystemMapType" minOccurs="0"> <xs:annotation> <xs:documentation>The mapping to a known StudentIdentificationSystem enumeration type.</xs:documentation> </xs:annotation> </xs:element> |