protected ContentType contentType(SourcePosition pos, Schema schema) {
return new ContentType(pos, "ContentType", schema);
}
protected InstanceType instanceType(SourcePosition pos, String dottedName) {
return new InstanceType(pos, "InstanceType", fqTemplateName(dottedName));
}