complexType
ServiceDescriptorReferenceType
element ServiceDescriptorReferenceType/ServiceCategory
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | extension of DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description ServiceCategory | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="ServiceDescriptorReferenceType"> <xs:annotation> <xs:documentation>Provides references for service 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="ServiceCategory" type="ServiceCategory" minOccurs="0"> <xs:annotation> <xs:documentation>A classification of the behavior for reporting types.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element ServiceDescriptorReferenceType/ServiceCategory
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | ServiceCategory | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ServiceCategory" type="ServiceCategory" minOccurs="0"> <xs:annotation> <xs:documentation>A classification of the behavior for reporting types.</xs:documentation> </xs:annotation> </xs:element> |