Definition Type: Attribute
Name: version
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
Use Required
Documentation:
The URI changes when the data dictionary is not backwards compatible to the previous version.
Collapse XSD Schema Diagram:
XSD Diagram of version in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:attribute name="version" type="xs:anyURI" use="required">
    <xs:annotation>
        <xs:documentation>
								The URI changes when the data dictionary is
								not backwards compatible to the previous
								version. 
							</xs:documentation>
        <xs:appinfo>
								http://rets.org/xsd/DataDictionary/2007-08
							</xs:appinfo>
    </xs:annotation>
</xs:attribute>