simpleType Coordinate
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Address/Latitude InternationalAddress/Latitude Address/Longitude InternationalAddress/Longitude
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The data type to specify latitude or longitude.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>28</ann:EdFiId>
source <xs:simpleType name="Coordinate">
 
<xs:annotation>
   
<xs:documentation>The data type to specify latitude or longitude.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>28</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>