Definition Type: ComplexType
Name: Utility
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Category in schema retscommons_xsd Drilldown into otherTypeDescription in schema retscommons_xsdXSD Diagram of Utility in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Utility">
    <xs:sequence>
        <xs:element name="Category" type="commons:UtilityEnum">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid />
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="otherTypeDescription" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>
            </xs:documentation>
            <xs:appinfo>
                <retsid />
                <example />
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Category commons:Category (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
otherTypeDescription commons:otherTypeDescription Optional