Definition Type: Element
Name: DisplayGroup
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Containing Schema: Vocabulary.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into FieldList in schema vocabulary_xsd Drilldown into DisplayName in schema vocabulary_xsd Drilldown into Id in schema vocabulary_xsdXSD Diagram of DisplayGroup in schema vocabulary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="DisplayGroup" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Id" type="xs:string" />
            <xs:element name="DisplayName" type="xs:string" />
            <xs:element name="FieldList" type="xs:string" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id sys:Id (1) (1)
DisplayName sys:DisplayName (1) (1)
FieldList sys:FieldList (1) (1)