Definition Type: SimpleType
Name: CensusTract
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Census.xsd
Documentation:
A census tract is a small geographic area. Census 2000 assigned census tract numbers to all areas of the U.S. and some U.S. territories and possessions. Census tract numbers are unique within a county.
Collapse XSD Schema Diagram:
XSD Diagram of CensusTract in schema census_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:simpleType name="CensusTract">
    <xs:annotation>
        <xs:documentation>
				A census tract is a small geographic area. Census
				2000 assigned census tract numbers to all areas of
				the U.S. and some U.S. territories and possessions.
				Census tract numbers are unique within a county.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="6" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 6
Collapse Derivation Tree:
Collapse References:
record:CensusTract, commons:CensusTract