Definition Type: SimpleType
Name: ContractPackageName
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   This is the name of the insurance package taken from a list of all eClaimLink authorized benefit packages.
Collapse XSD Schema Diagram:
XSD Diagram of ContractPackageName
Collapse XSD Schema Code:
<xs:simpleType name="ContractPackageName">
    <xs:annotation>
        <xs:documentation>
        -   This is the name of the insurance package taken from a list of all eClaimLink authorized benefit packages.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="100" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 100