simpleType CountyFIPSCode
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
element Address/CountyFIPSCode
facets
Kind Value Annotation
minLength 3
maxLength 5
annotation
documentation
Definition
The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the "first-order subdivisions" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>30</ann:EdFiId>
source <xs:simpleType name="CountyFIPSCode">
 
<xs:annotation>
   
<xs:documentation>Definition
The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the "first-order subdivisions" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>30</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="3"/>
   
<xs:maxLength value="5"/>
 
</xs:restriction>
</xs:simpleType>