<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>
|