- This is the trade license number of the member's company.
XSD Schema Diagram:
XSD Schema Code:
<xs:simpleType name="ContractCompanyID">
<xs:annotation>
<xs:documentation>
- This is the trade license number of the member's company.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>