simpleType AddressType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute Address/@AddressType
facets
Kind Value annotation 
enumeration Billing 
enumeration Father Address 
enumeration Home 
enumeration Guardian Address 
enumeration Mailing 
enumeration Mother Address 
enumeration Other 
enumeration Physical 
enumeration Shipping 
enumeration Temporary 
enumeration Work 
annotation
documentation
The type of address listed for an individual or organization.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="AddressType">
 
<xs:annotation>
   
<xs:documentation>The type of address listed for an individual or organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Billing"/>
   
<xs:enumeration value="Father Address"/>
   
<xs:enumeration value="Home"/>
   
<xs:enumeration value="Guardian Address"/>
   
<xs:enumeration value="Mailing"/>
   
<xs:enumeration value="Mother Address"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="Physical"/>
   
<xs:enumeration value="Shipping"/>
   
<xs:enumeration value="Temporary"/>
   
<xs:enumeration value="Work"/>
 
</xs:restriction>
</xs:simpleType>