Definition Type: ComplexType
Name: ProfessionalLicenseType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Licensing.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LicenseTransferDateTime in schema licensing_xsd Drilldown into LicenseExpirationDateTime in schema licensing_xsd Drilldown into LicenseStartDateTime in schema licensing_xsd Drilldown into StateOrProvince in schema licensing_xsd Drilldown into Jurisdiction in schema licensing_xsd Drilldown into LicenseNumber in schema licensing_xsd Drilldown into LicenseCategory in schema licensing_xsdXSD Diagram of ProfessionalLicenseType in schema licensing_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ProfessionalLicenseType">
    <xs:sequence>
        <xs:element name="LicenseCategory" type="commons:LicenseCategoryEnum" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The type of professional license. This will
						vary based on the local types and
						jurisdictions.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100078</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LicenseNumber" type="commons:SecureString" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The License Number.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100079</retsid>
                    <example>PA-6678921-a</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Jurisdiction" type="commons:SecureString" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						A string representing the jurisdiction
						that the license issuing body is located.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100080</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="StateOrProvince" type="commons:StateOrProvinceType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The license issuing body State.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101655</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LicenseStartDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100081</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LicenseExpirationDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100082</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LicenseTransferDateTime" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100083</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LicenseCategory commons:LicenseCategory 1 1
LicenseNumber commons:LicenseNumber 1 1
Jurisdiction commons:Jurisdiction 1 1
StateOrProvince commons:StateOrProvince 0 1
LicenseStartDateTime commons:LicenseStartDateTime 0 1
LicenseExpirationDateTime commons:LicenseExpirationDateTime 0 1
LicenseTransferDateTime commons:LicenseTransferDateTime 0 1
Collapse Derivation Tree:
Collapse References:
members:ProfessionalLicensing, offices:ProfessionalLicensing