Definition Type: Element
Name: TeamWebsite
Namespace: http://rets.org/xsd/Teams/2007-08
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: Teams.xsd
MinOccurs 0
MaxOccurs 100
Abstract
Documentation:
The website URI for the team.
Collapse XSD Schema Diagram:
XSD Diagram of TeamWebsite in schema teams_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="TeamWebsite" type="xs:anyURI" minOccurs="0" maxOccurs="100">
    <xs:annotation>
        <xs:documentation>
						The website URI for the team.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100257</retsid>
            <example>http://www.hammontreebees.com</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>