complexType
DescriptorReferenceType
attribute DescriptorReferenceType/@AsOfDate
attribute DescriptorReferenceType/@namespace
element DescriptorReferenceType/CodeValue
element DescriptorReferenceType/ShortDescription
element DescriptorReferenceType/Description
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="DescriptorReferenceType"> <xs:annotation> <xs:documentation>Provides references for descriptors during interchange. Use XML IDREF to reference a descriptor record that is included in the interchange. To lookup when already loaded, specify either CodeValue OR Description OR ShortDescription.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Base</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ReferenceType"> <xs:choice> <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 descriptor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" type="Description"> <xs:annotation> <xs:documentation>The long description.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="AsOfDate"> <xs:annotation> <xs:documentation>The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="namespace" type="URI" use="required"> <xs:annotation> <xs:documentation>A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
attribute DescriptorReferenceType/@AsOfDate
properties |
|
||
annotation |
|
||
source | <xs:attribute name="AsOfDate"> <xs:annotation> <xs:documentation>The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.</xs:documentation> </xs:annotation> </xs:attribute> |
attribute DescriptorReferenceType/@namespace
type | URI | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="namespace" type="URI" use="required"> <xs:annotation> <xs:documentation>A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.</xs:documentation> </xs:annotation> </xs:attribute> |
element DescriptorReferenceType/CodeValue
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
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 DescriptorReferenceType/ShortDescription
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | ShortDescription | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ShortDescription" type="ShortDescription"> <xs:annotation> <xs:documentation>A shortened description for descriptor.</xs:documentation> </xs:annotation> </xs:element> |
element DescriptorReferenceType/Description
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | Description | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Description" type="Description"> <xs:annotation> <xs:documentation>The long description.</xs:documentation> </xs:annotation> </xs:element> |