Definition Type: Element
Name: InputFormat
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Containing Schema: ResourceList.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema resourcelist_xsd Drilldown into ObjectType in schema resourcelist_xsd Drilldown into FormatURL in schema resourcelist_xsdXSD Diagram of InputFormat in schema resourcelist_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="InputFormat" 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: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)