Definition Type: ComplexType
Name: CommunicationsEnum
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:OtherEnumerationDescriptionString
Containing Schema: Features.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into otherDescription in schema primitives_xsdXSD Diagram of CommunicationsEnum in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="CommunicationsEnum">
    <xs:simpleContent>
        <xs:annotation>
            <xs:documentation>
					The enumeration of the types of communication systems
					available or present.
				</xs:documentation>
            <xs:appinfo>
                <example>DSL</example>
            </xs:appinfo>
        </xs:annotation>
        <xs:restriction base="commons:OtherEnumerationDescriptionString">
            <xs:enumeration value="Cable">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100399</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="DSL">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100400</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="PBX">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100401</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Satellite">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100402</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Telephone">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100403</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Television Antenna">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100404</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="VOIP">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100405</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Unknown">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100406</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Other">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100407</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="None">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>100408</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
otherDescription commons:otherDescription Optional
Collapse Facets:
Facet Value
Enumeration Cable
Enumeration DSL
Enumeration PBX
Enumeration Satellite
Enumeration Telephone
Enumeration Television Antenna
Enumeration VOIP
Enumeration Unknown
Enumeration Other
Enumeration None
Collapse Derivation Tree:
Collapse References:
commons:Communications