complexType ServiceDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1121.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace ServiceCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the services provided by an education organization to populations of students associated with a program.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>338</ann:EdFiId>
source <xs:complexType name="ServiceDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the services provided by an education organization to populations of students associated with a program.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>338</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="ServiceCategory" type="ServiceCategory" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A classification of the behavior for reporting types.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>339</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ServiceDescriptor/ServiceCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1122.png
namespace http://ed-fi.org/0200
type ServiceCategory
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
A classification of the behavior for reporting types.
appinfo
<ann:EdFiId>339</ann:EdFiId>
source <xs:element name="ServiceCategory" type="ServiceCategory" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A classification of the behavior for reporting types.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>339</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>