Definition Type: ComplexType
Name: ContactMethods
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: ContactMethods.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherContact in schema contactmethods_xsd Drilldown into Address in schema contactmethods_xsd Drilldown into Email in schema contactmethods_xsd Drilldown into Phone in schema contactmethods_xsdXSD Diagram of ContactMethods in schema contactmethods_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ContactMethods">
    <xs:sequence>
        <xs:element name="Phone" type="commons:Phone" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100069</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Email" type="commons:Email" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100070</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Address" type="commons:Address" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100071</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="OtherContact" type="commons:OtherContact" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100072</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Phone commons:Phone 0 unbounded
Email commons:Email 0 unbounded
Address commons:Address 0 unbounded
OtherContact commons:OtherContact 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
assc:ContactMethods, assc:ContactMethods, offices:ContactMethods, commons:ContactMethods, trans:ContactMethodsteams:TeamContactMethods,