complexType CountryDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p310.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace
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 name and code of the country.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>625</ann:EdFiId>
source <xs:complexType name="CountryDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the name and code of the country.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>625</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType"/>
 
</xs:complexContent>
</xs:complexType>