complexType BellScheduleIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p197.png
namespace http://ed-fi.org/0210
children BellScheduleName SchoolReference
used by
element BellScheduleReferenceType/BellScheduleIdentity
annotation
documentation
Identity of a BellSchedule.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="BellScheduleIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a BellSchedule.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="BellScheduleName" type="BellScheduleName">
     
<xs:annotation>
       
<xs:documentation>Name or title of the BellSchedule.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>The school for which the BellSchedule is defined.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BellScheduleIdentityType/BellScheduleName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p198.png
namespace http://ed-fi.org/0210
type BellScheduleName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
Name or title of the BellSchedule.
source <xs:element name="BellScheduleName" type="BellScheduleName">
 
<xs:annotation>
   
<xs:documentation>Name or title of the BellSchedule.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BellScheduleIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p199.png
namespace http://ed-fi.org/0210
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The school for which the BellSchedule is defined.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school for which the BellSchedule is defined.</xs:documentation>
 
</xs:annotation>
</xs:element>