- The ID of the insurance policy as registered in the insurer's system.
XSD Schema Diagram:
XSD Schema Code:
<xs:simpleType name="ContractPolicyID">
<xs:annotation>
<xs:documentation>
- The ID of the insurance policy as registered in the insurer's system.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>