Definition Type: SimpleType
Name: BlockGroup
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Census.xsd
Documentation:
A Block Group is a subdivision of a census tract or a block numbering area. A block group consists of all the blocks within a census tract beginning with the same number. Block group is the smallest geographic unit for which the Census Bureau tabulates sample data.
Collapse XSD Schema Diagram:
XSD Diagram of BlockGroup in schema census_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:simpleType name="BlockGroup">
    <xs:annotation>
        <xs:documentation>
				A Block Group is a subdivision of a census tract
				or a block numbering area. A block group consists
				of all the blocks within a census tract beginning
				with the same number. Block group is the smallest
				geographic unit for which the Census Bureau
				tabulates sample data.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="1" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 1
Collapse Derivation Tree:
Collapse References:
commons:BlockGroup