Definition Type: ComplexType
Name: CommercialType
Namespace: http://rets.org/xsd/Properties/2007-08
Containing Schema: Commercials.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ModificationTimestamp in schema commercials_xsd Drilldown into CommercialKey in schema commercials_xsd Drilldown into systemId in schema commercials_xsd Drilldown into lang in schema xml_xsdXSD Diagram of CommercialType in schema commercials_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="CommercialType">
    <xs:sequence>
        <xs:element name="CommercialKey" 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 commercial
					'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
CommercialKey prop:CommercialKey 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:Commercial, prop:Commercial