Document Types > Document Types > Document Type Migration Issues > Use of the public_id ACL Function
  
Use of the public_id ACL Function
ACL code that attempts to force a certain document type to be opened by passing public_id as the fourth parameter to doc_open will not work for schema-based document types which do not have formal public identifiers. Instead the 0x40000 flag to doc_open should be specified and the path to the .xsd file given as the fifth parameter.