Definition Type: ComplexType
Name: BusinessType
Namespace: http://rets.org/xsd/Properties/2007-08
Containing Schema: Businesses.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ModificationTimestamp in schema businesses_xsd Drilldown into BusinessKey in schema businesses_xsd Drilldown into systemId in schema businesses_xsd Drilldown into lang in schema xml_xsdXSD Diagram of BusinessType in schema businesses_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="BusinessType">
    <xs:sequence>
        <xs:element name="BusinessKey" type="commons:resource-key" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						A unique identifier for this record.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ModificationTimestamp" type="commons:ModificationTimestamp" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>2007-03-11T12:00:00-05:00</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute ref="xml:lang" use="optional">
        <xs:annotation>
            <xs:documentation>
            </xs:documentation>
            <xs:appinfo>
                <retsid>
                </retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="systemId" type="commons:system-id" use="required">
        <xs:annotation>
            <xs:documentation>
					An identifier of the system that the property
					'belongs' to when the collection involves more
					than one system.
				</xs:documentation>
            <xs:appinfo>
                <retsid>
                </retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BusinessKey prop:BusinessKey 1 1
ModificationTimestamp prop:ModificationTimestamp 1 1
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang Optional
systemId prop:systemId Required
Collapse Derivation Tree:
Collapse References:
list:Business, prop:Business