simpleType ProviderStatusMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element ProviderStatusDescriptor/ProviderStatusMap
facets
Kind Value Annotation
enumeration Active
enumeration Inactive
enumeration Unknown
annotation
documentation
The mapping to a known ProviderStatus.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ProviderStatusMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known ProviderStatus.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Active">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Inactive">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unknown">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>