complexType
DescriptorType
element DescriptorType/CodeValue
element DescriptorType/ShortDescription
element DescriptorType/Description
element DescriptorType/EffectiveBeginDate
element DescriptorType/EffectiveEndDate
element DescriptorType/PriorDescriptor
element DescriptorType/Namespace
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace | ||||||||||||||
used by | |||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="DescriptorType" abstract="true"> <xs:annotation> <xs:documentation>This is the base for the Descriptor type.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Base</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="CodeValue" type="CodeValue"> <xs:annotation> <xs:documentation>A code or abbreviation that is used to refer to the descriptor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ShortDescription" type="ShortDescription"> <xs:annotation> <xs:documentation>A shortened description for the descriptor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" type="Description" minOccurs="0"> <xs:annotation> <xs:documentation>The description of the descriptor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EffectiveBeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The beginning date of the period when the descriptor is in effect. If omitted, the default is immediate effectiveness.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EffectiveEndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the period when the descriptor is in effect.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PriorDescriptor" type="DescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Immediately prior to the date in Effective Date, the reference to the equivalent descriptor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Namespace" type="URI"> <xs:annotation> <xs:documentation>A globally unique identifier for this descriptor.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element DescriptorType/CodeValue
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | CodeValue | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="CodeValue" type="CodeValue"> <xs:annotation> <xs:documentation>A code or abbreviation that is used to refer to the descriptor.</xs:documentation> </xs:annotation> </xs:element> |
element DescriptorType/ShortDescription
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | ShortDescription | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ShortDescription" type="ShortDescription"> <xs:annotation> <xs:documentation>A shortened description for the descriptor.</xs:documentation> </xs:annotation> </xs:element> |
element DescriptorType/Description
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Description | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Description" type="Description" minOccurs="0"> <xs:annotation> <xs:documentation>The description of the descriptor.</xs:documentation> </xs:annotation> </xs:element> |
element DescriptorType/EffectiveBeginDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="EffectiveBeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The beginning date of the period when the descriptor is in effect. If omitted, the default is immediate effectiveness.</xs:documentation> </xs:annotation> </xs:element> |
element DescriptorType/EffectiveEndDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="EffectiveEndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the period when the descriptor is in effect.</xs:documentation> </xs:annotation> </xs:element> |
element DescriptorType/PriorDescriptor
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="PriorDescriptor" type="DescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Immediately prior to the date in Effective Date, the reference to the equivalent descriptor.</xs:documentation> </xs:annotation> </xs:element> |
element DescriptorType/Namespace
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | URI | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Namespace" type="URI"> <xs:annotation> <xs:documentation>A globally unique identifier for this descriptor.</xs:documentation> </xs:annotation> </xs:element> |