simpleType AddressLine
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements InternationalAddress/AddressLine1 InternationalAddress/AddressLine2 InternationalAddress/AddressLine3 InternationalAddress/AddressLine4
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
A line of an address.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>5</ann:EdFiId>
source <xs:simpleType name="AddressLine">
 
<xs:annotation>
   
<xs:documentation>A line of an address.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>5</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="150"/>
 
</xs:restriction>
</xs:simpleType>