diff -r 0efdcf0fa4c7 -r af2e6c377c71 schema.py --- a/schema.py Wed Mar 03 17:39:22 2010 +0100 +++ b/schema.py Wed Mar 03 17:42:19 2010 +0100 @@ -50,8 +50,9 @@ )) WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow', - 'WorkflowTransition', 'BaseTransition', - 'SubWorkflowExitPoint')) + 'WorkflowTransition', 'BaseTransition', + 'SubWorkflowExitPoint')) + INTERNAL_TYPES = set(('CWProperty', 'CWPermission', 'CWCache', 'ExternalUri'))