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