simpleType AccountNumber
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Account/AccountNumber AccountIdentityType/AccountNumber
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The alphanumeric string that identifies the account.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>2</ann:EdFiId>
source <xs:simpleType name="AccountNumber">
 
<xs:annotation>
   
<xs:documentation>The alphanumeric string that identifies the account.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>2</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>