Definition Type: Element
Name: ExteriorTypes
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Collection of types of exterior on the property.
Collapse XSD Schema Diagram:
Drilldown into ExteriorType in schema syndication_xsdXSD Diagram of ExteriorTypes in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="ExteriorTypes" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Collection of types of exterior on the property.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101847</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ExteriorType" type="commons:ExteriorFinishEnum" minOccurs="1" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>
									An exterior covering or adornment on the home. 
									Possible values are:
									Adobe
									Aluminum Siding
									Asbestos
									Asphalt
									Block
									Board and Batten
									Brick
									Brick Veneer
									Brick and Wood
									Cedar Siding
									Comb
									Composition
									Composition Shingles
									Concrete
									Concrete Block
									EIFS
									Fiberglass
									Glass
									Hardboard
									Log
									Log Siding
									Masonite
									Masonry
									Metal
									Metal Siding
									Poured Concrete
									Shingles (Not Wood)
									Stone
									Stone Veneer
									Stucco
									Stucco - Synthetic
									Tile
									Tilt-up (Pre-Cast Concrete)
									Vinyl Siding
									Wood
									Wood Shingle
									Wood Siding
									Unknown
									Other
									None									
								</xs:documentation>
                    <xs:appinfo>
                        <retsid>101848</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExteriorType synd:ExteriorType 1 unbounded