Definition Type: ComplexType
Name: OtherContact
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: ContactMethods.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Details in schema contactmethods_xsd Drilldown into other-preference-order in schema contactmethods_xsd Drilldown into preference-order in schema contactmethods_xsd Drilldown into privacyType in schema primitives_xsdXSD Diagram of OtherContact in schema contactmethods_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="OtherContact">
    <xs:sequence>
        <xs:element name="preference-order" type="commons:preferenceOrderType">
            <xs:annotation>
                <xs:documentation>
						Indicates the preference order within all the ContactMethods.
						Highest preference is 0.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100065</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="other-preference-order" type="commons:preferenceOrderType">
            <xs:annotation>
                <xs:documentation>
						Indicates the preference order within the other contact methods.
						Highest preference is 0.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100066</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Details" type="xs:string">
            <xs:annotation>
                <xs:documentation>
						Alternate raw contact string for sms, email page
						or other addressable technology. 
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100067</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute ref="commons:privacyType" use="optional">
        <xs:annotation>
            <xs:documentation>
					Provide a level of privacy for this phone number. 
				</xs:documentation>
            <xs:appinfo>
                <retsid>100068</retsid>
                <example>
                </example>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
preference-order commons:preference-order (1) (1)
other-preference-order commons:other-preference-order (1) (1)
Details commons:Details (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
privacyType commons:privacyType Optional
Collapse Derivation Tree:
Collapse References:
commons:OtherContact