Definition Type: Element
Name: OutputFormat
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Containing Schema: ResourceList.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Displays in schema resourcelist_xsd Drilldown into Description in schema resourcelist_xsd Drilldown into ObjectType in schema resourcelist_xsd Drilldown into FormatURL in schema resourcelist_xsdXSD Diagram of OutputFormat in schema resourcelist_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="OutputFormat" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element name="FormatURL" type="xs:anyURI" />
                <xs:element name="ObjectType" type="xs:NMTOKEN" />
            </xs:choice>
            <xs:element name="Description" type="xs:string" />
            <xs:element name="Displays" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="Display" type="xs:anyURI" />
                    </xs:sequence>
                    <xs:attribute name="name" type="xs:NMTOKEN" use="optional" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormatURL sys:FormatURL (1) (1)
ObjectType sys:ObjectType (1) (1)
Description sys:Description (1) (1)
Displays sys:Displays 0 (1)