Definition Type: SimpleType
Name: Block
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Census.xsd
Documentation:
A block is a subdivision of a block group. Blocks always begin with the same first number as the BlockGroup they belong to.
Collapse XSD Schema Diagram:
XSD Diagram of Block in schema census_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:simpleType name="Block">
    <xs:annotation>
        <xs:documentation>
				A block is a subdivision of a block group. Blocks
				always begin with the same first number as the
				BlockGroup they belong to.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="4" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 4
Collapse Derivation Tree:
Collapse References:
commons:Block