Definition Type: SimpleType
Name: CountyCode
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Census.xsd
Documentation:
A three-digit FIPS (Federal Information Processing Standards) code that identifies the county where the property is located.
Collapse XSD Schema Diagram:
XSD Diagram of CountyCode in schema census_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:simpleType name="CountyCode">
    <xs:annotation>
        <xs:documentation>
			A three-digit FIPS (Federal Information Processing
			Standards) code that identifies the county where the
			property is located.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="3" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 3
Collapse Derivation Tree:
Collapse References:
commons:CountyCode