simpleType
AddressType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
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> |