Definition Type: Element
Name: ShortName
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
Documentation:
An abbreviated field name that is also localized and human-readable. Use of this field is implementation defined. It is expected that clients will use this field in human-interface elements such as field labels and pick lists.
Collapse XSD Schema Diagram:
XSD Diagram of ShortName in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="ShortName" type="xs:string" minOccurs="1">
    <xs:annotation>
        <xs:documentation>
												An abbreviated field name that is
												also localized and human-readable.
												Use of this field is
												implementation defined. It is
												expected that clients will use
												this field in human-interface
												elements such as field labels and
												pick lists.
											</xs:documentation>
        <xs:appinfo>
												ListPrice
											</xs:appinfo>
    </xs:annotation>
</xs:element>