Definition Type: ComplexType
Name: LicenseType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LicenseCategory in schema retscommons_xsd Drilldown into LicenseNumber in schema retscommons_xsd Drilldown into LicenseAmount in schema retscommons_xsd Drilldown into LicenseExpDate in schema retscommons_xsdXSD Diagram of LicenseType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="LicenseType">
    <xs:sequence>
        <xs:element name="LicenseExpDate" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid />
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LicenseAmount" type="commons:SecureDecimal" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid />
                    <example />
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LicenseNumber" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LicenseCategory" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The specific type of license. An example is
						State, but is determined by local rules.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LicenseExpDate commons:LicenseExpDate 0 1
LicenseAmount commons:LicenseAmount 0 1
LicenseNumber commons:LicenseNumber 0 1
LicenseCategory commons:LicenseCategory 0 1
Collapse Derivation Tree:
Collapse References:
commons:License