HOPEX - SDL Schema - Reporting

GET {{server_url}}/HOPEXGraphQL/api/Reporting/sdl

This endpoint allows you to download a file of the GraphQL schema publishedL. This SDL can be used in developers tool to ease the writing of GraphQL queries, for instance in Qodex.

RESPONSES

status: OK

"directive @camelCase on FIELD\r\n\r\ndirective @capitalize on FIELD\r\n\r\ndirective @currency(\r\n  format: String\r\n  currency: String\r\n) on FIELD\r\n\r\ndirective @date(\r\n  format: String\r\n) on FIELD\r\n\r\ndirective @deburr on FIELD\r\n\r\ndirective @kebabCase on FIELD\r\n\r\ndirective @lowerFirst on FIELD\r\n\r\ndirective @number(\r\n  format: String\r\n) on FIELD\r\n\r\ndirective @pascalCase on FIELD\r\n\r\ndirective @phone(\r\n  format: String\r\n) on FIELD\r\n\r\ndirective @snakeCase on FIELD\r\n\r\ndirective @toLower on FIELD\r\n\r\ndirective @toUpper on FIELD\r\n\r\ndirective @trim on FIELD\r\n\r\ndirective @trimEnd on FIELD\r\n\r\ndirective @trimStart on FIELD\r\n\r\ndirective @upperFirst on FIELD\r\n\r\nenum AdHocEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum AddToInstantReportsEnum {\r\n  Never\r\n  OnlyMultipleObjects\r\n  Always\r\n}\r\n\r\nenum AggregateFunctionType {\r\n  COUNT\r\n  COUNTBLANK\r\n}\r\n\r\nenum AggregateNumbersFunctionType {\r\n  COUNT\r\n  COUNTBLANK\r\n  SUM\r\n  AVERAGE\r\n  MEDIAN\r\n  MIN\r\n  MAX\r\n}\r\n\r\nenum AggregationTypeAPMEnum {\r\n  Application\r\n  Component\r\n}\r\n\r\nenum AlignValidationEnum {\r\n  Valid\r\n  Invalid\r\n}\r\n\r\ntype Application implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  applicationCode: String\r\n  cloudComputing(format: EnumFormat): CloudComputingEnum\r\n  versionNumber: String\r\n  requiredMemorySize: String\r\n  prefix: String\r\n  applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n  applicationType(format: EnumFormat): ApplicationTypeEnum\r\n  currentState: GraphQLObjectInterface\r\n  globalExpense: CustomFloat\r\n  currentNumberOfUsers: CustomInt\r\n  costPerUser: CustomFloat\r\n  rankAPM(format: EnumFormat): RankAPMEnum\r\n  technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n  expenses: CustomFloat\r\n  capitalExpenses: CustomFloat\r\n  operatingExpenses: CustomFloat\r\n  cASTHighlightID: CustomInt\r\n  businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n  functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n  technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  closingDateCast(format: String, timeOffset: String): CustomDate\r\n  softwareResiliencyScoreCASTHighligh: CustomFloat\r\n  softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n  softwareAgilityScore: CustomFloat\r\n  softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n  softwareEleganceScoreCASTHighligh: CustomFloat\r\n  softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n  cloudReadyScoreCASTHighlight: CustomFloat\r\n  cloudReadyScanCASTHighlight: CustomFloat\r\n  technicalDebtCast: CustomFloat\r\n  numberOfLinesOfCodeCast: CustomInt\r\n  numberOfFilesCast: CustomInt\r\n  aggregationTypeAPM(format: EnumFormat): AggregationTypeAPMEnum\r\n  backFiredFunctionPointsCASTHighlight: CustomFloat\r\n  softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n  workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n  workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n  softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n  softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n  detailsCast: String\r\n  statusReview(format: EnumFormat): StatusReviewEnum\r\n  standardCreationDate(format: String, timeOffset: String): CustomDate\r\n  consent(format: EnumFormat): ConsentEnum\r\n  source(format: StringFormat): String\r\n  standardClass(format: EnumFormat): StandardClassEnum\r\n  retireDate(format: String, timeOffset: String): CustomDate\r\n  cost: CustomFloat\r\n  revenue: CustomFloat\r\n  rOIPercentage: CustomFloat\r\n  rOIRate: CustomFloat\r\n  costRate: CustomFloat\r\n  lifecycleStatus(format: EnumFormat): LifecycleStatusEnum\r\n  initialLiveDate(format: String, timeOffset: String): CustomDate\r\n  dateOfLastRelease(format: String, timeOffset: String): CustomDate\r\n  dateOfNextRelease(format: String, timeOffset: String): CustomDate\r\n  retirementDate(format: String, timeOffset: String): CustomDate\r\n  gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n  assessmentFreshness: CustomFloat\r\n  sourceTOGAF: String\r\n  availabilityCharacteristics(format: StringFormat): String\r\n  serviceTimes: String\r\n  manageabilityCharacteristics(format: StringFormat): String\r\n  serviceabilityCharacteristics(format: StringFormat): String\r\n  performanceCharacteristics(format: StringFormat): String\r\n  reliabilityCharacteristics(format: StringFormat): String\r\n  recoverabilityCharacteristics(format: StringFormat): String\r\n  locatabilityCharacteristics(format: StringFormat): String\r\n  securityCharacteristics(format: StringFormat): String\r\n  privacyCharacteristics(format: StringFormat): String\r\n  integrityCharacteristics(format: StringFormat): String\r\n  credibilityCharacteristics(format: StringFormat): String\r\n  localizationCharacteristics(format: StringFormat): String\r\n  internationalizationCharacteristics(format: StringFormat): String\r\n  interoperabilityCharacteristics(format: StringFormat): String\r\n  scalabilityCharacteristics(format: StringFormat): String\r\n  portabilityCharacteristics(format: StringFormat): String\r\n  extensibilityCharacteristics(format: StringFormat): String\r\n  capacityCharacteristics(format: StringFormat): String\r\n  throughput: String\r\n  throughputPeriod: String\r\n  growth: String\r\n  growthPeriod: String\r\n  peakProfileShortTerm: String\r\n  peakProfileLongTerm: String\r\n  freezePastTimePeriod: Boolean\r\n  recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n  recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n  maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n  sLALevel(format: EnumFormat): SLALevelEnum\r\n  applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n  dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n  nextReviewDate(format: String, timeOffset: String): CustomDate\r\n  lastReviewDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n  deploymentDate(format: String, timeOffset: String): CustomDate\r\n  operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n  urbanism(format: EnumFormat): UrbanismEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n}\r\n\r\ntype ApplicationAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  applicationCode(function: AggregateFunctionType): CustomFloat\r\n  cloudComputing(function: AggregateFunctionType): CustomFloat\r\n  versionNumber(function: AggregateFunctionType): CustomFloat\r\n  requiredMemorySize(function: AggregateFunctionType): CustomFloat\r\n  prefix(function: AggregateFunctionType): CustomFloat\r\n  applicationStereotype(function: AggregateFunctionType): CustomFloat\r\n  applicationType(function: AggregateFunctionType): CustomFloat\r\n  currentState(function: AggregateFunctionType): CustomFloat\r\n  globalExpense(function: AggregateNumbersFunctionType): CustomFloat\r\n  currentNumberOfUsers(function: AggregateNumbersFunctionType): CustomFloat\r\n  costPerUser(function: AggregateNumbersFunctionType): CustomFloat\r\n  rankAPM(function: AggregateFunctionType): CustomFloat\r\n  technologyCompliance(function: AggregateFunctionType): CustomFloat\r\n  expenses(function: AggregateNumbersFunctionType): CustomFloat\r\n  capitalExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n  operatingExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n  cASTHighlightID(function: AggregateNumbersFunctionType): CustomFloat\r\n  businessValueAPM(function: AggregateFunctionType): CustomFloat\r\n  functionalSupportAPM(function: AggregateFunctionType): CustomFloat\r\n  technicalEfficiencyAPM(function: AggregateFunctionType): CustomFloat\r\n  beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n  endLifeDate(function: AggregateFunctionType): CustomFloat\r\n  closingDateCast(function: AggregateFunctionType): CustomFloat\r\n  softwareResiliencyScoreCASTHighligh(function: AggregateNumbersFunctionType): CustomFloat\r\n  softwareResiliency(function: AggregateFunctionType): CustomFloat\r\n  softwareAgilityScore(function: AggregateNumbersFunctionType): CustomFloat\r\n  softwareAgility(function: AggregateFunctionType): CustomFloat\r\n  softwareEleganceScoreCASTHighligh(function: AggregateNumbersFunctionType): CustomFloat\r\n  softwareEleganceThresholds(function: AggregateFunctionType): CustomFloat\r\n  cloudReadyScoreCASTHighlight(function: AggregateNumbersFunctionType): CustomFloat\r\n  cloudReadyScanCASTHighlight(function: AggregateNumbersFunctionType): CustomFloat\r\n  technicalDebtCast(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfLinesOfCodeCast(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfFilesCast(function: AggregateNumbersFunctionType): CustomFloat\r\n  aggregationTypeAPM(function: AggregateFunctionType): CustomFloat\r\n  backFiredFunctionPointsCASTHighlight(function: AggregateNumbersFunctionType): CustomFloat\r\n  softwareResiliencyQuartile(function: AggregateFunctionType): CustomFloat\r\n  workflowStatusITAndBusinessData(function: AggregateFunctionType): CustomFloat\r\n  workflowStatusFinancial(function: AggregateFunctionType): CustomFloat\r\n  softwareAgilityQuartileCast(function: AggregateFunctionType): CustomFloat\r\n  softwareEleganceQuartile(function: AggregateFunctionType): CustomFloat\r\n  detailsCast(function: AggregateFunctionType): CustomFloat\r\n  statusReview(function: AggregateFunctionType): CustomFloat\r\n  standardCreationDate(function: AggregateFunctionType): CustomFloat\r\n  consent(function: AggregateFunctionType): CustomFloat\r\n  source(function: AggregateFunctionType): CustomFloat\r\n  standardClass(function: AggregateFunctionType): CustomFloat\r\n  retireDate(function: AggregateFunctionType): CustomFloat\r\n  cost(function: AggregateNumbersFunctionType): CustomFloat\r\n  revenue(function: AggregateNumbersFunctionType): CustomFloat\r\n  rOIPercentage(function: AggregateNumbersFunctionType): CustomFloat\r\n  rOIRate(function: AggregateNumbersFunctionType): CustomFloat\r\n  costRate(function: AggregateNumbersFunctionType): CustomFloat\r\n  lifecycleStatus(function: AggregateFunctionType): CustomFloat\r\n  initialLiveDate(function: AggregateFunctionType): CustomFloat\r\n  dateOfLastRelease(function: AggregateFunctionType): CustomFloat\r\n  dateOfNextRelease(function: AggregateFunctionType): CustomFloat\r\n  retirementDate(function: AggregateFunctionType): CustomFloat\r\n  gDPRContentOfNotice(function: AggregateFunctionType): CustomFloat\r\n  assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n  sourceTOGAF(function: AggregateFunctionType): CustomFloat\r\n  availabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  serviceTimes(function: AggregateFunctionType): CustomFloat\r\n  manageabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  serviceabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  performanceCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  reliabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  recoverabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  locatabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  securityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  privacyCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  integrityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  credibilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  localizationCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  internationalizationCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  interoperabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  scalabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  portabilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  extensibilityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  capacityCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  throughput(function: AggregateFunctionType): CustomFloat\r\n  throughputPeriod(function: AggregateFunctionType): CustomFloat\r\n  growth(function: AggregateFunctionType): CustomFloat\r\n  growthPeriod(function: AggregateFunctionType): CustomFloat\r\n  peakProfileShortTerm(function: AggregateFunctionType): CustomFloat\r\n  peakProfileLongTerm(function: AggregateFunctionType): CustomFloat\r\n  freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n  recoveryPointObjectiveRPO(function: AggregateFunctionType): CustomFloat\r\n  recoveryTimeObjectiveRTO(function: AggregateFunctionType): CustomFloat\r\n  lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n  workRecoveryTimeWRT(function: AggregateFunctionType): CustomFloat\r\n  maximumTolerableDowntimeMTD(function: AggregateFunctionType): CustomFloat\r\n  sLALevel(function: AggregateFunctionType): CustomFloat\r\n  applicationValidationDate(function: AggregateFunctionType): CustomFloat\r\n  dataFreshness(function: AggregateFunctionType): CustomFloat\r\n  nextReviewDate(function: AggregateFunctionType): CustomFloat\r\n  lastReviewDate(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n  applicationTemplate(function: AggregateFunctionType): CustomFloat\r\n  deploymentDate(function: AggregateFunctionType): CustomFloat\r\n  operatingApplicationDate(function: AggregateFunctionType): CustomFloat\r\n  urbanism(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  externalId(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ApplicationFilter {\r\n  defaultField_11a3b4498cf441339aa4319a13bc4278: String\r\n  and: [ApplicationFilter!]\r\n  or: [ApplicationFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  applicationCode: String\r\n  applicationCode_not: String\r\n  applicationCode_in: [String!]\r\n  applicationCode_not_in: [String!]\r\n  applicationCode_lt: String\r\n  applicationCode_lte: String\r\n  applicationCode_gt: String\r\n  applicationCode_gte: String\r\n  applicationCode_contains: String\r\n  applicationCode_not_contains: String\r\n  applicationCode_starts_with: String\r\n  applicationCode_not_starts_with: String\r\n  applicationCode_ends_with: String\r\n  applicationCode_not_ends_with: String\r\n  applicationCode_empty: Boolean\r\n  cloudComputing: CloudComputingEnum\r\n  cloudComputing_not: CloudComputingEnum\r\n  cloudComputing_in: [CloudComputingEnum!]\r\n  cloudComputing_not_in: [CloudComputingEnum!]\r\n  cloudComputing_empty: Boolean\r\n  versionNumber: String\r\n  versionNumber_not: String\r\n  versionNumber_in: [String!]\r\n  versionNumber_not_in: [String!]\r\n  versionNumber_lt: String\r\n  versionNumber_lte: String\r\n  versionNumber_gt: String\r\n  versionNumber_gte: String\r\n  versionNumber_contains: String\r\n  versionNumber_not_contains: String\r\n  versionNumber_starts_with: String\r\n  versionNumber_not_starts_with: String\r\n  versionNumber_ends_with: String\r\n  versionNumber_not_ends_with: String\r\n  versionNumber_empty: Boolean\r\n  requiredMemorySize: String\r\n  requiredMemorySize_not: String\r\n  requiredMemorySize_in: [String!]\r\n  requiredMemorySize_not_in: [String!]\r\n  requiredMemorySize_lt: String\r\n  requiredMemorySize_lte: String\r\n  requiredMemorySize_gt: String\r\n  requiredMemorySize_gte: String\r\n  requiredMemorySize_contains: String\r\n  requiredMemorySize_not_contains: String\r\n  requiredMemorySize_starts_with: String\r\n  requiredMemorySize_not_starts_with: String\r\n  requiredMemorySize_ends_with: String\r\n  requiredMemorySize_not_ends_with: String\r\n  requiredMemorySize_empty: Boolean\r\n  prefix: String\r\n  prefix_not: String\r\n  prefix_in: [String!]\r\n  prefix_not_in: [String!]\r\n  prefix_lt: String\r\n  prefix_lte: String\r\n  prefix_gt: String\r\n  prefix_gte: String\r\n  prefix_contains: String\r\n  prefix_not_contains: String\r\n  prefix_starts_with: String\r\n  prefix_not_starts_with: String\r\n  prefix_ends_with: String\r\n  prefix_not_ends_with: String\r\n  prefix_empty: Boolean\r\n  applicationStereotype: ApplicationStereotypeEnum\r\n  applicationStereotype_not: ApplicationStereotypeEnum\r\n  applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n  applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n  applicationStereotype_empty: Boolean\r\n  applicationType: ApplicationTypeEnum\r\n  applicationType_not: ApplicationTypeEnum\r\n  applicationType_in: [ApplicationTypeEnum!]\r\n  applicationType_not_in: [ApplicationTypeEnum!]\r\n  applicationType_empty: Boolean\r\n  currentState: String\r\n  currentState_not: String\r\n  currentState_in: [String!]\r\n  currentState_not_in: [String!]\r\n  currentState_empty: Boolean\r\n  globalExpense: CustomFloat\r\n  globalExpense_not: CustomFloat\r\n  globalExpense_in: [CustomFloat!]\r\n  globalExpense_not_in: [CustomFloat!]\r\n  globalExpense_lt: CustomFloat\r\n  globalExpense_lte: CustomFloat\r\n  globalExpense_gt: CustomFloat\r\n  globalExpense_gte: CustomFloat\r\n  globalExpense_empty: Boolean\r\n  currentNumberOfUsers: CustomInt\r\n  currentNumberOfUsers_not: CustomInt\r\n  currentNumberOfUsers_in: [CustomInt!]\r\n  currentNumberOfUsers_not_in: [CustomInt!]\r\n  currentNumberOfUsers_lt: CustomInt\r\n  currentNumberOfUsers_lte: CustomInt\r\n  currentNumberOfUsers_gt: CustomInt\r\n  currentNumberOfUsers_gte: CustomInt\r\n  currentNumberOfUsers_empty: Boolean\r\n  costPerUser: CustomFloat\r\n  costPerUser_not: CustomFloat\r\n  costPerUser_in: [CustomFloat!]\r\n  costPerUser_not_in: [CustomFloat!]\r\n  costPerUser_lt: CustomFloat\r\n  costPerUser_lte: CustomFloat\r\n  costPerUser_gt: CustomFloat\r\n  costPerUser_gte: CustomFloat\r\n  costPerUser_empty: Boolean\r\n  rankAPM: RankAPMEnum\r\n  rankAPM_not: RankAPMEnum\r\n  rankAPM_in: [RankAPMEnum!]\r\n  rankAPM_not_in: [RankAPMEnum!]\r\n  rankAPM_empty: Boolean\r\n  technologyCompliance: TechnologyComplianceEnum\r\n  technologyCompliance_not: TechnologyComplianceEnum\r\n  technologyCompliance_in: [TechnologyComplianceEnum!]\r\n  technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n  technologyCompliance_empty: Boolean\r\n  expenses: CustomFloat\r\n  expenses_not: CustomFloat\r\n  expenses_in: [CustomFloat!]\r\n  expenses_not_in: [CustomFloat!]\r\n  expenses_lt: CustomFloat\r\n  expenses_lte: CustomFloat\r\n  expenses_gt: CustomFloat\r\n  expenses_gte: CustomFloat\r\n  expenses_empty: Boolean\r\n  capitalExpenses: CustomFloat\r\n  capitalExpenses_not: CustomFloat\r\n  capitalExpenses_in: [CustomFloat!]\r\n  capitalExpenses_not_in: [CustomFloat!]\r\n  capitalExpenses_lt: CustomFloat\r\n  capitalExpenses_lte: CustomFloat\r\n  capitalExpenses_gt: CustomFloat\r\n  capitalExpenses_gte: CustomFloat\r\n  capitalExpenses_empty: Boolean\r\n  operatingExpenses: CustomFloat\r\n  operatingExpenses_not: CustomFloat\r\n  operatingExpenses_in: [CustomFloat!]\r\n  operatingExpenses_not_in: [CustomFloat!]\r\n  operatingExpenses_lt: CustomFloat\r\n  operatingExpenses_lte: CustomFloat\r\n  operatingExpenses_gt: CustomFloat\r\n  operatingExpenses_gte: CustomFloat\r\n  operatingExpenses_empty: Boolean\r\n  cASTHighlightID: CustomInt\r\n  cASTHighlightID_not: CustomInt\r\n  cASTHighlightID_in: [CustomInt!]\r\n  cASTHighlightID_not_in: [CustomInt!]\r\n  cASTHighlightID_lt: CustomInt\r\n  cASTHighlightID_lte: CustomInt\r\n  cASTHighlightID_gt: CustomInt\r\n  cASTHighlightID_gte: CustomInt\r\n  cASTHighlightID_empty: Boolean\r\n  businessValueAPM: BusinessValueAPMEnum\r\n  businessValueAPM_not: BusinessValueAPMEnum\r\n  businessValueAPM_in: [BusinessValueAPMEnum!]\r\n  businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n  businessValueAPM_empty: Boolean\r\n  functionalSupportAPM: FunctionalSupportAPMEnum\r\n  functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n  functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n  functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n  functionalSupportAPM_empty: Boolean\r\n  technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n  technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n  technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n  technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n  technicalEfficiencyAPM_empty: Boolean\r\n  beginLifeDate: CustomDate\r\n  beginLifeDate_not: CustomDate\r\n  beginLifeDate_in: [CustomDate!]\r\n  beginLifeDate_not_in: [CustomDate!]\r\n  beginLifeDate_lt: CustomDate\r\n  beginLifeDate_lte: CustomDate\r\n  beginLifeDate_gt: CustomDate\r\n  beginLifeDate_gte: CustomDate\r\n  beginLifeDate_empty: Boolean\r\n  endLifeDate: CustomDate\r\n  endLifeDate_not: CustomDate\r\n  endLifeDate_in: [CustomDate!]\r\n  endLifeDate_not_in: [CustomDate!]\r\n  endLifeDate_lt: CustomDate\r\n  endLifeDate_lte: CustomDate\r\n  endLifeDate_gt: CustomDate\r\n  endLifeDate_gte: CustomDate\r\n  endLifeDate_empty: Boolean\r\n  closingDateCast: CustomDate\r\n  closingDateCast_not: CustomDate\r\n  closingDateCast_in: [CustomDate!]\r\n  closingDateCast_not_in: [CustomDate!]\r\n  closingDateCast_lt: CustomDate\r\n  closingDateCast_lte: CustomDate\r\n  closingDateCast_gt: CustomDate\r\n  closingDateCast_gte: CustomDate\r\n  closingDateCast_empty: Boolean\r\n  softwareResiliencyScoreCASTHighligh: CustomFloat\r\n  softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n  softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n  softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n  softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n  softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n  softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n  softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n  softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n  softwareResiliency: SoftwareResiliencyEnum\r\n  softwareResiliency_not: SoftwareResiliencyEnum\r\n  softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n  softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n  softwareResiliency_empty: Boolean\r\n  softwareAgilityScore: CustomFloat\r\n  softwareAgilityScore_not: CustomFloat\r\n  softwareAgilityScore_in: [CustomFloat!]\r\n  softwareAgilityScore_not_in: [CustomFloat!]\r\n  softwareAgilityScore_lt: CustomFloat\r\n  softwareAgilityScore_lte: CustomFloat\r\n  softwareAgilityScore_gt: CustomFloat\r\n  softwareAgilityScore_gte: CustomFloat\r\n  softwareAgilityScore_empty: Boolean\r\n  softwareAgility: SoftwareAgilityEnum\r\n  softwareAgility_not: SoftwareAgilityEnum\r\n  softwareAgility_in: [SoftwareAgilityEnum!]\r\n  softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n  softwareAgility_empty: Boolean\r\n  softwareEleganceScoreCASTHighligh: CustomFloat\r\n  softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n  softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n  softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n  softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n  softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n  softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n  softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n  softwareEleganceScoreCASTHighligh_empty: Boolean\r\n  softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n  softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n  softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n  softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n  softwareEleganceThresholds_empty: Boolean\r\n  cloudReadyScoreCASTHighlight: CustomFloat\r\n  cloudReadyScoreCASTHighlight_not: CustomFloat\r\n  cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n  cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n  cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n  cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n  cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n  cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n  cloudReadyScoreCASTHighlight_empty: Boolean\r\n  cloudReadyScanCASTHighlight: CustomFloat\r\n  cloudReadyScanCASTHighlight_not: CustomFloat\r\n  cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n  cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n  cloudReadyScanCASTHighlight_lt: CustomFloat\r\n  cloudReadyScanCASTHighlight_lte: CustomFloat\r\n  cloudReadyScanCASTHighlight_gt: CustomFloat\r\n  cloudReadyScanCASTHighlight_gte: CustomFloat\r\n  cloudReadyScanCASTHighlight_empty: Boolean\r\n  technicalDebtCast: CustomFloat\r\n  technicalDebtCast_not: CustomFloat\r\n  technicalDebtCast_in: [CustomFloat!]\r\n  technicalDebtCast_not_in: [CustomFloat!]\r\n  technicalDebtCast_lt: CustomFloat\r\n  technicalDebtCast_lte: CustomFloat\r\n  technicalDebtCast_gt: CustomFloat\r\n  technicalDebtCast_gte: CustomFloat\r\n  technicalDebtCast_empty: Boolean\r\n  numberOfLinesOfCodeCast: CustomInt\r\n  numberOfLinesOfCodeCast_not: CustomInt\r\n  numberOfLinesOfCodeCast_in: [CustomInt!]\r\n  numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n  numberOfLinesOfCodeCast_lt: CustomInt\r\n  numberOfLinesOfCodeCast_lte: CustomInt\r\n  numberOfLinesOfCodeCast_gt: CustomInt\r\n  numberOfLinesOfCodeCast_gte: CustomInt\r\n  numberOfLinesOfCodeCast_empty: Boolean\r\n  numberOfFilesCast: CustomInt\r\n  numberOfFilesCast_not: CustomInt\r\n  numberOfFilesCast_in: [CustomInt!]\r\n  numberOfFilesCast_not_in: [CustomInt!]\r\n  numberOfFilesCast_lt: CustomInt\r\n  numberOfFilesCast_lte: CustomInt\r\n  numberOfFilesCast_gt: CustomInt\r\n  numberOfFilesCast_gte: CustomInt\r\n  numberOfFilesCast_empty: Boolean\r\n  aggregationTypeAPM: AggregationTypeAPMEnum\r\n  aggregationTypeAPM_not: AggregationTypeAPMEnum\r\n  aggregationTypeAPM_in: [AggregationTypeAPMEnum!]\r\n  aggregationTypeAPM_not_in: [AggregationTypeAPMEnum!]\r\n  aggregationTypeAPM_empty: Boolean\r\n  backFiredFunctionPointsCASTHighlight: CustomFloat\r\n  backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n  backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n  backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n  backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n  backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n  backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n  backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n  backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n  softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n  softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n  softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n  softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n  softwareResiliencyQuartile_empty: Boolean\r\n  workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n  workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n  workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n  workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n  workflowStatusITAndBusinessData_empty: Boolean\r\n  workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n  workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n  workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n  workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n  workflowStatusFinancial_empty: Boolean\r\n  softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n  softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n  softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n  softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n  softwareAgilityQuartileCast_empty: Boolean\r\n  softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n  softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n  softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n  softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n  softwareEleganceQuartile_empty: Boolean\r\n  detailsCast: String\r\n  detailsCast_not: String\r\n  detailsCast_in: [String!]\r\n  detailsCast_not_in: [String!]\r\n  detailsCast_lt: String\r\n  detailsCast_lte: String\r\n  detailsCast_gt: String\r\n  detailsCast_gte: String\r\n  detailsCast_contains: String\r\n  detailsCast_not_contains: String\r\n  detailsCast_starts_with: String\r\n  detailsCast_not_starts_with: String\r\n  detailsCast_ends_with: String\r\n  detailsCast_not_ends_with: String\r\n  detailsCast_empty: Boolean\r\n  statusReview: StatusReviewEnum\r\n  statusReview_not: StatusReviewEnum\r\n  statusReview_in: [StatusReviewEnum!]\r\n  statusReview_not_in: [StatusReviewEnum!]\r\n  statusReview_empty: Boolean\r\n  standardCreationDate: CustomDate\r\n  standardCreationDate_not: CustomDate\r\n  standardCreationDate_in: [CustomDate!]\r\n  standardCreationDate_not_in: [CustomDate!]\r\n  standardCreationDate_lt: CustomDate\r\n  standardCreationDate_lte: CustomDate\r\n  standardCreationDate_gt: CustomDate\r\n  standardCreationDate_gte: CustomDate\r\n  standardCreationDate_empty: Boolean\r\n  consent: ConsentEnum\r\n  consent_not: ConsentEnum\r\n  consent_in: [ConsentEnum!]\r\n  consent_not_in: [ConsentEnum!]\r\n  consent_empty: Boolean\r\n  source: String\r\n  source_not: String\r\n  source_in: [String!]\r\n  source_not_in: [String!]\r\n  source_lt: String\r\n  source_lte: String\r\n  source_gt: String\r\n  source_gte: String\r\n  source_contains: String\r\n  source_not_contains: String\r\n  source_starts_with: String\r\n  source_not_starts_with: String\r\n  source_ends_with: String\r\n  source_not_ends_with: String\r\n  source_empty: Boolean\r\n  standardClass: StandardClassEnum\r\n  standardClass_not: StandardClassEnum\r\n  standardClass_in: [StandardClassEnum!]\r\n  standardClass_not_in: [StandardClassEnum!]\r\n  standardClass_empty: Boolean\r\n  retireDate: CustomDate\r\n  retireDate_not: CustomDate\r\n  retireDate_in: [CustomDate!]\r\n  retireDate_not_in: [CustomDate!]\r\n  retireDate_lt: CustomDate\r\n  retireDate_lte: CustomDate\r\n  retireDate_gt: CustomDate\r\n  retireDate_gte: CustomDate\r\n  retireDate_empty: Boolean\r\n  cost: CustomFloat\r\n  cost_not: CustomFloat\r\n  cost_in: [CustomFloat!]\r\n  cost_not_in: [CustomFloat!]\r\n  cost_lt: CustomFloat\r\n  cost_lte: CustomFloat\r\n  cost_gt: CustomFloat\r\n  cost_gte: CustomFloat\r\n  cost_empty: Boolean\r\n  revenue: CustomFloat\r\n  revenue_not: CustomFloat\r\n  revenue_in: [CustomFloat!]\r\n  revenue_not_in: [CustomFloat!]\r\n  revenue_lt: CustomFloat\r\n  revenue_lte: CustomFloat\r\n  revenue_gt: CustomFloat\r\n  revenue_gte: CustomFloat\r\n  revenue_empty: Boolean\r\n  rOIPercentage: CustomFloat\r\n  rOIPercentage_not: CustomFloat\r\n  rOIPercentage_in: [CustomFloat!]\r\n  rOIPercentage_not_in: [CustomFloat!]\r\n  rOIPercentage_lt: CustomFloat\r\n  rOIPercentage_lte: CustomFloat\r\n  rOIPercentage_gt: CustomFloat\r\n  rOIPercentage_gte: CustomFloat\r\n  rOIPercentage_empty: Boolean\r\n  rOIRate: CustomFloat\r\n  rOIRate_not: CustomFloat\r\n  rOIRate_in: [CustomFloat!]\r\n  rOIRate_not_in: [CustomFloat!]\r\n  rOIRate_lt: CustomFloat\r\n  rOIRate_lte: CustomFloat\r\n  rOIRate_gt: CustomFloat\r\n  rOIRate_gte: CustomFloat\r\n  rOIRate_empty: Boolean\r\n  costRate: CustomFloat\r\n  costRate_not: CustomFloat\r\n  costRate_in: [CustomFloat!]\r\n  costRate_not_in: [CustomFloat!]\r\n  costRate_lt: CustomFloat\r\n  costRate_lte: CustomFloat\r\n  costRate_gt: CustomFloat\r\n  costRate_gte: CustomFloat\r\n  costRate_empty: Boolean\r\n  lifecycleStatus: LifecycleStatusEnum\r\n  lifecycleStatus_not: LifecycleStatusEnum\r\n  lifecycleStatus_in: [LifecycleStatusEnum!]\r\n  lifecycleStatus_not_in: [LifecycleStatusEnum!]\r\n  lifecycleStatus_empty: Boolean\r\n  initialLiveDate: CustomDate\r\n  initialLiveDate_not: CustomDate\r\n  initialLiveDate_in: [CustomDate!]\r\n  initialLiveDate_not_in: [CustomDate!]\r\n  initialLiveDate_lt: CustomDate\r\n  initialLiveDate_lte: CustomDate\r\n  initialLiveDate_gt: CustomDate\r\n  initialLiveDate_gte: CustomDate\r\n  initialLiveDate_empty: Boolean\r\n  dateOfLastRelease: CustomDate\r\n  dateOfLastRelease_not: CustomDate\r\n  dateOfLastRelease_in: [CustomDate!]\r\n  dateOfLastRelease_not_in: [CustomDate!]\r\n  dateOfLastRelease_lt: CustomDate\r\n  dateOfLastRelease_lte: CustomDate\r\n  dateOfLastRelease_gt: CustomDate\r\n  dateOfLastRelease_gte: CustomDate\r\n  dateOfLastRelease_empty: Boolean\r\n  dateOfNextRelease: CustomDate\r\n  dateOfNextRelease_not: CustomDate\r\n  dateOfNextRelease_in: [CustomDate!]\r\n  dateOfNextRelease_not_in: [CustomDate!]\r\n  dateOfNextRelease_lt: CustomDate\r\n  dateOfNextRelease_lte: CustomDate\r\n  dateOfNextRelease_gt: CustomDate\r\n  dateOfNextRelease_gte: CustomDate\r\n  dateOfNextRelease_empty: Boolean\r\n  retirementDate: CustomDate\r\n  retirementDate_not: CustomDate\r\n  retirementDate_in: [CustomDate!]\r\n  retirementDate_not_in: [CustomDate!]\r\n  retirementDate_lt: CustomDate\r\n  retirementDate_lte: CustomDate\r\n  retirementDate_gt: CustomDate\r\n  retirementDate_gte: CustomDate\r\n  retirementDate_empty: Boolean\r\n  gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n  gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n  gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n  gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n  gDPRContentOfNotice_empty: Boolean\r\n  assessmentFreshness: CustomFloat\r\n  assessmentFreshness_not: CustomFloat\r\n  assessmentFreshness_in: [CustomFloat!]\r\n  assessmentFreshness_not_in: [CustomFloat!]\r\n  assessmentFreshness_lt: CustomFloat\r\n  assessmentFreshness_lte: CustomFloat\r\n  assessmentFreshness_gt: CustomFloat\r\n  assessmentFreshness_gte: CustomFloat\r\n  assessmentFreshness_empty: Boolean\r\n  sourceTOGAF: String\r\n  sourceTOGAF_not: String\r\n  sourceTOGAF_in: [String!]\r\n  sourceTOGAF_not_in: [String!]\r\n  sourceTOGAF_lt: String\r\n  sourceTOGAF_lte: String\r\n  sourceTOGAF_gt: String\r\n  sourceTOGAF_gte: String\r\n  sourceTOGAF_contains: String\r\n  sourceTOGAF_not_contains: String\r\n  sourceTOGAF_starts_with: String\r\n  sourceTOGAF_not_starts_with: String\r\n  sourceTOGAF_ends_with: String\r\n  sourceTOGAF_not_ends_with: String\r\n  sourceTOGAF_empty: Boolean\r\n  availabilityCharacteristics: String\r\n  availabilityCharacteristics_not: String\r\n  availabilityCharacteristics_in: [String!]\r\n  availabilityCharacteristics_not_in: [String!]\r\n  availabilityCharacteristics_lt: String\r\n  availabilityCharacteristics_lte: String\r\n  availabilityCharacteristics_gt: String\r\n  availabilityCharacteristics_gte: String\r\n  availabilityCharacteristics_contains: String\r\n  availabilityCharacteristics_not_contains: String\r\n  availabilityCharacteristics_starts_with: String\r\n  availabilityCharacteristics_not_starts_with: String\r\n  availabilityCharacteristics_ends_with: String\r\n  availabilityCharacteristics_not_ends_with: String\r\n  availabilityCharacteristics_empty: Boolean\r\n  serviceTimes: String\r\n  serviceTimes_not: String\r\n  serviceTimes_in: [String!]\r\n  serviceTimes_not_in: [String!]\r\n  serviceTimes_lt: String\r\n  serviceTimes_lte: String\r\n  serviceTimes_gt: String\r\n  serviceTimes_gte: String\r\n  serviceTimes_contains: String\r\n  serviceTimes_not_contains: String\r\n  serviceTimes_starts_with: String\r\n  serviceTimes_not_starts_with: String\r\n  serviceTimes_ends_with: String\r\n  serviceTimes_not_ends_with: String\r\n  serviceTimes_empty: Boolean\r\n  manageabilityCharacteristics: String\r\n  manageabilityCharacteristics_not: String\r\n  manageabilityCharacteristics_in: [String!]\r\n  manageabilityCharacteristics_not_in: [String!]\r\n  manageabilityCharacteristics_lt: String\r\n  manageabilityCharacteristics_lte: String\r\n  manageabilityCharacteristics_gt: String\r\n  manageabilityCharacteristics_gte: String\r\n  manageabilityCharacteristics_contains: String\r\n  manageabilityCharacteristics_not_contains: String\r\n  manageabilityCharacteristics_starts_with: String\r\n  manageabilityCharacteristics_not_starts_with: String\r\n  manageabilityCharacteristics_ends_with: String\r\n  manageabilityCharacteristics_not_ends_with: String\r\n  manageabilityCharacteristics_empty: Boolean\r\n  serviceabilityCharacteristics: String\r\n  serviceabilityCharacteristics_not: String\r\n  serviceabilityCharacteristics_in: [String!]\r\n  serviceabilityCharacteristics_not_in: [String!]\r\n  serviceabilityCharacteristics_lt: String\r\n  serviceabilityCharacteristics_lte: String\r\n  serviceabilityCharacteristics_gt: String\r\n  serviceabilityCharacteristics_gte: String\r\n  serviceabilityCharacteristics_contains: String\r\n  serviceabilityCharacteristics_not_contains: String\r\n  serviceabilityCharacteristics_starts_with: String\r\n  serviceabilityCharacteristics_not_starts_with: String\r\n  serviceabilityCharacteristics_ends_with: String\r\n  serviceabilityCharacteristics_not_ends_with: String\r\n  serviceabilityCharacteristics_empty: Boolean\r\n  performanceCharacteristics: String\r\n  performanceCharacteristics_not: String\r\n  performanceCharacteristics_in: [String!]\r\n  performanceCharacteristics_not_in: [String!]\r\n  performanceCharacteristics_lt: String\r\n  performanceCharacteristics_lte: String\r\n  performanceCharacteristics_gt: String\r\n  performanceCharacteristics_gte: String\r\n  performanceCharacteristics_contains: String\r\n  performanceCharacteristics_not_contains: String\r\n  performanceCharacteristics_starts_with: String\r\n  performanceCharacteristics_not_starts_with: String\r\n  performanceCharacteristics_ends_with: String\r\n  performanceCharacteristics_not_ends_with: String\r\n  performanceCharacteristics_empty: Boolean\r\n  reliabilityCharacteristics: String\r\n  reliabilityCharacteristics_not: String\r\n  reliabilityCharacteristics_in: [String!]\r\n  reliabilityCharacteristics_not_in: [String!]\r\n  reliabilityCharacteristics_lt: String\r\n  reliabilityCharacteristics_lte: String\r\n  reliabilityCharacteristics_gt: String\r\n  reliabilityCharacteristics_gte: String\r\n  reliabilityCharacteristics_contains: String\r\n  reliabilityCharacteristics_not_contains: String\r\n  reliabilityCharacteristics_starts_with: String\r\n  reliabilityCharacteristics_not_starts_with: String\r\n  reliabilityCharacteristics_ends_with: String\r\n  reliabilityCharacteristics_not_ends_with: String\r\n  reliabilityCharacteristics_empty: Boolean\r\n  recoverabilityCharacteristics: String\r\n  recoverabilityCharacteristics_not: String\r\n  recoverabilityCharacteristics_in: [String!]\r\n  recoverabilityCharacteristics_not_in: [String!]\r\n  recoverabilityCharacteristics_lt: String\r\n  recoverabilityCharacteristics_lte: String\r\n  recoverabilityCharacteristics_gt: String\r\n  recoverabilityCharacteristics_gte: String\r\n  recoverabilityCharacteristics_contains: String\r\n  recoverabilityCharacteristics_not_contains: String\r\n  recoverabilityCharacteristics_starts_with: String\r\n  recoverabilityCharacteristics_not_starts_with: String\r\n  recoverabilityCharacteristics_ends_with: String\r\n  recoverabilityCharacteristics_not_ends_with: String\r\n  recoverabilityCharacteristics_empty: Boolean\r\n  locatabilityCharacteristics: String\r\n  locatabilityCharacteristics_not: String\r\n  locatabilityCharacteristics_in: [String!]\r\n  locatabilityCharacteristics_not_in: [String!]\r\n  locatabilityCharacteristics_lt: String\r\n  locatabilityCharacteristics_lte: String\r\n  locatabilityCharacteristics_gt: String\r\n  locatabilityCharacteristics_gte: String\r\n  locatabilityCharacteristics_contains: String\r\n  locatabilityCharacteristics_not_contains: String\r\n  locatabilityCharacteristics_starts_with: String\r\n  locatabilityCharacteristics_not_starts_with: String\r\n  locatabilityCharacteristics_ends_with: String\r\n  locatabilityCharacteristics_not_ends_with: String\r\n  locatabilityCharacteristics_empty: Boolean\r\n  securityCharacteristics: String\r\n  securityCharacteristics_not: String\r\n  securityCharacteristics_in: [String!]\r\n  securityCharacteristics_not_in: [String!]\r\n  securityCharacteristics_lt: String\r\n  securityCharacteristics_lte: String\r\n  securityCharacteristics_gt: String\r\n  securityCharacteristics_gte: String\r\n  securityCharacteristics_contains: String\r\n  securityCharacteristics_not_contains: String\r\n  securityCharacteristics_starts_with: String\r\n  securityCharacteristics_not_starts_with: String\r\n  securityCharacteristics_ends_with: String\r\n  securityCharacteristics_not_ends_with: String\r\n  securityCharacteristics_empty: Boolean\r\n  privacyCharacteristics: String\r\n  privacyCharacteristics_not: String\r\n  privacyCharacteristics_in: [String!]\r\n  privacyCharacteristics_not_in: [String!]\r\n  privacyCharacteristics_lt: String\r\n  privacyCharacteristics_lte: String\r\n  privacyCharacteristics_gt: String\r\n  privacyCharacteristics_gte: String\r\n  privacyCharacteristics_contains: String\r\n  privacyCharacteristics_not_contains: String\r\n  privacyCharacteristics_starts_with: String\r\n  privacyCharacteristics_not_starts_with: String\r\n  privacyCharacteristics_ends_with: String\r\n  privacyCharacteristics_not_ends_with: String\r\n  privacyCharacteristics_empty: Boolean\r\n  integrityCharacteristics: String\r\n  integrityCharacteristics_not: String\r\n  integrityCharacteristics_in: [String!]\r\n  integrityCharacteristics_not_in: [String!]\r\n  integrityCharacteristics_lt: String\r\n  integrityCharacteristics_lte: String\r\n  integrityCharacteristics_gt: String\r\n  integrityCharacteristics_gte: String\r\n  integrityCharacteristics_contains: String\r\n  integrityCharacteristics_not_contains: String\r\n  integrityCharacteristics_starts_with: String\r\n  integrityCharacteristics_not_starts_with: String\r\n  integrityCharacteristics_ends_with: String\r\n  integrityCharacteristics_not_ends_with: String\r\n  integrityCharacteristics_empty: Boolean\r\n  credibilityCharacteristics: String\r\n  credibilityCharacteristics_not: String\r\n  credibilityCharacteristics_in: [String!]\r\n  credibilityCharacteristics_not_in: [String!]\r\n  credibilityCharacteristics_lt: String\r\n  credibilityCharacteristics_lte: String\r\n  credibilityCharacteristics_gt: String\r\n  credibilityCharacteristics_gte: String\r\n  credibilityCharacteristics_contains: String\r\n  credibilityCharacteristics_not_contains: String\r\n  credibilityCharacteristics_starts_with: String\r\n  credibilityCharacteristics_not_starts_with: String\r\n  credibilityCharacteristics_ends_with: String\r\n  credibilityCharacteristics_not_ends_with: String\r\n  credibilityCharacteristics_empty: Boolean\r\n  localizationCharacteristics: String\r\n  localizationCharacteristics_not: String\r\n  localizationCharacteristics_in: [String!]\r\n  localizationCharacteristics_not_in: [String!]\r\n  localizationCharacteristics_lt: String\r\n  localizationCharacteristics_lte: String\r\n  localizationCharacteristics_gt: String\r\n  localizationCharacteristics_gte: String\r\n  localizationCharacteristics_contains: String\r\n  localizationCharacteristics_not_contains: String\r\n  localizationCharacteristics_starts_with: String\r\n  localizationCharacteristics_not_starts_with: String\r\n  localizationCharacteristics_ends_with: String\r\n  localizationCharacteristics_not_ends_with: String\r\n  localizationCharacteristics_empty: Boolean\r\n  internationalizationCharacteristics: String\r\n  internationalizationCharacteristics_not: String\r\n  internationalizationCharacteristics_in: [String!]\r\n  internationalizationCharacteristics_not_in: [String!]\r\n  internationalizationCharacteristics_lt: String\r\n  internationalizationCharacteristics_lte: String\r\n  internationalizationCharacteristics_gt: String\r\n  internationalizationCharacteristics_gte: String\r\n  internationalizationCharacteristics_contains: String\r\n  internationalizationCharacteristics_not_contains: String\r\n  internationalizationCharacteristics_starts_with: String\r\n  internationalizationCharacteristics_not_starts_with: String\r\n  internationalizationCharacteristics_ends_with: String\r\n  internationalizationCharacteristics_not_ends_with: String\r\n  internationalizationCharacteristics_empty: Boolean\r\n  interoperabilityCharacteristics: String\r\n  interoperabilityCharacteristics_not: String\r\n  interoperabilityCharacteristics_in: [String!]\r\n  interoperabilityCharacteristics_not_in: [String!]\r\n  interoperabilityCharacteristics_lt: String\r\n  interoperabilityCharacteristics_lte: String\r\n  interoperabilityCharacteristics_gt: String\r\n  interoperabilityCharacteristics_gte: String\r\n  interoperabilityCharacteristics_contains: String\r\n  interoperabilityCharacteristics_not_contains: String\r\n  interoperabilityCharacteristics_starts_with: String\r\n  interoperabilityCharacteristics_not_starts_with: String\r\n  interoperabilityCharacteristics_ends_with: String\r\n  interoperabilityCharacteristics_not_ends_with: String\r\n  interoperabilityCharacteristics_empty: Boolean\r\n  scalabilityCharacteristics: String\r\n  scalabilityCharacteristics_not: String\r\n  scalabilityCharacteristics_in: [String!]\r\n  scalabilityCharacteristics_not_in: [String!]\r\n  scalabilityCharacteristics_lt: String\r\n  scalabilityCharacteristics_lte: String\r\n  scalabilityCharacteristics_gt: String\r\n  scalabilityCharacteristics_gte: String\r\n  scalabilityCharacteristics_contains: String\r\n  scalabilityCharacteristics_not_contains: String\r\n  scalabilityCharacteristics_starts_with: String\r\n  scalabilityCharacteristics_not_starts_with: String\r\n  scalabilityCharacteristics_ends_with: String\r\n  scalabilityCharacteristics_not_ends_with: String\r\n  scalabilityCharacteristics_empty: Boolean\r\n  portabilityCharacteristics: String\r\n  portabilityCharacteristics_not: String\r\n  portabilityCharacteristics_in: [String!]\r\n  portabilityCharacteristics_not_in: [String!]\r\n  portabilityCharacteristics_lt: String\r\n  portabilityCharacteristics_lte: String\r\n  portabilityCharacteristics_gt: String\r\n  portabilityCharacteristics_gte: String\r\n  portabilityCharacteristics_contains: String\r\n  portabilityCharacteristics_not_contains: String\r\n  portabilityCharacteristics_starts_with: String\r\n  portabilityCharacteristics_not_starts_with: String\r\n  portabilityCharacteristics_ends_with: String\r\n  portabilityCharacteristics_not_ends_with: String\r\n  portabilityCharacteristics_empty: Boolean\r\n  extensibilityCharacteristics: String\r\n  extensibilityCharacteristics_not: String\r\n  extensibilityCharacteristics_in: [String!]\r\n  extensibilityCharacteristics_not_in: [String!]\r\n  extensibilityCharacteristics_lt: String\r\n  extensibilityCharacteristics_lte: String\r\n  extensibilityCharacteristics_gt: String\r\n  extensibilityCharacteristics_gte: String\r\n  extensibilityCharacteristics_contains: String\r\n  extensibilityCharacteristics_not_contains: String\r\n  extensibilityCharacteristics_starts_with: String\r\n  extensibilityCharacteristics_not_starts_with: String\r\n  extensibilityCharacteristics_ends_with: String\r\n  extensibilityCharacteristics_not_ends_with: String\r\n  extensibilityCharacteristics_empty: Boolean\r\n  capacityCharacteristics: String\r\n  capacityCharacteristics_not: String\r\n  capacityCharacteristics_in: [String!]\r\n  capacityCharacteristics_not_in: [String!]\r\n  capacityCharacteristics_lt: String\r\n  capacityCharacteristics_lte: String\r\n  capacityCharacteristics_gt: String\r\n  capacityCharacteristics_gte: String\r\n  capacityCharacteristics_contains: String\r\n  capacityCharacteristics_not_contains: String\r\n  capacityCharacteristics_starts_with: String\r\n  capacityCharacteristics_not_starts_with: String\r\n  capacityCharacteristics_ends_with: String\r\n  capacityCharacteristics_not_ends_with: String\r\n  capacityCharacteristics_empty: Boolean\r\n  throughput: String\r\n  throughput_not: String\r\n  throughput_in: [String!]\r\n  throughput_not_in: [String!]\r\n  throughput_lt: String\r\n  throughput_lte: String\r\n  throughput_gt: String\r\n  throughput_gte: String\r\n  throughput_contains: String\r\n  throughput_not_contains: String\r\n  throughput_starts_with: String\r\n  throughput_not_starts_with: String\r\n  throughput_ends_with: String\r\n  throughput_not_ends_with: String\r\n  throughput_empty: Boolean\r\n  throughputPeriod: String\r\n  throughputPeriod_not: String\r\n  throughputPeriod_in: [String!]\r\n  throughputPeriod_not_in: [String!]\r\n  throughputPeriod_lt: String\r\n  throughputPeriod_lte: String\r\n  throughputPeriod_gt: String\r\n  throughputPeriod_gte: String\r\n  throughputPeriod_contains: String\r\n  throughputPeriod_not_contains: String\r\n  throughputPeriod_starts_with: String\r\n  throughputPeriod_not_starts_with: String\r\n  throughputPeriod_ends_with: String\r\n  throughputPeriod_not_ends_with: String\r\n  throughputPeriod_empty: Boolean\r\n  growth: String\r\n  growth_not: String\r\n  growth_in: [String!]\r\n  growth_not_in: [String!]\r\n  growth_lt: String\r\n  growth_lte: String\r\n  growth_gt: String\r\n  growth_gte: String\r\n  growth_contains: String\r\n  growth_not_contains: String\r\n  growth_starts_with: String\r\n  growth_not_starts_with: String\r\n  growth_ends_with: String\r\n  growth_not_ends_with: String\r\n  growth_empty: Boolean\r\n  growthPeriod: String\r\n  growthPeriod_not: String\r\n  growthPeriod_in: [String!]\r\n  growthPeriod_not_in: [String!]\r\n  growthPeriod_lt: String\r\n  growthPeriod_lte: String\r\n  growthPeriod_gt: String\r\n  growthPeriod_gte: String\r\n  growthPeriod_contains: String\r\n  growthPeriod_not_contains: String\r\n  growthPeriod_starts_with: String\r\n  growthPeriod_not_starts_with: String\r\n  growthPeriod_ends_with: String\r\n  growthPeriod_not_ends_with: String\r\n  growthPeriod_empty: Boolean\r\n  peakProfileShortTerm: String\r\n  peakProfileShortTerm_not: String\r\n  peakProfileShortTerm_in: [String!]\r\n  peakProfileShortTerm_not_in: [String!]\r\n  peakProfileShortTerm_lt: String\r\n  peakProfileShortTerm_lte: String\r\n  peakProfileShortTerm_gt: String\r\n  peakProfileShortTerm_gte: String\r\n  peakProfileShortTerm_contains: String\r\n  peakProfileShortTerm_not_contains: String\r\n  peakProfileShortTerm_starts_with: String\r\n  peakProfileShortTerm_not_starts_with: String\r\n  peakProfileShortTerm_ends_with: String\r\n  peakProfileShortTerm_not_ends_with: String\r\n  peakProfileShortTerm_empty: Boolean\r\n  peakProfileLongTerm: String\r\n  peakProfileLongTerm_not: String\r\n  peakProfileLongTerm_in: [String!]\r\n  peakProfileLongTerm_not_in: [String!]\r\n  peakProfileLongTerm_lt: String\r\n  peakProfileLongTerm_lte: String\r\n  peakProfileLongTerm_gt: String\r\n  peakProfileLongTerm_gte: String\r\n  peakProfileLongTerm_contains: String\r\n  peakProfileLongTerm_not_contains: String\r\n  peakProfileLongTerm_starts_with: String\r\n  peakProfileLongTerm_not_starts_with: String\r\n  peakProfileLongTerm_ends_with: String\r\n  peakProfileLongTerm_not_ends_with: String\r\n  peakProfileLongTerm_empty: Boolean\r\n  freezePastTimePeriod: Boolean\r\n  freezePastTimePeriod_not: Boolean\r\n  freezePastTimePeriod_empty: Boolean\r\n  recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n  recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n  recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n  recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n  recoveryPointObjectiveRPO_empty: Boolean\r\n  recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n  recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n  recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n  recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n  recoveryTimeObjectiveRTO_empty: Boolean\r\n  lastAssessmentDate: CustomDate\r\n  lastAssessmentDate_not: CustomDate\r\n  lastAssessmentDate_in: [CustomDate!]\r\n  lastAssessmentDate_not_in: [CustomDate!]\r\n  lastAssessmentDate_lt: CustomDate\r\n  lastAssessmentDate_lte: CustomDate\r\n  lastAssessmentDate_gt: CustomDate\r\n  lastAssessmentDate_gte: CustomDate\r\n  lastAssessmentDate_empty: Boolean\r\n  workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n  workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n  workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n  workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n  workRecoveryTimeWRT_empty: Boolean\r\n  maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n  maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n  maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n  maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n  maximumTolerableDowntimeMTD_empty: Boolean\r\n  sLALevel: SLALevelEnum\r\n  sLALevel_not: SLALevelEnum\r\n  sLALevel_in: [SLALevelEnum!]\r\n  sLALevel_not_in: [SLALevelEnum!]\r\n  sLALevel_empty: Boolean\r\n  applicationValidationDate: CustomDate\r\n  applicationValidationDate_not: CustomDate\r\n  applicationValidationDate_in: [CustomDate!]\r\n  applicationValidationDate_not_in: [CustomDate!]\r\n  applicationValidationDate_lt: CustomDate\r\n  applicationValidationDate_lte: CustomDate\r\n  applicationValidationDate_gt: CustomDate\r\n  applicationValidationDate_gte: CustomDate\r\n  applicationValidationDate_empty: Boolean\r\n  dataFreshness: DataFreshnessEnum\r\n  dataFreshness_not: DataFreshnessEnum\r\n  dataFreshness_in: [DataFreshnessEnum!]\r\n  dataFreshness_not_in: [DataFreshnessEnum!]\r\n  dataFreshness_empty: Boolean\r\n  nextReviewDate: CustomDate\r\n  nextReviewDate_not: CustomDate\r\n  nextReviewDate_in: [CustomDate!]\r\n  nextReviewDate_not_in: [CustomDate!]\r\n  nextReviewDate_lt: CustomDate\r\n  nextReviewDate_lte: CustomDate\r\n  nextReviewDate_gt: CustomDate\r\n  nextReviewDate_gte: CustomDate\r\n  nextReviewDate_empty: Boolean\r\n  lastReviewDate: CustomDate\r\n  lastReviewDate_not: CustomDate\r\n  lastReviewDate_in: [CustomDate!]\r\n  lastReviewDate_not_in: [CustomDate!]\r\n  lastReviewDate_lt: CustomDate\r\n  lastReviewDate_lte: CustomDate\r\n  lastReviewDate_gt: CustomDate\r\n  lastReviewDate_gte: CustomDate\r\n  lastReviewDate_empty: Boolean\r\n  currentWorkflowStatus: String\r\n  currentWorkflowStatus_not: String\r\n  currentWorkflowStatus_in: [String!]\r\n  currentWorkflowStatus_not_in: [String!]\r\n  currentWorkflowStatus_empty: Boolean\r\n  applicationTemplate: ApplicationTemplateEnum\r\n  applicationTemplate_not: ApplicationTemplateEnum\r\n  applicationTemplate_in: [ApplicationTemplateEnum!]\r\n  applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n  applicationTemplate_empty: Boolean\r\n  deploymentDate: CustomDate\r\n  deploymentDate_not: CustomDate\r\n  deploymentDate_in: [CustomDate!]\r\n  deploymentDate_not_in: [CustomDate!]\r\n  deploymentDate_lt: CustomDate\r\n  deploymentDate_lte: CustomDate\r\n  deploymentDate_gt: CustomDate\r\n  deploymentDate_gte: CustomDate\r\n  deploymentDate_empty: Boolean\r\n  operatingApplicationDate: CustomDate\r\n  operatingApplicationDate_not: CustomDate\r\n  operatingApplicationDate_in: [CustomDate!]\r\n  operatingApplicationDate_not_in: [CustomDate!]\r\n  operatingApplicationDate_lt: CustomDate\r\n  operatingApplicationDate_lte: CustomDate\r\n  operatingApplicationDate_gt: CustomDate\r\n  operatingApplicationDate_gte: CustomDate\r\n  operatingApplicationDate_empty: Boolean\r\n  urbanism: UrbanismEnum\r\n  urbanism_not: UrbanismEnum\r\n  urbanism_in: [UrbanismEnum!]\r\n  urbanism_not_in: [UrbanismEnum!]\r\n  urbanism_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_count: countFilter\r\n}\r\n\r\nenum ApplicationOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  applicationCode_ASC\r\n  applicationCode_DESC\r\n  cloudComputing_ASC\r\n  cloudComputing_DESC\r\n  versionNumber_ASC\r\n  versionNumber_DESC\r\n  requiredMemorySize_ASC\r\n  requiredMemorySize_DESC\r\n  prefix_ASC\r\n  prefix_DESC\r\n  applicationStereotype_ASC\r\n  applicationStereotype_DESC\r\n  applicationType_ASC\r\n  applicationType_DESC\r\n  currentState_ASC\r\n  currentState_DESC\r\n  globalExpense_ASC\r\n  globalExpense_DESC\r\n  currentNumberOfUsers_ASC\r\n  currentNumberOfUsers_DESC\r\n  costPerUser_ASC\r\n  costPerUser_DESC\r\n  rankAPM_ASC\r\n  rankAPM_DESC\r\n  technologyCompliance_ASC\r\n  technologyCompliance_DESC\r\n  expenses_ASC\r\n  expenses_DESC\r\n  capitalExpenses_ASC\r\n  capitalExpenses_DESC\r\n  operatingExpenses_ASC\r\n  operatingExpenses_DESC\r\n  cASTHighlightID_ASC\r\n  cASTHighlightID_DESC\r\n  businessValueAPM_ASC\r\n  businessValueAPM_DESC\r\n  functionalSupportAPM_ASC\r\n  functionalSupportAPM_DESC\r\n  technicalEfficiencyAPM_ASC\r\n  technicalEfficiencyAPM_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  closingDateCast_ASC\r\n  closingDateCast_DESC\r\n  softwareResiliencyScoreCASTHighligh_ASC\r\n  softwareResiliencyScoreCASTHighligh_DESC\r\n  softwareResiliency_ASC\r\n  softwareResiliency_DESC\r\n  softwareAgilityScore_ASC\r\n  softwareAgilityScore_DESC\r\n  softwareAgility_ASC\r\n  softwareAgility_DESC\r\n  softwareEleganceScoreCASTHighligh_ASC\r\n  softwareEleganceScoreCASTHighligh_DESC\r\n  softwareEleganceThresholds_ASC\r\n  softwareEleganceThresholds_DESC\r\n  cloudReadyScoreCASTHighlight_ASC\r\n  cloudReadyScoreCASTHighlight_DESC\r\n  cloudReadyScanCASTHighlight_ASC\r\n  cloudReadyScanCASTHighlight_DESC\r\n  technicalDebtCast_ASC\r\n  technicalDebtCast_DESC\r\n  numberOfLinesOfCodeCast_ASC\r\n  numberOfLinesOfCodeCast_DESC\r\n  numberOfFilesCast_ASC\r\n  numberOfFilesCast_DESC\r\n  aggregationTypeAPM_ASC\r\n  aggregationTypeAPM_DESC\r\n  backFiredFunctionPointsCASTHighlight_ASC\r\n  backFiredFunctionPointsCASTHighlight_DESC\r\n  softwareResiliencyQuartile_ASC\r\n  softwareResiliencyQuartile_DESC\r\n  workflowStatusITAndBusinessData_ASC\r\n  workflowStatusITAndBusinessData_DESC\r\n  workflowStatusFinancial_ASC\r\n  workflowStatusFinancial_DESC\r\n  softwareAgilityQuartileCast_ASC\r\n  softwareAgilityQuartileCast_DESC\r\n  softwareEleganceQuartile_ASC\r\n  softwareEleganceQuartile_DESC\r\n  detailsCast_ASC\r\n  detailsCast_DESC\r\n  statusReview_ASC\r\n  statusReview_DESC\r\n  standardCreationDate_ASC\r\n  standardCreationDate_DESC\r\n  consent_ASC\r\n  consent_DESC\r\n  source_ASC\r\n  source_DESC\r\n  standardClass_ASC\r\n  standardClass_DESC\r\n  retireDate_ASC\r\n  retireDate_DESC\r\n  cost_ASC\r\n  cost_DESC\r\n  revenue_ASC\r\n  revenue_DESC\r\n  rOIPercentage_ASC\r\n  rOIPercentage_DESC\r\n  rOIRate_ASC\r\n  rOIRate_DESC\r\n  costRate_ASC\r\n  costRate_DESC\r\n  lifecycleStatus_ASC\r\n  lifecycleStatus_DESC\r\n  initialLiveDate_ASC\r\n  initialLiveDate_DESC\r\n  dateOfLastRelease_ASC\r\n  dateOfLastRelease_DESC\r\n  dateOfNextRelease_ASC\r\n  dateOfNextRelease_DESC\r\n  retirementDate_ASC\r\n  retirementDate_DESC\r\n  gDPRContentOfNotice_ASC\r\n  gDPRContentOfNotice_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  sourceTOGAF_ASC\r\n  sourceTOGAF_DESC\r\n  availabilityCharacteristics_ASC\r\n  availabilityCharacteristics_DESC\r\n  serviceTimes_ASC\r\n  serviceTimes_DESC\r\n  manageabilityCharacteristics_ASC\r\n  manageabilityCharacteristics_DESC\r\n  serviceabilityCharacteristics_ASC\r\n  serviceabilityCharacteristics_DESC\r\n  performanceCharacteristics_ASC\r\n  performanceCharacteristics_DESC\r\n  reliabilityCharacteristics_ASC\r\n  reliabilityCharacteristics_DESC\r\n  recoverabilityCharacteristics_ASC\r\n  recoverabilityCharacteristics_DESC\r\n  locatabilityCharacteristics_ASC\r\n  locatabilityCharacteristics_DESC\r\n  securityCharacteristics_ASC\r\n  securityCharacteristics_DESC\r\n  privacyCharacteristics_ASC\r\n  privacyCharacteristics_DESC\r\n  integrityCharacteristics_ASC\r\n  integrityCharacteristics_DESC\r\n  credibilityCharacteristics_ASC\r\n  credibilityCharacteristics_DESC\r\n  localizationCharacteristics_ASC\r\n  localizationCharacteristics_DESC\r\n  internationalizationCharacteristics_ASC\r\n  internationalizationCharacteristics_DESC\r\n  interoperabilityCharacteristics_ASC\r\n  interoperabilityCharacteristics_DESC\r\n  scalabilityCharacteristics_ASC\r\n  scalabilityCharacteristics_DESC\r\n  portabilityCharacteristics_ASC\r\n  portabilityCharacteristics_DESC\r\n  extensibilityCharacteristics_ASC\r\n  extensibilityCharacteristics_DESC\r\n  capacityCharacteristics_ASC\r\n  capacityCharacteristics_DESC\r\n  throughput_ASC\r\n  throughput_DESC\r\n  throughputPeriod_ASC\r\n  throughputPeriod_DESC\r\n  growth_ASC\r\n  growth_DESC\r\n  growthPeriod_ASC\r\n  growthPeriod_DESC\r\n  peakProfileShortTerm_ASC\r\n  peakProfileShortTerm_DESC\r\n  peakProfileLongTerm_ASC\r\n  peakProfileLongTerm_DESC\r\n  freezePastTimePeriod_ASC\r\n  freezePastTimePeriod_DESC\r\n  recoveryPointObjectiveRPO_ASC\r\n  recoveryPointObjectiveRPO_DESC\r\n  recoveryTimeObjectiveRTO_ASC\r\n  recoveryTimeObjectiveRTO_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  workRecoveryTimeWRT_ASC\r\n  workRecoveryTimeWRT_DESC\r\n  maximumTolerableDowntimeMTD_ASC\r\n  maximumTolerableDowntimeMTD_DESC\r\n  sLALevel_ASC\r\n  sLALevel_DESC\r\n  applicationValidationDate_ASC\r\n  applicationValidationDate_DESC\r\n  dataFreshness_ASC\r\n  dataFreshness_DESC\r\n  nextReviewDate_ASC\r\n  nextReviewDate_DESC\r\n  lastReviewDate_ASC\r\n  lastReviewDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  applicationTemplate_ASC\r\n  applicationTemplate_DESC\r\n  deploymentDate_ASC\r\n  deploymentDate_DESC\r\n  operatingApplicationDate_ASC\r\n  operatingApplicationDate_DESC\r\n  urbanism_ASC\r\n  urbanism_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ApplicationStereotypeEnum {\r\n  GUI\r\n  PresentationLogic\r\n  BusinessLogic\r\n  DataManagement\r\n}\r\n\r\nenum ApplicationTemplateEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ApplicationTypeEnum {\r\n  SoftwarePackage\r\n  InHouseApplication\r\n  Middleware\r\n  System\r\n  OfficeSystem\r\n}\r\n\r\nenum AtIndexEnum {\r\n  Disable\r\n  Unique\r\n  UniqueCaseSensitive\r\n  Sequence\r\n  NotUnique\r\n}\r\n\r\nenum AtNatureEnum {\r\n  Intrinsic\r\n  Virtual\r\n  VarMem\r\n  Relative\r\n  Set\r\n  File\r\n}\r\n\r\nenum AvailabilitySensibilityEnum {\r\n  Unsensible\r\n  Sensible\r\n  SensibleAndMandatory\r\n}\r\n\r\ntype BusinessProcess implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  currentState: GraphQLObjectInterface\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  standardCreationDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  source(format: StringFormat): String\r\n  processCriticality: String\r\n  manualOrAutomated(format: EnumFormat): ManualOrAutomatedEnum\r\n  processVolumetrics: String\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  standardClass(format: EnumFormat): StandardClassEnum\r\n  retireDate(format: String, timeOffset: String): CustomDate\r\n  gDPRImpact(format: EnumFormat): GDPRImpactEnum\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  isSAP: Boolean\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  numberOfIncidents: String\r\n  loopCondition: String\r\n  gDPRPurpose: Boolean\r\n  assessmentFreshness: CustomFloat\r\n  sourceTOGAF: String\r\n  freezePastTimePeriod: Boolean\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  businessProcessStatus(format: EnumFormat): BusinessProcessStatusEnum\r\n  gDPRSystemID: String\r\n  gDPRPurposeDate(format: String, timeOffset: String): CustomDate\r\n  nextReviewDate(format: String, timeOffset: String): CustomDate\r\n  lastReviewDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gDPRCode: CustomInt\r\n  inputLogic(format: EnumFormat): InputLogicEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n}\r\n\r\ntype BusinessProcessAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  currentState(function: AggregateFunctionType): CustomFloat\r\n  beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n  endLifeDate(function: AggregateFunctionType): CustomFloat\r\n  standardCreationDate(function: AggregateFunctionType): CustomFloat\r\n  outputLogic(function: AggregateFunctionType): CustomFloat\r\n  triggeredByEvent(function: AggregateFunctionType): CustomFloat\r\n  source(function: AggregateFunctionType): CustomFloat\r\n  processCriticality(function: AggregateFunctionType): CustomFloat\r\n  manualOrAutomated(function: AggregateFunctionType): CustomFloat\r\n  processVolumetrics(function: AggregateFunctionType): CustomFloat\r\n  businessProcessType(function: AggregateFunctionType): CustomFloat\r\n  businessProcessCode(function: AggregateFunctionType): CustomFloat\r\n  standardClass(function: AggregateFunctionType): CustomFloat\r\n  retireDate(function: AggregateFunctionType): CustomFloat\r\n  gDPRImpact(function: AggregateFunctionType): CustomFloat\r\n  transaction(function: AggregateFunctionType): CustomFloat\r\n  isSAP(function: AggregateFunctionType): CustomFloat\r\n  loop(function: AggregateFunctionType): CustomFloat\r\n  adHoc(function: AggregateFunctionType): CustomFloat\r\n  multiple(function: AggregateFunctionType): CustomFloat\r\n  compensation(function: AggregateFunctionType): CustomFloat\r\n  numberOfIncidents(function: AggregateFunctionType): CustomFloat\r\n  loopCondition(function: AggregateFunctionType): CustomFloat\r\n  gDPRPurpose(function: AggregateFunctionType): CustomFloat\r\n  assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n  sourceTOGAF(function: AggregateFunctionType): CustomFloat\r\n  freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n  lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n  businessProcessStatus(function: AggregateFunctionType): CustomFloat\r\n  gDPRSystemID(function: AggregateFunctionType): CustomFloat\r\n  gDPRPurposeDate(function: AggregateFunctionType): CustomFloat\r\n  nextReviewDate(function: AggregateFunctionType): CustomFloat\r\n  lastReviewDate(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n  gDPRCode(function: AggregateNumbersFunctionType): CustomFloat\r\n  inputLogic(function: AggregateFunctionType): CustomFloat\r\n  executionBA(function: AggregateFunctionType): CustomFloat\r\n  designBA(function: AggregateFunctionType): CustomFloat\r\n  knowledgeBA(function: AggregateFunctionType): CustomFloat\r\n  iTSupportBA(function: AggregateFunctionType): CustomFloat\r\n  performanceBA(function: AggregateFunctionType): CustomFloat\r\n  efficiencyBA(function: AggregateFunctionType): CustomFloat\r\n  businessValueBA(function: AggregateFunctionType): CustomFloat\r\n  riskBA(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  externalId(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessProcessFilter {\r\n  defaultField_43dc2273120c419681fcff2f7e344f57: String\r\n  and: [BusinessProcessFilter!]\r\n  or: [BusinessProcessFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  currentState: String\r\n  currentState_not: String\r\n  currentState_in: [String!]\r\n  currentState_not_in: [String!]\r\n  currentState_empty: Boolean\r\n  beginLifeDate: CustomDate\r\n  beginLifeDate_not: CustomDate\r\n  beginLifeDate_in: [CustomDate!]\r\n  beginLifeDate_not_in: [CustomDate!]\r\n  beginLifeDate_lt: CustomDate\r\n  beginLifeDate_lte: CustomDate\r\n  beginLifeDate_gt: CustomDate\r\n  beginLifeDate_gte: CustomDate\r\n  beginLifeDate_empty: Boolean\r\n  endLifeDate: CustomDate\r\n  endLifeDate_not: CustomDate\r\n  endLifeDate_in: [CustomDate!]\r\n  endLifeDate_not_in: [CustomDate!]\r\n  endLifeDate_lt: CustomDate\r\n  endLifeDate_lte: CustomDate\r\n  endLifeDate_gt: CustomDate\r\n  endLifeDate_gte: CustomDate\r\n  endLifeDate_empty: Boolean\r\n  standardCreationDate: CustomDate\r\n  standardCreationDate_not: CustomDate\r\n  standardCreationDate_in: [CustomDate!]\r\n  standardCreationDate_not_in: [CustomDate!]\r\n  standardCreationDate_lt: CustomDate\r\n  standardCreationDate_lte: CustomDate\r\n  standardCreationDate_gt: CustomDate\r\n  standardCreationDate_gte: CustomDate\r\n  standardCreationDate_empty: Boolean\r\n  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  source: String\r\n  source_not: String\r\n  source_in: [String!]\r\n  source_not_in: [String!]\r\n  source_lt: String\r\n  source_lte: String\r\n  source_gt: String\r\n  source_gte: String\r\n  source_contains: String\r\n  source_not_contains: String\r\n  source_starts_with: String\r\n  source_not_starts_with: String\r\n  source_ends_with: String\r\n  source_not_ends_with: String\r\n  source_empty: Boolean\r\n  processCriticality: String\r\n  processCriticality_not: String\r\n  processCriticality_in: [String!]\r\n  processCriticality_not_in: [String!]\r\n  processCriticality_lt: String\r\n  processCriticality_lte: String\r\n  processCriticality_gt: String\r\n  processCriticality_gte: String\r\n  processCriticality_contains: String\r\n  processCriticality_not_contains: String\r\n  processCriticality_starts_with: String\r\n  processCriticality_not_starts_with: String\r\n  processCriticality_ends_with: String\r\n  processCriticality_not_ends_with: String\r\n  processCriticality_empty: Boolean\r\n  manualOrAutomated: ManualOrAutomatedEnum\r\n  manualOrAutomated_not: ManualOrAutomatedEnum\r\n  manualOrAutomated_in: [ManualOrAutomatedEnum!]\r\n  manualOrAutomated_not_in: [ManualOrAutomatedEnum!]\r\n  manualOrAutomated_empty: Boolean\r\n  processVolumetrics: String\r\n  processVolumetrics_not: String\r\n  processVolumetrics_in: [String!]\r\n  processVolumetrics_not_in: [String!]\r\n  processVolumetrics_lt: String\r\n  processVolumetrics_lte: String\r\n  processVolumetrics_gt: String\r\n  processVolumetrics_gte: String\r\n  processVolumetrics_contains: String\r\n  processVolumetrics_not_contains: String\r\n  processVolumetrics_starts_with: String\r\n  processVolumetrics_not_starts_with: String\r\n  processVolumetrics_ends_with: String\r\n  processVolumetrics_not_ends_with: String\r\n  processVolumetrics_empty: Boolean\r\n  businessProcessType: String\r\n  businessProcessType_not: String\r\n  businessProcessType_in: [String!]\r\n  businessProcessType_not_in: [String!]\r\n  businessProcessType_lt: String\r\n  businessProcessType_lte: String\r\n  businessProcessType_gt: String\r\n  businessProcessType_gte: String\r\n  businessProcessType_contains: String\r\n  businessProcessType_not_contains: String\r\n  businessProcessType_starts_with: String\r\n  businessProcessType_not_starts_with: String\r\n  businessProcessType_ends_with: String\r\n  businessProcessType_not_ends_with: String\r\n  businessProcessType_empty: Boolean\r\n  businessProcessCode: String\r\n  businessProcessCode_not: String\r\n  businessProcessCode_in: [String!]\r\n  businessProcessCode_not_in: [String!]\r\n  businessProcessCode_lt: String\r\n  businessProcessCode_lte: String\r\n  businessProcessCode_gt: String\r\n  businessProcessCode_gte: String\r\n  businessProcessCode_contains: String\r\n  businessProcessCode_not_contains: String\r\n  businessProcessCode_starts_with: String\r\n  businessProcessCode_not_starts_with: String\r\n  businessProcessCode_ends_with: String\r\n  businessProcessCode_not_ends_with: String\r\n  businessProcessCode_empty: Boolean\r\n  standardClass: StandardClassEnum\r\n  standardClass_not: StandardClassEnum\r\n  standardClass_in: [StandardClassEnum!]\r\n  standardClass_not_in: [StandardClassEnum!]\r\n  standardClass_empty: Boolean\r\n  retireDate: CustomDate\r\n  retireDate_not: CustomDate\r\n  retireDate_in: [CustomDate!]\r\n  retireDate_not_in: [CustomDate!]\r\n  retireDate_lt: CustomDate\r\n  retireDate_lte: CustomDate\r\n  retireDate_gt: CustomDate\r\n  retireDate_gte: CustomDate\r\n  retireDate_empty: Boolean\r\n  gDPRImpact: GDPRImpactEnum\r\n  gDPRImpact_not: GDPRImpactEnum\r\n  gDPRImpact_in: [GDPRImpactEnum!]\r\n  gDPRImpact_not_in: [GDPRImpactEnum!]\r\n  gDPRImpact_empty: Boolean\r\n  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  isSAP: Boolean\r\n  isSAP_not: Boolean\r\n  isSAP_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  numberOfIncidents: String\r\n  numberOfIncidents_not: String\r\n  numberOfIncidents_in: [String!]\r\n  numberOfIncidents_not_in: [String!]\r\n  numberOfIncidents_lt: String\r\n  numberOfIncidents_lte: String\r\n  numberOfIncidents_gt: String\r\n  numberOfIncidents_gte: String\r\n  numberOfIncidents_contains: String\r\n  numberOfIncidents_not_contains: String\r\n  numberOfIncidents_starts_with: String\r\n  numberOfIncidents_not_starts_with: String\r\n  numberOfIncidents_ends_with: String\r\n  numberOfIncidents_not_ends_with: String\r\n  numberOfIncidents_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_empty: Boolean\r\n  gDPRPurpose: Boolean\r\n  gDPRPurpose_not: Boolean\r\n  gDPRPurpose_empty: Boolean\r\n  assessmentFreshness: CustomFloat\r\n  assessmentFreshness_not: CustomFloat\r\n  assessmentFreshness_in: [CustomFloat!]\r\n  assessmentFreshness_not_in: [CustomFloat!]\r\n  assessmentFreshness_lt: CustomFloat\r\n  assessmentFreshness_lte: CustomFloat\r\n  assessmentFreshness_gt: CustomFloat\r\n  assessmentFreshness_gte: CustomFloat\r\n  assessmentFreshness_empty: Boolean\r\n  sourceTOGAF: String\r\n  sourceTOGAF_not: String\r\n  sourceTOGAF_in: [String!]\r\n  sourceTOGAF_not_in: [String!]\r\n  sourceTOGAF_lt: String\r\n  sourceTOGAF_lte: String\r\n  sourceTOGAF_gt: String\r\n  sourceTOGAF_gte: String\r\n  sourceTOGAF_contains: String\r\n  sourceTOGAF_not_contains: String\r\n  sourceTOGAF_starts_with: String\r\n  sourceTOGAF_not_starts_with: String\r\n  sourceTOGAF_ends_with: String\r\n  sourceTOGAF_not_ends_with: String\r\n  sourceTOGAF_empty: Boolean\r\n  freezePastTimePeriod: Boolean\r\n  freezePastTimePeriod_not: Boolean\r\n  freezePastTimePeriod_empty: Boolean\r\n  lastAssessmentDate: CustomDate\r\n  lastAssessmentDate_not: CustomDate\r\n  lastAssessmentDate_in: [CustomDate!]\r\n  lastAssessmentDate_not_in: [CustomDate!]\r\n  lastAssessmentDate_lt: CustomDate\r\n  lastAssessmentDate_lte: CustomDate\r\n  lastAssessmentDate_gt: CustomDate\r\n  lastAssessmentDate_gte: CustomDate\r\n  lastAssessmentDate_empty: Boolean\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  businessProcessStatus_not: BusinessProcessStatusEnum\r\n  businessProcessStatus_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_not_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_empty: Boolean\r\n  gDPRSystemID: String\r\n  gDPRSystemID_not: String\r\n  gDPRSystemID_in: [String!]\r\n  gDPRSystemID_not_in: [String!]\r\n  gDPRSystemID_lt: String\r\n  gDPRSystemID_lte: String\r\n  gDPRSystemID_gt: String\r\n  gDPRSystemID_gte: String\r\n  gDPRSystemID_contains: String\r\n  gDPRSystemID_not_contains: String\r\n  gDPRSystemID_starts_with: String\r\n  gDPRSystemID_not_starts_with: String\r\n  gDPRSystemID_ends_with: String\r\n  gDPRSystemID_not_ends_with: String\r\n  gDPRSystemID_empty: Boolean\r\n  gDPRPurposeDate: CustomDate\r\n  gDPRPurposeDate_not: CustomDate\r\n  gDPRPurposeDate_in: [CustomDate!]\r\n  gDPRPurposeDate_not_in: [CustomDate!]\r\n  gDPRPurposeDate_lt: CustomDate\r\n  gDPRPurposeDate_lte: CustomDate\r\n  gDPRPurposeDate_gt: CustomDate\r\n  gDPRPurposeDate_gte: CustomDate\r\n  gDPRPurposeDate_empty: Boolean\r\n  nextReviewDate: CustomDate\r\n  nextReviewDate_not: CustomDate\r\n  nextReviewDate_in: [CustomDate!]\r\n  nextReviewDate_not_in: [CustomDate!]\r\n  nextReviewDate_lt: CustomDate\r\n  nextReviewDate_lte: CustomDate\r\n  nextReviewDate_gt: CustomDate\r\n  nextReviewDate_gte: CustomDate\r\n  nextReviewDate_empty: Boolean\r\n  lastReviewDate: CustomDate\r\n  lastReviewDate_not: CustomDate\r\n  lastReviewDate_in: [CustomDate!]\r\n  lastReviewDate_not_in: [CustomDate!]\r\n  lastReviewDate_lt: CustomDate\r\n  lastReviewDate_lte: CustomDate\r\n  lastReviewDate_gt: CustomDate\r\n  lastReviewDate_gte: CustomDate\r\n  lastReviewDate_empty: Boolean\r\n  currentWorkflowStatus: String\r\n  currentWorkflowStatus_not: String\r\n  currentWorkflowStatus_in: [String!]\r\n  currentWorkflowStatus_not_in: [String!]\r\n  currentWorkflowStatus_empty: Boolean\r\n  gDPRCode: CustomInt\r\n  gDPRCode_not: CustomInt\r\n  gDPRCode_in: [CustomInt!]\r\n  gDPRCode_not_in: [CustomInt!]\r\n  gDPRCode_lt: CustomInt\r\n  gDPRCode_lte: CustomInt\r\n  gDPRCode_gt: CustomInt\r\n  gDPRCode_gte: CustomInt\r\n  gDPRCode_empty: Boolean\r\n  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_count: countFilter\r\n}\r\n\r\nenum BusinessProcessOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  currentState_ASC\r\n  currentState_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  standardCreationDate_ASC\r\n  standardCreationDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  source_ASC\r\n  source_DESC\r\n  processCriticality_ASC\r\n  processCriticality_DESC\r\n  manualOrAutomated_ASC\r\n  manualOrAutomated_DESC\r\n  processVolumetrics_ASC\r\n  processVolumetrics_DESC\r\n  businessProcessType_ASC\r\n  businessProcessType_DESC\r\n  businessProcessCode_ASC\r\n  businessProcessCode_DESC\r\n  standardClass_ASC\r\n  standardClass_DESC\r\n  retireDate_ASC\r\n  retireDate_DESC\r\n  gDPRImpact_ASC\r\n  gDPRImpact_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  isSAP_ASC\r\n  isSAP_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  numberOfIncidents_ASC\r\n  numberOfIncidents_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  gDPRPurpose_ASC\r\n  gDPRPurpose_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  sourceTOGAF_ASC\r\n  sourceTOGAF_DESC\r\n  freezePastTimePeriod_ASC\r\n  freezePastTimePeriod_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  businessProcessStatus_ASC\r\n  businessProcessStatus_DESC\r\n  gDPRSystemID_ASC\r\n  gDPRSystemID_DESC\r\n  gDPRPurposeDate_ASC\r\n  gDPRPurposeDate_DESC\r\n  nextReviewDate_ASC\r\n  nextReviewDate_DESC\r\n  lastReviewDate_ASC\r\n  lastReviewDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gDPRCode_ASC\r\n  gDPRCode_DESC\r\n  inputLogic_ASC\r\n  inputLogic_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum BusinessProcessStatusEnum {\r\n  UpdateInProgress\r\n  ValidationInProgress\r\n  Validated\r\n}\r\n\r\nenum BusinessValueAPMEnum {\r\n  Medium\r\n  Good\r\n  Poor\r\n  Low\r\n}\r\n\r\nenum BusinessValueBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum CandidateToIndexationEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum CardMaxEnum {\r\n  Many\r\n  OneenforcedIntegrity\r\n  One\r\n}\r\n\r\nenum CloudComputingEnum {\r\n  On_Premises\r\n  Cloud_IaaS\r\n  Cloud_PaaS\r\n  Cloud_SaaS\r\n}\r\n\r\nenum CompensationEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ConsentEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype CurrentContextForMutationType {\r\n  language: String!\r\n}\r\n\r\ntype CurrentContextType {\r\n  userId: String\r\n  databaseId: String\r\n  libraryId: String\r\n  profileId: String\r\n  currencyCode: String\r\n  currencyId: String\r\n  language: String\r\n  languageName: String\r\n  languageId: String\r\n  databaseLanguage: String\r\n  databaseLanguageName: String\r\n  databaseLanguageId: String\r\n  systemLanguage: String\r\n  systemLanguageName: String\r\n  systemLanguageId: String\r\n  workingEnvironmentTemplate: String\r\n  workingEnvironmentGroupTemplate: String\r\n  workingEnvironmentTopicTemplate: String\r\n  workingEnvironment: String\r\n  workingEnvironmentGroup: String\r\n  workingEnvironmentTopic: String\r\n  workingEnvironmentEntryPoint: String\r\n}\r\n\r\nscalar CustomDate\r\n\r\ninput CustomFieldInput {\r\n  id: String!\r\n  value: String!\r\n}\r\n\r\nscalar CustomFloat\r\n\r\nscalar CustomInt\r\n\r\nenum DataFreshnessEnum {\r\n  LowerSixMonths\r\n  SixToOneTwoMonths\r\n  AboveOneTwoMonths\r\n}\r\n\r\nenum DefaultMetaTextFormatEnum {\r\n  XMLNotCompleted\r\n  UTFEight\r\n  CONDITION\r\n  HTMLGRC\r\n  ANSI\r\n  CSV\r\n  FIELD\r\n  HTML\r\n  RTF\r\n  XML\r\n}\r\n\r\nenum DefaultSubstitutedMetaAttributeEnum {\r\n  Authorization\r\n  Name\r\n  MetaClassIdAbs\r\n  Comment\r\n}\r\n\r\ntype DeleteType {\r\n  deletedCount: Int!\r\n}\r\n\r\nenum DesignBAEnum {\r\n  NA\r\n  VeryPoor\r\n  Poor\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\ntype DiagnosticType {\r\n  platformName: String\r\n  platformVersionNumber: String\r\n  isCompiledMetamodel: Boolean\r\n  systemInformationReport: String\r\n  metamodelVersion: [MetamodelVersionType]\r\n  userLoginId: String\r\n  userLoginName: String\r\n  userPersonSystemId: String\r\n  userPersonSystemName: String\r\n  userProfileId: String\r\n  userProfileName: String\r\n  userCommandLine: String\r\n  profileCommandLine: String\r\n  serverTimeZone: String\r\n  serverDateFormat: String\r\n  environmentName: String\r\n  repositoryName: String\r\n  schemaStandardMetaModelCompatibility: String\r\n  schemaStandardFileDate: CustomDate\r\n  schemaCustomFileDate: CustomDate\r\n  schemaStandardLatestGeneration: CustomDate\r\n  schemaCustomLatestGeneration: CustomDate\r\n}\r\n\r\ntype DiagramType implements GraphQLObjectInterface {\r\n  nature(format: EnumFormat): NatureEnum\r\n  wizardImageFilename: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n}\r\n\r\ntype DiagramTypeAggregatedValues {\r\n  nature(function: AggregateFunctionType): CustomFloat\r\n  wizardImageFilename(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DiagramTypeFilter {\r\n  and: [DiagramTypeFilter!]\r\n  or: [DiagramTypeFilter!]\r\n  nature: NatureEnum\r\n  nature_not: NatureEnum\r\n  nature_in: [NatureEnum!]\r\n  nature_not_in: [NatureEnum!]\r\n  nature_empty: Boolean\r\n  wizardImageFilename: String\r\n  wizardImageFilename_not: String\r\n  wizardImageFilename_in: [String!]\r\n  wizardImageFilename_not_in: [String!]\r\n  wizardImageFilename_lt: String\r\n  wizardImageFilename_lte: String\r\n  wizardImageFilename_gt: String\r\n  wizardImageFilename_gte: String\r\n  wizardImageFilename_contains: String\r\n  wizardImageFilename_not_contains: String\r\n  wizardImageFilename_starts_with: String\r\n  wizardImageFilename_not_starts_with: String\r\n  wizardImageFilename_ends_with: String\r\n  wizardImageFilename_not_ends_with: String\r\n  wizardImageFilename_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n}\r\n\r\nenum DiagramTypeOrderBy {\r\n  nature_ASC\r\n  nature_DESC\r\n  wizardImageFilename_ASC\r\n  wizardImageFilename_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype DispatchSystem implements GraphQLObjectInterface {\r\n  baseline: CustomInt\r\n  alignValidation(format: EnumFormat): AlignValidationEnum\r\n  buildNumber: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n}\r\n\r\ntype DispatchSystemAggregatedValues {\r\n  baseline(function: AggregateNumbersFunctionType): CustomFloat\r\n  alignValidation(function: AggregateFunctionType): CustomFloat\r\n  buildNumber(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DispatchSystemFilter {\r\n  and: [DispatchSystemFilter!]\r\n  or: [DispatchSystemFilter!]\r\n  baseline: CustomInt\r\n  baseline_not: CustomInt\r\n  baseline_in: [CustomInt!]\r\n  baseline_not_in: [CustomInt!]\r\n  baseline_lt: CustomInt\r\n  baseline_lte: CustomInt\r\n  baseline_gt: CustomInt\r\n  baseline_gte: CustomInt\r\n  baseline_empty: Boolean\r\n  alignValidation: AlignValidationEnum\r\n  alignValidation_not: AlignValidationEnum\r\n  alignValidation_in: [AlignValidationEnum!]\r\n  alignValidation_not_in: [AlignValidationEnum!]\r\n  alignValidation_empty: Boolean\r\n  buildNumber: String\r\n  buildNumber_not: String\r\n  buildNumber_in: [String!]\r\n  buildNumber_not_in: [String!]\r\n  buildNumber_lt: String\r\n  buildNumber_lte: String\r\n  buildNumber_gt: String\r\n  buildNumber_gte: String\r\n  buildNumber_contains: String\r\n  buildNumber_not_contains: String\r\n  buildNumber_starts_with: String\r\n  buildNumber_not_starts_with: String\r\n  buildNumber_ends_with: String\r\n  buildNumber_not_ends_with: String\r\n  buildNumber_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n}\r\n\r\nenum DispatchSystemOrderBy {\r\n  baseline_ASC\r\n  baseline_DESC\r\n  alignValidation_ASC\r\n  alignValidation_DESC\r\n  buildNumber_ASC\r\n  buildNumber_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum DisplayConfidentialObjectsInDiagramsEnum {\r\n  ConfidentialObjectsAreHidden\r\n  ConfidentialObjectsAreVisible\r\n}\r\n\r\nenum DisplayInTooltipsEnum {\r\n  InTitle\r\n  InTooltip\r\n  No\r\n}\r\n\r\nenum DisplayPictureEnum {\r\n  ReplaceNodePicture\r\n  DisplayInGraph\r\n  No\r\n}\r\n\r\nenum DisplayPrintButtonEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum DisplayedInGroupEnum {\r\n  Parameters\r\n  Presentation\r\n  Heatmap\r\n}\r\n\r\nenum EfficiencyBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum EnumFormat {\r\n  SCHEMA_ID\r\n  ID\r\n  INTERNAL_VALUE\r\n  LABEL\r\n  ORDER\r\n}\r\n\r\nenum ExecutionBAEnum {\r\n  NA\r\n  Inefficient\r\n  Insufficient\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum ExecutionOptionsEnum {\r\n  DisableMEGAGlobals\r\n  FieldsPreProcessing\r\n  VariationInheritance\r\n  InheritsCallerOptions\r\n  CallableFromWebServices\r\n  FullMEGAGlobals\r\n  AllowTypedScript\r\n  Unique\r\n  Multithread\r\n  DisableSupervision\r\n  CanRelaxDataAccessRule\r\n  JavaLocalNative\r\n  JavaCompatibleNative\r\n  ExternalFile\r\n  ExecutionAtMacroReadingAccessArea\r\n  RestrictedMEGAGlobals\r\n}\r\n\r\nenum ExtendedPropertiesEnum {\r\n  IgnoreReference\r\n  ReferenceMotive\r\n  OrderOnCreation\r\n  ExcludeFromCache\r\n  CompiledMetaData\r\n  CompiledTechnicalData\r\n  Unused\r\n  NeverAppearsInListColumns\r\n  InAdministrationTab\r\n  StandardOnAllMetaclasses\r\n  StandardOnAllMetaassociations\r\n  ExcludeFromReportingDatamart\r\n  ExcludeFromFavorites\r\n  ExcludeFromLocks\r\n  ExcludeValueFromHistoric\r\n  KeepsUserLanguage\r\n  ForeignKey\r\n  DefaultChecked\r\n  NotAnnotable\r\n  HeavyComputation\r\n  CompiledAuthorizationGraph\r\n  CompiledConfidentialityGraph\r\n  Reification\r\n  KeepInCache\r\n  Substitutable\r\n  HideDefaultButton\r\n  ShownAsPicture\r\n  UseOfNameServerAsIndexForListOrNot\r\n  DefaultColumn\r\n  CompiledPermissionData\r\n  HideOnEdit\r\n  ActivateImages\r\n  ReflexiveLink\r\n  MegaTechnicalDataOnly\r\n}\r\n\r\nenum FieldDefinitionTypeEnum {\r\n  Value\r\n  Computed\r\n}\r\n\r\ntype FolderOfReportDataSetDefinition implements GraphQLObjectInterface {\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportDataSetDefinition(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinition]\r\n  reportDataSetDefinitionAggregatedValues(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinitionAggregatedValues]\r\n}\r\n\r\ntype FolderOfReportDataSetDefinitionAggregatedValues {\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput FolderOfReportDataSetDefinitionFilter {\r\n  and: [FolderOfReportDataSetDefinitionFilter!]\r\n  or: [FolderOfReportDataSetDefinitionFilter!]\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportDataSetDefinition_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_count: countFilter\r\n}\r\n\r\nenum FolderOfReportDataSetDefinitionOrderBy {\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype FolderOfReportTemplates implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n}\r\n\r\ntype FolderOfReportTemplatesAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput FolderOfReportTemplatesFilter {\r\n  defaultField_209feed2dd324b109d371f1d5ab9fedc: String\r\n  and: [FolderOfReportTemplatesFilter!]\r\n  or: [FolderOfReportTemplatesFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n}\r\n\r\nenum FolderOfReportTemplatesOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype FolderOfReports implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n}\r\n\r\ntype FolderOfReportsAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  externalId(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput FolderOfReportsFilter {\r\n  and: [FolderOfReportsFilter!]\r\n  or: [FolderOfReportsFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n}\r\n\r\nenum FolderOfReportsOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n}\r\n\r\nenum FootercenterEnum {\r\n  CompanyAndOptionalCreator\r\n  CurrentTitle\r\n  Date\r\n  Time\r\n  Page\r\n  PageTotal\r\n  TotalNumberOfPages\r\n  Logo\r\n  CurrentUser\r\n  CurrentProfile\r\n}\r\n\r\nenum FooterleftEnum {\r\n  CompanyAndOptionalCreator\r\n  CurrentTitle\r\n  Date\r\n  Time\r\n  Page\r\n  PageTotal\r\n  TotalNumberOfPages\r\n  Logo\r\n  CurrentUser\r\n  CurrentProfile\r\n}\r\n\r\nenum FooterrightEnum {\r\n  CompanyAndOptionalCreator\r\n  CurrentTitle\r\n  Date\r\n  Time\r\n  Page\r\n  PageTotal\r\n  TotalNumberOfPages\r\n  Logo\r\n  CurrentUser\r\n  CurrentProfile\r\n}\r\n\r\nenum Formats {\r\n  Internal\r\n  ASCII\r\n  External\r\n  Display\r\n  Object\r\n  Physical\r\n}\r\n\r\nenum FunctionalSupportAPMEnum {\r\n  Good\r\n  Medium\r\n  Low\r\n  Poor\r\n}\r\n\r\nenum GDPRContentOfNoticeEnum {\r\n  Yes_Oral\r\n  DontKnow\r\n  Yes_Written\r\n  No\r\n  NotRequired\r\n}\r\n\r\nenum GDPRImpactEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype GraphQLObject implements GraphQLObjectInterface {\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n}\r\n\r\ninterface GraphQLObjectInterface {\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n}\r\n\r\ntype GraphSet implements GraphQLObjectInterface {\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  graphSetDefinition(filter: GraphSetDefinitionFilter, orderBy: [GraphSetDefinitionOrderBy]): [GraphSetDefinition]\r\n  graphSetDefinitionAggregatedValues(filter: GraphSetDefinitionFilter, orderBy: [GraphSetDefinitionOrderBy]): [GraphSetDefinitionAggregatedValues]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n}\r\n\r\ntype GraphSetAggregatedValues {\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  externalId(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum GraphSetArcBehaviorEnum {\r\n  Link\r\n  Computed\r\n  Deep\r\n  Standard\r\n}\r\n\r\nenum GraphSetArcConditionEnum {\r\n  NoCondition\r\n  FromEntryPointOnly\r\n}\r\n\r\ntype GraphSetArcDefinition implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  graphSetArcCondition(format: EnumFormat): GraphSetArcConditionEnum\r\n  graphSetArcBehavior(format: EnumFormat): GraphSetArcBehaviorEnum\r\n  graphSetArcDirection(format: EnumFormat): GraphSetArcDirectionEnum\r\n  graphSetArcVisibility(format: EnumFormat): GraphSetArcVisibilityEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionSlave(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy]): [GraphSetNodeDefinition]\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionSlaveAggregatedValues(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy]): [GraphSetNodeDefinitionAggregatedValues]\r\n  reportGraphArc(filter: ReportGraphArcFilter, orderBy: [ReportGraphArcOrderBy]): [ReportGraphArc]\r\n  reportGraphArcAggregatedValues(filter: ReportGraphArcFilter, orderBy: [ReportGraphArcOrderBy]): [ReportGraphArcAggregatedValues]\r\n  macro_BehaviorMacro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macro_BehaviorMacroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  graphSetPath_GraphSetPathDefined(filter: GraphSetPathFilter, orderBy: [GraphSetPathOrderBy]): [GraphSetPath]\r\n  graphSetPath_GraphSetPathDefinedAggregatedValues(filter: GraphSetPathFilter, orderBy: [GraphSetPathOrderBy]): [GraphSetPathAggregatedValues]\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionMaster(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy]): [GraphSetNodeDefinition]\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionMasterAggregatedValues(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy]): [GraphSetNodeDefinitionAggregatedValues]\r\n  metaAssociationEnd_GraphSetArcProvider(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n  metaAssociationEnd_GraphSetArcProviderAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n  query_GraphSetArcProvider(filter: QueryFilter, orderBy: [QueryOrderBy]): [Query]\r\n  query_GraphSetArcProviderAggregatedValues(filter: QueryFilter, orderBy: [QueryOrderBy]): [QueryAggregatedValues]\r\n  graphSetPath_GraphSetArcProvider(filter: GraphSetPathFilter, orderBy: [GraphSetPathOrderBy]): [GraphSetPath]\r\n  graphSetPath_GraphSetArcProviderAggregatedValues(filter: GraphSetPathFilter, orderBy: [GraphSetPathOrderBy]): [GraphSetPathAggregatedValues]\r\n  graphSetPath_OwnedGraphSetPath(filter: GraphSetPathFilter, orderBy: [GraphSetPathOrderBy]): [GraphSetPath]\r\n  graphSetPath_OwnedGraphSetPathAggregatedValues(filter: GraphSetPathFilter, orderBy: [GraphSetPathOrderBy]): [GraphSetPathAggregatedValues]\r\n}\r\n\r\ntype GraphSetArcDefinitionAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  graphSetArcCondition(function: AggregateFunctionType): CustomFloat\r\n  graphSetArcBehavior(function: AggregateFunctionType): CustomFloat\r\n  graphSetArcDirection(function: AggregateFunctionType): CustomFloat\r\n  graphSetArcVisibility(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GraphSetArcDefinitionFilter {\r\n  defaultField_ec8732ca1d1c433b9d561b7cb1eec1ad: String\r\n  and: [GraphSetArcDefinitionFilter!]\r\n  or: [GraphSetArcDefinitionFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcCondition_not: GraphSetArcConditionEnum\r\n  graphSetArcCondition_in: [GraphSetArcConditionEnum!]\r\n  graphSetArcCondition_not_in: [GraphSetArcConditionEnum!]\r\n  graphSetArcCondition_empty: Boolean\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcBehavior_not: GraphSetArcBehaviorEnum\r\n  graphSetArcBehavior_in: [GraphSetArcBehaviorEnum!]\r\n  graphSetArcBehavior_not_in: [GraphSetArcBehaviorEnum!]\r\n  graphSetArcBehavior_empty: Boolean\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcDirection_not: GraphSetArcDirectionEnum\r\n  graphSetArcDirection_in: [GraphSetArcDirectionEnum!]\r\n  graphSetArcDirection_not_in: [GraphSetArcDirectionEnum!]\r\n  graphSetArcDirection_empty: Boolean\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  graphSetArcVisibility_not: GraphSetArcVisibilityEnum\r\n  graphSetArcVisibility_in: [GraphSetArcVisibilityEnum!]\r\n  graphSetArcVisibility_not_in: [GraphSetArcVisibilityEnum!]\r\n  graphSetArcVisibility_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionSlave_some: [GraphSetNodeDefinitionFilter!]\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionSlave_count: countFilter\r\n  reportGraphArc_some: [ReportGraphArcFilter!]\r\n  reportGraphArc_count: countFilter\r\n  macro_BehaviorMacro_some: [MacroFilter!]\r\n  macro_BehaviorMacro_count: countFilter\r\n  graphSetPath_GraphSetPathDefined_some: [GraphSetPathFilter!]\r\n  graphSetPath_GraphSetPathDefined_count: countFilter\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionMaster_some: [GraphSetNodeDefinitionFilter!]\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionMaster_count: countFilter\r\n  metaAssociationEnd_GraphSetArcProvider_some: [MetaAssociationEndFilter!]\r\n  metaAssociationEnd_GraphSetArcProvider_count: countFilter\r\n  query_GraphSetArcProvider_some: [QueryFilter!]\r\n  query_GraphSetArcProvider_count: countFilter\r\n  graphSetPath_GraphSetArcProvider_some: [GraphSetPathFilter!]\r\n  graphSetPath_GraphSetArcProvider_count: countFilter\r\n  graphSetPath_OwnedGraphSetPath_some: [GraphSetPathFilter!]\r\n  graphSetPath_OwnedGraphSetPath_count: countFilter\r\n}\r\n\r\nenum GraphSetArcDefinitionOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  graphSetArcCondition_ASC\r\n  graphSetArcCondition_DESC\r\n  graphSetArcBehavior_ASC\r\n  graphSetArcBehavior_DESC\r\n  graphSetArcDirection_ASC\r\n  graphSetArcDirection_DESC\r\n  graphSetArcVisibility_ASC\r\n  graphSetArcVisibility_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum GraphSetArcDirectionEnum {\r\n  Default\r\n  Reverse\r\n  None\r\n}\r\n\r\nenum GraphSetArcVisibilityEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype GraphSetDefinition implements GraphQLObjectInterface {\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  query_EntryPointQueries(filter: QueryFilter, orderBy: [QueryOrderBy]): [Query]\r\n  query_EntryPointQueriesAggregatedValues(filter: QueryFilter, orderBy: [QueryOrderBy]): [QueryAggregatedValues]\r\n  graphSet(filter: GraphSetFilter, orderBy: [GraphSetOrderBy]): [GraphSet]\r\n  graphSetAggregatedValues(filter: GraphSetFilter, orderBy: [GraphSetOrderBy]): [GraphSetAggregatedValues]\r\n  graphSubSet(filter: GraphSubSetFilter, orderBy: [GraphSubSetOrderBy]): [GraphSubSet]\r\n  graphSubSetAggregatedValues(filter: GraphSubSetFilter, orderBy: [GraphSubSetOrderBy]): [GraphSubSetAggregatedValues]\r\n}\r\n\r\ntype GraphSetDefinitionAggregatedValues {\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GraphSetDefinitionFilter {\r\n  defaultField_f0ba517b16fc4900b76bf0b0922306e6: String\r\n  and: [GraphSetDefinitionFilter!]\r\n  or: [GraphSetDefinitionFilter!]\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  query_EntryPointQueries_some: [QueryFilter!]\r\n  query_EntryPointQueries_count: countFilter\r\n  graphSet_some: [GraphSetFilter!]\r\n  graphSet_count: countFilter\r\n  graphSubSet_some: [GraphSubSetFilter!]\r\n  graphSubSet_count: countFilter\r\n}\r\n\r\nenum GraphSetDefinitionOrderBy {\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype GraphSetFieldDefinition implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n  abbreviation(language: Languages): String\r\n  defaultInternalValue: String\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n  refersText(format: StringFormat): String\r\n  fieldDefinitionType(format: EnumFormat): FieldDefinitionTypeEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  macro_Implementation(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macro_ImplementationAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  reportGraphProperty(filter: ReportGraphPropertyFilter, orderBy: [ReportGraphPropertyOrderBy]): [ReportGraphProperty]\r\n  reportGraphPropertyAggregatedValues(filter: ReportGraphPropertyFilter, orderBy: [ReportGraphPropertyOrderBy]): [ReportGraphPropertyAggregatedValues]\r\n}\r\n\r\ntype GraphSetFieldDefinitionAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n  metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n  refersText(function: AggregateFunctionType): CustomFloat\r\n  fieldDefinitionType(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GraphSetFieldDefinitionFilter {\r\n  and: [GraphSetFieldDefinitionFilter!]\r\n  or: [GraphSetFieldDefinitionFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeType_not: MetaAttributeTypeEnum\r\n  metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_empty: Boolean\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeLength_not: CustomInt\r\n  metaAttributeLength_in: [CustomInt!]\r\n  metaAttributeLength_not_in: [CustomInt!]\r\n  metaAttributeLength_lt: CustomInt\r\n  metaAttributeLength_lte: CustomInt\r\n  metaAttributeLength_gt: CustomInt\r\n  metaAttributeLength_gte: CustomInt\r\n  metaAttributeLength_empty: Boolean\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  metaAttributeFormat_not: MetaAttributeFormatEnum\r\n  metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_empty: Boolean\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  defaultInternalValue: String\r\n  defaultInternalValue_not: String\r\n  defaultInternalValue_in: [String!]\r\n  defaultInternalValue_not_in: [String!]\r\n  defaultInternalValue_lt: String\r\n  defaultInternalValue_lte: String\r\n  defaultInternalValue_gt: String\r\n  defaultInternalValue_gte: String\r\n  defaultInternalValue_contains: String\r\n  defaultInternalValue_not_contains: String\r\n  defaultInternalValue_starts_with: String\r\n  defaultInternalValue_not_starts_with: String\r\n  defaultInternalValue_ends_with: String\r\n  defaultInternalValue_not_ends_with: String\r\n  defaultInternalValue_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_empty: Boolean\r\n  refersText: String\r\n  refersText_not: String\r\n  refersText_in: [String!]\r\n  refersText_not_in: [String!]\r\n  refersText_lt: String\r\n  refersText_lte: String\r\n  refersText_gt: String\r\n  refersText_gte: String\r\n  refersText_contains: String\r\n  refersText_not_contains: String\r\n  refersText_starts_with: String\r\n  refersText_not_starts_with: String\r\n  refersText_ends_with: String\r\n  refersText_not_ends_with: String\r\n  refersText_empty: Boolean\r\n  fieldDefinitionType: FieldDefinitionTypeEnum\r\n  fieldDefinitionType_not: FieldDefinitionTypeEnum\r\n  fieldDefinitionType_in: [FieldDefinitionTypeEnum!]\r\n  fieldDefinitionType_not_in: [FieldDefinitionTypeEnum!]\r\n  fieldDefinitionType_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  macro_Implementation_some: [MacroFilter!]\r\n  macro_Implementation_count: countFilter\r\n  reportGraphProperty_some: [ReportGraphPropertyFilter!]\r\n  reportGraphProperty_count: countFilter\r\n}\r\n\r\nenum GraphSetFieldDefinitionOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  metaAttributeType_ASC\r\n  metaAttributeType_DESC\r\n  metaAttributeLength_ASC\r\n  metaAttributeLength_DESC\r\n  metaAttributeFormat_ASC\r\n  metaAttributeFormat_DESC\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  defaultInternalValue_ASC\r\n  defaultInternalValue_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  defaultMetaTextFormat_ASC\r\n  defaultMetaTextFormat_DESC\r\n  refersText_ASC\r\n  refersText_DESC\r\n  fieldDefinitionType_ASC\r\n  fieldDefinitionType_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ninput GraphSetFilter {\r\n  defaultField_78517759479d46608ec8d8d09f769120: String\r\n  and: [GraphSetFilter!]\r\n  or: [GraphSetFilter!]\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  graphSetDefinition_some: [GraphSetDefinitionFilter!]\r\n  graphSetDefinition_count: countFilter\r\n  reportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_count: countFilter\r\n}\r\n\r\ntype GraphSetNodeDefinition implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  nodeMetaClass: GraphQLObjectInterface\r\n  canBeAnEntryPoint: Boolean\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  graphSetArcDefinition_GraphSetArcDefinitionFromMaster(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinition_GraphSetArcDefinitionFromMasterAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n  graphSubSet(filter: GraphSubSetFilter, orderBy: [GraphSubSetOrderBy]): [GraphSubSet]\r\n  graphSubSetAggregatedValues(filter: GraphSubSetFilter, orderBy: [GraphSubSetOrderBy]): [GraphSubSetAggregatedValues]\r\n  graphSetArcDefinition_GraphSetArcDefinitionToSlave(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinition_GraphSetArcDefinitionToSlaveAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n  reportGraphNode(filter: ReportGraphNodeFilter, orderBy: [ReportGraphNodeOrderBy]): [ReportGraphNode]\r\n  reportGraphNodeAggregatedValues(filter: ReportGraphNodeFilter, orderBy: [ReportGraphNodeOrderBy]): [ReportGraphNodeAggregatedValues]\r\n}\r\n\r\ntype GraphSetNodeDefinitionAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  nodeMetaClass(function: AggregateFunctionType): CustomFloat\r\n  canBeAnEntryPoint(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GraphSetNodeDefinitionFilter {\r\n  and: [GraphSetNodeDefinitionFilter!]\r\n  or: [GraphSetNodeDefinitionFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  nodeMetaClass: String\r\n  nodeMetaClass_not: String\r\n  nodeMetaClass_in: [String!]\r\n  nodeMetaClass_not_in: [String!]\r\n  nodeMetaClass_empty: Boolean\r\n  canBeAnEntryPoint: Boolean\r\n  canBeAnEntryPoint_not: Boolean\r\n  canBeAnEntryPoint_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  graphSetArcDefinition_GraphSetArcDefinitionFromMaster_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_GraphSetArcDefinitionFromMaster_count: countFilter\r\n  graphSubSet_some: [GraphSubSetFilter!]\r\n  graphSubSet_count: countFilter\r\n  graphSetArcDefinition_GraphSetArcDefinitionToSlave_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_GraphSetArcDefinitionToSlave_count: countFilter\r\n  reportGraphNode_some: [ReportGraphNodeFilter!]\r\n  reportGraphNode_count: countFilter\r\n}\r\n\r\nenum GraphSetNodeDefinitionOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  nodeMetaClass_ASC\r\n  nodeMetaClass_DESC\r\n  canBeAnEntryPoint_ASC\r\n  canBeAnEntryPoint_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum GraphSetOrderBy {\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype GraphSetPath implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  graphSetPathName: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  graphSetArcDefinition_GraphSetPathElement(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinition_GraphSetPathElementAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n  graphSetArcDefinition(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinitionAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n  graphSetArcDefinition_GraphSetArcDefinitionOwner(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinition_GraphSetArcDefinitionOwnerAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n}\r\n\r\ntype GraphSetPathAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  graphSetPathName(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GraphSetPathFilter {\r\n  defaultField_317fdc766cbc47df97593a491b3f6e89: String\r\n  and: [GraphSetPathFilter!]\r\n  or: [GraphSetPathFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  graphSetPathName: String\r\n  graphSetPathName_not: String\r\n  graphSetPathName_in: [String!]\r\n  graphSetPathName_not_in: [String!]\r\n  graphSetPathName_lt: String\r\n  graphSetPathName_lte: String\r\n  graphSetPathName_gt: String\r\n  graphSetPathName_gte: String\r\n  graphSetPathName_contains: String\r\n  graphSetPathName_not_contains: String\r\n  graphSetPathName_starts_with: String\r\n  graphSetPathName_not_starts_with: String\r\n  graphSetPathName_ends_with: String\r\n  graphSetPathName_not_ends_with: String\r\n  graphSetPathName_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  graphSetArcDefinition_GraphSetPathElement_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_GraphSetPathElement_count: countFilter\r\n  graphSetArcDefinition_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_count: countFilter\r\n  graphSetArcDefinition_GraphSetArcDefinitionOwner_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_GraphSetArcDefinitionOwner_count: countFilter\r\n}\r\n\r\nenum GraphSetPathOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  graphSetPathName_ASC\r\n  graphSetPathName_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype GraphSubSet implements GraphQLObjectInterface {\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  graphSetDefinition(filter: GraphSetDefinitionFilter, orderBy: [GraphSetDefinitionOrderBy]): [GraphSetDefinition]\r\n  graphSetDefinitionAggregatedValues(filter: GraphSetDefinitionFilter, orderBy: [GraphSetDefinitionOrderBy]): [GraphSetDefinitionAggregatedValues]\r\n  graphSetNodeDefinition(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy]): [GraphSetNodeDefinition]\r\n  graphSetNodeDefinitionAggregatedValues(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy]): [GraphSetNodeDefinitionAggregatedValues]\r\n  reportGraphLayer(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy]): [ReportGraphLayer]\r\n  reportGraphLayerAggregatedValues(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy]): [ReportGraphLayerAggregatedValues]\r\n}\r\n\r\ntype GraphSubSetAggregatedValues {\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GraphSubSetFilter {\r\n  defaultField_54dd74d5dbf448ebbed153f63b5c66e4: String\r\n  and: [GraphSubSetFilter!]\r\n  or: [GraphSubSetFilter!]\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  graphSetDefinition_some: [GraphSetDefinitionFilter!]\r\n  graphSetDefinition_count: countFilter\r\n  graphSetNodeDefinition_some: [GraphSetNodeDefinitionFilter!]\r\n  graphSetNodeDefinition_count: countFilter\r\n  reportGraphLayer_some: [ReportGraphLayerFilter!]\r\n  reportGraphLayer_count: countFilter\r\n}\r\n\r\nenum GraphSubSetOrderBy {\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum HTMLElementSpacingEnum {\r\n  None\r\n  Narrow\r\n  Moderate\r\n  Wide\r\n}\r\n\r\nenum HTMLLayoutMarginEnum {\r\n  None\r\n  Narrow\r\n  Moderate\r\n  Wide\r\n}\r\n\r\nenum HeadercenterEnum {\r\n  CompanyAndOptionalCreator\r\n  CurrentTitle\r\n  Date\r\n  Time\r\n  Page\r\n  PageTotal\r\n  TotalNumberOfPages\r\n  Logo\r\n  CurrentUser\r\n  CurrentProfile\r\n}\r\n\r\nenum HeaderleftEnum {\r\n  CompanyAndOptionalCreator\r\n  CurrentTitle\r\n  Date\r\n  Time\r\n  Page\r\n  PageTotal\r\n  TotalNumberOfPages\r\n  Logo\r\n  CurrentUser\r\n  CurrentProfile\r\n}\r\n\r\nenum HeaderrightEnum {\r\n  CompanyAndOptionalCreator\r\n  CurrentTitle\r\n  Date\r\n  Time\r\n  Page\r\n  PageTotal\r\n  TotalNumberOfPages\r\n  Logo\r\n  CurrentUser\r\n  CurrentProfile\r\n}\r\n\r\nenum HtmlReportingEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ITSupportBAEnum {\r\n  NA\r\n  Poor\r\n  VeryPoor\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum IdType {\r\n  INTERNAL\r\n  EXTERNAL\r\n  TEMPORARY\r\n}\r\n\r\ninput InputApplication {\r\n  name: String\r\n  cloudComputing: CloudComputingEnum\r\n  versionNumber: String\r\n  requiredMemorySize: String\r\n  prefix: String\r\n  applicationStereotype: ApplicationStereotypeEnum\r\n  applicationType: ApplicationTypeEnum\r\n  cASTHighlightID: CustomInt\r\n  businessValueAPM: BusinessValueAPMEnum\r\n  functionalSupportAPM: FunctionalSupportAPMEnum\r\n  technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n  closingDateCast: CustomDate\r\n  softwareResiliencyScoreCASTHighligh: CustomFloat\r\n  softwareAgilityScore: CustomFloat\r\n  softwareEleganceScoreCASTHighligh: CustomFloat\r\n  cloudReadyScoreCASTHighlight: CustomFloat\r\n  cloudReadyScanCASTHighlight: CustomFloat\r\n  technicalDebtCast: CustomFloat\r\n  numberOfLinesOfCodeCast: CustomInt\r\n  numberOfFilesCast: CustomInt\r\n  aggregationTypeAPM: AggregationTypeAPMEnum\r\n  backFiredFunctionPointsCASTHighlight: CustomFloat\r\n  softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n  workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n  workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n  softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n  softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n  detailsCast: String\r\n  statusReview: StatusReviewEnum\r\n  standardCreationDate: CustomDate\r\n  consent: ConsentEnum\r\n  source: String\r\n  standardClass: StandardClassEnum\r\n  retireDate: CustomDate\r\n  cost: CustomFloat\r\n  revenue: CustomFloat\r\n  rOIPercentage: CustomFloat\r\n  rOIRate: CustomFloat\r\n  costRate: CustomFloat\r\n  lifecycleStatus: LifecycleStatusEnum\r\n  initialLiveDate: CustomDate\r\n  dateOfLastRelease: CustomDate\r\n  dateOfNextRelease: CustomDate\r\n  retirementDate: CustomDate\r\n  gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n  sourceTOGAF: String\r\n  availabilityCharacteristics: String\r\n  serviceTimes: String\r\n  manageabilityCharacteristics: String\r\n  serviceabilityCharacteristics: String\r\n  performanceCharacteristics: String\r\n  reliabilityCharacteristics: String\r\n  recoverabilityCharacteristics: String\r\n  locatabilityCharacteristics: String\r\n  securityCharacteristics: String\r\n  privacyCharacteristics: String\r\n  integrityCharacteristics: String\r\n  credibilityCharacteristics: String\r\n  localizationCharacteristics: String\r\n  internationalizationCharacteristics: String\r\n  interoperabilityCharacteristics: String\r\n  scalabilityCharacteristics: String\r\n  portabilityCharacteristics: String\r\n  extensibilityCharacteristics: String\r\n  capacityCharacteristics: String\r\n  throughput: String\r\n  throughputPeriod: String\r\n  growth: String\r\n  growthPeriod: String\r\n  peakProfileShortTerm: String\r\n  peakProfileLongTerm: String\r\n  freezePastTimePeriod: Boolean\r\n  recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n  recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n  lastAssessmentDate: CustomDate\r\n  workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n  sLALevel: SLALevelEnum\r\n  applicationValidationDate: CustomDate\r\n  nextReviewDate: CustomDate\r\n  lastReviewDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  applicationTemplate: ApplicationTemplateEnum\r\n  deploymentDate: CustomDate\r\n  operatingApplicationDate: CustomDate\r\n  urbanism: UrbanismEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue: _InputCollectionAction15507\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessProcess {\r\n  name: String\r\n  standardCreationDate: CustomDate\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  source: String\r\n  processCriticality: String\r\n  manualOrAutomated: ManualOrAutomatedEnum\r\n  processVolumetrics: String\r\n  businessProcessType: String\r\n  standardClass: StandardClassEnum\r\n  retireDate: CustomDate\r\n  gDPRImpact: GDPRImpactEnum\r\n  transaction: TransactionEnum\r\n  isSAP: Boolean\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  gDPRPurpose: Boolean\r\n  sourceTOGAF: String\r\n  freezePastTimePeriod: Boolean\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  gDPRPurposeDate: CustomDate\r\n  nextReviewDate: CustomDate\r\n  lastReviewDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  gDPRCode: CustomInt\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue: _InputCollectionAction15567\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramType {\r\n  nature: NatureEnum\r\n  wizardImageFilename: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15267\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDispatchSystem {\r\n  baseline: CustomInt\r\n  alignValidation: AlignValidationEnum\r\n  buildNumber: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15265\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputFolderOfReportDataSetDefinition {\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportDataSetDefinition: _InputCollectionAction15489\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputFolderOfReportTemplates {\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15469\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputFolderOfReports {\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGraphSet {\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetDefinition: _InputCollectionAction15415\r\n  reportParameterValue: _InputCollectionAction15416\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGraphSetArcDefinition {\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionSlave: _InputCollectionAction15297\r\n  reportGraphArc: _InputCollectionAction15298\r\n  macro_BehaviorMacro: _InputCollectionAction15299\r\n  graphSetPath_GraphSetPathDefined: _InputCollectionAction15300\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionMaster: _InputCollectionAction15301\r\n  metaAssociationEnd_GraphSetArcProvider: _InputCollectionAction15302\r\n  query_GraphSetArcProvider: _InputCollectionAction15303\r\n  graphSetPath_GraphSetArcProvider: _InputCollectionAction15304\r\n  graphSetPath_OwnedGraphSetPath: _InputCollectionAction15305\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGraphSetDefinition {\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  query_EntryPointQueries: _InputCollectionAction15291\r\n  graphSet: _InputCollectionAction15292\r\n  graphSubSet: _InputCollectionAction15293\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGraphSetFieldDefinition {\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  fieldDefinitionType: FieldDefinitionTypeEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15411\r\n  reportGraphProperty: _InputCollectionAction15412\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGraphSetNodeDefinition {\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetArcDefinition_GraphSetArcDefinitionFromMaster: _InputCollectionAction15283\r\n  graphSubSet: _InputCollectionAction15284\r\n  graphSetArcDefinition_GraphSetArcDefinitionToSlave: _InputCollectionAction15285\r\n  reportGraphNode: _InputCollectionAction15286\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGraphSetPath {\r\n  name: String\r\n  graphSetPathName: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetArcDefinition_GraphSetPathElement: _InputCollectionAction15405\r\n  graphSetArcDefinition: _InputCollectionAction15406\r\n  graphSetArcDefinition_GraphSetArcDefinitionOwner: _InputCollectionAction15407\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGraphSubSet {\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetDefinition: _InputCollectionAction15315\r\n  graphSetNodeDefinition: _InputCollectionAction15316\r\n  reportGraphLayer: _InputCollectionAction15317\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputLanguage {\r\n  languageCharacteristics: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  language_GeneralLanguage: _InputCollectionAction15233\r\n  language_SpecializedLanguage: _InputCollectionAction15234\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15235\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\nenum InputLogicEnum {\r\n  Synchronization\r\n  Junction\r\n}\r\n\r\ninput InputMacro {\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameter_ImplementedProperty: _InputCollectionAction15471\r\n  graphSetFieldDefinition_ImplementedProperty: _InputCollectionAction15472\r\n  metaParameter_ImplementedProperty: _InputCollectionAction15473\r\n  taggedValue_ImplementedProperty: _InputCollectionAction15474\r\n  reportDataSetCollection_ImplementedProperty: _InputCollectionAction15475\r\n  reportDataSetProperty_ImplementedProperty: _InputCollectionAction15476\r\n  graphSetArcDefinition: _InputCollectionAction15477\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15478\r\n  reportChapter: _InputCollectionAction15479\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaAssociationEnd {\r\n  name: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15253\r\n  reportDataSetCollection: _InputCollectionAction15254\r\n  graphSetArcDefinition: _InputCollectionAction15255\r\n  reportDataSetProperty: _InputCollectionAction15256\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaAttribute {\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  atIndex: AtIndexEnum\r\n  metaLayer: MetaLayerEnum\r\n  atNature: AtNatureEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: CustomInt\r\n  uIPermissions: String\r\n  sequence: CustomInt\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  indexRanking: CustomInt\r\n  instantReports: InstantReportsEnum\r\n  settings: String\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15239\r\n  reportDataSetProperty: _InputCollectionAction15240\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaClass {\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportDataSetDefinition: _InputCollectionAction15243\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15244\r\n  reportParameter: _InputCollectionAction15245\r\n  reportDataSetCollection: _InputCollectionAction15246\r\n  reportDataSetProperty: _InputCollectionAction15247\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaParameter {\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15445\r\n  reportDataSetCollection: _InputCollectionAction15446\r\n  reportDataSetDefinition_ReportDataSetDefinitionCollection: _InputCollectionAction15447\r\n  reportDataSetDefinition_ReportDataSetDefinitionProperty: _InputCollectionAction15448\r\n  reportDataSetProperty: _InputCollectionAction15449\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputPersonSystem {\r\n  commandLine: String\r\n  windowsLogin: String\r\n  scciUserName: String\r\n  email: String\r\n  castToken: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  cASTHighlightID: CustomInt\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15261\r\n  reportDataSet: _InputCollectionAction15262\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputQuery {\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetDefinition: _InputCollectionAction15269\r\n  reportDataSetDefinition: _InputCollectionAction15270\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15271\r\n  reportDataSetCollection: _InputCollectionAction15272\r\n  graphSetArcDefinition: _InputCollectionAction15273\r\n  reportDataSetProperty: _InputCollectionAction15274\r\n  reportParameterValue_ComputedReportParameterValue: _InputCollectionAction15275\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputQueryInstance {\r\n  select: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ComputedReportParameterValue: _InputCollectionAction15455\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReport {\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue: _InputCollectionAction15321\r\n  reportChapter: _InputCollectionAction15322\r\n  reportParameterValue_ValueForReportParameter: _InputCollectionAction15323\r\n  reportTemplate: _InputCollectionAction15324\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportChapter {\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15457\r\n  report: _InputCollectionAction15458\r\n  macro: _InputCollectionAction15459\r\n  reportTemplate: _InputCollectionAction15460\r\n  reportParameter: _InputCollectionAction15461\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportContainer {\r\n  name: String\r\n  maximumNumberOfElementsPerLine: CustomInt\r\n  maximumWidthOfEachElement: CustomInt\r\n  hTMLLayoutMargin: HTMLLayoutMarginEnum\r\n  hTMLElementSpacing: HTMLElementSpacingEnum\r\n  dataSourceInstanceIdentifier: CustomInt\r\n  showAllFilters: Boolean\r\n  settings: String\r\n  comment: String\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportDataSet {\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportDataSetDefinition: _InputCollectionAction15555\r\n  reportParameterValue: _InputCollectionAction15556\r\n  personSystem: _InputCollectionAction15557\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportDataSetCollection {\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15515\r\n  metaParameter_PopulatingCollectionParameter: _InputCollectionAction15516\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15517\r\n  reportDataSetStructure: _InputCollectionAction15518\r\n  query_PopulatingQuery: _InputCollectionAction15519\r\n  metaAssociationEnd_PopulatingMetaAssociationEnd: _InputCollectionAction15520\r\n  metaClass_TargetMetaClass: _InputCollectionAction15521\r\n  reportDataSetCollection_ParentReportDataSetCollection: _InputCollectionAction15522\r\n  reportDataSetCollection_ReportDataSetItem: _InputCollectionAction15523\r\n  reportDataSetProperty_ReportDataSetItem: _InputCollectionAction15524\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportDataSetDefinition {\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  metaClass_SourceMetaClass: _InputCollectionAction15491\r\n  reportDataSetStructure: _InputCollectionAction15492\r\n  reportDataSet_ReportDataSetResult: _InputCollectionAction15493\r\n  metaParameter_CollectionParameter: _InputCollectionAction15494\r\n  query_PresetQuery: _InputCollectionAction15495\r\n  metaParameter_PropertyParameter: _InputCollectionAction15496\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15497\r\n  folderOfReportDataSetDefinition: _InputCollectionAction15498\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportDataSetProperty {\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15535\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15536\r\n  metaParameter: _InputCollectionAction15537\r\n  reportDataSetStructure: _InputCollectionAction15538\r\n  taggedValue: _InputCollectionAction15539\r\n  query_CountedQuery: _InputCollectionAction15540\r\n  metaAssociationEnd_CountedMetaAssociationEnd: _InputCollectionAction15541\r\n  metaClass_TargetMetaClass: _InputCollectionAction15542\r\n  metaAttribute: _InputCollectionAction15543\r\n  reportDataSetCollection_ParentReportDataSetCollection: _InputCollectionAction15544\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportDataSetStructure {\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportDataSetDefinition: _InputCollectionAction15561\r\n  reportDataSetCollection_ReportDataSetItem: _InputCollectionAction15562\r\n  reportDataSetProperty_ReportDataSetItem: _InputCollectionAction15563\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportGraphArc {\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  gUIName: String\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetArcDefinition_GraphSetArc: _InputCollectionAction15439\r\n  reportGraphProperty: _InputCollectionAction15440\r\n  reportGraphLayer: _InputCollectionAction15441\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportGraphLayer {\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportGraphView: _InputCollectionAction15419\r\n  reportGraphNode: _InputCollectionAction15420\r\n  reportGraphArc: _InputCollectionAction15421\r\n  graphSubSet: _InputCollectionAction15422\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportGraphNode {\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  gUIName: String\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportGraphProperty: _InputCollectionAction15433\r\n  reportGraphLayer: _InputCollectionAction15434\r\n  graphSetNodeDefinition_GraphSetNodeDescription: _InputCollectionAction15435\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportGraphProperty {\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  replaceName: ReplaceNameEnum\r\n  displayPicture: DisplayPictureEnum\r\n  gUIName: String\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportGraphNode_ReportGraphPropertyOwner: _InputCollectionAction15427\r\n  reportGraphArc_ReportGraphPropertyOwner: _InputCollectionAction15428\r\n  graphSetFieldDefinition_GraphSetProperty: _InputCollectionAction15429\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportGraphView {\r\n  name: String\r\n  reportDataViewSharing: ReportDataViewSharingEnum\r\n  gUIName: String\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportGraphLayer: _InputCollectionAction15467\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportParameter {\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15329\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15330\r\n  reportTemplate_ParameterizedReportTemplate: _InputCollectionAction15331\r\n  reportParameterValue: _InputCollectionAction15332\r\n  metaClass_ReportParameterType: _InputCollectionAction15333\r\n  reportChapter_DetailReportGenerator: _InputCollectionAction15334\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportParameterValue {\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue: _InputCollectionAction15349\r\n  report_ReportValue: _InputCollectionAction15350\r\n  reportParameterValue_ReportValue: _InputCollectionAction15351\r\n  graphSet_ReportValue: _InputCollectionAction15352\r\n  application_ReportValue: _InputCollectionAction15353\r\n  reportDataSet_ReportValue: _InputCollectionAction15354\r\n  businessProcess_ReportValue: _InputCollectionAction15355\r\n  language_SystemReportValue: _InputCollectionAction15356\r\n  metaAttribute_SystemReportValue: _InputCollectionAction15357\r\n  metaClass_SystemReportValue: _InputCollectionAction15358\r\n  metaAssociationEnd_SystemReportValue: _InputCollectionAction15359\r\n  personSystem_SystemReportValue: _InputCollectionAction15360\r\n  dispatchSystem_SystemReportValue: _InputCollectionAction15361\r\n  diagramType_SystemReportValue: _InputCollectionAction15362\r\n  query_SystemReportValue: _InputCollectionAction15363\r\n  reportParameter_SystemReportValue: _InputCollectionAction15364\r\n  reportTemplate_SystemReportValue: _InputCollectionAction15365\r\n  reportChapter_SystemReportValue: _InputCollectionAction15366\r\n  folderOfReportTemplates_SystemReportValue: _InputCollectionAction15367\r\n  macro_SystemReportValue: _InputCollectionAction15368\r\n  reportDataSetDefinition_SystemReportValue: _InputCollectionAction15369\r\n  taggedValue_SystemReportValue: _InputCollectionAction15370\r\n  reportDataSetCollection_SystemReportValue: _InputCollectionAction15371\r\n  reportDataSetProperty_SystemReportValue: _InputCollectionAction15372\r\n  report_ParameterizedReport: _InputCollectionAction15373\r\n  reportParameter_ValuatedReportParameter: _InputCollectionAction15374\r\n  queryInstance_ReportValueQueryInstance: _InputCollectionAction15375\r\n  query_ReportValueQuery: _InputCollectionAction15376\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputReportTemplate {\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15341\r\n  reportParameter_ReportTemplateParameter: _InputCollectionAction15342\r\n  report_ReportInstance: _InputCollectionAction15343\r\n  reportChapter_AvailableReportChapters: _InputCollectionAction15344\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputTaggedValue {\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  gUIName: String\r\n  instantReports: InstantReportsEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15509\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15510\r\n  reportDataSetProperty: _InputCollectionAction15511\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueApplication {\r\n  name: String\r\n  applicationCode: String\r\n  cloudComputing: CloudComputingEnum\r\n  versionNumber: String\r\n  requiredMemorySize: String\r\n  prefix: String\r\n  applicationStereotype: ApplicationStereotypeEnum\r\n  applicationType: ApplicationTypeEnum\r\n  cASTHighlightID: CustomInt\r\n  businessValueAPM: BusinessValueAPMEnum\r\n  functionalSupportAPM: FunctionalSupportAPMEnum\r\n  technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n  closingDateCast: CustomDate\r\n  softwareResiliencyScoreCASTHighligh: CustomFloat\r\n  softwareAgilityScore: CustomFloat\r\n  softwareEleganceScoreCASTHighligh: CustomFloat\r\n  cloudReadyScoreCASTHighlight: CustomFloat\r\n  cloudReadyScanCASTHighlight: CustomFloat\r\n  technicalDebtCast: CustomFloat\r\n  numberOfLinesOfCodeCast: CustomInt\r\n  numberOfFilesCast: CustomInt\r\n  aggregationTypeAPM: AggregationTypeAPMEnum\r\n  backFiredFunctionPointsCASTHighlight: CustomFloat\r\n  softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n  workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n  workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n  softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n  softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n  detailsCast: String\r\n  statusReview: StatusReviewEnum\r\n  standardCreationDate: CustomDate\r\n  consent: ConsentEnum\r\n  source: String\r\n  standardClass: StandardClassEnum\r\n  retireDate: CustomDate\r\n  cost: CustomFloat\r\n  revenue: CustomFloat\r\n  rOIPercentage: CustomFloat\r\n  rOIRate: CustomFloat\r\n  costRate: CustomFloat\r\n  lifecycleStatus: LifecycleStatusEnum\r\n  initialLiveDate: CustomDate\r\n  dateOfLastRelease: CustomDate\r\n  dateOfNextRelease: CustomDate\r\n  retirementDate: CustomDate\r\n  gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n  sourceTOGAF: String\r\n  availabilityCharacteristics: String\r\n  serviceTimes: String\r\n  manageabilityCharacteristics: String\r\n  serviceabilityCharacteristics: String\r\n  performanceCharacteristics: String\r\n  reliabilityCharacteristics: String\r\n  recoverabilityCharacteristics: String\r\n  locatabilityCharacteristics: String\r\n  securityCharacteristics: String\r\n  privacyCharacteristics: String\r\n  integrityCharacteristics: String\r\n  credibilityCharacteristics: String\r\n  localizationCharacteristics: String\r\n  internationalizationCharacteristics: String\r\n  interoperabilityCharacteristics: String\r\n  scalabilityCharacteristics: String\r\n  portabilityCharacteristics: String\r\n  extensibilityCharacteristics: String\r\n  capacityCharacteristics: String\r\n  throughput: String\r\n  throughputPeriod: String\r\n  growth: String\r\n  growthPeriod: String\r\n  peakProfileShortTerm: String\r\n  peakProfileLongTerm: String\r\n  freezePastTimePeriod: Boolean\r\n  recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n  recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n  lastAssessmentDate: CustomDate\r\n  workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n  sLALevel: SLALevelEnum\r\n  applicationValidationDate: CustomDate\r\n  nextReviewDate: CustomDate\r\n  lastReviewDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  applicationTemplate: ApplicationTemplateEnum\r\n  deploymentDate: CustomDate\r\n  operatingApplicationDate: CustomDate\r\n  urbanism: UrbanismEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue: _InputCollectionAction15508\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessProcess {\r\n  name: String\r\n  standardCreationDate: CustomDate\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  source: String\r\n  processCriticality: String\r\n  manualOrAutomated: ManualOrAutomatedEnum\r\n  processVolumetrics: String\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  standardClass: StandardClassEnum\r\n  retireDate: CustomDate\r\n  gDPRImpact: GDPRImpactEnum\r\n  transaction: TransactionEnum\r\n  isSAP: Boolean\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  gDPRPurpose: Boolean\r\n  sourceTOGAF: String\r\n  freezePastTimePeriod: Boolean\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  gDPRSystemID: String\r\n  gDPRPurposeDate: CustomDate\r\n  nextReviewDate: CustomDate\r\n  lastReviewDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  gDPRCode: CustomInt\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue: _InputCollectionAction15568\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramType {\r\n  nature: NatureEnum\r\n  wizardImageFilename: String\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15268\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDispatchSystem {\r\n  baseline: CustomInt\r\n  alignValidation: AlignValidationEnum\r\n  buildNumber: String\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15266\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueFolderOfReportDataSetDefinition {\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportDataSetDefinition: _InputCollectionAction15490\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueFolderOfReportTemplates {\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15470\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueFolderOfReports {\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGraphSet {\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetDefinition: _InputCollectionAction15417\r\n  reportParameterValue: _InputCollectionAction15418\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGraphSetArcDefinition {\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionSlave: _InputCollectionAction15306\r\n  reportGraphArc: _InputCollectionAction15307\r\n  macro_BehaviorMacro: _InputCollectionAction15308\r\n  graphSetPath_GraphSetPathDefined: _InputCollectionAction15309\r\n  graphSetNodeDefinition_GraphSetNodeDefinitionMaster: _InputCollectionAction15310\r\n  metaAssociationEnd_GraphSetArcProvider: _InputCollectionAction15311\r\n  query_GraphSetArcProvider: _InputCollectionAction15312\r\n  graphSetPath_GraphSetArcProvider: _InputCollectionAction15313\r\n  graphSetPath_OwnedGraphSetPath: _InputCollectionAction15314\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGraphSetDefinition {\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  query_EntryPointQueries: _InputCollectionAction15294\r\n  graphSet: _InputCollectionAction15295\r\n  graphSubSet: _InputCollectionAction15296\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGraphSetFieldDefinition {\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  fieldDefinitionType: FieldDefinitionTypeEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15413\r\n  reportGraphProperty: _InputCollectionAction15414\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGraphSetNodeDefinition {\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetArcDefinition_GraphSetArcDefinitionFromMaster: _InputCollectionAction15287\r\n  graphSubSet: _InputCollectionAction15288\r\n  graphSetArcDefinition_GraphSetArcDefinitionToSlave: _InputCollectionAction15289\r\n  reportGraphNode: _InputCollectionAction15290\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGraphSetPath {\r\n  name: String\r\n  graphSetPathName: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetArcDefinition_GraphSetPathElement: _InputCollectionAction15408\r\n  graphSetArcDefinition: _InputCollectionAction15409\r\n  graphSetArcDefinition_GraphSetArcDefinitionOwner: _InputCollectionAction15410\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGraphSubSet {\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetDefinition: _InputCollectionAction15318\r\n  graphSetNodeDefinition: _InputCollectionAction15319\r\n  reportGraphLayer: _InputCollectionAction15320\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueLanguage {\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  language_GeneralLanguage: _InputCollectionAction15236\r\n  language_SpecializedLanguage: _InputCollectionAction15237\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15238\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMacro {\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameter_ImplementedProperty: _InputCollectionAction15480\r\n  graphSetFieldDefinition_ImplementedProperty: _InputCollectionAction15481\r\n  metaParameter_ImplementedProperty: _InputCollectionAction15482\r\n  taggedValue_ImplementedProperty: _InputCollectionAction15483\r\n  reportDataSetCollection_ImplementedProperty: _InputCollectionAction15484\r\n  reportDataSetProperty_ImplementedProperty: _InputCollectionAction15485\r\n  graphSetArcDefinition: _InputCollectionAction15486\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15487\r\n  reportChapter: _InputCollectionAction15488\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaAssociationEnd {\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15257\r\n  reportDataSetCollection: _InputCollectionAction15258\r\n  graphSetArcDefinition: _InputCollectionAction15259\r\n  reportDataSetProperty: _InputCollectionAction15260\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaAttribute {\r\n  abbreviation: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  atIndex: AtIndexEnum\r\n  metaLayer: MetaLayerEnum\r\n  atNature: AtNatureEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: CustomInt\r\n  uIPermissions: String\r\n  sequence: CustomInt\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  indexRanking: CustomInt\r\n  instantReports: InstantReportsEnum\r\n  settings: String\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15241\r\n  reportDataSetProperty: _InputCollectionAction15242\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaClass {\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportDataSetDefinition: _InputCollectionAction15248\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15249\r\n  reportParameter: _InputCollectionAction15250\r\n  reportDataSetCollection: _InputCollectionAction15251\r\n  reportDataSetProperty: _InputCollectionAction15252\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaParameter {\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15450\r\n  reportDataSetCollection: _InputCollectionAction15451\r\n  reportDataSetDefinition_ReportDataSetDefinitionCollection: _InputCollectionAction15452\r\n  reportDataSetDefinition_ReportDataSetDefinitionProperty: _InputCollectionAction15453\r\n  reportDataSetProperty: _InputCollectionAction15454\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniquePersonSystem {\r\n  userCode: String\r\n  commandLine: String\r\n  windowsLogin: String\r\n  scciUserName: String\r\n  email: String\r\n  castToken: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  cASTHighlightID: CustomInt\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15263\r\n  reportDataSet: _InputCollectionAction15264\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueQuery {\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetDefinition: _InputCollectionAction15276\r\n  reportDataSetDefinition: _InputCollectionAction15277\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15278\r\n  reportDataSetCollection: _InputCollectionAction15279\r\n  graphSetArcDefinition: _InputCollectionAction15280\r\n  reportDataSetProperty: _InputCollectionAction15281\r\n  reportParameterValue_ComputedReportParameterValue: _InputCollectionAction15282\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueQueryInstance {\r\n  select: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ComputedReportParameterValue: _InputCollectionAction15456\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReport {\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue: _InputCollectionAction15325\r\n  reportChapter: _InputCollectionAction15326\r\n  reportParameterValue_ValueForReportParameter: _InputCollectionAction15327\r\n  reportTemplate: _InputCollectionAction15328\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportChapter {\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15462\r\n  report: _InputCollectionAction15463\r\n  macro: _InputCollectionAction15464\r\n  reportTemplate: _InputCollectionAction15465\r\n  reportParameter: _InputCollectionAction15466\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportContainer {\r\n  name: String\r\n  maximumNumberOfElementsPerLine: CustomInt\r\n  maximumWidthOfEachElement: CustomInt\r\n  hTMLLayoutMargin: HTMLLayoutMarginEnum\r\n  hTMLElementSpacing: HTMLElementSpacingEnum\r\n  dataSourceInstanceIdentifier: CustomInt\r\n  showAllFilters: Boolean\r\n  settings: String\r\n  comment: String\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportDataSet {\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportDataSetDefinition: _InputCollectionAction15558\r\n  reportParameterValue: _InputCollectionAction15559\r\n  personSystem: _InputCollectionAction15560\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportDataSetCollection {\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15525\r\n  metaParameter_PopulatingCollectionParameter: _InputCollectionAction15526\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15527\r\n  reportDataSetStructure: _InputCollectionAction15528\r\n  query_PopulatingQuery: _InputCollectionAction15529\r\n  metaAssociationEnd_PopulatingMetaAssociationEnd: _InputCollectionAction15530\r\n  metaClass_TargetMetaClass: _InputCollectionAction15531\r\n  reportDataSetCollection_ParentReportDataSetCollection: _InputCollectionAction15532\r\n  reportDataSetCollection_ReportDataSetItem: _InputCollectionAction15533\r\n  reportDataSetProperty_ReportDataSetItem: _InputCollectionAction15534\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportDataSetDefinition {\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  metaClass_SourceMetaClass: _InputCollectionAction15499\r\n  reportDataSetStructure: _InputCollectionAction15500\r\n  reportDataSet_ReportDataSetResult: _InputCollectionAction15501\r\n  metaParameter_CollectionParameter: _InputCollectionAction15502\r\n  query_PresetQuery: _InputCollectionAction15503\r\n  metaParameter_PropertyParameter: _InputCollectionAction15504\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15505\r\n  folderOfReportDataSetDefinition: _InputCollectionAction15506\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportDataSetProperty {\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15545\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15546\r\n  metaParameter: _InputCollectionAction15547\r\n  reportDataSetStructure: _InputCollectionAction15548\r\n  taggedValue: _InputCollectionAction15549\r\n  query_CountedQuery: _InputCollectionAction15550\r\n  metaAssociationEnd_CountedMetaAssociationEnd: _InputCollectionAction15551\r\n  metaClass_TargetMetaClass: _InputCollectionAction15552\r\n  metaAttribute: _InputCollectionAction15553\r\n  reportDataSetCollection_ParentReportDataSetCollection: _InputCollectionAction15554\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportDataSetStructure {\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportDataSetDefinition: _InputCollectionAction15564\r\n  reportDataSetCollection_ReportDataSetItem: _InputCollectionAction15565\r\n  reportDataSetProperty_ReportDataSetItem: _InputCollectionAction15566\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportGraphArc {\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  gUIName: String\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  graphSetArcDefinition_GraphSetArc: _InputCollectionAction15442\r\n  reportGraphProperty: _InputCollectionAction15443\r\n  reportGraphLayer: _InputCollectionAction15444\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportGraphLayer {\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportGraphView: _InputCollectionAction15423\r\n  reportGraphNode: _InputCollectionAction15424\r\n  reportGraphArc: _InputCollectionAction15425\r\n  graphSubSet: _InputCollectionAction15426\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportGraphNode {\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  gUIName: String\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportGraphProperty: _InputCollectionAction15436\r\n  reportGraphLayer: _InputCollectionAction15437\r\n  graphSetNodeDefinition_GraphSetNodeDescription: _InputCollectionAction15438\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportGraphProperty {\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  replaceName: ReplaceNameEnum\r\n  displayPicture: DisplayPictureEnum\r\n  gUIName: String\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportGraphNode_ReportGraphPropertyOwner: _InputCollectionAction15430\r\n  reportGraphArc_ReportGraphPropertyOwner: _InputCollectionAction15431\r\n  graphSetFieldDefinition_GraphSetProperty: _InputCollectionAction15432\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportGraphView {\r\n  name: String\r\n  reportDataViewSharing: ReportDataViewSharingEnum\r\n  gUIName: String\r\n  settings: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportGraphLayer: _InputCollectionAction15468\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportParameter {\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15335\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15336\r\n  reportTemplate_ParameterizedReportTemplate: _InputCollectionAction15337\r\n  reportParameterValue: _InputCollectionAction15338\r\n  metaClass_ReportParameterType: _InputCollectionAction15339\r\n  reportChapter_DetailReportGenerator: _InputCollectionAction15340\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportParameterValue {\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue: _InputCollectionAction15377\r\n  report_ReportValue: _InputCollectionAction15378\r\n  reportParameterValue_ReportValue: _InputCollectionAction15379\r\n  graphSet_ReportValue: _InputCollectionAction15380\r\n  application_ReportValue: _InputCollectionAction15381\r\n  reportDataSet_ReportValue: _InputCollectionAction15382\r\n  businessProcess_ReportValue: _InputCollectionAction15383\r\n  language_SystemReportValue: _InputCollectionAction15384\r\n  metaAttribute_SystemReportValue: _InputCollectionAction15385\r\n  metaClass_SystemReportValue: _InputCollectionAction15386\r\n  metaAssociationEnd_SystemReportValue: _InputCollectionAction15387\r\n  personSystem_SystemReportValue: _InputCollectionAction15388\r\n  dispatchSystem_SystemReportValue: _InputCollectionAction15389\r\n  diagramType_SystemReportValue: _InputCollectionAction15390\r\n  query_SystemReportValue: _InputCollectionAction15391\r\n  reportParameter_SystemReportValue: _InputCollectionAction15392\r\n  reportTemplate_SystemReportValue: _InputCollectionAction15393\r\n  reportChapter_SystemReportValue: _InputCollectionAction15394\r\n  folderOfReportTemplates_SystemReportValue: _InputCollectionAction15395\r\n  macro_SystemReportValue: _InputCollectionAction15396\r\n  reportDataSetDefinition_SystemReportValue: _InputCollectionAction15397\r\n  taggedValue_SystemReportValue: _InputCollectionAction15398\r\n  reportDataSetCollection_SystemReportValue: _InputCollectionAction15399\r\n  reportDataSetProperty_SystemReportValue: _InputCollectionAction15400\r\n  report_ParameterizedReport: _InputCollectionAction15401\r\n  reportParameter_ValuatedReportParameter: _InputCollectionAction15402\r\n  queryInstance_ReportValueQueryInstance: _InputCollectionAction15403\r\n  query_ReportValueQuery: _InputCollectionAction15404\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueReportTemplate {\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15345\r\n  reportParameter_ReportTemplateParameter: _InputCollectionAction15346\r\n  report_ReportInstance: _InputCollectionAction15347\r\n  reportChapter_AvailableReportChapters: _InputCollectionAction15348\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueTaggedValue {\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  gUIName: String\r\n  instantReports: InstantReportsEnum\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  macro_Implementation: _InputCollectionAction15512\r\n  reportParameterValue_ReportParameterValueForSystemObjects: _InputCollectionAction15513\r\n  reportDataSetProperty: _InputCollectionAction15514\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\nenum InstantReportsEnum {\r\n  Graphable\r\n  NotGraphable\r\n}\r\n\r\nenum IsIndexableEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum IsWritableEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum KnowledgeBAEnum {\r\n  NA\r\n  Unknown\r\n  Poor\r\n  Medium\r\n  WellKnown\r\n  VeryWellKnown\r\n}\r\n\r\ntype Language implements GraphQLObjectInterface {\r\n  languageCharacteristics(format: StringFormat): String\r\n  languageCode: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  language_GeneralLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n  language_GeneralLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n  language_SpecializedLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n  language_SpecializedLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n}\r\n\r\ntype LanguageAggregatedValues {\r\n  languageCharacteristics(function: AggregateFunctionType): CustomFloat\r\n  languageCode(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput LanguageFilter {\r\n  and: [LanguageFilter!]\r\n  or: [LanguageFilter!]\r\n  languageCharacteristics: String\r\n  languageCharacteristics_not: String\r\n  languageCharacteristics_in: [String!]\r\n  languageCharacteristics_not_in: [String!]\r\n  languageCharacteristics_lt: String\r\n  languageCharacteristics_lte: String\r\n  languageCharacteristics_gt: String\r\n  languageCharacteristics_gte: String\r\n  languageCharacteristics_contains: String\r\n  languageCharacteristics_not_contains: String\r\n  languageCharacteristics_starts_with: String\r\n  languageCharacteristics_not_starts_with: String\r\n  languageCharacteristics_ends_with: String\r\n  languageCharacteristics_not_ends_with: String\r\n  languageCharacteristics_empty: Boolean\r\n  languageCode: String\r\n  languageCode_not: String\r\n  languageCode_in: [String!]\r\n  languageCode_not_in: [String!]\r\n  languageCode_lt: String\r\n  languageCode_lte: String\r\n  languageCode_gt: String\r\n  languageCode_gte: String\r\n  languageCode_contains: String\r\n  languageCode_not_contains: String\r\n  languageCode_starts_with: String\r\n  languageCode_not_starts_with: String\r\n  languageCode_ends_with: String\r\n  languageCode_not_ends_with: String\r\n  languageCode_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  language_GeneralLanguage_some: [LanguageFilter!]\r\n  language_GeneralLanguage_count: countFilter\r\n  language_SpecializedLanguage_some: [LanguageFilter!]\r\n  language_SpecializedLanguage_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n}\r\n\r\nenum LanguageOrderBy {\r\n  languageCharacteristics_ASC\r\n  languageCharacteristics_DESC\r\n  languageCode_ASC\r\n  languageCode_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum Languages {\r\n  PT\r\n  EN\r\n  DE\r\n  JA\r\n  FR\r\n  ES\r\n  NL\r\n  IT\r\n}\r\n\r\nenum LifecycleStatusEnum {\r\n  Proposed\r\n  InDevelopment\r\n  Live\r\n  PhasingOut\r\n  Retired\r\n}\r\n\r\nenum LocationEnum {\r\n  System\r\n  Data\r\n  External\r\n}\r\n\r\nenum LoggabilityEnum {\r\n  Unloggable\r\n  Loggable\r\n  UnloggableSystemOnly\r\n}\r\n\r\nenum LongevityEnum {\r\n  PrivateOnly\r\n  InstantView\r\n  Temporary\r\n  Permanent\r\n}\r\n\r\nenum LoopEnum {\r\n  DoWhile\r\n  No\r\n  DoUntil\r\n}\r\n\r\nenum MOFTypeEnum {\r\n  Standard\r\n  Stereotype\r\n}\r\n\r\ntype Macro implements GraphQLObjectInterface {\r\n  objectFactory: String\r\n  systemComponent(format: EnumFormat): SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions(format: EnumFormat): ExecutionOptionsEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameter_ImplementedProperty(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameter]\r\n  reportParameter_ImplementedPropertyAggregatedValues(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameterAggregatedValues]\r\n  graphSetFieldDefinition_ImplementedProperty(filter: GraphSetFieldDefinitionFilter, orderBy: [GraphSetFieldDefinitionOrderBy]): [GraphSetFieldDefinition]\r\n  graphSetFieldDefinition_ImplementedPropertyAggregatedValues(filter: GraphSetFieldDefinitionFilter, orderBy: [GraphSetFieldDefinitionOrderBy]): [GraphSetFieldDefinitionAggregatedValues]\r\n  metaParameter_ImplementedProperty(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameter]\r\n  metaParameter_ImplementedPropertyAggregatedValues(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameterAggregatedValues]\r\n  taggedValue_ImplementedProperty(filter: TaggedValueFilter, orderBy: [TaggedValueOrderBy]): [TaggedValue]\r\n  taggedValue_ImplementedPropertyAggregatedValues(filter: TaggedValueFilter, orderBy: [TaggedValueOrderBy]): [TaggedValueAggregatedValues]\r\n  reportDataSetCollection_ImplementedProperty(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollection_ImplementedPropertyAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  reportDataSetProperty_ImplementedProperty(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetProperty_ImplementedPropertyAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n  graphSetArcDefinition(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinitionAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportChapter(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy]): [ReportChapter]\r\n  reportChapterAggregatedValues(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy]): [ReportChapterAggregatedValues]\r\n}\r\n\r\ntype MacroAggregatedValues {\r\n  objectFactory(function: AggregateFunctionType): CustomFloat\r\n  systemComponent(function: AggregateFunctionType): CustomFloat\r\n  vBScript(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  executionOptions(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MacroFilter {\r\n  defaultField_00fb0d00c0334b0d9c8998dec1d01843: String\r\n  and: [MacroFilter!]\r\n  or: [MacroFilter!]\r\n  objectFactory: String\r\n  objectFactory_not: String\r\n  objectFactory_in: [String!]\r\n  objectFactory_not_in: [String!]\r\n  objectFactory_lt: String\r\n  objectFactory_lte: String\r\n  objectFactory_gt: String\r\n  objectFactory_gte: String\r\n  objectFactory_contains: String\r\n  objectFactory_not_contains: String\r\n  objectFactory_starts_with: String\r\n  objectFactory_not_starts_with: String\r\n  objectFactory_ends_with: String\r\n  objectFactory_not_ends_with: String\r\n  objectFactory_empty: Boolean\r\n  systemComponent: SystemComponentEnum\r\n  systemComponent_not: SystemComponentEnum\r\n  systemComponent_in: [SystemComponentEnum!]\r\n  systemComponent_not_in: [SystemComponentEnum!]\r\n  systemComponent_empty: Boolean\r\n  vBScript: String\r\n  vBScript_not: String\r\n  vBScript_in: [String!]\r\n  vBScript_not_in: [String!]\r\n  vBScript_lt: String\r\n  vBScript_lte: String\r\n  vBScript_gt: String\r\n  vBScript_gte: String\r\n  vBScript_contains: String\r\n  vBScript_not_contains: String\r\n  vBScript_starts_with: String\r\n  vBScript_not_starts_with: String\r\n  vBScript_ends_with: String\r\n  vBScript_not_ends_with: String\r\n  vBScript_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  executionOptions: ExecutionOptionsEnum\r\n  executionOptions_not: ExecutionOptionsEnum\r\n  executionOptions_in: [ExecutionOptionsEnum!]\r\n  executionOptions_not_in: [ExecutionOptionsEnum!]\r\n  executionOptions_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameter_ImplementedProperty_some: [ReportParameterFilter!]\r\n  reportParameter_ImplementedProperty_count: countFilter\r\n  graphSetFieldDefinition_ImplementedProperty_some: [GraphSetFieldDefinitionFilter!]\r\n  graphSetFieldDefinition_ImplementedProperty_count: countFilter\r\n  metaParameter_ImplementedProperty_some: [MetaParameterFilter!]\r\n  metaParameter_ImplementedProperty_count: countFilter\r\n  taggedValue_ImplementedProperty_some: [TaggedValueFilter!]\r\n  taggedValue_ImplementedProperty_count: countFilter\r\n  reportDataSetCollection_ImplementedProperty_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_ImplementedProperty_count: countFilter\r\n  reportDataSetProperty_ImplementedProperty_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_ImplementedProperty_count: countFilter\r\n  graphSetArcDefinition_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportChapter_some: [ReportChapterFilter!]\r\n  reportChapter_count: countFilter\r\n}\r\n\r\nenum MacroOrderBy {\r\n  objectFactory_ASC\r\n  objectFactory_DESC\r\n  systemComponent_ASC\r\n  systemComponent_DESC\r\n  vBScript_ASC\r\n  vBScript_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  executionOptions_ASC\r\n  executionOptions_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ManualOrAutomatedEnum {\r\n  Manual\r\n  Automated\r\n}\r\n\r\nenum MaximumTolerableDowntimeMTDEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum MegaReportingEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\ntype MetaAssociationEnd implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  legIndex(language: Languages): String\r\n  linkOrder: CustomInt\r\n  cardMax(format: EnumFormat): CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation(language: Languages): String\r\n  uIPermissions(format: StringFormat): String\r\n  dataVolume: CustomInt\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName(language: Languages): String\r\n  mOFType(format: EnumFormat): MOFTypeEnum\r\n  metaMultiplicity(format: EnumFormat): MetaMultiplicityEnum\r\n  instantReports(format: EnumFormat): InstantReportsEnum\r\n  nameAppearance(format: EnumFormat): NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportDataSetCollection(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollectionAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  graphSetArcDefinition(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinitionAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n  reportDataSetProperty(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetPropertyAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n}\r\n\r\ntype MetaAssociationEndAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  legIndex(function: AggregateFunctionType): CustomFloat\r\n  linkOrder(function: AggregateNumbersFunctionType): CustomFloat\r\n  cardMax(function: AggregateFunctionType): CustomFloat\r\n  cardMin(function: AggregateFunctionType): CustomFloat\r\n  major(function: AggregateFunctionType): CustomFloat\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  uIPermissions(function: AggregateFunctionType): CustomFloat\r\n  dataVolume(function: AggregateNumbersFunctionType): CustomFloat\r\n  dataVolumeChildren(function: AggregateNumbersFunctionType): CustomFloat\r\n  dataVolumeMax(function: AggregateNumbersFunctionType): CustomFloat\r\n  dataVolumeMaxChildren(function: AggregateNumbersFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  mOFType(function: AggregateFunctionType): CustomFloat\r\n  metaMultiplicity(function: AggregateFunctionType): CustomFloat\r\n  instantReports(function: AggregateFunctionType): CustomFloat\r\n  nameAppearance(function: AggregateFunctionType): CustomFloat\r\n  linkOptions(function: AggregateNumbersFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaAssociationEndFilter {\r\n  and: [MetaAssociationEndFilter!]\r\n  or: [MetaAssociationEndFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  legIndex: String\r\n  legIndex_not: String\r\n  legIndex_in: [String!]\r\n  legIndex_not_in: [String!]\r\n  legIndex_lt: String\r\n  legIndex_lte: String\r\n  legIndex_gt: String\r\n  legIndex_gte: String\r\n  legIndex_contains: String\r\n  legIndex_not_contains: String\r\n  legIndex_starts_with: String\r\n  legIndex_not_starts_with: String\r\n  legIndex_ends_with: String\r\n  legIndex_not_ends_with: String\r\n  legIndex_empty: Boolean\r\n  linkOrder: CustomInt\r\n  linkOrder_not: CustomInt\r\n  linkOrder_in: [CustomInt!]\r\n  linkOrder_not_in: [CustomInt!]\r\n  linkOrder_lt: CustomInt\r\n  linkOrder_lte: CustomInt\r\n  linkOrder_gt: CustomInt\r\n  linkOrder_gte: CustomInt\r\n  linkOrder_empty: Boolean\r\n  cardMax: CardMaxEnum\r\n  cardMax_not: CardMaxEnum\r\n  cardMax_in: [CardMaxEnum!]\r\n  cardMax_not_in: [CardMaxEnum!]\r\n  cardMax_empty: Boolean\r\n  cardMin: String\r\n  cardMin_not: String\r\n  cardMin_in: [String!]\r\n  cardMin_not_in: [String!]\r\n  cardMin_lt: String\r\n  cardMin_lte: String\r\n  cardMin_gt: String\r\n  cardMin_gte: String\r\n  cardMin_contains: String\r\n  cardMin_not_contains: String\r\n  cardMin_starts_with: String\r\n  cardMin_not_starts_with: String\r\n  cardMin_ends_with: String\r\n  cardMin_not_ends_with: String\r\n  cardMin_empty: Boolean\r\n  major: Boolean\r\n  major_not: Boolean\r\n  major_empty: Boolean\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  uIPermissions: String\r\n  uIPermissions_not: String\r\n  uIPermissions_in: [String!]\r\n  uIPermissions_not_in: [String!]\r\n  uIPermissions_lt: String\r\n  uIPermissions_lte: String\r\n  uIPermissions_gt: String\r\n  uIPermissions_gte: String\r\n  uIPermissions_contains: String\r\n  uIPermissions_not_contains: String\r\n  uIPermissions_starts_with: String\r\n  uIPermissions_not_starts_with: String\r\n  uIPermissions_ends_with: String\r\n  uIPermissions_not_ends_with: String\r\n  uIPermissions_empty: Boolean\r\n  dataVolume: CustomInt\r\n  dataVolume_not: CustomInt\r\n  dataVolume_in: [CustomInt!]\r\n  dataVolume_not_in: [CustomInt!]\r\n  dataVolume_lt: CustomInt\r\n  dataVolume_lte: CustomInt\r\n  dataVolume_gt: CustomInt\r\n  dataVolume_gte: CustomInt\r\n  dataVolume_empty: Boolean\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeChildren_not: CustomInt\r\n  dataVolumeChildren_in: [CustomInt!]\r\n  dataVolumeChildren_not_in: [CustomInt!]\r\n  dataVolumeChildren_lt: CustomInt\r\n  dataVolumeChildren_lte: CustomInt\r\n  dataVolumeChildren_gt: CustomInt\r\n  dataVolumeChildren_gte: CustomInt\r\n  dataVolumeChildren_empty: Boolean\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMax_not: CustomInt\r\n  dataVolumeMax_in: [CustomInt!]\r\n  dataVolumeMax_not_in: [CustomInt!]\r\n  dataVolumeMax_lt: CustomInt\r\n  dataVolumeMax_lte: CustomInt\r\n  dataVolumeMax_gt: CustomInt\r\n  dataVolumeMax_gte: CustomInt\r\n  dataVolumeMax_empty: Boolean\r\n  dataVolumeMaxChildren: CustomInt\r\n  dataVolumeMaxChildren_not: CustomInt\r\n  dataVolumeMaxChildren_in: [CustomInt!]\r\n  dataVolumeMaxChildren_not_in: [CustomInt!]\r\n  dataVolumeMaxChildren_lt: CustomInt\r\n  dataVolumeMaxChildren_lte: CustomInt\r\n  dataVolumeMaxChildren_gt: CustomInt\r\n  dataVolumeMaxChildren_gte: CustomInt\r\n  dataVolumeMaxChildren_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  mOFType: MOFTypeEnum\r\n  mOFType_not: MOFTypeEnum\r\n  mOFType_in: [MOFTypeEnum!]\r\n  mOFType_not_in: [MOFTypeEnum!]\r\n  mOFType_empty: Boolean\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  metaMultiplicity_not: MetaMultiplicityEnum\r\n  metaMultiplicity_in: [MetaMultiplicityEnum!]\r\n  metaMultiplicity_not_in: [MetaMultiplicityEnum!]\r\n  metaMultiplicity_empty: Boolean\r\n  instantReports: InstantReportsEnum\r\n  instantReports_not: InstantReportsEnum\r\n  instantReports_in: [InstantReportsEnum!]\r\n  instantReports_not_in: [InstantReportsEnum!]\r\n  instantReports_empty: Boolean\r\n  nameAppearance: NameAppearanceEnum\r\n  nameAppearance_not: NameAppearanceEnum\r\n  nameAppearance_in: [NameAppearanceEnum!]\r\n  nameAppearance_not_in: [NameAppearanceEnum!]\r\n  nameAppearance_empty: Boolean\r\n  linkOptions: CustomInt\r\n  linkOptions_not: CustomInt\r\n  linkOptions_in: [CustomInt!]\r\n  linkOptions_not_in: [CustomInt!]\r\n  linkOptions_lt: CustomInt\r\n  linkOptions_lte: CustomInt\r\n  linkOptions_gt: CustomInt\r\n  linkOptions_gte: CustomInt\r\n  linkOptions_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportDataSetCollection_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_count: countFilter\r\n  graphSetArcDefinition_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_count: countFilter\r\n  reportDataSetProperty_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_count: countFilter\r\n}\r\n\r\nenum MetaAssociationEndOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  legIndex_ASC\r\n  legIndex_DESC\r\n  linkOrder_ASC\r\n  linkOrder_DESC\r\n  cardMax_ASC\r\n  cardMax_DESC\r\n  cardMin_ASC\r\n  cardMin_DESC\r\n  major_ASC\r\n  major_DESC\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  dataVolume_ASC\r\n  dataVolume_DESC\r\n  dataVolumeChildren_ASC\r\n  dataVolumeChildren_DESC\r\n  dataVolumeMax_ASC\r\n  dataVolumeMax_DESC\r\n  dataVolumeMaxChildren_ASC\r\n  dataVolumeMaxChildren_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  mOFType_ASC\r\n  mOFType_DESC\r\n  metaMultiplicity_ASC\r\n  metaMultiplicity_DESC\r\n  instantReports_ASC\r\n  instantReports_DESC\r\n  nameAppearance_ASC\r\n  nameAppearance_DESC\r\n  linkOptions_ASC\r\n  linkOptions_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype MetaAttribute implements GraphQLObjectInterface {\r\n  abbreviation(language: Languages): String\r\n  metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n  defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n  loggability(format: EnumFormat): LoggabilityEnum\r\n  savability(format: EnumFormat): SavabilityEnum\r\n  atIndex(format: EnumFormat): AtIndexEnum\r\n  metaLayer(format: EnumFormat): MetaLayerEnum\r\n  atNature(format: EnumFormat): AtNatureEnum\r\n  translatability(format: EnumFormat): TranslatabilityEnum\r\n  translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultInternalValue: String\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  defaultSubstitutedMetaAttribute(format: EnumFormat): DefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: CustomInt\r\n  uIPermissions(format: StringFormat): String\r\n  sequence: CustomInt\r\n  physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n  isIndexable(format: EnumFormat): IsIndexableEnum\r\n  gUIName(language: Languages): String\r\n  mOFType(format: EnumFormat): MOFTypeEnum\r\n  indexRanking: CustomInt\r\n  instantReports(format: EnumFormat): InstantReportsEnum\r\n  settings: String\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportDataSetProperty(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetPropertyAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n}\r\n\r\ntype MetaAttributeAggregatedValues {\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n  metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n  defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n  loggability(function: AggregateFunctionType): CustomFloat\r\n  savability(function: AggregateFunctionType): CustomFloat\r\n  atIndex(function: AggregateFunctionType): CustomFloat\r\n  metaLayer(function: AggregateFunctionType): CustomFloat\r\n  atNature(function: AggregateFunctionType): CustomFloat\r\n  translatability(function: AggregateFunctionType): CustomFloat\r\n  translatabilityLevel(function: AggregateFunctionType): CustomFloat\r\n  initialANSIValue(function: AggregateFunctionType): CustomFloat\r\n  defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  defaultSubstitutedMetaAttribute(function: AggregateFunctionType): CustomFloat\r\n  defaultOrder(function: AggregateNumbersFunctionType): CustomFloat\r\n  uIPermissions(function: AggregateFunctionType): CustomFloat\r\n  sequence(function: AggregateNumbersFunctionType): CustomFloat\r\n  physicalStorage(function: AggregateFunctionType): CustomFloat\r\n  isIndexable(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  mOFType(function: AggregateFunctionType): CustomFloat\r\n  indexRanking(function: AggregateNumbersFunctionType): CustomFloat\r\n  instantReports(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  createPermission(function: AggregateFunctionType): CustomFloat\r\n  readPermission(function: AggregateFunctionType): CustomFloat\r\n  updatePermission(function: AggregateFunctionType): CustomFloat\r\n  deletePermission(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaAttributeFilter {\r\n  and: [MetaAttributeFilter!]\r\n  or: [MetaAttributeFilter!]\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeType_not: MetaAttributeTypeEnum\r\n  metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_empty: Boolean\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeLength_not: CustomInt\r\n  metaAttributeLength_in: [CustomInt!]\r\n  metaAttributeLength_not_in: [CustomInt!]\r\n  metaAttributeLength_lt: CustomInt\r\n  metaAttributeLength_lte: CustomInt\r\n  metaAttributeLength_gt: CustomInt\r\n  metaAttributeLength_gte: CustomInt\r\n  metaAttributeLength_empty: Boolean\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  metaAttributeFormat_not: MetaAttributeFormatEnum\r\n  metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_empty: Boolean\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_empty: Boolean\r\n  loggability: LoggabilityEnum\r\n  loggability_not: LoggabilityEnum\r\n  loggability_in: [LoggabilityEnum!]\r\n  loggability_not_in: [LoggabilityEnum!]\r\n  loggability_empty: Boolean\r\n  savability: SavabilityEnum\r\n  savability_not: SavabilityEnum\r\n  savability_in: [SavabilityEnum!]\r\n  savability_not_in: [SavabilityEnum!]\r\n  savability_empty: Boolean\r\n  atIndex: AtIndexEnum\r\n  atIndex_not: AtIndexEnum\r\n  atIndex_in: [AtIndexEnum!]\r\n  atIndex_not_in: [AtIndexEnum!]\r\n  atIndex_empty: Boolean\r\n  metaLayer: MetaLayerEnum\r\n  metaLayer_not: MetaLayerEnum\r\n  metaLayer_in: [MetaLayerEnum!]\r\n  metaLayer_not_in: [MetaLayerEnum!]\r\n  metaLayer_empty: Boolean\r\n  atNature: AtNatureEnum\r\n  atNature_not: AtNatureEnum\r\n  atNature_in: [AtNatureEnum!]\r\n  atNature_not_in: [AtNatureEnum!]\r\n  atNature_empty: Boolean\r\n  translatability: TranslatabilityEnum\r\n  translatability_not: TranslatabilityEnum\r\n  translatability_in: [TranslatabilityEnum!]\r\n  translatability_not_in: [TranslatabilityEnum!]\r\n  translatability_empty: Boolean\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  translatabilityLevel_not: TranslatabilityLevelEnum\r\n  translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n  translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n  translatabilityLevel_empty: Boolean\r\n  initialANSIValue: String\r\n  initialANSIValue_not: String\r\n  initialANSIValue_in: [String!]\r\n  initialANSIValue_not_in: [String!]\r\n  initialANSIValue_lt: String\r\n  initialANSIValue_lte: String\r\n  initialANSIValue_gt: String\r\n  initialANSIValue_gte: String\r\n  initialANSIValue_contains: String\r\n  initialANSIValue_not_contains: String\r\n  initialANSIValue_starts_with: String\r\n  initialANSIValue_not_starts_with: String\r\n  initialANSIValue_ends_with: String\r\n  initialANSIValue_not_ends_with: String\r\n  initialANSIValue_empty: Boolean\r\n  defaultInternalValue: String\r\n  defaultInternalValue_not: String\r\n  defaultInternalValue_in: [String!]\r\n  defaultInternalValue_not_in: [String!]\r\n  defaultInternalValue_lt: String\r\n  defaultInternalValue_lte: String\r\n  defaultInternalValue_gt: String\r\n  defaultInternalValue_gte: String\r\n  defaultInternalValue_contains: String\r\n  defaultInternalValue_not_contains: String\r\n  defaultInternalValue_starts_with: String\r\n  defaultInternalValue_not_starts_with: String\r\n  defaultInternalValue_ends_with: String\r\n  defaultInternalValue_not_ends_with: String\r\n  defaultInternalValue_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n  defaultSubstitutedMetaAttribute_not: DefaultSubstitutedMetaAttributeEnum\r\n  defaultSubstitutedMetaAttribute_in: [DefaultSubstitutedMetaAttributeEnum!]\r\n  defaultSubstitutedMetaAttribute_not_in: [DefaultSubstitutedMetaAttributeEnum!]\r\n  defaultSubstitutedMetaAttribute_empty: Boolean\r\n  defaultOrder: CustomInt\r\n  defaultOrder_not: CustomInt\r\n  defaultOrder_in: [CustomInt!]\r\n  defaultOrder_not_in: [CustomInt!]\r\n  defaultOrder_lt: CustomInt\r\n  defaultOrder_lte: CustomInt\r\n  defaultOrder_gt: CustomInt\r\n  defaultOrder_gte: CustomInt\r\n  defaultOrder_empty: Boolean\r\n  uIPermissions: String\r\n  uIPermissions_not: String\r\n  uIPermissions_in: [String!]\r\n  uIPermissions_not_in: [String!]\r\n  uIPermissions_lt: String\r\n  uIPermissions_lte: String\r\n  uIPermissions_gt: String\r\n  uIPermissions_gte: String\r\n  uIPermissions_contains: String\r\n  uIPermissions_not_contains: String\r\n  uIPermissions_starts_with: String\r\n  uIPermissions_not_starts_with: String\r\n  uIPermissions_ends_with: String\r\n  uIPermissions_not_ends_with: String\r\n  uIPermissions_empty: Boolean\r\n  sequence: CustomInt\r\n  sequence_not: CustomInt\r\n  sequence_in: [CustomInt!]\r\n  sequence_not_in: [CustomInt!]\r\n  sequence_lt: CustomInt\r\n  sequence_lte: CustomInt\r\n  sequence_gt: CustomInt\r\n  sequence_gte: CustomInt\r\n  sequence_empty: Boolean\r\n  physicalStorage: PhysicalStorageEnum\r\n  physicalStorage_not: PhysicalStorageEnum\r\n  physicalStorage_in: [PhysicalStorageEnum!]\r\n  physicalStorage_not_in: [PhysicalStorageEnum!]\r\n  physicalStorage_empty: Boolean\r\n  isIndexable: IsIndexableEnum\r\n  isIndexable_not: IsIndexableEnum\r\n  isIndexable_in: [IsIndexableEnum!]\r\n  isIndexable_not_in: [IsIndexableEnum!]\r\n  isIndexable_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  mOFType: MOFTypeEnum\r\n  mOFType_not: MOFTypeEnum\r\n  mOFType_in: [MOFTypeEnum!]\r\n  mOFType_not_in: [MOFTypeEnum!]\r\n  mOFType_empty: Boolean\r\n  indexRanking: CustomInt\r\n  indexRanking_not: CustomInt\r\n  indexRanking_in: [CustomInt!]\r\n  indexRanking_not_in: [CustomInt!]\r\n  indexRanking_lt: CustomInt\r\n  indexRanking_lte: CustomInt\r\n  indexRanking_gt: CustomInt\r\n  indexRanking_gte: CustomInt\r\n  indexRanking_empty: Boolean\r\n  instantReports: InstantReportsEnum\r\n  instantReports_not: InstantReportsEnum\r\n  instantReports_in: [InstantReportsEnum!]\r\n  instantReports_not_in: [InstantReportsEnum!]\r\n  instantReports_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  createPermission: Boolean\r\n  createPermission_not: Boolean\r\n  createPermission_empty: Boolean\r\n  readPermission: Boolean\r\n  readPermission_not: Boolean\r\n  readPermission_empty: Boolean\r\n  updatePermission: Boolean\r\n  updatePermission_not: Boolean\r\n  updatePermission_empty: Boolean\r\n  deletePermission: Boolean\r\n  deletePermission_not: Boolean\r\n  deletePermission_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportDataSetProperty_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_count: countFilter\r\n}\r\n\r\nenum MetaAttributeFormatEnum {\r\n  Standard\r\n  Enumeration\r\n  EnumerationOpened\r\n  Duration\r\n  Percent\r\n  Double\r\n  UTF_Eight\r\n  Object\r\n  SignedNumber\r\n  Currency\r\n  RGBColor\r\n}\r\n\r\nenum MetaAttributeOrderBy {\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  metaAttributeType_ASC\r\n  metaAttributeType_DESC\r\n  metaAttributeLength_ASC\r\n  metaAttributeLength_DESC\r\n  metaAttributeFormat_ASC\r\n  metaAttributeFormat_DESC\r\n  defaultMetaTextFormat_ASC\r\n  defaultMetaTextFormat_DESC\r\n  loggability_ASC\r\n  loggability_DESC\r\n  savability_ASC\r\n  savability_DESC\r\n  atIndex_ASC\r\n  atIndex_DESC\r\n  metaLayer_ASC\r\n  metaLayer_DESC\r\n  atNature_ASC\r\n  atNature_DESC\r\n  translatability_ASC\r\n  translatability_DESC\r\n  translatabilityLevel_ASC\r\n  translatabilityLevel_DESC\r\n  initialANSIValue_ASC\r\n  initialANSIValue_DESC\r\n  defaultInternalValue_ASC\r\n  defaultInternalValue_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  defaultSubstitutedMetaAttribute_ASC\r\n  defaultSubstitutedMetaAttribute_DESC\r\n  defaultOrder_ASC\r\n  defaultOrder_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  sequence_ASC\r\n  sequence_DESC\r\n  physicalStorage_ASC\r\n  physicalStorage_DESC\r\n  isIndexable_ASC\r\n  isIndexable_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  mOFType_ASC\r\n  mOFType_DESC\r\n  indexRanking_ASC\r\n  indexRanking_DESC\r\n  instantReports_ASC\r\n  instantReports_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  createPermission_ASC\r\n  createPermission_DESC\r\n  readPermission_ASC\r\n  readPermission_DESC\r\n  updatePermission_ASC\r\n  updatePermission_DESC\r\n  deletePermission_ASC\r\n  deletePermission_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum MetaAttributeTypeEnum {\r\n  String\r\n  Boolean\r\n  Short\r\n  Long\r\n  DateTime\r\n  VarChar\r\n  VarBinary\r\n  Binary\r\n  MegaIdentifier\r\n  Float\r\n  DateTimeSixFour\r\n  AbsoluteDateTimeSixFour\r\n  Currency\r\n}\r\n\r\nenum MetaCategoryEnum {\r\n  User_Person_Etc_\r\n  ProfileAndRole\r\n  Authorization_ConfidentialityAndLDAP\r\n  WorkflowObjects\r\n}\r\n\r\ntype MetaClass implements GraphQLObjectInterface {\r\n  schemas: [Schema]\r\n  abbreviation(language: Languages): String\r\n  loggability(format: EnumFormat): LoggabilityEnum\r\n  savability(format: EnumFormat): SavabilityEnum\r\n  metaLayer(format: EnumFormat): MetaLayerEnum\r\n  translatability(format: EnumFormat): TranslatabilityEnum\r\n  translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n  location(format: EnumFormat): LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance(format: EnumFormat): NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity(format: EnumFormat): LongevityEnum\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  metaClassSensitivity(format: EnumFormat): MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate(format: EnumFormat): ReadingAccessAreaUpdateEnum\r\n  uIPermissions(format: StringFormat): String\r\n  metaCategory(format: EnumFormat): MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  gUINameComputed(language: Languages): String\r\n  metaUsage(format: EnumFormat): MetaUsageEnum\r\n  physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n  dataVolume: CustomInt\r\n  isIndexable(format: EnumFormat): IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName(language: Languages): String\r\n  mOFType(format: EnumFormat): MOFTypeEnum\r\n  candidateToIndexation(format: EnumFormat): CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams(format: EnumFormat): DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportDataSetDefinition(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinition]\r\n  reportDataSetDefinitionAggregatedValues(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinitionAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportParameter(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameter]\r\n  reportParameterAggregatedValues(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameterAggregatedValues]\r\n  reportDataSetCollection(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollectionAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  reportDataSetProperty(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetPropertyAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n}\r\n\r\ntype MetaClassAggregatedValues {\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  loggability(function: AggregateFunctionType): CustomFloat\r\n  savability(function: AggregateFunctionType): CustomFloat\r\n  metaLayer(function: AggregateFunctionType): CustomFloat\r\n  translatability(function: AggregateFunctionType): CustomFloat\r\n  translatabilityLevel(function: AggregateFunctionType): CustomFloat\r\n  location(function: AggregateFunctionType): CustomFloat\r\n  nameLength(function: AggregateNumbersFunctionType): CustomFloat\r\n  nameCaseSensivity(function: AggregateFunctionType): CustomFloat\r\n  nameSpaceSeparator(function: AggregateFunctionType): CustomFloat\r\n  nameAppearance(function: AggregateFunctionType): CustomFloat\r\n  nameFirstCharExclude(function: AggregateFunctionType): CustomFloat\r\n  nameCurrentCharExclude(function: AggregateFunctionType): CustomFloat\r\n  nameLastCharExclude(function: AggregateFunctionType): CustomFloat\r\n  nameFirstCharInclude(function: AggregateFunctionType): CustomFloat\r\n  nameCurrentCharInclude(function: AggregateFunctionType): CustomFloat\r\n  nameLastCharInclude(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  longevity(function: AggregateFunctionType): CustomFloat\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  metaClassSensitivity(function: AggregateFunctionType): CustomFloat\r\n  readingAccessAreaUpdate(function: AggregateFunctionType): CustomFloat\r\n  uIPermissions(function: AggregateFunctionType): CustomFloat\r\n  metaCategory(function: AggregateFunctionType): CustomFloat\r\n  rGBColor(function: AggregateNumbersFunctionType): CustomFloat\r\n  gUINameComputed(function: AggregateFunctionType): CustomFloat\r\n  metaUsage(function: AggregateFunctionType): CustomFloat\r\n  physicalStorage(function: AggregateFunctionType): CustomFloat\r\n  dataVolume(function: AggregateNumbersFunctionType): CustomFloat\r\n  isIndexable(function: AggregateFunctionType): CustomFloat\r\n  dataVolumeMax(function: AggregateNumbersFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  mOFType(function: AggregateFunctionType): CustomFloat\r\n  candidateToIndexation(function: AggregateFunctionType): CustomFloat\r\n  displayConfidentialObjectsInDiagrams(function: AggregateFunctionType): CustomFloat\r\n  createPermission(function: AggregateFunctionType): CustomFloat\r\n  readPermission(function: AggregateFunctionType): CustomFloat\r\n  updatePermission(function: AggregateFunctionType): CustomFloat\r\n  deletePermission(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaClassFilter {\r\n  and: [MetaClassFilter!]\r\n  or: [MetaClassFilter!]\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  loggability: LoggabilityEnum\r\n  loggability_not: LoggabilityEnum\r\n  loggability_in: [LoggabilityEnum!]\r\n  loggability_not_in: [LoggabilityEnum!]\r\n  loggability_empty: Boolean\r\n  savability: SavabilityEnum\r\n  savability_not: SavabilityEnum\r\n  savability_in: [SavabilityEnum!]\r\n  savability_not_in: [SavabilityEnum!]\r\n  savability_empty: Boolean\r\n  metaLayer: MetaLayerEnum\r\n  metaLayer_not: MetaLayerEnum\r\n  metaLayer_in: [MetaLayerEnum!]\r\n  metaLayer_not_in: [MetaLayerEnum!]\r\n  metaLayer_empty: Boolean\r\n  translatability: TranslatabilityEnum\r\n  translatability_not: TranslatabilityEnum\r\n  translatability_in: [TranslatabilityEnum!]\r\n  translatability_not_in: [TranslatabilityEnum!]\r\n  translatability_empty: Boolean\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  translatabilityLevel_not: TranslatabilityLevelEnum\r\n  translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n  translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n  translatabilityLevel_empty: Boolean\r\n  location: LocationEnum\r\n  location_not: LocationEnum\r\n  location_in: [LocationEnum!]\r\n  location_not_in: [LocationEnum!]\r\n  location_empty: Boolean\r\n  nameLength: CustomInt\r\n  nameLength_not: CustomInt\r\n  nameLength_in: [CustomInt!]\r\n  nameLength_not_in: [CustomInt!]\r\n  nameLength_lt: CustomInt\r\n  nameLength_lte: CustomInt\r\n  nameLength_gt: CustomInt\r\n  nameLength_gte: CustomInt\r\n  nameLength_empty: Boolean\r\n  nameCaseSensivity: String\r\n  nameCaseSensivity_not: String\r\n  nameCaseSensivity_in: [String!]\r\n  nameCaseSensivity_not_in: [String!]\r\n  nameCaseSensivity_lt: String\r\n  nameCaseSensivity_lte: String\r\n  nameCaseSensivity_gt: String\r\n  nameCaseSensivity_gte: String\r\n  nameCaseSensivity_contains: String\r\n  nameCaseSensivity_not_contains: String\r\n  nameCaseSensivity_starts_with: String\r\n  nameCaseSensivity_not_starts_with: String\r\n  nameCaseSensivity_ends_with: String\r\n  nameCaseSensivity_not_ends_with: String\r\n  nameCaseSensivity_empty: Boolean\r\n  nameSpaceSeparator: String\r\n  nameSpaceSeparator_not: String\r\n  nameSpaceSeparator_in: [String!]\r\n  nameSpaceSeparator_not_in: [String!]\r\n  nameSpaceSeparator_lt: String\r\n  nameSpaceSeparator_lte: String\r\n  nameSpaceSeparator_gt: String\r\n  nameSpaceSeparator_gte: String\r\n  nameSpaceSeparator_contains: String\r\n  nameSpaceSeparator_not_contains: String\r\n  nameSpaceSeparator_starts_with: String\r\n  nameSpaceSeparator_not_starts_with: String\r\n  nameSpaceSeparator_ends_with: String\r\n  nameSpaceSeparator_not_ends_with: String\r\n  nameSpaceSeparator_empty: Boolean\r\n  nameAppearance: NameAppearanceEnum\r\n  nameAppearance_not: NameAppearanceEnum\r\n  nameAppearance_in: [NameAppearanceEnum!]\r\n  nameAppearance_not_in: [NameAppearanceEnum!]\r\n  nameAppearance_empty: Boolean\r\n  nameFirstCharExclude: String\r\n  nameFirstCharExclude_not: String\r\n  nameFirstCharExclude_in: [String!]\r\n  nameFirstCharExclude_not_in: [String!]\r\n  nameFirstCharExclude_lt: String\r\n  nameFirstCharExclude_lte: String\r\n  nameFirstCharExclude_gt: String\r\n  nameFirstCharExclude_gte: String\r\n  nameFirstCharExclude_contains: String\r\n  nameFirstCharExclude_not_contains: String\r\n  nameFirstCharExclude_starts_with: String\r\n  nameFirstCharExclude_not_starts_with: String\r\n  nameFirstCharExclude_ends_with: String\r\n  nameFirstCharExclude_not_ends_with: String\r\n  nameFirstCharExclude_empty: Boolean\r\n  nameCurrentCharExclude: String\r\n  nameCurrentCharExclude_not: String\r\n  nameCurrentCharExclude_in: [String!]\r\n  nameCurrentCharExclude_not_in: [String!]\r\n  nameCurrentCharExclude_lt: String\r\n  nameCurrentCharExclude_lte: String\r\n  nameCurrentCharExclude_gt: String\r\n  nameCurrentCharExclude_gte: String\r\n  nameCurrentCharExclude_contains: String\r\n  nameCurrentCharExclude_not_contains: String\r\n  nameCurrentCharExclude_starts_with: String\r\n  nameCurrentCharExclude_not_starts_with: String\r\n  nameCurrentCharExclude_ends_with: String\r\n  nameCurrentCharExclude_not_ends_with: String\r\n  nameCurrentCharExclude_empty: Boolean\r\n  nameLastCharExclude: String\r\n  nameLastCharExclude_not: String\r\n  nameLastCharExclude_in: [String!]\r\n  nameLastCharExclude_not_in: [String!]\r\n  nameLastCharExclude_lt: String\r\n  nameLastCharExclude_lte: String\r\n  nameLastCharExclude_gt: String\r\n  nameLastCharExclude_gte: String\r\n  nameLastCharExclude_contains: String\r\n  nameLastCharExclude_not_contains: String\r\n  nameLastCharExclude_starts_with: String\r\n  nameLastCharExclude_not_starts_with: String\r\n  nameLastCharExclude_ends_with: String\r\n  nameLastCharExclude_not_ends_with: String\r\n  nameLastCharExclude_empty: Boolean\r\n  nameFirstCharInclude: String\r\n  nameFirstCharInclude_not: String\r\n  nameFirstCharInclude_in: [String!]\r\n  nameFirstCharInclude_not_in: [String!]\r\n  nameFirstCharInclude_lt: String\r\n  nameFirstCharInclude_lte: String\r\n  nameFirstCharInclude_gt: String\r\n  nameFirstCharInclude_gte: String\r\n  nameFirstCharInclude_contains: String\r\n  nameFirstCharInclude_not_contains: String\r\n  nameFirstCharInclude_starts_with: String\r\n  nameFirstCharInclude_not_starts_with: String\r\n  nameFirstCharInclude_ends_with: String\r\n  nameFirstCharInclude_not_ends_with: String\r\n  nameFirstCharInclude_empty: Boolean\r\n  nameCurrentCharInclude: String\r\n  nameCurrentCharInclude_not: String\r\n  nameCurrentCharInclude_in: [String!]\r\n  nameCurrentCharInclude_not_in: [String!]\r\n  nameCurrentCharInclude_lt: String\r\n  nameCurrentCharInclude_lte: String\r\n  nameCurrentCharInclude_gt: String\r\n  nameCurrentCharInclude_gte: String\r\n  nameCurrentCharInclude_contains: String\r\n  nameCurrentCharInclude_not_contains: String\r\n  nameCurrentCharInclude_starts_with: String\r\n  nameCurrentCharInclude_not_starts_with: String\r\n  nameCurrentCharInclude_ends_with: String\r\n  nameCurrentCharInclude_not_ends_with: String\r\n  nameCurrentCharInclude_empty: Boolean\r\n  nameLastCharInclude: String\r\n  nameLastCharInclude_not: String\r\n  nameLastCharInclude_in: [String!]\r\n  nameLastCharInclude_not_in: [String!]\r\n  nameLastCharInclude_lt: String\r\n  nameLastCharInclude_lte: String\r\n  nameLastCharInclude_gt: String\r\n  nameLastCharInclude_gte: String\r\n  nameLastCharInclude_contains: String\r\n  nameLastCharInclude_not_contains: String\r\n  nameLastCharInclude_starts_with: String\r\n  nameLastCharInclude_not_starts_with: String\r\n  nameLastCharInclude_ends_with: String\r\n  nameLastCharInclude_not_ends_with: String\r\n  nameLastCharInclude_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  longevity: LongevityEnum\r\n  longevity_not: LongevityEnum\r\n  longevity_in: [LongevityEnum!]\r\n  longevity_not_in: [LongevityEnum!]\r\n  longevity_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  metaClassSensitivity_not: MetaClassSensitivityEnum\r\n  metaClassSensitivity_in: [MetaClassSensitivityEnum!]\r\n  metaClassSensitivity_not_in: [MetaClassSensitivityEnum!]\r\n  metaClassSensitivity_empty: Boolean\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  readingAccessAreaUpdate_not: ReadingAccessAreaUpdateEnum\r\n  readingAccessAreaUpdate_in: [ReadingAccessAreaUpdateEnum!]\r\n  readingAccessAreaUpdate_not_in: [ReadingAccessAreaUpdateEnum!]\r\n  readingAccessAreaUpdate_empty: Boolean\r\n  uIPermissions: String\r\n  uIPermissions_not: String\r\n  uIPermissions_in: [String!]\r\n  uIPermissions_not_in: [String!]\r\n  uIPermissions_lt: String\r\n  uIPermissions_lte: String\r\n  uIPermissions_gt: String\r\n  uIPermissions_gte: String\r\n  uIPermissions_contains: String\r\n  uIPermissions_not_contains: String\r\n  uIPermissions_starts_with: String\r\n  uIPermissions_not_starts_with: String\r\n  uIPermissions_ends_with: String\r\n  uIPermissions_not_ends_with: String\r\n  uIPermissions_empty: Boolean\r\n  metaCategory: MetaCategoryEnum\r\n  metaCategory_not: MetaCategoryEnum\r\n  metaCategory_in: [MetaCategoryEnum!]\r\n  metaCategory_not_in: [MetaCategoryEnum!]\r\n  metaCategory_empty: Boolean\r\n  rGBColor: CustomInt\r\n  rGBColor_not: CustomInt\r\n  rGBColor_in: [CustomInt!]\r\n  rGBColor_not_in: [CustomInt!]\r\n  rGBColor_lt: CustomInt\r\n  rGBColor_lte: CustomInt\r\n  rGBColor_gt: CustomInt\r\n  rGBColor_gte: CustomInt\r\n  rGBColor_empty: Boolean\r\n  gUINameComputed: String\r\n  gUINameComputed_not: String\r\n  gUINameComputed_in: [String!]\r\n  gUINameComputed_not_in: [String!]\r\n  gUINameComputed_lt: String\r\n  gUINameComputed_lte: String\r\n  gUINameComputed_gt: String\r\n  gUINameComputed_gte: String\r\n  gUINameComputed_contains: String\r\n  gUINameComputed_not_contains: String\r\n  gUINameComputed_starts_with: String\r\n  gUINameComputed_not_starts_with: String\r\n  gUINameComputed_ends_with: String\r\n  gUINameComputed_not_ends_with: String\r\n  gUINameComputed_empty: Boolean\r\n  metaUsage: MetaUsageEnum\r\n  metaUsage_not: MetaUsageEnum\r\n  metaUsage_in: [MetaUsageEnum!]\r\n  metaUsage_not_in: [MetaUsageEnum!]\r\n  metaUsage_empty: Boolean\r\n  physicalStorage: PhysicalStorageEnum\r\n  physicalStorage_not: PhysicalStorageEnum\r\n  physicalStorage_in: [PhysicalStorageEnum!]\r\n  physicalStorage_not_in: [PhysicalStorageEnum!]\r\n  physicalStorage_empty: Boolean\r\n  dataVolume: CustomInt\r\n  dataVolume_not: CustomInt\r\n  dataVolume_in: [CustomInt!]\r\n  dataVolume_not_in: [CustomInt!]\r\n  dataVolume_lt: CustomInt\r\n  dataVolume_lte: CustomInt\r\n  dataVolume_gt: CustomInt\r\n  dataVolume_gte: CustomInt\r\n  dataVolume_empty: Boolean\r\n  isIndexable: IsIndexableEnum\r\n  isIndexable_not: IsIndexableEnum\r\n  isIndexable_in: [IsIndexableEnum!]\r\n  isIndexable_not_in: [IsIndexableEnum!]\r\n  isIndexable_empty: Boolean\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMax_not: CustomInt\r\n  dataVolumeMax_in: [CustomInt!]\r\n  dataVolumeMax_not_in: [CustomInt!]\r\n  dataVolumeMax_lt: CustomInt\r\n  dataVolumeMax_lte: CustomInt\r\n  dataVolumeMax_gt: CustomInt\r\n  dataVolumeMax_gte: CustomInt\r\n  dataVolumeMax_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  mOFType: MOFTypeEnum\r\n  mOFType_not: MOFTypeEnum\r\n  mOFType_in: [MOFTypeEnum!]\r\n  mOFType_not_in: [MOFTypeEnum!]\r\n  mOFType_empty: Boolean\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  candidateToIndexation_not: CandidateToIndexationEnum\r\n  candidateToIndexation_in: [CandidateToIndexationEnum!]\r\n  candidateToIndexation_not_in: [CandidateToIndexationEnum!]\r\n  candidateToIndexation_empty: Boolean\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  displayConfidentialObjectsInDiagrams_not: DisplayConfidentialObjectsInDiagramsEnum\r\n  displayConfidentialObjectsInDiagrams_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n  displayConfidentialObjectsInDiagrams_not_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n  displayConfidentialObjectsInDiagrams_empty: Boolean\r\n  createPermission: Boolean\r\n  createPermission_not: Boolean\r\n  createPermission_empty: Boolean\r\n  readPermission: Boolean\r\n  readPermission_not: Boolean\r\n  readPermission_empty: Boolean\r\n  updatePermission: Boolean\r\n  updatePermission_not: Boolean\r\n  updatePermission_empty: Boolean\r\n  deletePermission: Boolean\r\n  deletePermission_not: Boolean\r\n  deletePermission_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportDataSetDefinition_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportParameter_some: [ReportParameterFilter!]\r\n  reportParameter_count: countFilter\r\n  reportDataSetCollection_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_count: countFilter\r\n  reportDataSetProperty_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_count: countFilter\r\n}\r\n\r\nenum MetaClassOrderBy {\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  loggability_ASC\r\n  loggability_DESC\r\n  savability_ASC\r\n  savability_DESC\r\n  metaLayer_ASC\r\n  metaLayer_DESC\r\n  translatability_ASC\r\n  translatability_DESC\r\n  translatabilityLevel_ASC\r\n  translatabilityLevel_DESC\r\n  location_ASC\r\n  location_DESC\r\n  nameLength_ASC\r\n  nameLength_DESC\r\n  nameCaseSensivity_ASC\r\n  nameCaseSensivity_DESC\r\n  nameSpaceSeparator_ASC\r\n  nameSpaceSeparator_DESC\r\n  nameAppearance_ASC\r\n  nameAppearance_DESC\r\n  nameFirstCharExclude_ASC\r\n  nameFirstCharExclude_DESC\r\n  nameCurrentCharExclude_ASC\r\n  nameCurrentCharExclude_DESC\r\n  nameLastCharExclude_ASC\r\n  nameLastCharExclude_DESC\r\n  nameFirstCharInclude_ASC\r\n  nameFirstCharInclude_DESC\r\n  nameCurrentCharInclude_ASC\r\n  nameCurrentCharInclude_DESC\r\n  nameLastCharInclude_ASC\r\n  nameLastCharInclude_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  longevity_ASC\r\n  longevity_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  metaClassSensitivity_ASC\r\n  metaClassSensitivity_DESC\r\n  readingAccessAreaUpdate_ASC\r\n  readingAccessAreaUpdate_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  metaCategory_ASC\r\n  metaCategory_DESC\r\n  rGBColor_ASC\r\n  rGBColor_DESC\r\n  gUINameComputed_ASC\r\n  gUINameComputed_DESC\r\n  metaUsage_ASC\r\n  metaUsage_DESC\r\n  physicalStorage_ASC\r\n  physicalStorage_DESC\r\n  dataVolume_ASC\r\n  dataVolume_DESC\r\n  isIndexable_ASC\r\n  isIndexable_DESC\r\n  dataVolumeMax_ASC\r\n  dataVolumeMax_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  mOFType_ASC\r\n  mOFType_DESC\r\n  candidateToIndexation_ASC\r\n  candidateToIndexation_DESC\r\n  displayConfidentialObjectsInDiagrams_ASC\r\n  displayConfidentialObjectsInDiagrams_DESC\r\n  createPermission_ASC\r\n  createPermission_DESC\r\n  readPermission_ASC\r\n  readPermission_DESC\r\n  updatePermission_ASC\r\n  updatePermission_DESC\r\n  deletePermission_ASC\r\n  deletePermission_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum MetaClassSensitivityEnum {\r\n  High\r\n  Standard\r\n}\r\n\r\nenum MetaLayerEnum {\r\n  Kernel\r\n  Meta_metamodelMOF\r\n  Concret\r\n  Abstract\r\n}\r\n\r\nenum MetaMultiplicityEnum {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\ntype MetaParameter implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n  abbreviation(language: Languages): String\r\n  defaultInternalValue: String\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n  refersText(format: StringFormat): String\r\n  parameterName: String\r\n  gUIName(language: Languages): String\r\n  availabilitySensibility(format: EnumFormat): AvailabilitySensibilityEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  macro_Implementation(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macro_ImplementationAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  reportDataSetCollection(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollectionAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  reportDataSetDefinition_ReportDataSetDefinitionCollection(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinition]\r\n  reportDataSetDefinition_ReportDataSetDefinitionCollectionAggregatedValues(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinitionAggregatedValues]\r\n  reportDataSetDefinition_ReportDataSetDefinitionProperty(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinition]\r\n  reportDataSetDefinition_ReportDataSetDefinitionPropertyAggregatedValues(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinitionAggregatedValues]\r\n  reportDataSetProperty(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetPropertyAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n}\r\n\r\ntype MetaParameterAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n  metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n  refersText(function: AggregateFunctionType): CustomFloat\r\n  parameterName(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  availabilitySensibility(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaParameterFilter {\r\n  and: [MetaParameterFilter!]\r\n  or: [MetaParameterFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeType_not: MetaAttributeTypeEnum\r\n  metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_empty: Boolean\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeLength_not: CustomInt\r\n  metaAttributeLength_in: [CustomInt!]\r\n  metaAttributeLength_not_in: [CustomInt!]\r\n  metaAttributeLength_lt: CustomInt\r\n  metaAttributeLength_lte: CustomInt\r\n  metaAttributeLength_gt: CustomInt\r\n  metaAttributeLength_gte: CustomInt\r\n  metaAttributeLength_empty: Boolean\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  metaAttributeFormat_not: MetaAttributeFormatEnum\r\n  metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_empty: Boolean\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  defaultInternalValue: String\r\n  defaultInternalValue_not: String\r\n  defaultInternalValue_in: [String!]\r\n  defaultInternalValue_not_in: [String!]\r\n  defaultInternalValue_lt: String\r\n  defaultInternalValue_lte: String\r\n  defaultInternalValue_gt: String\r\n  defaultInternalValue_gte: String\r\n  defaultInternalValue_contains: String\r\n  defaultInternalValue_not_contains: String\r\n  defaultInternalValue_starts_with: String\r\n  defaultInternalValue_not_starts_with: String\r\n  defaultInternalValue_ends_with: String\r\n  defaultInternalValue_not_ends_with: String\r\n  defaultInternalValue_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_empty: Boolean\r\n  refersText: String\r\n  refersText_not: String\r\n  refersText_in: [String!]\r\n  refersText_not_in: [String!]\r\n  refersText_lt: String\r\n  refersText_lte: String\r\n  refersText_gt: String\r\n  refersText_gte: String\r\n  refersText_contains: String\r\n  refersText_not_contains: String\r\n  refersText_starts_with: String\r\n  refersText_not_starts_with: String\r\n  refersText_ends_with: String\r\n  refersText_not_ends_with: String\r\n  refersText_empty: Boolean\r\n  parameterName: String\r\n  parameterName_not: String\r\n  parameterName_in: [String!]\r\n  parameterName_not_in: [String!]\r\n  parameterName_lt: String\r\n  parameterName_lte: String\r\n  parameterName_gt: String\r\n  parameterName_gte: String\r\n  parameterName_contains: String\r\n  parameterName_not_contains: String\r\n  parameterName_starts_with: String\r\n  parameterName_not_starts_with: String\r\n  parameterName_ends_with: String\r\n  parameterName_not_ends_with: String\r\n  parameterName_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  availabilitySensibility_not: AvailabilitySensibilityEnum\r\n  availabilitySensibility_in: [AvailabilitySensibilityEnum!]\r\n  availabilitySensibility_not_in: [AvailabilitySensibilityEnum!]\r\n  availabilitySensibility_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  macro_Implementation_some: [MacroFilter!]\r\n  macro_Implementation_count: countFilter\r\n  reportDataSetCollection_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_count: countFilter\r\n  reportDataSetDefinition_ReportDataSetDefinitionCollection_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_ReportDataSetDefinitionCollection_count: countFilter\r\n  reportDataSetDefinition_ReportDataSetDefinitionProperty_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_ReportDataSetDefinitionProperty_count: countFilter\r\n  reportDataSetProperty_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_count: countFilter\r\n}\r\n\r\nenum MetaParameterOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  metaAttributeType_ASC\r\n  metaAttributeType_DESC\r\n  metaAttributeLength_ASC\r\n  metaAttributeLength_DESC\r\n  metaAttributeFormat_ASC\r\n  metaAttributeFormat_DESC\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  defaultInternalValue_ASC\r\n  defaultInternalValue_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  defaultMetaTextFormat_ASC\r\n  defaultMetaTextFormat_DESC\r\n  refersText_ASC\r\n  refersText_DESC\r\n  parameterName_ASC\r\n  parameterName_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  availabilitySensibility_ASC\r\n  availabilitySensibility_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum MetaUsageEnum {\r\n  Business\r\n  Technical\r\n}\r\n\r\ntype MetamodelVersionType {\r\n  id: String\r\n  name: String\r\n}\r\n\r\nenum MultipleEnum {\r\n  Sequential\r\n  Parallel\r\n  No\r\n}\r\n\r\nenum MultiplicityEnum {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\ntype Mutation {\r\n  _updateCurrentContext(currentContext: currentContext!): CurrentContextForMutationType\r\n  createLanguage(id: String, idType: IdType, language: InputUniqueLanguage!, creationMode: creationMode): Language!\r\n  createUpdateLanguage(id: String, idType: IdType, language: InputUniqueLanguage!, creationMode: creationMode): Language!\r\n  updateLanguage(id: String!, idType: IdType, language: InputUniqueLanguage!): Language!\r\n  updateManyLanguage(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], language: InputLanguage!): [Language]\r\n  deleteLanguage(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyLanguage(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createMetaAttribute(id: String, idType: IdType, metaAttribute: InputUniqueMetaAttribute!, creationMode: creationMode): MetaAttribute!\r\n  createUpdateMetaAttribute(id: String, idType: IdType, metaAttribute: InputUniqueMetaAttribute!, creationMode: creationMode): MetaAttribute!\r\n  updateMetaAttribute(id: String!, idType: IdType, metaAttribute: InputUniqueMetaAttribute!): MetaAttribute!\r\n  updateManyMetaAttribute(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], metaAttribute: InputMetaAttribute!): [MetaAttribute]\r\n  deleteMetaAttribute(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyMetaAttribute(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createMetaClass(id: String, idType: IdType, metaClass: InputUniqueMetaClass!, creationMode: creationMode): MetaClass!\r\n  createUpdateMetaClass(id: String, idType: IdType, metaClass: InputUniqueMetaClass!, creationMode: creationMode): MetaClass!\r\n  updateMetaClass(id: String!, idType: IdType, metaClass: InputUniqueMetaClass!): MetaClass!\r\n  updateManyMetaClass(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], metaClass: InputMetaClass!): [MetaClass]\r\n  deleteMetaClass(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyMetaClass(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createMetaAssociationEnd(id: String, idType: IdType, metaAssociationEnd: InputUniqueMetaAssociationEnd!, creationMode: creationMode): MetaAssociationEnd!\r\n  createUpdateMetaAssociationEnd(id: String, idType: IdType, metaAssociationEnd: InputUniqueMetaAssociationEnd!, creationMode: creationMode): MetaAssociationEnd!\r\n  updateMetaAssociationEnd(id: String!, idType: IdType, metaAssociationEnd: InputUniqueMetaAssociationEnd!): MetaAssociationEnd!\r\n  updateManyMetaAssociationEnd(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], metaAssociationEnd: InputMetaAssociationEnd!): [MetaAssociationEnd]\r\n  deleteMetaAssociationEnd(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyMetaAssociationEnd(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createPersonSystem(id: String, idType: IdType, personSystem: InputUniquePersonSystem!, creationMode: creationMode): PersonSystem!\r\n  createUpdatePersonSystem(id: String, idType: IdType, personSystem: InputUniquePersonSystem!, creationMode: creationMode): PersonSystem!\r\n  updatePersonSystem(id: String!, idType: IdType, personSystem: InputUniquePersonSystem!): PersonSystem!\r\n  updateManyPersonSystem(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], personSystem: InputPersonSystem!): [PersonSystem]\r\n  deletePersonSystem(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyPersonSystem(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createDispatchSystem(id: String, idType: IdType, dispatchSystem: InputUniqueDispatchSystem!, creationMode: creationMode): DispatchSystem!\r\n  createUpdateDispatchSystem(id: String, idType: IdType, dispatchSystem: InputUniqueDispatchSystem!, creationMode: creationMode): DispatchSystem!\r\n  updateDispatchSystem(id: String!, idType: IdType, dispatchSystem: InputUniqueDispatchSystem!): DispatchSystem!\r\n  updateManyDispatchSystem(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], dispatchSystem: InputDispatchSystem!): [DispatchSystem]\r\n  deleteDispatchSystem(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyDispatchSystem(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createDiagramType(id: String, idType: IdType, diagramType: InputUniqueDiagramType!, creationMode: creationMode): DiagramType!\r\n  createUpdateDiagramType(id: String, idType: IdType, diagramType: InputUniqueDiagramType!, creationMode: creationMode): DiagramType!\r\n  updateDiagramType(id: String!, idType: IdType, diagramType: InputUniqueDiagramType!): DiagramType!\r\n  updateManyDiagramType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], diagramType: InputDiagramType!): [DiagramType]\r\n  deleteDiagramType(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyDiagramType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createQuery(id: String, idType: IdType, query: InputUniqueQuery!, creationMode: creationMode): Query!\r\n  createUpdateQuery(id: String, idType: IdType, query: InputUniqueQuery!, creationMode: creationMode): Query!\r\n  updateQuery(id: String!, idType: IdType, query: InputUniqueQuery!): Query!\r\n  updateManyQuery(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], query: InputQuery!): [Query]\r\n  deleteQuery(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyQuery(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createGraphSetNodeDefinition(id: String, idType: IdType, graphSetNodeDefinition: InputUniqueGraphSetNodeDefinition!, creationMode: creationMode): GraphSetNodeDefinition!\r\n  createUpdateGraphSetNodeDefinition(id: String, idType: IdType, graphSetNodeDefinition: InputUniqueGraphSetNodeDefinition!, creationMode: creationMode): GraphSetNodeDefinition!\r\n  updateGraphSetNodeDefinition(id: String!, idType: IdType, graphSetNodeDefinition: InputUniqueGraphSetNodeDefinition!): GraphSetNodeDefinition!\r\n  updateManyGraphSetNodeDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], graphSetNodeDefinition: InputGraphSetNodeDefinition!): [GraphSetNodeDefinition]\r\n  deleteGraphSetNodeDefinition(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyGraphSetNodeDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createGraphSetDefinition(id: String, idType: IdType, graphSetDefinition: InputUniqueGraphSetDefinition!, creationMode: creationMode): GraphSetDefinition!\r\n  createUpdateGraphSetDefinition(id: String, idType: IdType, graphSetDefinition: InputUniqueGraphSetDefinition!, creationMode: creationMode): GraphSetDefinition!\r\n  updateGraphSetDefinition(id: String!, idType: IdType, graphSetDefinition: InputUniqueGraphSetDefinition!): GraphSetDefinition!\r\n  updateManyGraphSetDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], graphSetDefinition: InputGraphSetDefinition!): [GraphSetDefinition]\r\n  deleteGraphSetDefinition(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyGraphSetDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createGraphSetArcDefinition(id: String, idType: IdType, graphSetArcDefinition: InputUniqueGraphSetArcDefinition!, creationMode: creationMode): GraphSetArcDefinition!\r\n  createUpdateGraphSetArcDefinition(id: String, idType: IdType, graphSetArcDefinition: InputUniqueGraphSetArcDefinition!, creationMode: creationMode): GraphSetArcDefinition!\r\n  updateGraphSetArcDefinition(id: String!, idType: IdType, graphSetArcDefinition: InputUniqueGraphSetArcDefinition!): GraphSetArcDefinition!\r\n  updateManyGraphSetArcDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], graphSetArcDefinition: InputGraphSetArcDefinition!): [GraphSetArcDefinition]\r\n  deleteGraphSetArcDefinition(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyGraphSetArcDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createGraphSubSet(id: String, idType: IdType, graphSubSet: InputUniqueGraphSubSet!, creationMode: creationMode): GraphSubSet!\r\n  createUpdateGraphSubSet(id: String, idType: IdType, graphSubSet: InputUniqueGraphSubSet!, creationMode: creationMode): GraphSubSet!\r\n  updateGraphSubSet(id: String!, idType: IdType, graphSubSet: InputUniqueGraphSubSet!): GraphSubSet!\r\n  updateManyGraphSubSet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], graphSubSet: InputGraphSubSet!): [GraphSubSet]\r\n  deleteGraphSubSet(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyGraphSubSet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReport(id: String, idType: IdType, report: InputUniqueReport!, creationMode: creationMode): Report!\r\n  createUpdateReport(id: String, idType: IdType, report: InputUniqueReport!, creationMode: creationMode): Report!\r\n  updateReport(id: String!, idType: IdType, report: InputUniqueReport!): Report!\r\n  updateManyReport(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], report: InputReport!): [Report]\r\n  deleteReport(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReport(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportParameter(id: String, idType: IdType, reportParameter: InputUniqueReportParameter!, creationMode: creationMode): ReportParameter!\r\n  createUpdateReportParameter(id: String, idType: IdType, reportParameter: InputUniqueReportParameter!, creationMode: creationMode): ReportParameter!\r\n  updateReportParameter(id: String!, idType: IdType, reportParameter: InputUniqueReportParameter!): ReportParameter!\r\n  updateManyReportParameter(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportParameter: InputReportParameter!): [ReportParameter]\r\n  deleteReportParameter(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportParameter(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportTemplate(id: String, idType: IdType, reportTemplate: InputUniqueReportTemplate!, creationMode: creationMode): ReportTemplate!\r\n  createUpdateReportTemplate(id: String, idType: IdType, reportTemplate: InputUniqueReportTemplate!, creationMode: creationMode): ReportTemplate!\r\n  updateReportTemplate(id: String!, idType: IdType, reportTemplate: InputUniqueReportTemplate!): ReportTemplate!\r\n  updateManyReportTemplate(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportTemplate: InputReportTemplate!): [ReportTemplate]\r\n  deleteReportTemplate(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportTemplate(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportParameterValue(id: String, idType: IdType, reportParameterValue: InputUniqueReportParameterValue!, creationMode: creationMode): ReportParameterValue!\r\n  createUpdateReportParameterValue(id: String, idType: IdType, reportParameterValue: InputUniqueReportParameterValue!, creationMode: creationMode): ReportParameterValue!\r\n  updateReportParameterValue(id: String!, idType: IdType, reportParameterValue: InputUniqueReportParameterValue!): ReportParameterValue!\r\n  updateManyReportParameterValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportParameterValue: InputReportParameterValue!): [ReportParameterValue]\r\n  deleteReportParameterValue(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportParameterValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createGraphSetPath(id: String, idType: IdType, graphSetPath: InputUniqueGraphSetPath!, creationMode: creationMode): GraphSetPath!\r\n  createUpdateGraphSetPath(id: String, idType: IdType, graphSetPath: InputUniqueGraphSetPath!, creationMode: creationMode): GraphSetPath!\r\n  updateGraphSetPath(id: String!, idType: IdType, graphSetPath: InputUniqueGraphSetPath!): GraphSetPath!\r\n  updateManyGraphSetPath(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], graphSetPath: InputGraphSetPath!): [GraphSetPath]\r\n  deleteGraphSetPath(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyGraphSetPath(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createGraphSetFieldDefinition(id: String, idType: IdType, graphSetFieldDefinition: InputUniqueGraphSetFieldDefinition!, creationMode: creationMode): GraphSetFieldDefinition!\r\n  createUpdateGraphSetFieldDefinition(id: String, idType: IdType, graphSetFieldDefinition: InputUniqueGraphSetFieldDefinition!, creationMode: creationMode): GraphSetFieldDefinition!\r\n  updateGraphSetFieldDefinition(id: String!, idType: IdType, graphSetFieldDefinition: InputUniqueGraphSetFieldDefinition!): GraphSetFieldDefinition!\r\n  updateManyGraphSetFieldDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], graphSetFieldDefinition: InputGraphSetFieldDefinition!): [GraphSetFieldDefinition]\r\n  deleteGraphSetFieldDefinition(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyGraphSetFieldDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createGraphSet(id: String, idType: IdType, graphSet: InputUniqueGraphSet!, creationMode: creationMode): GraphSet!\r\n  createUpdateGraphSet(id: String, idType: IdType, graphSet: InputUniqueGraphSet!, creationMode: creationMode): GraphSet!\r\n  updateGraphSet(id: String!, idType: IdType, graphSet: InputUniqueGraphSet!): GraphSet!\r\n  updateManyGraphSet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], graphSet: InputGraphSet!): [GraphSet]\r\n  deleteGraphSet(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyGraphSet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportGraphLayer(id: String, idType: IdType, reportGraphLayer: InputUniqueReportGraphLayer!, creationMode: creationMode): ReportGraphLayer!\r\n  createUpdateReportGraphLayer(id: String, idType: IdType, reportGraphLayer: InputUniqueReportGraphLayer!, creationMode: creationMode): ReportGraphLayer!\r\n  updateReportGraphLayer(id: String!, idType: IdType, reportGraphLayer: InputUniqueReportGraphLayer!): ReportGraphLayer!\r\n  updateManyReportGraphLayer(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportGraphLayer: InputReportGraphLayer!): [ReportGraphLayer]\r\n  deleteReportGraphLayer(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportGraphLayer(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportGraphProperty(id: String, idType: IdType, reportGraphProperty: InputUniqueReportGraphProperty!, creationMode: creationMode): ReportGraphProperty!\r\n  createUpdateReportGraphProperty(id: String, idType: IdType, reportGraphProperty: InputUniqueReportGraphProperty!, creationMode: creationMode): ReportGraphProperty!\r\n  updateReportGraphProperty(id: String!, idType: IdType, reportGraphProperty: InputUniqueReportGraphProperty!): ReportGraphProperty!\r\n  updateManyReportGraphProperty(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportGraphProperty: InputReportGraphProperty!): [ReportGraphProperty]\r\n  deleteReportGraphProperty(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportGraphProperty(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportGraphNode(id: String, idType: IdType, reportGraphNode: InputUniqueReportGraphNode!, creationMode: creationMode): ReportGraphNode!\r\n  createUpdateReportGraphNode(id: String, idType: IdType, reportGraphNode: InputUniqueReportGraphNode!, creationMode: creationMode): ReportGraphNode!\r\n  updateReportGraphNode(id: String!, idType: IdType, reportGraphNode: InputUniqueReportGraphNode!): ReportGraphNode!\r\n  updateManyReportGraphNode(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportGraphNode: InputReportGraphNode!): [ReportGraphNode]\r\n  deleteReportGraphNode(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportGraphNode(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportGraphArc(id: String, idType: IdType, reportGraphArc: InputUniqueReportGraphArc!, creationMode: creationMode): ReportGraphArc!\r\n  createUpdateReportGraphArc(id: String, idType: IdType, reportGraphArc: InputUniqueReportGraphArc!, creationMode: creationMode): ReportGraphArc!\r\n  updateReportGraphArc(id: String!, idType: IdType, reportGraphArc: InputUniqueReportGraphArc!): ReportGraphArc!\r\n  updateManyReportGraphArc(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportGraphArc: InputReportGraphArc!): [ReportGraphArc]\r\n  deleteReportGraphArc(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportGraphArc(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createMetaParameter(id: String, idType: IdType, metaParameter: InputUniqueMetaParameter!, creationMode: creationMode): MetaParameter!\r\n  createUpdateMetaParameter(id: String, idType: IdType, metaParameter: InputUniqueMetaParameter!, creationMode: creationMode): MetaParameter!\r\n  updateMetaParameter(id: String!, idType: IdType, metaParameter: InputUniqueMetaParameter!): MetaParameter!\r\n  updateManyMetaParameter(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], metaParameter: InputMetaParameter!): [MetaParameter]\r\n  deleteMetaParameter(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyMetaParameter(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createQueryInstance(id: String, idType: IdType, queryInstance: InputUniqueQueryInstance!, creationMode: creationMode): QueryInstance!\r\n  createUpdateQueryInstance(id: String, idType: IdType, queryInstance: InputUniqueQueryInstance!, creationMode: creationMode): QueryInstance!\r\n  updateQueryInstance(id: String!, idType: IdType, queryInstance: InputUniqueQueryInstance!): QueryInstance!\r\n  updateManyQueryInstance(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], queryInstance: InputQueryInstance!): [QueryInstance]\r\n  deleteQueryInstance(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyQueryInstance(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportChapter(id: String, idType: IdType, reportChapter: InputUniqueReportChapter!, creationMode: creationMode): ReportChapter!\r\n  createUpdateReportChapter(id: String, idType: IdType, reportChapter: InputUniqueReportChapter!, creationMode: creationMode): ReportChapter!\r\n  updateReportChapter(id: String!, idType: IdType, reportChapter: InputUniqueReportChapter!): ReportChapter!\r\n  updateManyReportChapter(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportChapter: InputReportChapter!): [ReportChapter]\r\n  deleteReportChapter(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportChapter(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportGraphView(id: String, idType: IdType, reportGraphView: InputUniqueReportGraphView!, creationMode: creationMode): ReportGraphView!\r\n  createUpdateReportGraphView(id: String, idType: IdType, reportGraphView: InputUniqueReportGraphView!, creationMode: creationMode): ReportGraphView!\r\n  updateReportGraphView(id: String!, idType: IdType, reportGraphView: InputUniqueReportGraphView!): ReportGraphView!\r\n  updateManyReportGraphView(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportGraphView: InputReportGraphView!): [ReportGraphView]\r\n  deleteReportGraphView(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportGraphView(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createFolderOfReports(id: String, idType: IdType, folderOfReports: InputUniqueFolderOfReports!, creationMode: creationMode): FolderOfReports!\r\n  createUpdateFolderOfReports(id: String, idType: IdType, folderOfReports: InputUniqueFolderOfReports!, creationMode: creationMode): FolderOfReports!\r\n  updateFolderOfReports(id: String!, idType: IdType, folderOfReports: InputUniqueFolderOfReports!): FolderOfReports!\r\n  updateManyFolderOfReports(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], folderOfReports: InputFolderOfReports!): [FolderOfReports]\r\n  deleteFolderOfReports(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyFolderOfReports(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createFolderOfReportTemplates(id: String, idType: IdType, folderOfReportTemplates: InputUniqueFolderOfReportTemplates!, creationMode: creationMode): FolderOfReportTemplates!\r\n  createUpdateFolderOfReportTemplates(id: String, idType: IdType, folderOfReportTemplates: InputUniqueFolderOfReportTemplates!, creationMode: creationMode): FolderOfReportTemplates!\r\n  updateFolderOfReportTemplates(id: String!, idType: IdType, folderOfReportTemplates: InputUniqueFolderOfReportTemplates!): FolderOfReportTemplates!\r\n  updateManyFolderOfReportTemplates(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], folderOfReportTemplates: InputFolderOfReportTemplates!): [FolderOfReportTemplates]\r\n  deleteFolderOfReportTemplates(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyFolderOfReportTemplates(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createMacro(id: String, idType: IdType, macro: InputUniqueMacro!, creationMode: creationMode): Macro!\r\n  createUpdateMacro(id: String, idType: IdType, macro: InputUniqueMacro!, creationMode: creationMode): Macro!\r\n  updateMacro(id: String!, idType: IdType, macro: InputUniqueMacro!): Macro!\r\n  updateManyMacro(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], macro: InputMacro!): [Macro]\r\n  deleteMacro(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyMacro(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createFolderOfReportDataSetDefinition(id: String, idType: IdType, folderOfReportDataSetDefinition: InputUniqueFolderOfReportDataSetDefinition!, creationMode: creationMode): FolderOfReportDataSetDefinition!\r\n  createUpdateFolderOfReportDataSetDefinition(id: String, idType: IdType, folderOfReportDataSetDefinition: InputUniqueFolderOfReportDataSetDefinition!, creationMode: creationMode): FolderOfReportDataSetDefinition!\r\n  updateFolderOfReportDataSetDefinition(id: String!, idType: IdType, folderOfReportDataSetDefinition: InputUniqueFolderOfReportDataSetDefinition!): FolderOfReportDataSetDefinition!\r\n  updateManyFolderOfReportDataSetDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], folderOfReportDataSetDefinition: InputFolderOfReportDataSetDefinition!): [FolderOfReportDataSetDefinition]\r\n  deleteFolderOfReportDataSetDefinition(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyFolderOfReportDataSetDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportDataSetDefinition(id: String, idType: IdType, reportDataSetDefinition: InputUniqueReportDataSetDefinition!, creationMode: creationMode): ReportDataSetDefinition!\r\n  createUpdateReportDataSetDefinition(id: String, idType: IdType, reportDataSetDefinition: InputUniqueReportDataSetDefinition!, creationMode: creationMode): ReportDataSetDefinition!\r\n  updateReportDataSetDefinition(id: String!, idType: IdType, reportDataSetDefinition: InputUniqueReportDataSetDefinition!): ReportDataSetDefinition!\r\n  updateManyReportDataSetDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportDataSetDefinition: InputReportDataSetDefinition!): [ReportDataSetDefinition]\r\n  deleteReportDataSetDefinition(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportDataSetDefinition(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createApplication(id: String, idType: IdType, application: InputUniqueApplication!, creationMode: creationMode): Application!\r\n  createUpdateApplication(id: String, idType: IdType, application: InputUniqueApplication!, creationMode: creationMode): Application!\r\n  updateApplication(id: String!, idType: IdType, application: InputUniqueApplication!): Application!\r\n  updateManyApplication(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], application: InputApplication!): [Application]\r\n  deleteApplication(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyApplication(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createTaggedValue(id: String, idType: IdType, taggedValue: InputUniqueTaggedValue!, creationMode: creationMode): TaggedValue!\r\n  createUpdateTaggedValue(id: String, idType: IdType, taggedValue: InputUniqueTaggedValue!, creationMode: creationMode): TaggedValue!\r\n  updateTaggedValue(id: String!, idType: IdType, taggedValue: InputUniqueTaggedValue!): TaggedValue!\r\n  updateManyTaggedValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], taggedValue: InputTaggedValue!): [TaggedValue]\r\n  deleteTaggedValue(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyTaggedValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportContainer(id: String, idType: IdType, reportContainer: InputUniqueReportContainer!, creationMode: creationMode): ReportContainer!\r\n  createUpdateReportContainer(id: String, idType: IdType, reportContainer: InputUniqueReportContainer!, creationMode: creationMode): ReportContainer!\r\n  updateReportContainer(id: String!, idType: IdType, reportContainer: InputUniqueReportContainer!): ReportContainer!\r\n  updateManyReportContainer(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportContainer: InputReportContainer!): [ReportContainer]\r\n  deleteReportContainer(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportContainer(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportDataSetCollection(id: String, idType: IdType, reportDataSetCollection: InputUniqueReportDataSetCollection!, creationMode: creationMode): ReportDataSetCollection!\r\n  createUpdateReportDataSetCollection(id: String, idType: IdType, reportDataSetCollection: InputUniqueReportDataSetCollection!, creationMode: creationMode): ReportDataSetCollection!\r\n  updateReportDataSetCollection(id: String!, idType: IdType, reportDataSetCollection: InputUniqueReportDataSetCollection!): ReportDataSetCollection!\r\n  updateManyReportDataSetCollection(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportDataSetCollection: InputReportDataSetCollection!): [ReportDataSetCollection]\r\n  deleteReportDataSetCollection(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportDataSetCollection(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportDataSetProperty(id: String, idType: IdType, reportDataSetProperty: InputUniqueReportDataSetProperty!, creationMode: creationMode): ReportDataSetProperty!\r\n  createUpdateReportDataSetProperty(id: String, idType: IdType, reportDataSetProperty: InputUniqueReportDataSetProperty!, creationMode: creationMode): ReportDataSetProperty!\r\n  updateReportDataSetProperty(id: String!, idType: IdType, reportDataSetProperty: InputUniqueReportDataSetProperty!): ReportDataSetProperty!\r\n  updateManyReportDataSetProperty(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportDataSetProperty: InputReportDataSetProperty!): [ReportDataSetProperty]\r\n  deleteReportDataSetProperty(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportDataSetProperty(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportDataSet(id: String, idType: IdType, reportDataSet: InputUniqueReportDataSet!, creationMode: creationMode): ReportDataSet!\r\n  createUpdateReportDataSet(id: String, idType: IdType, reportDataSet: InputUniqueReportDataSet!, creationMode: creationMode): ReportDataSet!\r\n  updateReportDataSet(id: String!, idType: IdType, reportDataSet: InputUniqueReportDataSet!): ReportDataSet!\r\n  updateManyReportDataSet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportDataSet: InputReportDataSet!): [ReportDataSet]\r\n  deleteReportDataSet(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportDataSet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createReportDataSetStructure(id: String, idType: IdType, reportDataSetStructure: InputUniqueReportDataSetStructure!, creationMode: creationMode): ReportDataSetStructure!\r\n  createUpdateReportDataSetStructure(id: String, idType: IdType, reportDataSetStructure: InputUniqueReportDataSetStructure!, creationMode: creationMode): ReportDataSetStructure!\r\n  updateReportDataSetStructure(id: String!, idType: IdType, reportDataSetStructure: InputUniqueReportDataSetStructure!): ReportDataSetStructure!\r\n  updateManyReportDataSetStructure(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], reportDataSetStructure: InputReportDataSetStructure!): [ReportDataSetStructure]\r\n  deleteReportDataSetStructure(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyReportDataSetStructure(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createBusinessProcess(id: String, idType: IdType, businessProcess: InputUniqueBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n  createUpdateBusinessProcess(id: String, idType: IdType, businessProcess: InputUniqueBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n  updateBusinessProcess(id: String!, idType: IdType, businessProcess: InputUniqueBusinessProcess!): BusinessProcess!\r\n  updateManyBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessProcess: InputBusinessProcess!): [BusinessProcess]\r\n  deleteBusinessProcess(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n}\r\n\r\nenum NameAppearanceEnum {\r\n  LongName\r\n  ShortName\r\n}\r\n\r\nenum NatureEnum {\r\n  ApplicationSystemEnvironmentDiagram_ASE\r\n  OperationalInteractionScenarioDiagram_OPINTERACTSCENARIO\r\n  SystemInteractionScenarioDiagram_INFRINTERACTSCENARIO\r\n  OperationalScenarioDiagram_ORGCOMDIAG\r\n  BusinessInformationAreaConceptDiagram_CIGD\r\n  OperationalScenarioEnvironment_ORGSCEENV\r\n  TOGAFNetworkedComputingHardwareDiagram_TNCHD\r\n  GenericGanttDiagram_GENERICGANTT\r\n  ApplicationTreeDiagramATD_ATD\r\n  BusinessInformationAreaStructureDiagram_BIASD\r\n  FunctionalityDiagram_FUNC\r\n  FunctionalProcessTreeDiagram_FPTD\r\n  ApplicationTechnicalArchitectureDiagram_ITARC_TA_TAD\r\n  RelationDataAreaTableDiagram_RPDAD\r\n  PortfolioDiagram_PMO\r\n  TOGAFProcessingDiagram_TPD\r\n  HardwareAssemblyStructureDiagram_HASD\r\n  BusinessCapacityMapSite_SBCZONE\r\n  ScenarioOfApplicationEnvironmentFlowsDiagram_APPSCENENV\r\n  DataAreaStructureDiagram_LDAS\r\n  FlowAssessmentDiagramSites_SITEFLOW\r\n  BusinessCapabilityMapDiagram_BUS_CAP_MAP\r\n  DataMapDiagram_LOGDATAMAPDIAG\r\n  FunctionalityMapDiagram_FUNC_MAP\r\n  BusinessCapabilityMapBusinessProcess_ABCZONE\r\n  OrganizationalProcessDiagram_BPMNFLOWCHART\r\n  ScenarioOfITServiceFlowsDiagram_ITSERVINTSCENA\r\n  HardwareFunctionalityDiagram_HARDFUNCTD\r\n  HardwareFunctionalityMapDiagram_HARDFUNCTMD\r\n  ComponentDiagram_MCMP\r\n  OverviewOfTechnicalInfrastructure_OVERTECHARCHI\r\n  TOGAFUseCaseDiagram_TUCD\r\n  Organizational_UnitTreeDiagram_OUTD\r\n  DataAreaEntityDiagram_LDD\r\n  RelationalDataAreaStructureDiagram_RDASD\r\n  BusinessServiceStructureDiagram_BSSD\r\n  TOGAFApplicationAndUserLocationDiagram_TAULD\r\n  Micro_ServiceStructureDiagram_MicroServStructDiag\r\n  TOGAFDataMigrationDiagram_TDMD\r\n  ApplicationEnvironmentUseCaseDiagram_APPENVMUTI\r\n  TOGAFBusinessServiceInformationDiagram_TBSID\r\n  RelationalDataMapDiagram_RELDATAMAPDIAG\r\n  CapabilityTreeDiagram_CAPABILITY_TREE\r\n  IoTDeviceAssemblyDiagram_IOTDAD\r\n  ITServiceStructureDiagram_SSSD\r\n  CompositeStructureDiagram_COMPSTRDIAG\r\n  DataAreaStructureDiagram_ERDASD\r\n  ScenarioOfApplicationSystemFlows_SYSINTSCEDIAG\r\n  ApplicationArchitectureEnvironmentReport_APPARCHDAISY\r\n  ExchangeDiagramBPMN_BPMN_SOD\r\n  ScenarioOfSystemOfResourceSystems_SoSoRS\r\n  ScenarioOfSystemOfResources_SoSoR\r\n  ConceptStructureDiagram_CPTINFODIAG\r\n  ResourceArchitectureAssemblyDiagram_RASD\r\n  TOGAFClassDiagram_TCD\r\n  TOGAFSoftwareDistributionDiagram_TSDD\r\n  FunctionalDiagram_ITARC_ATA_FD\r\n  BatchProgramStructureDiagram_BPROG_STRUCT\r\n  TOGAFProcessSystemRealizationDiagram_TPSRD\r\n  ConceptTypeStructureDiagram_DEFTYPESTRUCT\r\n  ArchiMateDiagram_AMThree\r\n  ExchangeContractDiagramBPMN_BPMN_SDD\r\n  GeographicalRiskMap_RMG\r\n  ResourceArchitectureEnvironmentDiagram_RARCENV\r\n  SkillDiagram_BUS_SKILL\r\n  MappingDiagram_MAPPING\r\n  ProjectImpactDiagram_PRJIMPACT\r\n  TOGAFBusinessFootprintDiagram_TBFD\r\n  ResourceConfigurationDiagram_IFD\r\n  OverviewOfApplications_OVERAPPL\r\n  ApplicationSystemStructureDiagram_APARSD\r\n  ComputingDeviceAssemblyDiagram_CDAD\r\n  CityPlanningZoningDiagram_CITYPLANTREE\r\n  Sketching_SKECH\r\n  ITTechnicalDeviceDiagram_ITDD\r\n  TOGAFClassHierachyDiagram_TCHD\r\n  CustomerJourneyMap_CustomerJourneyMap\r\n  CityPlanningDiagram_URB\r\n  LibraryDiagram_LIBRARY\r\n  OverviewOfSites_OVERSITE\r\n  ObjectDiagram_OBJECTDIAGRAM\r\n  ScenarioOfMicro_ServiceFlowsDiagram_MSrvInterScenario\r\n  BusinessCapabilityMapPortfolio_PFBCZONE\r\n  FlowAssessmentDiagramCityPlanningsAreas_CITYPLANFLOW\r\n  TOGAFOrganizationDecompositionDiagram_TODD\r\n  ApplicationTechnicalAreaArchitectureDiagram_ITARC_ATA_TAD\r\n  TechnicalInfrastructureDiagram_TID\r\n  ApplicationEnvironmentDiagram_ACD\r\n  StateMachineDiagram_STATEMACHINE\r\n  TOGAFSoftwareEngineeringDiagram_TSED\r\n  ServiceInteractionScenarioDiagram_SERVINTERACTSCENDIAG\r\n  CapabilityStructureDiagram_CAPABILITY_STRUCTURE\r\n  BusinessCapabilityMapOrg_Unit_OUBCZONE\r\n  Micro_ServiceScenarioSequenceDiagram_MSrvIntScenSeqDiag\r\n  SiteTreeDiagram_SITETREE\r\n  Organizational_UnitStructureDiagram_OUSTRD\r\n  ApplicationInternalArchitectureDiagram_ADD\r\n  ApplicationSystemScenarioSequenceDiagram_ASINTSCESEQDIAG\r\n  ResourceArchitectureStructureDiagram_PASD\r\n  SequenceDiagramUMLTwo_SEQUENCEDIAGUMLTwo\r\n  BusinessCapabilityDecompositionTree_BCDT\r\n  ITServiceScenarioSequenceDiagram_ITSERVINTSCENASEQ\r\n  BusinessArchitectureEnvironmentDiagram_BUS_ARC_ENV\r\n  EnterpriseStageStrategyDiagram_NESD\r\n  BusinessInformationMap_BUSINFMAPDIAG\r\n  DataDiagram_DATA_DIAGRAM\r\n  IndividualConceptStructureDiagram_IESD\r\n  SchedulingDiagram_PERT\r\n  BusinessFunctionTreeDiagram_BPTD\r\n  OperationalScenarioSequenceDiagram_ORGINTSCESEQDIAG\r\n  TOGAFProcessFlowDiagram_TPFD\r\n  ServiceArchitectureDiagram_SAD\r\n  OverviewOfBusinessFunctions_BFMD\r\n  OrganizationalProcessTreeDiagram_OPTD\r\n  TOGAFEnvironmentsAndLocationsDiagram_TELD\r\n  ResourceArchitectureTreeDiagram_CCTD\r\n  ConceptLifeCycleStructureDiagram_DICSTATEMACHINESD\r\n  BatchPlanningStructureDiagram_BPLAN_STRUCT\r\n  ApplicationSystemTechnicalArchitectureDiagram_ITARC_ASTA_TAD\r\n  EnterprisePhaseTreeDiagram_EPTD\r\n  TOGAFDataLifecycleDiagram_TDLD\r\n  SystemProcessDiagram_BPMNSYSPROC\r\n  GlobalApplicationFlowMap_GLOBINTSCEDIAG\r\n  ValueStreamDiagram_BPMNFUNPROC\r\n  ScenarioOfApplicationFlowsDiagram_APPLIINTERSCENA\r\n  ClassDiagram_MOBJ\r\n  TOGAFGoalObjectiveServiceDiagram_TGOSD\r\n  StateDiagram_MTRE\r\n  ApplicationStructureDiagram_ASD\r\n  TOGAFDataSecurityDiagram_TDSD\r\n  OrganizationalChart_ORGANIGRAMME\r\n  ApplicationArchitectureDiagram_MODELE_APPLICATION\r\n  RelationalDiagram_MR\r\n  UseCaseDiagram_MUTI\r\n  ApplicationTree_ARBRE_APPLICATIF\r\n  TechnicalArchitectureDiagram_MAT\r\n  BusinessServiceTreeDiagram_BSTD\r\n  BusinessFunctionalAreaDiagram_BF_ARC\r\n  TOGAFPlatformDecompositionDiagram_TPDD\r\n  ApplicationEnvironment_AE\r\n  CommunicationDiagram_COMMUNICATION\r\n  ActivityDiagramUMLTwo_ACTIVIYYDIAGUMLTwo\r\n  InteractionOverviewDiagram_InteractionOverview\r\n  LogicalApplicationSystemEnvironmentDiagram_LASE\r\n  Org_UnitOrganizationalChart_ORGUNITORGCHART\r\n  TOGAFApplicationCommunicationDiagram_TACD\r\n  TOGAFEventDiagram_TED\r\n  SystemProcessTreeDiagram_SYSPROC_TREE\r\n  TOGAFDataDisseminationDiagram_TDDD\r\n  TOGAFFunctionalDecompositionDiagram_TFDD\r\n  RiskDiagram_RISKD\r\n  StateConceptStructureDiagram_SCPTINFODIAG\r\n  ServiceTaxonomyDiagram_SDVD\r\n  Cause_and_EffectDiagram_CED\r\n  GeneralOrganizationalChart_GENORGCHART\r\n  TimelineDiagram_TIMELINE\r\n  BusinessFunctionStructureDiagram_ONSD\r\n  OrganizationEnvironmentDiagram_ORGENVDIAG\r\n  TOGAFEnterpriseManageabilityDiagram_TEMD\r\n  PackageDiagram_MPAC\r\n  IDEFDataAreaDiagram_IDEFDAD\r\n  TOGAFCommunicationsEngineeringDiagram_TCED\r\n  ApplicationSystemEnvironmentScenario_APPSYSENVINTSCENARIO\r\n  LogicalApplicationSystemStructureDiagram_SSASD\r\n  TechnicalFunctionalityDiagram_TECHFUNCTD\r\n  TechnicalFunctionalityMapDiagram_TECHFUNCTMD\r\n  UserInterfaceDiagram_UI\r\n  BusinessProcessDiagram_BPMNBIZPROC\r\n  ProjectCompositionDiagram_PROJ_C\r\n  ApplicationEnvironmentScenarioSequenceDiagram_APPENVSCENSEQ\r\n  ArtifactAssemblyDiagram_ARTIFACT_ASSEMBLY\r\n  InfrastructureAssemblyStructureDiagram_ITA_IASD\r\n  BusinessFunctionHierarchyDiagram_ONTD\r\n  InteractionScenarioDiagram_APPINTERACTSCENARIO\r\n  ApplicationScenarioSequenceDiagram_APPLIINTERSCENASEQ\r\n  SkillMapDiagram_BUS_SKILL_MAP\r\n}\r\n\r\nenum ObjectEditionModeEnum {\r\n  NoEdition\r\n  Menu\r\n  In_placeEdit\r\n}\r\n\r\nenum OutputLogicEnum {\r\n  Parallelism\r\n  Condition\r\n}\r\n\r\nenum PageFormatEnum {\r\n  AFour\r\n  AThree\r\n  AFive\r\n  BFive\r\n  Letter\r\n  Legal\r\n  Ledger\r\n}\r\n\r\nenum PageOrientationEnum {\r\n  Portrait\r\n  Landscape\r\n}\r\n\r\nenum ParameterDefaultValueEnum {\r\n  E_CurrentUser\r\n  E_CurrentProfile\r\n  E_CurrentDate\r\n  E_CurrentLanguage\r\n}\r\n\r\nenum PerformanceBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\ntype PersonSystem implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  windowsLogin: String\r\n  scciUserName: String\r\n  email: String\r\n  castToken: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  cASTHighlightID: CustomInt\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportDataSet(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy]): [ReportDataSet]\r\n  reportDataSetAggregatedValues(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy]): [ReportDataSetAggregatedValues]\r\n}\r\n\r\ntype PersonSystemAggregatedValues {\r\n  userCode(function: AggregateFunctionType): CustomFloat\r\n  commandLine(function: AggregateFunctionType): CustomFloat\r\n  windowsLogin(function: AggregateFunctionType): CustomFloat\r\n  scciUserName(function: AggregateFunctionType): CustomFloat\r\n  email(function: AggregateFunctionType): CustomFloat\r\n  castToken(function: AggregateFunctionType): CustomFloat\r\n  belongsToAPersonGroup(function: AggregateFunctionType): CustomFloat\r\n  dataLanguage(function: AggregateFunctionType): CustomFloat\r\n  phoneNumber(function: AggregateFunctionType): CustomFloat\r\n  cASTHighlightID(function: AggregateNumbersFunctionType): CustomFloat\r\n  initials(function: AggregateFunctionType): CustomFloat\r\n  validPerson(function: AggregateFunctionType): CustomFloat\r\n  initialNumberOfComplianceAudits(function: AggregateNumbersFunctionType): CustomFloat\r\n  initialNumberOfEfficiencyAudits(function: AggregateNumbersFunctionType): CustomFloat\r\n  initialNumberOfComplianceAuditActivities(function: AggregateNumbersFunctionType): CustomFloat\r\n  initialNumberOfEfficiencyAuditActivities(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfExecutedComplianceAudits(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfExecutedEfficiencyAudits(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfExecutedComplianceAuditActivities(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfExecutedEfficiencyAuditActivities(function: AggregateNumbersFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput PersonSystemFilter {\r\n  and: [PersonSystemFilter!]\r\n  or: [PersonSystemFilter!]\r\n  userCode: String\r\n  userCode_not: String\r\n  userCode_in: [String!]\r\n  userCode_not_in: [String!]\r\n  userCode_lt: String\r\n  userCode_lte: String\r\n  userCode_gt: String\r\n  userCode_gte: String\r\n  userCode_contains: String\r\n  userCode_not_contains: String\r\n  userCode_starts_with: String\r\n  userCode_not_starts_with: String\r\n  userCode_ends_with: String\r\n  userCode_not_ends_with: String\r\n  userCode_empty: Boolean\r\n  commandLine: String\r\n  commandLine_not: String\r\n  commandLine_in: [String!]\r\n  commandLine_not_in: [String!]\r\n  commandLine_lt: String\r\n  commandLine_lte: String\r\n  commandLine_gt: String\r\n  commandLine_gte: String\r\n  commandLine_contains: String\r\n  commandLine_not_contains: String\r\n  commandLine_starts_with: String\r\n  commandLine_not_starts_with: String\r\n  commandLine_ends_with: String\r\n  commandLine_not_ends_with: String\r\n  commandLine_empty: Boolean\r\n  windowsLogin: String\r\n  windowsLogin_not: String\r\n  windowsLogin_in: [String!]\r\n  windowsLogin_not_in: [String!]\r\n  windowsLogin_lt: String\r\n  windowsLogin_lte: String\r\n  windowsLogin_gt: String\r\n  windowsLogin_gte: String\r\n  windowsLogin_contains: String\r\n  windowsLogin_not_contains: String\r\n  windowsLogin_starts_with: String\r\n  windowsLogin_not_starts_with: String\r\n  windowsLogin_ends_with: String\r\n  windowsLogin_not_ends_with: String\r\n  windowsLogin_empty: Boolean\r\n  scciUserName: String\r\n  scciUserName_not: String\r\n  scciUserName_in: [String!]\r\n  scciUserName_not_in: [String!]\r\n  scciUserName_lt: String\r\n  scciUserName_lte: String\r\n  scciUserName_gt: String\r\n  scciUserName_gte: String\r\n  scciUserName_contains: String\r\n  scciUserName_not_contains: String\r\n  scciUserName_starts_with: String\r\n  scciUserName_not_starts_with: String\r\n  scciUserName_ends_with: String\r\n  scciUserName_not_ends_with: String\r\n  scciUserName_empty: Boolean\r\n  email: String\r\n  email_not: String\r\n  email_in: [String!]\r\n  email_not_in: [String!]\r\n  email_lt: String\r\n  email_lte: String\r\n  email_gt: String\r\n  email_gte: String\r\n  email_contains: String\r\n  email_not_contains: String\r\n  email_starts_with: String\r\n  email_not_starts_with: String\r\n  email_ends_with: String\r\n  email_not_ends_with: String\r\n  email_empty: Boolean\r\n  castToken: String\r\n  castToken_not: String\r\n  castToken_in: [String!]\r\n  castToken_not_in: [String!]\r\n  castToken_lt: String\r\n  castToken_lte: String\r\n  castToken_gt: String\r\n  castToken_gte: String\r\n  castToken_contains: String\r\n  castToken_not_contains: String\r\n  castToken_starts_with: String\r\n  castToken_not_starts_with: String\r\n  castToken_ends_with: String\r\n  castToken_not_ends_with: String\r\n  castToken_empty: Boolean\r\n  belongsToAPersonGroup: Boolean\r\n  belongsToAPersonGroup_not: Boolean\r\n  belongsToAPersonGroup_empty: Boolean\r\n  dataLanguage: String\r\n  dataLanguage_not: String\r\n  dataLanguage_in: [String!]\r\n  dataLanguage_not_in: [String!]\r\n  dataLanguage_empty: Boolean\r\n  phoneNumber: String\r\n  phoneNumber_not: String\r\n  phoneNumber_in: [String!]\r\n  phoneNumber_not_in: [String!]\r\n  phoneNumber_lt: String\r\n  phoneNumber_lte: String\r\n  phoneNumber_gt: String\r\n  phoneNumber_gte: String\r\n  phoneNumber_contains: String\r\n  phoneNumber_not_contains: String\r\n  phoneNumber_starts_with: String\r\n  phoneNumber_not_starts_with: String\r\n  phoneNumber_ends_with: String\r\n  phoneNumber_not_ends_with: String\r\n  phoneNumber_empty: Boolean\r\n  cASTHighlightID: CustomInt\r\n  cASTHighlightID_not: CustomInt\r\n  cASTHighlightID_in: [CustomInt!]\r\n  cASTHighlightID_not_in: [CustomInt!]\r\n  cASTHighlightID_lt: CustomInt\r\n  cASTHighlightID_lte: CustomInt\r\n  cASTHighlightID_gt: CustomInt\r\n  cASTHighlightID_gte: CustomInt\r\n  cASTHighlightID_empty: Boolean\r\n  initials: String\r\n  initials_not: String\r\n  initials_in: [String!]\r\n  initials_not_in: [String!]\r\n  initials_lt: String\r\n  initials_lte: String\r\n  initials_gt: String\r\n  initials_gte: String\r\n  initials_contains: String\r\n  initials_not_contains: String\r\n  initials_starts_with: String\r\n  initials_not_starts_with: String\r\n  initials_ends_with: String\r\n  initials_not_ends_with: String\r\n  initials_empty: Boolean\r\n  validPerson: ValidPersonEnum\r\n  validPerson_not: ValidPersonEnum\r\n  validPerson_in: [ValidPersonEnum!]\r\n  validPerson_not_in: [ValidPersonEnum!]\r\n  validPerson_empty: Boolean\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportDataSet_some: [ReportDataSetFilter!]\r\n  reportDataSet_count: countFilter\r\n}\r\n\r\nenum PersonSystemOrderBy {\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  windowsLogin_ASC\r\n  windowsLogin_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  castToken_ASC\r\n  castToken_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  cASTHighlightID_ASC\r\n  cASTHighlightID_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum PhysicalStorageEnum {\r\n  Default\r\n  FKMetaAssociation\r\n  Encrypted\r\n}\r\n\r\nenum ProcessParameterValueObjectsIndividuallyEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum PropertyTypeEnum {\r\n  Value\r\n  Computed\r\n  CollectionCount\r\n  Parameter\r\n}\r\n\r\ntype Query {\r\n  _currentContext: CurrentContextType\r\n  _APIdiagnostic: DiagnosticType\r\n  language(filter: LanguageFilter, orderBy: [LanguageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Language]\r\n  languageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [LanguageAggregatedValues]\r\n  metaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAttribute]\r\n  metaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAttributeAggregatedValues]\r\n  metaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaClass]\r\n  metaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaClassAggregatedValues]\r\n  metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAssociationEnd]\r\n  metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAssociationEndAggregatedValues]\r\n  personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PersonSystem]\r\n  personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PersonSystemAggregatedValues]\r\n  dispatchSystem(filter: DispatchSystemFilter, orderBy: [DispatchSystemOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DispatchSystem]\r\n  dispatchSystemAggregatedValues(filter: DispatchSystemFilter, orderBy: [DispatchSystemOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DispatchSystemAggregatedValues]\r\n  diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramType]\r\n  diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeAggregatedValues]\r\n  query(filter: QueryFilter, orderBy: [QueryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Query]\r\n  queryAggregatedValues(filter: QueryFilter, orderBy: [QueryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [QueryAggregatedValues]\r\n  graphSetNodeDefinition(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetNodeDefinition]\r\n  graphSetNodeDefinitionAggregatedValues(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetNodeDefinitionAggregatedValues]\r\n  graphSetDefinition(filter: GraphSetDefinitionFilter, orderBy: [GraphSetDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetDefinition]\r\n  graphSetDefinitionAggregatedValues(filter: GraphSetDefinitionFilter, orderBy: [GraphSetDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetDefinitionAggregatedValues]\r\n  graphSetArcDefinition(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetArcDefinition]\r\n  graphSetArcDefinitionAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetArcDefinitionAggregatedValues]\r\n  graphSubSet(filter: GraphSubSetFilter, orderBy: [GraphSubSetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSubSet]\r\n  graphSubSetAggregatedValues(filter: GraphSubSetFilter, orderBy: [GraphSubSetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSubSetAggregatedValues]\r\n  report(filter: ReportFilter, orderBy: [ReportOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Report]\r\n  reportAggregatedValues(filter: ReportFilter, orderBy: [ReportOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportAggregatedValues]\r\n  reportParameter(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportParameter]\r\n  reportParameterAggregatedValues(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportParameterAggregatedValues]\r\n  reportTemplate(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportTemplate]\r\n  reportTemplateAggregatedValues(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportTemplateAggregatedValues]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportParameterValueAggregatedValues]\r\n  graphSetPath(filter: GraphSetPathFilter, orderBy: [GraphSetPathOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetPath]\r\n  graphSetPathAggregatedValues(filter: GraphSetPathFilter, orderBy: [GraphSetPathOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetPathAggregatedValues]\r\n  graphSetFieldDefinition(filter: GraphSetFieldDefinitionFilter, orderBy: [GraphSetFieldDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetFieldDefinition]\r\n  graphSetFieldDefinitionAggregatedValues(filter: GraphSetFieldDefinitionFilter, orderBy: [GraphSetFieldDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetFieldDefinitionAggregatedValues]\r\n  graphSet(filter: GraphSetFilter, orderBy: [GraphSetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSet]\r\n  graphSetAggregatedValues(filter: GraphSetFilter, orderBy: [GraphSetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GraphSetAggregatedValues]\r\n  reportGraphLayer(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphLayer]\r\n  reportGraphLayerAggregatedValues(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphLayerAggregatedValues]\r\n  reportGraphProperty(filter: ReportGraphPropertyFilter, orderBy: [ReportGraphPropertyOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphProperty]\r\n  reportGraphPropertyAggregatedValues(filter: ReportGraphPropertyFilter, orderBy: [ReportGraphPropertyOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphPropertyAggregatedValues]\r\n  reportGraphNode(filter: ReportGraphNodeFilter, orderBy: [ReportGraphNodeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphNode]\r\n  reportGraphNodeAggregatedValues(filter: ReportGraphNodeFilter, orderBy: [ReportGraphNodeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphNodeAggregatedValues]\r\n  reportGraphArc(filter: ReportGraphArcFilter, orderBy: [ReportGraphArcOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphArc]\r\n  reportGraphArcAggregatedValues(filter: ReportGraphArcFilter, orderBy: [ReportGraphArcOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphArcAggregatedValues]\r\n  metaParameter(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaParameter]\r\n  metaParameterAggregatedValues(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaParameterAggregatedValues]\r\n  queryInstance(filter: QueryInstanceFilter, orderBy: [QueryInstanceOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [QueryInstance]\r\n  queryInstanceAggregatedValues(filter: QueryInstanceFilter, orderBy: [QueryInstanceOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [QueryInstanceAggregatedValues]\r\n  reportChapter(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportChapter]\r\n  reportChapterAggregatedValues(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportChapterAggregatedValues]\r\n  reportGraphView(filter: ReportGraphViewFilter, orderBy: [ReportGraphViewOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphView]\r\n  reportGraphViewAggregatedValues(filter: ReportGraphViewFilter, orderBy: [ReportGraphViewOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportGraphViewAggregatedValues]\r\n  folderOfReports(filter: FolderOfReportsFilter, orderBy: [FolderOfReportsOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FolderOfReports]\r\n  folderOfReportsAggregatedValues(filter: FolderOfReportsFilter, orderBy: [FolderOfReportsOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FolderOfReportsAggregatedValues]\r\n  folderOfReportTemplates(filter: FolderOfReportTemplatesFilter, orderBy: [FolderOfReportTemplatesOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FolderOfReportTemplates]\r\n  folderOfReportTemplatesAggregatedValues(filter: FolderOfReportTemplatesFilter, orderBy: [FolderOfReportTemplatesOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FolderOfReportTemplatesAggregatedValues]\r\n  macro(filter: MacroFilter, orderBy: [MacroOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Macro]\r\n  macroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MacroAggregatedValues]\r\n  folderOfReportDataSetDefinition(filter: FolderOfReportDataSetDefinitionFilter, orderBy: [FolderOfReportDataSetDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FolderOfReportDataSetDefinition]\r\n  folderOfReportDataSetDefinitionAggregatedValues(filter: FolderOfReportDataSetDefinitionFilter, orderBy: [FolderOfReportDataSetDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FolderOfReportDataSetDefinitionAggregatedValues]\r\n  reportDataSetDefinition(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetDefinition]\r\n  reportDataSetDefinitionAggregatedValues(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetDefinitionAggregatedValues]\r\n  application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Application]\r\n  applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ApplicationAggregatedValues]\r\n  taggedValue(filter: TaggedValueFilter, orderBy: [TaggedValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TaggedValue]\r\n  taggedValueAggregatedValues(filter: TaggedValueFilter, orderBy: [TaggedValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TaggedValueAggregatedValues]\r\n  reportContainer(filter: ReportContainerFilter, orderBy: [ReportContainerOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportContainer]\r\n  reportContainerAggregatedValues(filter: ReportContainerFilter, orderBy: [ReportContainerOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportContainerAggregatedValues]\r\n  reportDataSetCollection(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetCollection]\r\n  reportDataSetCollectionAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetCollectionAggregatedValues]\r\n  reportDataSetProperty(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetProperty]\r\n  reportDataSetPropertyAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetPropertyAggregatedValues]\r\n  reportDataSet(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSet]\r\n  reportDataSetAggregatedValues(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetAggregatedValues]\r\n  reportDataSetStructure(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetStructure]\r\n  reportDataSetStructureAggregatedValues(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ReportDataSetStructureAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype QueryAggregatedValues {\r\n  queryImplementation(function: AggregateFunctionType): CustomFloat\r\n  select(function: AggregateFunctionType): CustomFloat\r\n  uIPermissions(function: AggregateFunctionType): CustomFloat\r\n  gUITitle(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput QueryFilter {\r\n  and: [QueryFilter!]\r\n  or: [QueryFilter!]\r\n  queryImplementation: QueryImplementationEnum\r\n  queryImplementation_not: QueryImplementationEnum\r\n  queryImplementation_in: [QueryImplementationEnum!]\r\n  queryImplementation_not_in: [QueryImplementationEnum!]\r\n  queryImplementation_empty: Boolean\r\n  select: String\r\n  select_not: String\r\n  select_in: [String!]\r\n  select_not_in: [String!]\r\n  select_lt: String\r\n  select_lte: String\r\n  select_gt: String\r\n  select_gte: String\r\n  select_contains: String\r\n  select_not_contains: String\r\n  select_starts_with: String\r\n  select_not_starts_with: String\r\n  select_ends_with: String\r\n  select_not_ends_with: String\r\n  select_empty: Boolean\r\n  uIPermissions: String\r\n  uIPermissions_not: String\r\n  uIPermissions_in: [String!]\r\n  uIPermissions_not_in: [String!]\r\n  uIPermissions_lt: String\r\n  uIPermissions_lte: String\r\n  uIPermissions_gt: String\r\n  uIPermissions_gte: String\r\n  uIPermissions_contains: String\r\n  uIPermissions_not_contains: String\r\n  uIPermissions_starts_with: String\r\n  uIPermissions_not_starts_with: String\r\n  uIPermissions_ends_with: String\r\n  uIPermissions_not_ends_with: String\r\n  uIPermissions_empty: Boolean\r\n  gUITitle: String\r\n  gUITitle_not: String\r\n  gUITitle_in: [String!]\r\n  gUITitle_not_in: [String!]\r\n  gUITitle_lt: String\r\n  gUITitle_lte: String\r\n  gUITitle_gt: String\r\n  gUITitle_gte: String\r\n  gUITitle_contains: String\r\n  gUITitle_not_contains: String\r\n  gUITitle_starts_with: String\r\n  gUITitle_not_starts_with: String\r\n  gUITitle_ends_with: String\r\n  gUITitle_not_ends_with: String\r\n  gUITitle_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  graphSetDefinition_some: [GraphSetDefinitionFilter!]\r\n  graphSetDefinition_count: countFilter\r\n  reportDataSetDefinition_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportDataSetCollection_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_count: countFilter\r\n  graphSetArcDefinition_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_count: countFilter\r\n  reportDataSetProperty_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_count: countFilter\r\n  reportParameterValue_ComputedReportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ComputedReportParameterValue_count: countFilter\r\n}\r\n\r\nenum QueryImplementationEnum {\r\n  FunctionDeprecated\r\n  Select\r\n  Macro\r\n}\r\n\r\ntype QueryInstance implements GraphQLObjectInterface {\r\n  select: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ComputedReportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ComputedReportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n}\r\n\r\ntype QueryInstanceAggregatedValues {\r\n  select(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  externalId(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput QueryInstanceFilter {\r\n  defaultField_a4b9ffed3b7447fa89b62c5da4cd955b: String\r\n  and: [QueryInstanceFilter!]\r\n  or: [QueryInstanceFilter!]\r\n  select: String\r\n  select_not: String\r\n  select_in: [String!]\r\n  select_not_in: [String!]\r\n  select_lt: String\r\n  select_lte: String\r\n  select_gt: String\r\n  select_gte: String\r\n  select_contains: String\r\n  select_not_contains: String\r\n  select_starts_with: String\r\n  select_not_starts_with: String\r\n  select_ends_with: String\r\n  select_not_ends_with: String\r\n  select_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ComputedReportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ComputedReportParameterValue_count: countFilter\r\n}\r\n\r\nenum QueryInstanceOrderBy {\r\n  select_ASC\r\n  select_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum QueryOrderBy {\r\n  queryImplementation_ASC\r\n  queryImplementation_DESC\r\n  select_ASC\r\n  select_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  gUITitle_ASC\r\n  gUITitle_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum RankAPMEnum {\r\n  OneStar\r\n  TwoStars\r\n  ThreeStars\r\n  FourStars\r\n  FiveStars\r\n  ZeroStar\r\n}\r\n\r\nenum ReadingAccessAreaUpdateEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum RecoveryPointObjectiveRPOEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum RecoveryTimeObjectiveRTOEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\ntype Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinition implements GraphQLObjectInterface {\r\n  queryImplementation(format: EnumFormat): QueryImplementationEnum\r\n  select: String\r\n  uIPermissions(format: StringFormat): String\r\n  gUITitle(language: Languages): String\r\n  gUIName(language: Languages): String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  graphSetDefinition(filter: GraphSetDefinitionFilter, orderBy: [GraphSetDefinitionOrderBy]): [GraphSetDefinition]\r\n  graphSetDefinitionAggregatedValues(filter: GraphSetDefinitionFilter, orderBy: [GraphSetDefinitionOrderBy]): [GraphSetDefinitionAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportDataSetCollection(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollectionAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  graphSetArcDefinition(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinitionAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n  reportDataSetProperty(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetPropertyAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n  reportParameterValue_ComputedReportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ComputedReportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportDataSetDefinition(filter: Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_QueryFilter, orderBy: [Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_QueryOrderBy]): [Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_Query]\r\n  reportDataSetDefinitionAggregatedValues(filter: Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_QueryFilter, orderBy: [Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_QueryOrderBy]): [ReportDataSetDefinitionAggregatedValues]\r\n  usageName: String\r\n}\r\n\r\ninput Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionFilter {\r\n  and: [Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionFilter!]\r\n  or: [Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionFilter!]\r\n  usageName: String\r\n  usageName_not: String\r\n  usageName_in: [String!]\r\n  usageName_not_in: [String!]\r\n  usageName_lt: String\r\n  usageName_lte: String\r\n  usageName_gt: String\r\n  usageName_gte: String\r\n  usageName_contains: String\r\n  usageName_not_contains: String\r\n  usageName_starts_with: String\r\n  usageName_not_starts_with: String\r\n  usageName_ends_with: String\r\n  usageName_not_ends_with: String\r\n  usageName_empty: Boolean\r\n  queryImplementation: QueryImplementationEnum\r\n  queryImplementation_not: QueryImplementationEnum\r\n  queryImplementation_in: [QueryImplementationEnum!]\r\n  queryImplementation_not_in: [QueryImplementationEnum!]\r\n  queryImplementation_empty: Boolean\r\n  select: String\r\n  select_not: String\r\n  select_in: [String!]\r\n  select_not_in: [String!]\r\n  select_lt: String\r\n  select_lte: String\r\n  select_gt: String\r\n  select_gte: String\r\n  select_contains: String\r\n  select_not_contains: String\r\n  select_starts_with: String\r\n  select_not_starts_with: String\r\n  select_ends_with: String\r\n  select_not_ends_with: String\r\n  select_empty: Boolean\r\n  uIPermissions: String\r\n  uIPermissions_not: String\r\n  uIPermissions_in: [String!]\r\n  uIPermissions_not_in: [String!]\r\n  uIPermissions_lt: String\r\n  uIPermissions_lte: String\r\n  uIPermissions_gt: String\r\n  uIPermissions_gte: String\r\n  uIPermissions_contains: String\r\n  uIPermissions_not_contains: String\r\n  uIPermissions_starts_with: String\r\n  uIPermissions_not_starts_with: String\r\n  uIPermissions_ends_with: String\r\n  uIPermissions_not_ends_with: String\r\n  uIPermissions_empty: Boolean\r\n  gUITitle: String\r\n  gUITitle_not: String\r\n  gUITitle_in: [String!]\r\n  gUITitle_not_in: [String!]\r\n  gUITitle_lt: String\r\n  gUITitle_lte: String\r\n  gUITitle_gt: String\r\n  gUITitle_gte: String\r\n  gUITitle_contains: String\r\n  gUITitle_not_contains: String\r\n  gUITitle_starts_with: String\r\n  gUITitle_not_starts_with: String\r\n  gUITitle_ends_with: String\r\n  gUITitle_not_ends_with: String\r\n  gUITitle_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  graphSetDefinition_some: [GraphSetDefinitionFilter!]\r\n  graphSetDefinition_count: countFilter\r\n  reportDataSetDefinition_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportDataSetCollection_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_count: countFilter\r\n  graphSetArcDefinition_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_count: countFilter\r\n  reportDataSetProperty_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_count: countFilter\r\n  reportParameterValue_ComputedReportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ComputedReportParameterValue_count: countFilter\r\n}\r\n\r\nenum Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionOrderBy {\r\n  usageName_ASC\r\n  usageName_DESC\r\n  queryImplementation_ASC\r\n  queryImplementation_DESC\r\n  select_ASC\r\n  select_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  gUITitle_ASC\r\n  gUITitle_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_Report implements GraphQLObjectInterface {\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName(language: Languages): String\r\n  reportSnapshots(format: EnumFormat): ReportSnapshotsEnum\r\n  reportSnapshotType(format: EnumFormat): ReportSnapshotTypeEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  macro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  reportTemplate(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplate]\r\n  reportTemplateAggregatedValues(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplateAggregatedValues]\r\n  reportParameter(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameter]\r\n  reportParameterAggregatedValues(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameterAggregatedValues]\r\n  report(filter: Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterFilter, orderBy: [Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterOrderBy]): [Relationship_Report_Report_AnalysisAnalysisReport_ReportChapter]\r\n  reportAggregatedValues(filter: Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterFilter, orderBy: [Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterOrderBy]): [ReportAggregatedValues]\r\n  webReporting(format: EnumFormat): WebReportingEnum\r\n  wordReporting(format: EnumFormat): WordReportingEnum\r\n  htmlReporting(format: EnumFormat): HtmlReportingEnum\r\n  megaReporting(format: EnumFormat): MegaReportingEnum\r\n  automaticDisplay: Boolean\r\n}\r\n\r\ninput Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportFilter {\r\n  and: [Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportFilter!]\r\n  or: [Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportFilter!]\r\n  webReporting: WebReportingEnum\r\n  webReporting_not: WebReportingEnum\r\n  webReporting_in: [WebReportingEnum!]\r\n  webReporting_not_in: [WebReportingEnum!]\r\n  webReporting_empty: Boolean\r\n  wordReporting: WordReportingEnum\r\n  wordReporting_not: WordReportingEnum\r\n  wordReporting_in: [WordReportingEnum!]\r\n  wordReporting_not_in: [WordReportingEnum!]\r\n  wordReporting_empty: Boolean\r\n  htmlReporting: HtmlReportingEnum\r\n  htmlReporting_not: HtmlReportingEnum\r\n  htmlReporting_in: [HtmlReportingEnum!]\r\n  htmlReporting_not_in: [HtmlReportingEnum!]\r\n  htmlReporting_empty: Boolean\r\n  megaReporting: MegaReportingEnum\r\n  megaReporting_not: MegaReportingEnum\r\n  megaReporting_in: [MegaReportingEnum!]\r\n  megaReporting_not_in: [MegaReportingEnum!]\r\n  megaReporting_empty: Boolean\r\n  automaticDisplay: Boolean\r\n  automaticDisplay_not: Boolean\r\n  automaticDisplay_empty: Boolean\r\n  isCompatibleWithExcel: Boolean\r\n  isCompatibleWithExcel_not: Boolean\r\n  isCompatibleWithExcel_empty: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter_not: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter_empty: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithPDF_not: Boolean\r\n  isCompatibleWithPDF_empty: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  isCompatibleWithRTF_not: Boolean\r\n  isCompatibleWithRTF_empty: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition_not: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshots_not: ReportSnapshotsEnum\r\n  reportSnapshots_in: [ReportSnapshotsEnum!]\r\n  reportSnapshots_not_in: [ReportSnapshotsEnum!]\r\n  reportSnapshots_empty: Boolean\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  reportSnapshotType_not: ReportSnapshotTypeEnum\r\n  reportSnapshotType_in: [ReportSnapshotTypeEnum!]\r\n  reportSnapshotType_not_in: [ReportSnapshotTypeEnum!]\r\n  reportSnapshotType_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  report_some: [ReportFilter!]\r\n  report_count: countFilter\r\n  macro_some: [MacroFilter!]\r\n  macro_count: countFilter\r\n  reportTemplate_some: [ReportTemplateFilter!]\r\n  reportTemplate_count: countFilter\r\n  reportParameter_some: [ReportParameterFilter!]\r\n  reportParameter_count: countFilter\r\n}\r\n\r\nenum Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportOrderBy {\r\n  webReporting_ASC\r\n  webReporting_DESC\r\n  wordReporting_ASC\r\n  wordReporting_DESC\r\n  htmlReporting_ASC\r\n  htmlReporting_DESC\r\n  megaReporting_ASC\r\n  megaReporting_DESC\r\n  automaticDisplay_ASC\r\n  automaticDisplay_DESC\r\n  isCompatibleWithExcel_ASC\r\n  isCompatibleWithExcel_DESC\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter_ASC\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter_DESC\r\n  isCompatibleWithPDF_ASC\r\n  isCompatibleWithPDF_DESC\r\n  isCompatibleWithRTF_ASC\r\n  isCompatibleWithRTF_DESC\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition_ASC\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  reportSnapshots_ASC\r\n  reportSnapshots_DESC\r\n  reportSnapshotType_ASC\r\n  reportSnapshotType_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_Query implements GraphQLObjectInterface {\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  uIPermissions(format: StringFormat): String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  metaClass_SourceMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n  metaClass_SourceMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n  reportDataSetStructure(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy]): [ReportDataSetStructure]\r\n  reportDataSetStructureAggregatedValues(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy]): [ReportDataSetStructureAggregatedValues]\r\n  reportDataSet_ReportDataSetResult(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy]): [ReportDataSet]\r\n  reportDataSet_ReportDataSetResultAggregatedValues(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy]): [ReportDataSetAggregatedValues]\r\n  metaParameter_CollectionParameter(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameter]\r\n  metaParameter_CollectionParameterAggregatedValues(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameterAggregatedValues]\r\n  metaParameter_PropertyParameter(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameter]\r\n  metaParameter_PropertyParameterAggregatedValues(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameterAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  folderOfReportDataSetDefinition(filter: FolderOfReportDataSetDefinitionFilter, orderBy: [FolderOfReportDataSetDefinitionOrderBy]): [FolderOfReportDataSetDefinition]\r\n  folderOfReportDataSetDefinitionAggregatedValues(filter: FolderOfReportDataSetDefinitionFilter, orderBy: [FolderOfReportDataSetDefinitionOrderBy]): [FolderOfReportDataSetDefinitionAggregatedValues]\r\n  query_PresetQuery(filter: Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionFilter, orderBy: [Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionOrderBy]): [Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinition]\r\n  query_PresetQueryAggregatedValues(filter: Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionFilter, orderBy: [Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionOrderBy]): [QueryAggregatedValues]\r\n  usageName: String\r\n}\r\n\r\ninput Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_QueryFilter {\r\n  and: [Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_QueryFilter!]\r\n  or: [Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_QueryFilter!]\r\n  usageName: String\r\n  usageName_not: String\r\n  usageName_in: [String!]\r\n  usageName_not_in: [String!]\r\n  usageName_lt: String\r\n  usageName_lte: String\r\n  usageName_gt: String\r\n  usageName_gte: String\r\n  usageName_contains: String\r\n  usageName_not_contains: String\r\n  usageName_starts_with: String\r\n  usageName_not_starts_with: String\r\n  usageName_ends_with: String\r\n  usageName_not_ends_with: String\r\n  usageName_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  uIPermissions: String\r\n  uIPermissions_not: String\r\n  uIPermissions_in: [String!]\r\n  uIPermissions_not_in: [String!]\r\n  uIPermissions_lt: String\r\n  uIPermissions_lte: String\r\n  uIPermissions_gt: String\r\n  uIPermissions_gte: String\r\n  uIPermissions_contains: String\r\n  uIPermissions_not_contains: String\r\n  uIPermissions_starts_with: String\r\n  uIPermissions_not_starts_with: String\r\n  uIPermissions_ends_with: String\r\n  uIPermissions_not_ends_with: String\r\n  uIPermissions_empty: Boolean\r\n  keepLastGeneratedResult: Boolean\r\n  keepLastGeneratedResult_not: Boolean\r\n  keepLastGeneratedResult_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  metaClass_SourceMetaClass_some: [MetaClassFilter!]\r\n  metaClass_SourceMetaClass_count: countFilter\r\n  reportDataSetStructure_some: [ReportDataSetStructureFilter!]\r\n  reportDataSetStructure_count: countFilter\r\n  reportDataSet_ReportDataSetResult_some: [ReportDataSetFilter!]\r\n  reportDataSet_ReportDataSetResult_count: countFilter\r\n  metaParameter_CollectionParameter_some: [MetaParameterFilter!]\r\n  metaParameter_CollectionParameter_count: countFilter\r\n  query_PresetQuery_some: [QueryFilter!]\r\n  query_PresetQuery_count: countFilter\r\n  metaParameter_PropertyParameter_some: [MetaParameterFilter!]\r\n  metaParameter_PropertyParameter_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  folderOfReportDataSetDefinition_some: [FolderOfReportDataSetDefinitionFilter!]\r\n  folderOfReportDataSetDefinition_count: countFilter\r\n}\r\n\r\nenum Relationship_ReportDataSetDefinition_ReportDataSetDefinition_ReportDatasetDefinitionQueryConnection_QueryOrderBy {\r\n  usageName_ASC\r\n  usageName_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  keepLastGeneratedResult_ASC\r\n  keepLastGeneratedResult_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Report_Report_AnalysisAnalysisReport_ReportChapter implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation(format: EnumFormat): PageOrientationEnum\r\n  pageFormat(format: EnumFormat): PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft(format: EnumFormat): HeaderleftEnum\r\n  headercenter(format: EnumFormat): HeadercenterEnum\r\n  headerright(format: EnumFormat): HeaderrightEnum\r\n  footerleft(format: EnumFormat): FooterleftEnum\r\n  footercenter(format: EnumFormat): FootercenterEnum\r\n  footerright(format: EnumFormat): FooterrightEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportParameterValue_ValueForReportParameter(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ValueForReportParameterAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportTemplate(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplate]\r\n  reportTemplateAggregatedValues(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplateAggregatedValues]\r\n  reportChapter(filter: Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportFilter, orderBy: [Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportOrderBy]): [Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_Report]\r\n  reportChapterAggregatedValues(filter: Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportFilter, orderBy: [Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportOrderBy]): [ReportChapterAggregatedValues]\r\n  webReporting(format: EnumFormat): WebReportingEnum\r\n  wordReporting(format: EnumFormat): WordReportingEnum\r\n  htmlReporting(format: EnumFormat): HtmlReportingEnum\r\n  megaReporting(format: EnumFormat): MegaReportingEnum\r\n  gUIName(language: Languages): String\r\n  automaticDisplay: Boolean\r\n}\r\n\r\ninput Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterFilter {\r\n  and: [Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterFilter!]\r\n  or: [Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterFilter!]\r\n  webReporting: WebReportingEnum\r\n  webReporting_not: WebReportingEnum\r\n  webReporting_in: [WebReportingEnum!]\r\n  webReporting_not_in: [WebReportingEnum!]\r\n  webReporting_empty: Boolean\r\n  wordReporting: WordReportingEnum\r\n  wordReporting_not: WordReportingEnum\r\n  wordReporting_in: [WordReportingEnum!]\r\n  wordReporting_not_in: [WordReportingEnum!]\r\n  wordReporting_empty: Boolean\r\n  htmlReporting: HtmlReportingEnum\r\n  htmlReporting_not: HtmlReportingEnum\r\n  htmlReporting_in: [HtmlReportingEnum!]\r\n  htmlReporting_not_in: [HtmlReportingEnum!]\r\n  htmlReporting_empty: Boolean\r\n  megaReporting: MegaReportingEnum\r\n  megaReporting_not: MegaReportingEnum\r\n  megaReporting_in: [MegaReportingEnum!]\r\n  megaReporting_not_in: [MegaReportingEnum!]\r\n  megaReporting_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  automaticDisplay: Boolean\r\n  automaticDisplay_not: Boolean\r\n  automaticDisplay_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  rTFFontEnabled: Boolean\r\n  rTFFontEnabled_not: Boolean\r\n  rTFFontEnabled_empty: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageOrientation_not: PageOrientationEnum\r\n  pageOrientation_in: [PageOrientationEnum!]\r\n  pageOrientation_not_in: [PageOrientationEnum!]\r\n  pageOrientation_empty: Boolean\r\n  pageFormat: PageFormatEnum\r\n  pageFormat_not: PageFormatEnum\r\n  pageFormat_in: [PageFormatEnum!]\r\n  pageFormat_not_in: [PageFormatEnum!]\r\n  pageFormat_empty: Boolean\r\n  margintop: CustomInt\r\n  margintop_not: CustomInt\r\n  margintop_in: [CustomInt!]\r\n  margintop_not_in: [CustomInt!]\r\n  margintop_lt: CustomInt\r\n  margintop_lte: CustomInt\r\n  margintop_gt: CustomInt\r\n  margintop_gte: CustomInt\r\n  margintop_empty: Boolean\r\n  marginbottom: CustomInt\r\n  marginbottom_not: CustomInt\r\n  marginbottom_in: [CustomInt!]\r\n  marginbottom_not_in: [CustomInt!]\r\n  marginbottom_lt: CustomInt\r\n  marginbottom_lte: CustomInt\r\n  marginbottom_gt: CustomInt\r\n  marginbottom_gte: CustomInt\r\n  marginbottom_empty: Boolean\r\n  marginleft: CustomInt\r\n  marginleft_not: CustomInt\r\n  marginleft_in: [CustomInt!]\r\n  marginleft_not_in: [CustomInt!]\r\n  marginleft_lt: CustomInt\r\n  marginleft_lte: CustomInt\r\n  marginleft_gt: CustomInt\r\n  marginleft_gte: CustomInt\r\n  marginleft_empty: Boolean\r\n  marginright: CustomInt\r\n  marginright_not: CustomInt\r\n  marginright_in: [CustomInt!]\r\n  marginright_not_in: [CustomInt!]\r\n  marginright_lt: CustomInt\r\n  marginright_lte: CustomInt\r\n  marginright_gt: CustomInt\r\n  marginright_gte: CustomInt\r\n  marginright_empty: Boolean\r\n  displayTableOfContents: Boolean\r\n  displayTableOfContents_not: Boolean\r\n  displayTableOfContents_empty: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headerleft_not: HeaderleftEnum\r\n  headerleft_in: [HeaderleftEnum!]\r\n  headerleft_not_in: [HeaderleftEnum!]\r\n  headerleft_empty: Boolean\r\n  headercenter: HeadercenterEnum\r\n  headercenter_not: HeadercenterEnum\r\n  headercenter_in: [HeadercenterEnum!]\r\n  headercenter_not_in: [HeadercenterEnum!]\r\n  headercenter_empty: Boolean\r\n  headerright: HeaderrightEnum\r\n  headerright_not: HeaderrightEnum\r\n  headerright_in: [HeaderrightEnum!]\r\n  headerright_not_in: [HeaderrightEnum!]\r\n  headerright_empty: Boolean\r\n  footerleft: FooterleftEnum\r\n  footerleft_not: FooterleftEnum\r\n  footerleft_in: [FooterleftEnum!]\r\n  footerleft_not_in: [FooterleftEnum!]\r\n  footerleft_empty: Boolean\r\n  footercenter: FootercenterEnum\r\n  footercenter_not: FootercenterEnum\r\n  footercenter_in: [FootercenterEnum!]\r\n  footercenter_not_in: [FootercenterEnum!]\r\n  footercenter_empty: Boolean\r\n  footerright: FooterrightEnum\r\n  footerright_not: FooterrightEnum\r\n  footerright_in: [FooterrightEnum!]\r\n  footerright_not_in: [FooterrightEnum!]\r\n  footerright_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_count: countFilter\r\n  reportChapter_some: [ReportChapterFilter!]\r\n  reportChapter_count: countFilter\r\n  reportParameterValue_ValueForReportParameter_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ValueForReportParameter_count: countFilter\r\n  reportTemplate_some: [ReportTemplateFilter!]\r\n  reportTemplate_count: countFilter\r\n}\r\n\r\nenum Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterOrderBy {\r\n  webReporting_ASC\r\n  webReporting_DESC\r\n  wordReporting_ASC\r\n  wordReporting_DESC\r\n  htmlReporting_ASC\r\n  htmlReporting_DESC\r\n  megaReporting_ASC\r\n  megaReporting_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  automaticDisplay_ASC\r\n  automaticDisplay_DESC\r\n  name_ASC\r\n  name_DESC\r\n  rTFFontEnabled_ASC\r\n  rTFFontEnabled_DESC\r\n  pageOrientation_ASC\r\n  pageOrientation_DESC\r\n  pageFormat_ASC\r\n  pageFormat_DESC\r\n  margintop_ASC\r\n  margintop_DESC\r\n  marginbottom_ASC\r\n  marginbottom_DESC\r\n  marginleft_ASC\r\n  marginleft_DESC\r\n  marginright_ASC\r\n  marginright_DESC\r\n  displayTableOfContents_ASC\r\n  displayTableOfContents_DESC\r\n  headerleft_ASC\r\n  headerleft_DESC\r\n  headercenter_ASC\r\n  headercenter_DESC\r\n  headerright_ASC\r\n  headerright_DESC\r\n  footerleft_ASC\r\n  footerleft_DESC\r\n  footercenter_ASC\r\n  footercenter_DESC\r\n  footerright_ASC\r\n  footerright_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ReplaceNameEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ReplaceNodeObjectEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype Report implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation(format: EnumFormat): PageOrientationEnum\r\n  pageFormat(format: EnumFormat): PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft(format: EnumFormat): HeaderleftEnum\r\n  headercenter(format: EnumFormat): HeadercenterEnum\r\n  headerright(format: EnumFormat): HeaderrightEnum\r\n  footerleft(format: EnumFormat): FooterleftEnum\r\n  footercenter(format: EnumFormat): FootercenterEnum\r\n  footerright(format: EnumFormat): FooterrightEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportParameterValue_ValueForReportParameter(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ValueForReportParameterAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportTemplate(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplate]\r\n  reportTemplateAggregatedValues(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplateAggregatedValues]\r\n  reportChapter(filter: Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportFilter, orderBy: [Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportOrderBy]): [Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_Report]\r\n  reportChapterAggregatedValues(filter: Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportFilter, orderBy: [Relationship_ReportChapter_ReportChapter_AnalysisAnalysisReport_ReportOrderBy]): [ReportChapterAggregatedValues]\r\n}\r\n\r\ntype ReportAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  rTFFontEnabled(function: AggregateFunctionType): CustomFloat\r\n  pageOrientation(function: AggregateFunctionType): CustomFloat\r\n  pageFormat(function: AggregateFunctionType): CustomFloat\r\n  margintop(function: AggregateNumbersFunctionType): CustomFloat\r\n  marginbottom(function: AggregateNumbersFunctionType): CustomFloat\r\n  marginleft(function: AggregateNumbersFunctionType): CustomFloat\r\n  marginright(function: AggregateNumbersFunctionType): CustomFloat\r\n  displayTableOfContents(function: AggregateFunctionType): CustomFloat\r\n  headerleft(function: AggregateFunctionType): CustomFloat\r\n  headercenter(function: AggregateFunctionType): CustomFloat\r\n  headerright(function: AggregateFunctionType): CustomFloat\r\n  footerleft(function: AggregateFunctionType): CustomFloat\r\n  footercenter(function: AggregateFunctionType): CustomFloat\r\n  footerright(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  externalId(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ntype ReportChapter implements GraphQLObjectInterface {\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName(language: Languages): String\r\n  reportSnapshots(format: EnumFormat): ReportSnapshotsEnum\r\n  reportSnapshotType(format: EnumFormat): ReportSnapshotTypeEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  macro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  reportTemplate(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplate]\r\n  reportTemplateAggregatedValues(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplateAggregatedValues]\r\n  reportParameter(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameter]\r\n  reportParameterAggregatedValues(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameterAggregatedValues]\r\n  report(filter: Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterFilter, orderBy: [Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterOrderBy]): [Relationship_Report_Report_AnalysisAnalysisReport_ReportChapter]\r\n  reportAggregatedValues(filter: Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterFilter, orderBy: [Relationship_Report_Report_AnalysisAnalysisReport_ReportChapterOrderBy]): [ReportAggregatedValues]\r\n}\r\n\r\ntype ReportChapterAggregatedValues {\r\n  isCompatibleWithExcel(function: AggregateFunctionType): CustomFloat\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter(function: AggregateFunctionType): CustomFloat\r\n  isCompatibleWithPDF(function: AggregateFunctionType): CustomFloat\r\n  isCompatibleWithRTF(function: AggregateFunctionType): CustomFloat\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  reportSnapshots(function: AggregateFunctionType): CustomFloat\r\n  reportSnapshotType(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportChapterFilter {\r\n  defaultField_1e182e5c733e4653b836ba9ac43eab32: String\r\n  and: [ReportChapterFilter!]\r\n  or: [ReportChapterFilter!]\r\n  isCompatibleWithExcel: Boolean\r\n  isCompatibleWithExcel_not: Boolean\r\n  isCompatibleWithExcel_empty: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter_not: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter_empty: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithPDF_not: Boolean\r\n  isCompatibleWithPDF_empty: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  isCompatibleWithRTF_not: Boolean\r\n  isCompatibleWithRTF_empty: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition_not: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshots_not: ReportSnapshotsEnum\r\n  reportSnapshots_in: [ReportSnapshotsEnum!]\r\n  reportSnapshots_not_in: [ReportSnapshotsEnum!]\r\n  reportSnapshots_empty: Boolean\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  reportSnapshotType_not: ReportSnapshotTypeEnum\r\n  reportSnapshotType_in: [ReportSnapshotTypeEnum!]\r\n  reportSnapshotType_not_in: [ReportSnapshotTypeEnum!]\r\n  reportSnapshotType_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  report_some: [ReportFilter!]\r\n  report_count: countFilter\r\n  macro_some: [MacroFilter!]\r\n  macro_count: countFilter\r\n  reportTemplate_some: [ReportTemplateFilter!]\r\n  reportTemplate_count: countFilter\r\n  reportParameter_some: [ReportParameterFilter!]\r\n  reportParameter_count: countFilter\r\n}\r\n\r\nenum ReportChapterOrderBy {\r\n  isCompatibleWithExcel_ASC\r\n  isCompatibleWithExcel_DESC\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter_ASC\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter_DESC\r\n  isCompatibleWithPDF_ASC\r\n  isCompatibleWithPDF_DESC\r\n  isCompatibleWithRTF_ASC\r\n  isCompatibleWithRTF_DESC\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition_ASC\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  reportSnapshots_ASC\r\n  reportSnapshots_DESC\r\n  reportSnapshotType_ASC\r\n  reportSnapshotType_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype ReportContainer implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  maximumNumberOfElementsPerLine: CustomInt\r\n  maximumWidthOfEachElement: CustomInt\r\n  hTMLLayoutMargin(format: EnumFormat): HTMLLayoutMarginEnum\r\n  hTMLElementSpacing(format: EnumFormat): HTMLElementSpacingEnum\r\n  dataSourceInstanceIdentifier: CustomInt\r\n  showAllFilters: Boolean\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n}\r\n\r\ntype ReportContainerAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  maximumNumberOfElementsPerLine(function: AggregateNumbersFunctionType): CustomFloat\r\n  maximumWidthOfEachElement(function: AggregateNumbersFunctionType): CustomFloat\r\n  hTMLLayoutMargin(function: AggregateFunctionType): CustomFloat\r\n  hTMLElementSpacing(function: AggregateFunctionType): CustomFloat\r\n  dataSourceInstanceIdentifier(function: AggregateNumbersFunctionType): CustomFloat\r\n  showAllFilters(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportContainerFilter {\r\n  and: [ReportContainerFilter!]\r\n  or: [ReportContainerFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  maximumNumberOfElementsPerLine: CustomInt\r\n  maximumNumberOfElementsPerLine_not: CustomInt\r\n  maximumNumberOfElementsPerLine_in: [CustomInt!]\r\n  maximumNumberOfElementsPerLine_not_in: [CustomInt!]\r\n  maximumNumberOfElementsPerLine_lt: CustomInt\r\n  maximumNumberOfElementsPerLine_lte: CustomInt\r\n  maximumNumberOfElementsPerLine_gt: CustomInt\r\n  maximumNumberOfElementsPerLine_gte: CustomInt\r\n  maximumNumberOfElementsPerLine_empty: Boolean\r\n  maximumWidthOfEachElement: CustomInt\r\n  maximumWidthOfEachElement_not: CustomInt\r\n  maximumWidthOfEachElement_in: [CustomInt!]\r\n  maximumWidthOfEachElement_not_in: [CustomInt!]\r\n  maximumWidthOfEachElement_lt: CustomInt\r\n  maximumWidthOfEachElement_lte: CustomInt\r\n  maximumWidthOfEachElement_gt: CustomInt\r\n  maximumWidthOfEachElement_gte: CustomInt\r\n  maximumWidthOfEachElement_empty: Boolean\r\n  hTMLLayoutMargin: HTMLLayoutMarginEnum\r\n  hTMLLayoutMargin_not: HTMLLayoutMarginEnum\r\n  hTMLLayoutMargin_in: [HTMLLayoutMarginEnum!]\r\n  hTMLLayoutMargin_not_in: [HTMLLayoutMarginEnum!]\r\n  hTMLLayoutMargin_empty: Boolean\r\n  hTMLElementSpacing: HTMLElementSpacingEnum\r\n  hTMLElementSpacing_not: HTMLElementSpacingEnum\r\n  hTMLElementSpacing_in: [HTMLElementSpacingEnum!]\r\n  hTMLElementSpacing_not_in: [HTMLElementSpacingEnum!]\r\n  hTMLElementSpacing_empty: Boolean\r\n  dataSourceInstanceIdentifier: CustomInt\r\n  dataSourceInstanceIdentifier_not: CustomInt\r\n  dataSourceInstanceIdentifier_in: [CustomInt!]\r\n  dataSourceInstanceIdentifier_not_in: [CustomInt!]\r\n  dataSourceInstanceIdentifier_lt: CustomInt\r\n  dataSourceInstanceIdentifier_lte: CustomInt\r\n  dataSourceInstanceIdentifier_gt: CustomInt\r\n  dataSourceInstanceIdentifier_gte: CustomInt\r\n  dataSourceInstanceIdentifier_empty: Boolean\r\n  showAllFilters: Boolean\r\n  showAllFilters_not: Boolean\r\n  showAllFilters_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n}\r\n\r\nenum ReportContainerOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  maximumNumberOfElementsPerLine_ASC\r\n  maximumNumberOfElementsPerLine_DESC\r\n  maximumWidthOfEachElement_ASC\r\n  maximumWidthOfEachElement_DESC\r\n  hTMLLayoutMargin_ASC\r\n  hTMLLayoutMargin_DESC\r\n  hTMLElementSpacing_ASC\r\n  hTMLElementSpacing_DESC\r\n  dataSourceInstanceIdentifier_ASC\r\n  dataSourceInstanceIdentifier_DESC\r\n  showAllFilters_ASC\r\n  showAllFilters_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n}\r\n\r\ntype ReportDataSet implements GraphQLObjectInterface {\r\n  reportDataSetSharing(format: EnumFormat): ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportDataSetDefinition(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinition]\r\n  reportDataSetDefinitionAggregatedValues(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinitionAggregatedValues]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n  personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype ReportDataSetAggregatedValues {\r\n  reportDataSetSharing(function: AggregateFunctionType): CustomFloat\r\n  reportDataSetPreview(function: AggregateFunctionType): CustomFloat\r\n  reportDataSetResultGenerationDate(function: AggregateFunctionType): CustomFloat\r\n  reportDataSetResultGenerationTime(function: AggregateNumbersFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  externalId(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ntype ReportDataSetCollection implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n  abbreviation(language: Languages): String\r\n  defaultInternalValue: String\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n  refersText(format: StringFormat): String\r\n  parameterName: String\r\n  visible(format: EnumFormat): VisibleEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  macro_Implementation(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macro_ImplementationAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  metaParameter_PopulatingCollectionParameter(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameter]\r\n  metaParameter_PopulatingCollectionParameterAggregatedValues(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameterAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportDataSetStructure(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy]): [ReportDataSetStructure]\r\n  reportDataSetStructureAggregatedValues(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy]): [ReportDataSetStructureAggregatedValues]\r\n  query_PopulatingQuery(filter: QueryFilter, orderBy: [QueryOrderBy]): [Query]\r\n  query_PopulatingQueryAggregatedValues(filter: QueryFilter, orderBy: [QueryOrderBy]): [QueryAggregatedValues]\r\n  metaAssociationEnd_PopulatingMetaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n  metaAssociationEnd_PopulatingMetaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n  metaClass_TargetMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n  metaClass_TargetMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n  reportDataSetCollection_ParentReportDataSetCollection(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollection_ParentReportDataSetCollectionAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  reportDataSetCollection_ReportDataSetItem(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollection_ReportDataSetItemAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  reportDataSetProperty_ReportDataSetItem(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetProperty_ReportDataSetItemAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n}\r\n\r\ntype ReportDataSetCollectionAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n  metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n  refersText(function: AggregateFunctionType): CustomFloat\r\n  parameterName(function: AggregateFunctionType): CustomFloat\r\n  visible(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportDataSetCollectionFilter {\r\n  defaultField_678d76064c4b44609a517178ee647f14: String\r\n  and: [ReportDataSetCollectionFilter!]\r\n  or: [ReportDataSetCollectionFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeType_not: MetaAttributeTypeEnum\r\n  metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_empty: Boolean\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeLength_not: CustomInt\r\n  metaAttributeLength_in: [CustomInt!]\r\n  metaAttributeLength_not_in: [CustomInt!]\r\n  metaAttributeLength_lt: CustomInt\r\n  metaAttributeLength_lte: CustomInt\r\n  metaAttributeLength_gt: CustomInt\r\n  metaAttributeLength_gte: CustomInt\r\n  metaAttributeLength_empty: Boolean\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  metaAttributeFormat_not: MetaAttributeFormatEnum\r\n  metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_empty: Boolean\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  defaultInternalValue: String\r\n  defaultInternalValue_not: String\r\n  defaultInternalValue_in: [String!]\r\n  defaultInternalValue_not_in: [String!]\r\n  defaultInternalValue_lt: String\r\n  defaultInternalValue_lte: String\r\n  defaultInternalValue_gt: String\r\n  defaultInternalValue_gte: String\r\n  defaultInternalValue_contains: String\r\n  defaultInternalValue_not_contains: String\r\n  defaultInternalValue_starts_with: String\r\n  defaultInternalValue_not_starts_with: String\r\n  defaultInternalValue_ends_with: String\r\n  defaultInternalValue_not_ends_with: String\r\n  defaultInternalValue_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_empty: Boolean\r\n  refersText: String\r\n  refersText_not: String\r\n  refersText_in: [String!]\r\n  refersText_not_in: [String!]\r\n  refersText_lt: String\r\n  refersText_lte: String\r\n  refersText_gt: String\r\n  refersText_gte: String\r\n  refersText_contains: String\r\n  refersText_not_contains: String\r\n  refersText_starts_with: String\r\n  refersText_not_starts_with: String\r\n  refersText_ends_with: String\r\n  refersText_not_ends_with: String\r\n  refersText_empty: Boolean\r\n  parameterName: String\r\n  parameterName_not: String\r\n  parameterName_in: [String!]\r\n  parameterName_not_in: [String!]\r\n  parameterName_lt: String\r\n  parameterName_lte: String\r\n  parameterName_gt: String\r\n  parameterName_gte: String\r\n  parameterName_contains: String\r\n  parameterName_not_contains: String\r\n  parameterName_starts_with: String\r\n  parameterName_not_starts_with: String\r\n  parameterName_ends_with: String\r\n  parameterName_not_ends_with: String\r\n  parameterName_empty: Boolean\r\n  visible: VisibleEnum\r\n  visible_not: VisibleEnum\r\n  visible_in: [VisibleEnum!]\r\n  visible_not_in: [VisibleEnum!]\r\n  visible_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  macro_Implementation_some: [MacroFilter!]\r\n  macro_Implementation_count: countFilter\r\n  metaParameter_PopulatingCollectionParameter_some: [MetaParameterFilter!]\r\n  metaParameter_PopulatingCollectionParameter_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportDataSetStructure_some: [ReportDataSetStructureFilter!]\r\n  reportDataSetStructure_count: countFilter\r\n  query_PopulatingQuery_some: [QueryFilter!]\r\n  query_PopulatingQuery_count: countFilter\r\n  metaAssociationEnd_PopulatingMetaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n  metaAssociationEnd_PopulatingMetaAssociationEnd_count: countFilter\r\n  metaClass_TargetMetaClass_some: [MetaClassFilter!]\r\n  metaClass_TargetMetaClass_count: countFilter\r\n  reportDataSetCollection_ParentReportDataSetCollection_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_ParentReportDataSetCollection_count: countFilter\r\n  reportDataSetCollection_ReportDataSetItem_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_ReportDataSetItem_count: countFilter\r\n  reportDataSetProperty_ReportDataSetItem_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_ReportDataSetItem_count: countFilter\r\n}\r\n\r\nenum ReportDataSetCollectionOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  metaAttributeType_ASC\r\n  metaAttributeType_DESC\r\n  metaAttributeLength_ASC\r\n  metaAttributeLength_DESC\r\n  metaAttributeFormat_ASC\r\n  metaAttributeFormat_DESC\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  defaultInternalValue_ASC\r\n  defaultInternalValue_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  defaultMetaTextFormat_ASC\r\n  defaultMetaTextFormat_DESC\r\n  refersText_ASC\r\n  refersText_DESC\r\n  parameterName_ASC\r\n  parameterName_DESC\r\n  visible_ASC\r\n  visible_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype ReportDataSetDefinition implements GraphQLObjectInterface {\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  uIPermissions(format: StringFormat): String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  metaClass_SourceMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n  metaClass_SourceMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n  reportDataSetStructure(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy]): [ReportDataSetStructure]\r\n  reportDataSetStructureAggregatedValues(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy]): [ReportDataSetStructureAggregatedValues]\r\n  reportDataSet_ReportDataSetResult(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy]): [ReportDataSet]\r\n  reportDataSet_ReportDataSetResultAggregatedValues(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy]): [ReportDataSetAggregatedValues]\r\n  metaParameter_CollectionParameter(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameter]\r\n  metaParameter_CollectionParameterAggregatedValues(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameterAggregatedValues]\r\n  metaParameter_PropertyParameter(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameter]\r\n  metaParameter_PropertyParameterAggregatedValues(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameterAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  folderOfReportDataSetDefinition(filter: FolderOfReportDataSetDefinitionFilter, orderBy: [FolderOfReportDataSetDefinitionOrderBy]): [FolderOfReportDataSetDefinition]\r\n  folderOfReportDataSetDefinitionAggregatedValues(filter: FolderOfReportDataSetDefinitionFilter, orderBy: [FolderOfReportDataSetDefinitionOrderBy]): [FolderOfReportDataSetDefinitionAggregatedValues]\r\n  query_PresetQuery(filter: Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionFilter, orderBy: [Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionOrderBy]): [Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinition]\r\n  query_PresetQueryAggregatedValues(filter: Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionFilter, orderBy: [Relationship_Query_PresetQuery_ReportDatasetDefinitionQueryConnection_ReportDataSetDefinitionOrderBy]): [QueryAggregatedValues]\r\n}\r\n\r\ntype ReportDataSetDefinitionAggregatedValues {\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  uIPermissions(function: AggregateFunctionType): CustomFloat\r\n  keepLastGeneratedResult(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportDataSetDefinitionFilter {\r\n  defaultField_1021ef877f6f45ca8e53643120c1b83a: String\r\n  and: [ReportDataSetDefinitionFilter!]\r\n  or: [ReportDataSetDefinitionFilter!]\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  uIPermissions: String\r\n  uIPermissions_not: String\r\n  uIPermissions_in: [String!]\r\n  uIPermissions_not_in: [String!]\r\n  uIPermissions_lt: String\r\n  uIPermissions_lte: String\r\n  uIPermissions_gt: String\r\n  uIPermissions_gte: String\r\n  uIPermissions_contains: String\r\n  uIPermissions_not_contains: String\r\n  uIPermissions_starts_with: String\r\n  uIPermissions_not_starts_with: String\r\n  uIPermissions_ends_with: String\r\n  uIPermissions_not_ends_with: String\r\n  uIPermissions_empty: Boolean\r\n  keepLastGeneratedResult: Boolean\r\n  keepLastGeneratedResult_not: Boolean\r\n  keepLastGeneratedResult_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  metaClass_SourceMetaClass_some: [MetaClassFilter!]\r\n  metaClass_SourceMetaClass_count: countFilter\r\n  reportDataSetStructure_some: [ReportDataSetStructureFilter!]\r\n  reportDataSetStructure_count: countFilter\r\n  reportDataSet_ReportDataSetResult_some: [ReportDataSetFilter!]\r\n  reportDataSet_ReportDataSetResult_count: countFilter\r\n  metaParameter_CollectionParameter_some: [MetaParameterFilter!]\r\n  metaParameter_CollectionParameter_count: countFilter\r\n  query_PresetQuery_some: [QueryFilter!]\r\n  query_PresetQuery_count: countFilter\r\n  metaParameter_PropertyParameter_some: [MetaParameterFilter!]\r\n  metaParameter_PropertyParameter_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  folderOfReportDataSetDefinition_some: [FolderOfReportDataSetDefinitionFilter!]\r\n  folderOfReportDataSetDefinition_count: countFilter\r\n}\r\n\r\nenum ReportDataSetDefinitionOrderBy {\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  keepLastGeneratedResult_ASC\r\n  keepLastGeneratedResult_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ninput ReportDataSetFilter {\r\n  defaultField_af28cb72634f49449b9d8b818cd7584d: String\r\n  and: [ReportDataSetFilter!]\r\n  or: [ReportDataSetFilter!]\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetSharing_not: ReportDataSetSharingEnum\r\n  reportDataSetSharing_in: [ReportDataSetSharingEnum!]\r\n  reportDataSetSharing_not_in: [ReportDataSetSharingEnum!]\r\n  reportDataSetSharing_empty: Boolean\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetPreview_not: Boolean\r\n  reportDataSetPreview_empty: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationDate_not: String\r\n  reportDataSetResultGenerationDate_in: [String!]\r\n  reportDataSetResultGenerationDate_not_in: [String!]\r\n  reportDataSetResultGenerationDate_lt: String\r\n  reportDataSetResultGenerationDate_lte: String\r\n  reportDataSetResultGenerationDate_gt: String\r\n  reportDataSetResultGenerationDate_gte: String\r\n  reportDataSetResultGenerationDate_contains: String\r\n  reportDataSetResultGenerationDate_not_contains: String\r\n  reportDataSetResultGenerationDate_starts_with: String\r\n  reportDataSetResultGenerationDate_not_starts_with: String\r\n  reportDataSetResultGenerationDate_ends_with: String\r\n  reportDataSetResultGenerationDate_not_ends_with: String\r\n  reportDataSetResultGenerationDate_empty: Boolean\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  reportDataSetResultGenerationTime_not: CustomInt\r\n  reportDataSetResultGenerationTime_in: [CustomInt!]\r\n  reportDataSetResultGenerationTime_not_in: [CustomInt!]\r\n  reportDataSetResultGenerationTime_lt: CustomInt\r\n  reportDataSetResultGenerationTime_lte: CustomInt\r\n  reportDataSetResultGenerationTime_gt: CustomInt\r\n  reportDataSetResultGenerationTime_gte: CustomInt\r\n  reportDataSetResultGenerationTime_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportDataSetDefinition_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_count: countFilter\r\n  reportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_count: countFilter\r\n  personSystem_some: [PersonSystemFilter!]\r\n  personSystem_count: countFilter\r\n}\r\n\r\nenum ReportDataSetOrderBy {\r\n  reportDataSetSharing_ASC\r\n  reportDataSetSharing_DESC\r\n  reportDataSetPreview_ASC\r\n  reportDataSetPreview_DESC\r\n  reportDataSetResultGenerationDate_ASC\r\n  reportDataSetResultGenerationDate_DESC\r\n  reportDataSetResultGenerationTime_ASC\r\n  reportDataSetResultGenerationTime_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype ReportDataSetProperty implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n  abbreviation(language: Languages): String\r\n  defaultInternalValue: String\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n  refersText(format: StringFormat): String\r\n  parameterName: String\r\n  propertyType(format: EnumFormat): PropertyTypeEnum\r\n  visible(format: EnumFormat): VisibleEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  macro_Implementation(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macro_ImplementationAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  metaParameter(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameter]\r\n  metaParameterAggregatedValues(filter: MetaParameterFilter, orderBy: [MetaParameterOrderBy]): [MetaParameterAggregatedValues]\r\n  reportDataSetStructure(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy]): [ReportDataSetStructure]\r\n  reportDataSetStructureAggregatedValues(filter: ReportDataSetStructureFilter, orderBy: [ReportDataSetStructureOrderBy]): [ReportDataSetStructureAggregatedValues]\r\n  taggedValue(filter: TaggedValueFilter, orderBy: [TaggedValueOrderBy]): [TaggedValue]\r\n  taggedValueAggregatedValues(filter: TaggedValueFilter, orderBy: [TaggedValueOrderBy]): [TaggedValueAggregatedValues]\r\n  query_CountedQuery(filter: QueryFilter, orderBy: [QueryOrderBy]): [Query]\r\n  query_CountedQueryAggregatedValues(filter: QueryFilter, orderBy: [QueryOrderBy]): [QueryAggregatedValues]\r\n  metaAssociationEnd_CountedMetaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n  metaAssociationEnd_CountedMetaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n  metaClass_TargetMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n  metaClass_TargetMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n  metaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n  metaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n  reportDataSetCollection_ParentReportDataSetCollection(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollection_ParentReportDataSetCollectionAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n}\r\n\r\ntype ReportDataSetPropertyAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n  metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n  refersText(function: AggregateFunctionType): CustomFloat\r\n  parameterName(function: AggregateFunctionType): CustomFloat\r\n  propertyType(function: AggregateFunctionType): CustomFloat\r\n  visible(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportDataSetPropertyFilter {\r\n  defaultField_cdf3c6088ea646d49dd75f9403d7f5d8: String\r\n  and: [ReportDataSetPropertyFilter!]\r\n  or: [ReportDataSetPropertyFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeType_not: MetaAttributeTypeEnum\r\n  metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_empty: Boolean\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeLength_not: CustomInt\r\n  metaAttributeLength_in: [CustomInt!]\r\n  metaAttributeLength_not_in: [CustomInt!]\r\n  metaAttributeLength_lt: CustomInt\r\n  metaAttributeLength_lte: CustomInt\r\n  metaAttributeLength_gt: CustomInt\r\n  metaAttributeLength_gte: CustomInt\r\n  metaAttributeLength_empty: Boolean\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  metaAttributeFormat_not: MetaAttributeFormatEnum\r\n  metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_empty: Boolean\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  defaultInternalValue: String\r\n  defaultInternalValue_not: String\r\n  defaultInternalValue_in: [String!]\r\n  defaultInternalValue_not_in: [String!]\r\n  defaultInternalValue_lt: String\r\n  defaultInternalValue_lte: String\r\n  defaultInternalValue_gt: String\r\n  defaultInternalValue_gte: String\r\n  defaultInternalValue_contains: String\r\n  defaultInternalValue_not_contains: String\r\n  defaultInternalValue_starts_with: String\r\n  defaultInternalValue_not_starts_with: String\r\n  defaultInternalValue_ends_with: String\r\n  defaultInternalValue_not_ends_with: String\r\n  defaultInternalValue_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_empty: Boolean\r\n  refersText: String\r\n  refersText_not: String\r\n  refersText_in: [String!]\r\n  refersText_not_in: [String!]\r\n  refersText_lt: String\r\n  refersText_lte: String\r\n  refersText_gt: String\r\n  refersText_gte: String\r\n  refersText_contains: String\r\n  refersText_not_contains: String\r\n  refersText_starts_with: String\r\n  refersText_not_starts_with: String\r\n  refersText_ends_with: String\r\n  refersText_not_ends_with: String\r\n  refersText_empty: Boolean\r\n  parameterName: String\r\n  parameterName_not: String\r\n  parameterName_in: [String!]\r\n  parameterName_not_in: [String!]\r\n  parameterName_lt: String\r\n  parameterName_lte: String\r\n  parameterName_gt: String\r\n  parameterName_gte: String\r\n  parameterName_contains: String\r\n  parameterName_not_contains: String\r\n  parameterName_starts_with: String\r\n  parameterName_not_starts_with: String\r\n  parameterName_ends_with: String\r\n  parameterName_not_ends_with: String\r\n  parameterName_empty: Boolean\r\n  propertyType: PropertyTypeEnum\r\n  propertyType_not: PropertyTypeEnum\r\n  propertyType_in: [PropertyTypeEnum!]\r\n  propertyType_not_in: [PropertyTypeEnum!]\r\n  propertyType_empty: Boolean\r\n  visible: VisibleEnum\r\n  visible_not: VisibleEnum\r\n  visible_in: [VisibleEnum!]\r\n  visible_not_in: [VisibleEnum!]\r\n  visible_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  macro_Implementation_some: [MacroFilter!]\r\n  macro_Implementation_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  metaParameter_some: [MetaParameterFilter!]\r\n  metaParameter_count: countFilter\r\n  reportDataSetStructure_some: [ReportDataSetStructureFilter!]\r\n  reportDataSetStructure_count: countFilter\r\n  taggedValue_some: [TaggedValueFilter!]\r\n  taggedValue_count: countFilter\r\n  query_CountedQuery_some: [QueryFilter!]\r\n  query_CountedQuery_count: countFilter\r\n  metaAssociationEnd_CountedMetaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n  metaAssociationEnd_CountedMetaAssociationEnd_count: countFilter\r\n  metaClass_TargetMetaClass_some: [MetaClassFilter!]\r\n  metaClass_TargetMetaClass_count: countFilter\r\n  metaAttribute_some: [MetaAttributeFilter!]\r\n  metaAttribute_count: countFilter\r\n  reportDataSetCollection_ParentReportDataSetCollection_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_ParentReportDataSetCollection_count: countFilter\r\n}\r\n\r\nenum ReportDataSetPropertyOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  metaAttributeType_ASC\r\n  metaAttributeType_DESC\r\n  metaAttributeLength_ASC\r\n  metaAttributeLength_DESC\r\n  metaAttributeFormat_ASC\r\n  metaAttributeFormat_DESC\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  defaultInternalValue_ASC\r\n  defaultInternalValue_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  defaultMetaTextFormat_ASC\r\n  defaultMetaTextFormat_DESC\r\n  refersText_ASC\r\n  refersText_DESC\r\n  parameterName_ASC\r\n  parameterName_DESC\r\n  propertyType_ASC\r\n  propertyType_DESC\r\n  visible_ASC\r\n  visible_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ReportDataSetSharingEnum {\r\n  Public\r\n  Private\r\n  Embedded\r\n}\r\n\r\ntype ReportDataSetStructure implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportDataSetDefinition(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinition]\r\n  reportDataSetDefinitionAggregatedValues(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinitionAggregatedValues]\r\n  reportDataSetCollection_ReportDataSetItem(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollection_ReportDataSetItemAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  reportDataSetProperty_ReportDataSetItem(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetProperty_ReportDataSetItemAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n}\r\n\r\ntype ReportDataSetStructureAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportDataSetStructureFilter {\r\n  defaultField_28168f14dcc1418a963e7bbe9a3df4e3: String\r\n  and: [ReportDataSetStructureFilter!]\r\n  or: [ReportDataSetStructureFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportDataSetDefinition_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_count: countFilter\r\n  reportDataSetCollection_ReportDataSetItem_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_ReportDataSetItem_count: countFilter\r\n  reportDataSetProperty_ReportDataSetItem_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_ReportDataSetItem_count: countFilter\r\n}\r\n\r\nenum ReportDataSetStructureOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ReportDataViewSharingEnum {\r\n  Private\r\n  Public\r\n}\r\n\r\ninput ReportFilter {\r\n  and: [ReportFilter!]\r\n  or: [ReportFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  rTFFontEnabled: Boolean\r\n  rTFFontEnabled_not: Boolean\r\n  rTFFontEnabled_empty: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageOrientation_not: PageOrientationEnum\r\n  pageOrientation_in: [PageOrientationEnum!]\r\n  pageOrientation_not_in: [PageOrientationEnum!]\r\n  pageOrientation_empty: Boolean\r\n  pageFormat: PageFormatEnum\r\n  pageFormat_not: PageFormatEnum\r\n  pageFormat_in: [PageFormatEnum!]\r\n  pageFormat_not_in: [PageFormatEnum!]\r\n  pageFormat_empty: Boolean\r\n  margintop: CustomInt\r\n  margintop_not: CustomInt\r\n  margintop_in: [CustomInt!]\r\n  margintop_not_in: [CustomInt!]\r\n  margintop_lt: CustomInt\r\n  margintop_lte: CustomInt\r\n  margintop_gt: CustomInt\r\n  margintop_gte: CustomInt\r\n  margintop_empty: Boolean\r\n  marginbottom: CustomInt\r\n  marginbottom_not: CustomInt\r\n  marginbottom_in: [CustomInt!]\r\n  marginbottom_not_in: [CustomInt!]\r\n  marginbottom_lt: CustomInt\r\n  marginbottom_lte: CustomInt\r\n  marginbottom_gt: CustomInt\r\n  marginbottom_gte: CustomInt\r\n  marginbottom_empty: Boolean\r\n  marginleft: CustomInt\r\n  marginleft_not: CustomInt\r\n  marginleft_in: [CustomInt!]\r\n  marginleft_not_in: [CustomInt!]\r\n  marginleft_lt: CustomInt\r\n  marginleft_lte: CustomInt\r\n  marginleft_gt: CustomInt\r\n  marginleft_gte: CustomInt\r\n  marginleft_empty: Boolean\r\n  marginright: CustomInt\r\n  marginright_not: CustomInt\r\n  marginright_in: [CustomInt!]\r\n  marginright_not_in: [CustomInt!]\r\n  marginright_lt: CustomInt\r\n  marginright_lte: CustomInt\r\n  marginright_gt: CustomInt\r\n  marginright_gte: CustomInt\r\n  marginright_empty: Boolean\r\n  displayTableOfContents: Boolean\r\n  displayTableOfContents_not: Boolean\r\n  displayTableOfContents_empty: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headerleft_not: HeaderleftEnum\r\n  headerleft_in: [HeaderleftEnum!]\r\n  headerleft_not_in: [HeaderleftEnum!]\r\n  headerleft_empty: Boolean\r\n  headercenter: HeadercenterEnum\r\n  headercenter_not: HeadercenterEnum\r\n  headercenter_in: [HeadercenterEnum!]\r\n  headercenter_not_in: [HeadercenterEnum!]\r\n  headercenter_empty: Boolean\r\n  headerright: HeaderrightEnum\r\n  headerright_not: HeaderrightEnum\r\n  headerright_in: [HeaderrightEnum!]\r\n  headerright_not_in: [HeaderrightEnum!]\r\n  headerright_empty: Boolean\r\n  footerleft: FooterleftEnum\r\n  footerleft_not: FooterleftEnum\r\n  footerleft_in: [FooterleftEnum!]\r\n  footerleft_not_in: [FooterleftEnum!]\r\n  footerleft_empty: Boolean\r\n  footercenter: FootercenterEnum\r\n  footercenter_not: FootercenterEnum\r\n  footercenter_in: [FootercenterEnum!]\r\n  footercenter_not_in: [FootercenterEnum!]\r\n  footercenter_empty: Boolean\r\n  footerright: FooterrightEnum\r\n  footerright_not: FooterrightEnum\r\n  footerright_in: [FooterrightEnum!]\r\n  footerright_not_in: [FooterrightEnum!]\r\n  footerright_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_count: countFilter\r\n  reportChapter_some: [ReportChapterFilter!]\r\n  reportChapter_count: countFilter\r\n  reportParameterValue_ValueForReportParameter_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ValueForReportParameter_count: countFilter\r\n  reportTemplate_some: [ReportTemplateFilter!]\r\n  reportTemplate_count: countFilter\r\n}\r\n\r\ntype ReportGraphArc implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  objectEditionMode(format: EnumFormat): ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: GraphQLObjectInterface\r\n  gUIName(language: Languages): String\r\n  reportGraphArcDrilldowOn(format: EnumFormat): ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: GraphQLObjectInterface\r\n  reportGraphArcVisibility(format: EnumFormat): ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection(format: EnumFormat): ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup(format: EnumFormat): ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay(format: EnumFormat): ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  graphSetArcDefinition_GraphSetArc(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinition]\r\n  graphSetArcDefinition_GraphSetArcAggregatedValues(filter: GraphSetArcDefinitionFilter, orderBy: [GraphSetArcDefinitionOrderBy]): [GraphSetArcDefinitionAggregatedValues]\r\n  reportGraphProperty(filter: ReportGraphPropertyFilter, orderBy: [ReportGraphPropertyOrderBy]): [ReportGraphProperty]\r\n  reportGraphPropertyAggregatedValues(filter: ReportGraphPropertyFilter, orderBy: [ReportGraphPropertyOrderBy]): [ReportGraphPropertyAggregatedValues]\r\n  reportGraphLayer(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy]): [ReportGraphLayer]\r\n  reportGraphLayerAggregatedValues(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy]): [ReportGraphLayerAggregatedValues]\r\n}\r\n\r\ntype ReportGraphArcAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  objectEditionMode(function: AggregateFunctionType): CustomFloat\r\n  reportGraphArcGroupGroupOnObjectOrField(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  reportGraphArcDrilldowOn(function: AggregateFunctionType): CustomFloat\r\n  reportGraphArcGroupDrilldownOnObjectOrField(function: AggregateFunctionType): CustomFloat\r\n  reportGraphArcVisibility(function: AggregateFunctionType): CustomFloat\r\n  reportGraphArcArrowDirection(function: AggregateFunctionType): CustomFloat\r\n  reportGraphArcGroup(function: AggregateFunctionType): CustomFloat\r\n  reportGraphArcPathDisplay(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum ReportGraphArcArrowDirectionEnum {\r\n  Default\r\n  NoArrow\r\n  Reverse\r\n}\r\n\r\nenum ReportGraphArcDrilldowOnEnum {\r\n  Node\r\n  ObjectFieldOfANode\r\n}\r\n\r\ninput ReportGraphArcFilter {\r\n  defaultField_f93037953d0f42d8bb59ae5ac0fa93d9: String\r\n  and: [ReportGraphArcFilter!]\r\n  or: [ReportGraphArcFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  objectEditionMode_not: ObjectEditionModeEnum\r\n  objectEditionMode_in: [ObjectEditionModeEnum!]\r\n  objectEditionMode_not_in: [ObjectEditionModeEnum!]\r\n  objectEditionMode_empty: Boolean\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  reportGraphArcGroupGroupOnObjectOrField_not: String\r\n  reportGraphArcGroupGroupOnObjectOrField_in: [String!]\r\n  reportGraphArcGroupGroupOnObjectOrField_not_in: [String!]\r\n  reportGraphArcGroupGroupOnObjectOrField_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcDrilldowOn_not: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcDrilldowOn_in: [ReportGraphArcDrilldowOnEnum!]\r\n  reportGraphArcDrilldowOn_not_in: [ReportGraphArcDrilldowOnEnum!]\r\n  reportGraphArcDrilldowOn_empty: Boolean\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcGroupDrilldownOnObjectOrField_not: String\r\n  reportGraphArcGroupDrilldownOnObjectOrField_in: [String!]\r\n  reportGraphArcGroupDrilldownOnObjectOrField_not_in: [String!]\r\n  reportGraphArcGroupDrilldownOnObjectOrField_empty: Boolean\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcVisibility_not: ReportGraphArcVisibilityEnum\r\n  reportGraphArcVisibility_in: [ReportGraphArcVisibilityEnum!]\r\n  reportGraphArcVisibility_not_in: [ReportGraphArcVisibilityEnum!]\r\n  reportGraphArcVisibility_empty: Boolean\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcArrowDirection_not: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcArrowDirection_in: [ReportGraphArcArrowDirectionEnum!]\r\n  reportGraphArcArrowDirection_not_in: [ReportGraphArcArrowDirectionEnum!]\r\n  reportGraphArcArrowDirection_empty: Boolean\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcGroup_not: ReportGraphArcGroupEnum\r\n  reportGraphArcGroup_in: [ReportGraphArcGroupEnum!]\r\n  reportGraphArcGroup_not_in: [ReportGraphArcGroupEnum!]\r\n  reportGraphArcGroup_empty: Boolean\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  reportGraphArcPathDisplay_not: ReportGraphArcPathDisplayEnum\r\n  reportGraphArcPathDisplay_in: [ReportGraphArcPathDisplayEnum!]\r\n  reportGraphArcPathDisplay_not_in: [ReportGraphArcPathDisplayEnum!]\r\n  reportGraphArcPathDisplay_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  graphSetArcDefinition_GraphSetArc_some: [GraphSetArcDefinitionFilter!]\r\n  graphSetArcDefinition_GraphSetArc_count: countFilter\r\n  reportGraphProperty_some: [ReportGraphPropertyFilter!]\r\n  reportGraphProperty_count: countFilter\r\n  reportGraphLayer_some: [ReportGraphLayerFilter!]\r\n  reportGraphLayer_count: countFilter\r\n}\r\n\r\nenum ReportGraphArcGroupEnum {\r\n  AllArcs\r\n  ByObject\r\n  ByField\r\n}\r\n\r\nenum ReportGraphArcOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  objectEditionMode_ASC\r\n  objectEditionMode_DESC\r\n  reportGraphArcGroupGroupOnObjectOrField_ASC\r\n  reportGraphArcGroupGroupOnObjectOrField_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  reportGraphArcDrilldowOn_ASC\r\n  reportGraphArcDrilldowOn_DESC\r\n  reportGraphArcGroupDrilldownOnObjectOrField_ASC\r\n  reportGraphArcGroupDrilldownOnObjectOrField_DESC\r\n  reportGraphArcVisibility_ASC\r\n  reportGraphArcVisibility_DESC\r\n  reportGraphArcArrowDirection_ASC\r\n  reportGraphArcArrowDirection_DESC\r\n  reportGraphArcGroup_ASC\r\n  reportGraphArcGroup_DESC\r\n  reportGraphArcPathDisplay_ASC\r\n  reportGraphArcPathDisplay_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ReportGraphArcPathDisplayEnum {\r\n  NeverDetailed\r\n  AlwaysDetailed\r\n}\r\n\r\nenum ReportGraphArcVisibilityEnum {\r\n  Yes\r\n  Default\r\n  No\r\n}\r\n\r\ntype ReportGraphLayer implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  objectEditionMode(format: EnumFormat): ObjectEditionModeEnum\r\n  gUIName(language: Languages): String\r\n  reportGraphViewVisibility(format: EnumFormat): ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportGraphView(filter: ReportGraphViewFilter, orderBy: [ReportGraphViewOrderBy]): [ReportGraphView]\r\n  reportGraphViewAggregatedValues(filter: ReportGraphViewFilter, orderBy: [ReportGraphViewOrderBy]): [ReportGraphViewAggregatedValues]\r\n  reportGraphNode(filter: ReportGraphNodeFilter, orderBy: [ReportGraphNodeOrderBy]): [ReportGraphNode]\r\n  reportGraphNodeAggregatedValues(filter: ReportGraphNodeFilter, orderBy: [ReportGraphNodeOrderBy]): [ReportGraphNodeAggregatedValues]\r\n  reportGraphArc(filter: ReportGraphArcFilter, orderBy: [ReportGraphArcOrderBy]): [ReportGraphArc]\r\n  reportGraphArcAggregatedValues(filter: ReportGraphArcFilter, orderBy: [ReportGraphArcOrderBy]): [ReportGraphArcAggregatedValues]\r\n  graphSubSet(filter: GraphSubSetFilter, orderBy: [GraphSubSetOrderBy]): [GraphSubSet]\r\n  graphSubSetAggregatedValues(filter: GraphSubSetFilter, orderBy: [GraphSubSetOrderBy]): [GraphSubSetAggregatedValues]\r\n}\r\n\r\ntype ReportGraphLayerAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  objectEditionMode(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  reportGraphViewVisibility(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportGraphLayerFilter {\r\n  defaultField_c58dd3bedc3444218ad100670eafc976: String\r\n  and: [ReportGraphLayerFilter!]\r\n  or: [ReportGraphLayerFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  objectEditionMode_not: ObjectEditionModeEnum\r\n  objectEditionMode_in: [ObjectEditionModeEnum!]\r\n  objectEditionMode_not_in: [ObjectEditionModeEnum!]\r\n  objectEditionMode_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  reportGraphViewVisibility_not: ReportGraphViewVisibilityEnum\r\n  reportGraphViewVisibility_in: [ReportGraphViewVisibilityEnum!]\r\n  reportGraphViewVisibility_not_in: [ReportGraphViewVisibilityEnum!]\r\n  reportGraphViewVisibility_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportGraphView_some: [ReportGraphViewFilter!]\r\n  reportGraphView_count: countFilter\r\n  reportGraphNode_some: [ReportGraphNodeFilter!]\r\n  reportGraphNode_count: countFilter\r\n  reportGraphArc_some: [ReportGraphArcFilter!]\r\n  reportGraphArc_count: countFilter\r\n  graphSubSet_some: [GraphSubSetFilter!]\r\n  graphSubSet_count: countFilter\r\n}\r\n\r\nenum ReportGraphLayerOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  objectEditionMode_ASC\r\n  objectEditionMode_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  reportGraphViewVisibility_ASC\r\n  reportGraphViewVisibility_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype ReportGraphNode implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  objectEditionMode(format: EnumFormat): ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay(format: EnumFormat): ReportGraphNodeNameDisplayEnum\r\n  gUIName(language: Languages): String\r\n  reportGraphNodeDisplay(format: EnumFormat): ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportGraphProperty(filter: ReportGraphPropertyFilter, orderBy: [ReportGraphPropertyOrderBy]): [ReportGraphProperty]\r\n  reportGraphPropertyAggregatedValues(filter: ReportGraphPropertyFilter, orderBy: [ReportGraphPropertyOrderBy]): [ReportGraphPropertyAggregatedValues]\r\n  reportGraphLayer(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy]): [ReportGraphLayer]\r\n  reportGraphLayerAggregatedValues(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy]): [ReportGraphLayerAggregatedValues]\r\n  graphSetNodeDefinition_GraphSetNodeDescription(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy]): [GraphSetNodeDefinition]\r\n  graphSetNodeDefinition_GraphSetNodeDescriptionAggregatedValues(filter: GraphSetNodeDefinitionFilter, orderBy: [GraphSetNodeDefinitionOrderBy]): [GraphSetNodeDefinitionAggregatedValues]\r\n}\r\n\r\ntype ReportGraphNodeAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  objectEditionMode(function: AggregateFunctionType): CustomFloat\r\n  reportGraphNodeNameDisplay(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  reportGraphNodeDisplay(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum ReportGraphNodeDisplayEnum {\r\n  Visible\r\n  NotVisible\r\n}\r\n\r\ninput ReportGraphNodeFilter {\r\n  defaultField_5f49765978da4c1abe55215b7bf476f6: String\r\n  and: [ReportGraphNodeFilter!]\r\n  or: [ReportGraphNodeFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  objectEditionMode_not: ObjectEditionModeEnum\r\n  objectEditionMode_in: [ObjectEditionModeEnum!]\r\n  objectEditionMode_not_in: [ObjectEditionModeEnum!]\r\n  objectEditionMode_empty: Boolean\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  reportGraphNodeNameDisplay_not: ReportGraphNodeNameDisplayEnum\r\n  reportGraphNodeNameDisplay_in: [ReportGraphNodeNameDisplayEnum!]\r\n  reportGraphNodeNameDisplay_not_in: [ReportGraphNodeNameDisplayEnum!]\r\n  reportGraphNodeNameDisplay_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  reportGraphNodeDisplay_not: ReportGraphNodeDisplayEnum\r\n  reportGraphNodeDisplay_in: [ReportGraphNodeDisplayEnum!]\r\n  reportGraphNodeDisplay_not_in: [ReportGraphNodeDisplayEnum!]\r\n  reportGraphNodeDisplay_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportGraphProperty_some: [ReportGraphPropertyFilter!]\r\n  reportGraphProperty_count: countFilter\r\n  reportGraphLayer_some: [ReportGraphLayerFilter!]\r\n  reportGraphLayer_count: countFilter\r\n  graphSetNodeDefinition_GraphSetNodeDescription_some: [GraphSetNodeDefinitionFilter!]\r\n  graphSetNodeDefinition_GraphSetNodeDescription_count: countFilter\r\n}\r\n\r\nenum ReportGraphNodeNameDisplayEnum {\r\n  ShowName\r\n  HideName\r\n}\r\n\r\nenum ReportGraphNodeOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  objectEditionMode_ASC\r\n  objectEditionMode_DESC\r\n  reportGraphNodeNameDisplay_ASC\r\n  reportGraphNodeNameDisplay_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  reportGraphNodeDisplay_ASC\r\n  reportGraphNodeDisplay_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype ReportGraphProperty implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  objectEditionMode(format: EnumFormat): ObjectEditionModeEnum\r\n  replaceNodeObject(format: EnumFormat): ReplaceNodeObjectEnum\r\n  displayInTooltips(format: EnumFormat): DisplayInTooltipsEnum\r\n  replaceName(format: EnumFormat): ReplaceNameEnum\r\n  displayPicture(format: EnumFormat): DisplayPictureEnum\r\n  gUIName(language: Languages): String\r\n  reportGraphPropertyDisplay(format: EnumFormat): ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportGraphNode_ReportGraphPropertyOwner(filter: ReportGraphNodeFilter, orderBy: [ReportGraphNodeOrderBy]): [ReportGraphNode]\r\n  reportGraphNode_ReportGraphPropertyOwnerAggregatedValues(filter: ReportGraphNodeFilter, orderBy: [ReportGraphNodeOrderBy]): [ReportGraphNodeAggregatedValues]\r\n  reportGraphArc_ReportGraphPropertyOwner(filter: ReportGraphArcFilter, orderBy: [ReportGraphArcOrderBy]): [ReportGraphArc]\r\n  reportGraphArc_ReportGraphPropertyOwnerAggregatedValues(filter: ReportGraphArcFilter, orderBy: [ReportGraphArcOrderBy]): [ReportGraphArcAggregatedValues]\r\n  graphSetFieldDefinition_GraphSetProperty(filter: GraphSetFieldDefinitionFilter, orderBy: [GraphSetFieldDefinitionOrderBy]): [GraphSetFieldDefinition]\r\n  graphSetFieldDefinition_GraphSetPropertyAggregatedValues(filter: GraphSetFieldDefinitionFilter, orderBy: [GraphSetFieldDefinitionOrderBy]): [GraphSetFieldDefinitionAggregatedValues]\r\n}\r\n\r\ntype ReportGraphPropertyAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  objectEditionMode(function: AggregateFunctionType): CustomFloat\r\n  replaceNodeObject(function: AggregateFunctionType): CustomFloat\r\n  displayInTooltips(function: AggregateFunctionType): CustomFloat\r\n  replaceName(function: AggregateFunctionType): CustomFloat\r\n  displayPicture(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  reportGraphPropertyDisplay(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum ReportGraphPropertyDisplayEnum {\r\n  ReplaceNameWithPictureOnly\r\n  ReplaceName\r\n  No\r\n}\r\n\r\ninput ReportGraphPropertyFilter {\r\n  defaultField_ea5e169073774140880146b3d6ad9c29: String\r\n  and: [ReportGraphPropertyFilter!]\r\n  or: [ReportGraphPropertyFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  objectEditionMode_not: ObjectEditionModeEnum\r\n  objectEditionMode_in: [ObjectEditionModeEnum!]\r\n  objectEditionMode_not_in: [ObjectEditionModeEnum!]\r\n  objectEditionMode_empty: Boolean\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  replaceNodeObject_not: ReplaceNodeObjectEnum\r\n  replaceNodeObject_in: [ReplaceNodeObjectEnum!]\r\n  replaceNodeObject_not_in: [ReplaceNodeObjectEnum!]\r\n  replaceNodeObject_empty: Boolean\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  displayInTooltips_not: DisplayInTooltipsEnum\r\n  displayInTooltips_in: [DisplayInTooltipsEnum!]\r\n  displayInTooltips_not_in: [DisplayInTooltipsEnum!]\r\n  displayInTooltips_empty: Boolean\r\n  replaceName: ReplaceNameEnum\r\n  replaceName_not: ReplaceNameEnum\r\n  replaceName_in: [ReplaceNameEnum!]\r\n  replaceName_not_in: [ReplaceNameEnum!]\r\n  replaceName_empty: Boolean\r\n  displayPicture: DisplayPictureEnum\r\n  displayPicture_not: DisplayPictureEnum\r\n  displayPicture_in: [DisplayPictureEnum!]\r\n  displayPicture_not_in: [DisplayPictureEnum!]\r\n  displayPicture_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  reportGraphPropertyDisplay_not: ReportGraphPropertyDisplayEnum\r\n  reportGraphPropertyDisplay_in: [ReportGraphPropertyDisplayEnum!]\r\n  reportGraphPropertyDisplay_not_in: [ReportGraphPropertyDisplayEnum!]\r\n  reportGraphPropertyDisplay_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportGraphNode_ReportGraphPropertyOwner_some: [ReportGraphNodeFilter!]\r\n  reportGraphNode_ReportGraphPropertyOwner_count: countFilter\r\n  reportGraphArc_ReportGraphPropertyOwner_some: [ReportGraphArcFilter!]\r\n  reportGraphArc_ReportGraphPropertyOwner_count: countFilter\r\n  graphSetFieldDefinition_GraphSetProperty_some: [GraphSetFieldDefinitionFilter!]\r\n  graphSetFieldDefinition_GraphSetProperty_count: countFilter\r\n}\r\n\r\nenum ReportGraphPropertyOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  objectEditionMode_ASC\r\n  objectEditionMode_DESC\r\n  replaceNodeObject_ASC\r\n  replaceNodeObject_DESC\r\n  displayInTooltips_ASC\r\n  displayInTooltips_DESC\r\n  replaceName_ASC\r\n  replaceName_DESC\r\n  displayPicture_ASC\r\n  displayPicture_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  reportGraphPropertyDisplay_ASC\r\n  reportGraphPropertyDisplay_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype ReportGraphView implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  reportDataViewSharing(format: EnumFormat): ReportDataViewSharingEnum\r\n  gUIName(language: Languages): String\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportGraphLayer(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy]): [ReportGraphLayer]\r\n  reportGraphLayerAggregatedValues(filter: ReportGraphLayerFilter, orderBy: [ReportGraphLayerOrderBy]): [ReportGraphLayerAggregatedValues]\r\n}\r\n\r\ntype ReportGraphViewAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  reportDataViewSharing(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportGraphViewFilter {\r\n  defaultField_5b0e87c3b3f2465d90b1c7e5e19c7207: String\r\n  and: [ReportGraphViewFilter!]\r\n  or: [ReportGraphViewFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  reportDataViewSharing: ReportDataViewSharingEnum\r\n  reportDataViewSharing_not: ReportDataViewSharingEnum\r\n  reportDataViewSharing_in: [ReportDataViewSharingEnum!]\r\n  reportDataViewSharing_not_in: [ReportDataViewSharingEnum!]\r\n  reportDataViewSharing_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportGraphLayer_some: [ReportGraphLayerFilter!]\r\n  reportGraphLayer_count: countFilter\r\n}\r\n\r\nenum ReportGraphViewOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  reportDataViewSharing_ASC\r\n  reportDataViewSharing_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ReportGraphViewVisibilityEnum {\r\n  NeverVisible\r\n  HiddenByDefault\r\n  Visible\r\n}\r\n\r\nenum ReportOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  rTFFontEnabled_ASC\r\n  rTFFontEnabled_DESC\r\n  pageOrientation_ASC\r\n  pageOrientation_DESC\r\n  pageFormat_ASC\r\n  pageFormat_DESC\r\n  margintop_ASC\r\n  margintop_DESC\r\n  marginbottom_ASC\r\n  marginbottom_DESC\r\n  marginleft_ASC\r\n  marginleft_DESC\r\n  marginright_ASC\r\n  marginright_DESC\r\n  displayTableOfContents_ASC\r\n  displayTableOfContents_DESC\r\n  headerleft_ASC\r\n  headerleft_DESC\r\n  headercenter_ASC\r\n  headercenter_DESC\r\n  headerright_ASC\r\n  headerright_DESC\r\n  footerleft_ASC\r\n  footerleft_DESC\r\n  footercenter_ASC\r\n  footercenter_DESC\r\n  footerright_ASC\r\n  footerright_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype ReportParameter implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  multiplicity(format: EnumFormat): MultiplicityEnum\r\n  metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n  abbreviation(language: Languages): String\r\n  defaultInternalValue: String\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText(format: StringFormat): String\r\n  valueDefinition(format: EnumFormat): ValueDefinitionEnum\r\n  addToInstantReports(format: EnumFormat): AddToInstantReportsEnum\r\n  parameterDefaultValue(format: EnumFormat): ParameterDefaultValueEnum\r\n  displayedInGroup(format: EnumFormat): DisplayedInGroupEnum\r\n  gUIName(language: Languages): String\r\n  addToObjectsPropertyPage: Boolean\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  macro_Implementation(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macro_ImplementationAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportTemplate_ParameterizedReportTemplate(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplate]\r\n  reportTemplate_ParameterizedReportTemplateAggregatedValues(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplateAggregatedValues]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  metaClass_ReportParameterType(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n  metaClass_ReportParameterTypeAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n  reportChapter_DetailReportGenerator(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy]): [ReportChapter]\r\n  reportChapter_DetailReportGeneratorAggregatedValues(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy]): [ReportChapterAggregatedValues]\r\n}\r\n\r\ntype ReportParameterAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  multiplicity(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n  metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n  technicalReportParameterName(function: AggregateFunctionType): CustomFloat\r\n  refersText(function: AggregateFunctionType): CustomFloat\r\n  valueDefinition(function: AggregateFunctionType): CustomFloat\r\n  addToInstantReports(function: AggregateFunctionType): CustomFloat\r\n  parameterDefaultValue(function: AggregateFunctionType): CustomFloat\r\n  displayedInGroup(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  addToObjectsPropertyPage(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportParameterFilter {\r\n  defaultField_27ceeca448b541e1b47741a352857d4e: String\r\n  and: [ReportParameterFilter!]\r\n  or: [ReportParameterFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  multiplicity: MultiplicityEnum\r\n  multiplicity_not: MultiplicityEnum\r\n  multiplicity_in: [MultiplicityEnum!]\r\n  multiplicity_not_in: [MultiplicityEnum!]\r\n  multiplicity_empty: Boolean\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeType_not: MetaAttributeTypeEnum\r\n  metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_empty: Boolean\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeLength_not: CustomInt\r\n  metaAttributeLength_in: [CustomInt!]\r\n  metaAttributeLength_not_in: [CustomInt!]\r\n  metaAttributeLength_lt: CustomInt\r\n  metaAttributeLength_lte: CustomInt\r\n  metaAttributeLength_gt: CustomInt\r\n  metaAttributeLength_gte: CustomInt\r\n  metaAttributeLength_empty: Boolean\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  metaAttributeFormat_not: MetaAttributeFormatEnum\r\n  metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_empty: Boolean\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  defaultInternalValue: String\r\n  defaultInternalValue_not: String\r\n  defaultInternalValue_in: [String!]\r\n  defaultInternalValue_not_in: [String!]\r\n  defaultInternalValue_lt: String\r\n  defaultInternalValue_lte: String\r\n  defaultInternalValue_gt: String\r\n  defaultInternalValue_gte: String\r\n  defaultInternalValue_contains: String\r\n  defaultInternalValue_not_contains: String\r\n  defaultInternalValue_starts_with: String\r\n  defaultInternalValue_not_starts_with: String\r\n  defaultInternalValue_ends_with: String\r\n  defaultInternalValue_not_ends_with: String\r\n  defaultInternalValue_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_empty: Boolean\r\n  technicalReportParameterName: String\r\n  technicalReportParameterName_not: String\r\n  technicalReportParameterName_in: [String!]\r\n  technicalReportParameterName_not_in: [String!]\r\n  technicalReportParameterName_lt: String\r\n  technicalReportParameterName_lte: String\r\n  technicalReportParameterName_gt: String\r\n  technicalReportParameterName_gte: String\r\n  technicalReportParameterName_contains: String\r\n  technicalReportParameterName_not_contains: String\r\n  technicalReportParameterName_starts_with: String\r\n  technicalReportParameterName_not_starts_with: String\r\n  technicalReportParameterName_ends_with: String\r\n  technicalReportParameterName_not_ends_with: String\r\n  technicalReportParameterName_empty: Boolean\r\n  refersText: String\r\n  refersText_not: String\r\n  refersText_in: [String!]\r\n  refersText_not_in: [String!]\r\n  refersText_lt: String\r\n  refersText_lte: String\r\n  refersText_gt: String\r\n  refersText_gte: String\r\n  refersText_contains: String\r\n  refersText_not_contains: String\r\n  refersText_starts_with: String\r\n  refersText_not_starts_with: String\r\n  refersText_ends_with: String\r\n  refersText_not_ends_with: String\r\n  refersText_empty: Boolean\r\n  valueDefinition: ValueDefinitionEnum\r\n  valueDefinition_not: ValueDefinitionEnum\r\n  valueDefinition_in: [ValueDefinitionEnum!]\r\n  valueDefinition_not_in: [ValueDefinitionEnum!]\r\n  valueDefinition_empty: Boolean\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  addToInstantReports_not: AddToInstantReportsEnum\r\n  addToInstantReports_in: [AddToInstantReportsEnum!]\r\n  addToInstantReports_not_in: [AddToInstantReportsEnum!]\r\n  addToInstantReports_empty: Boolean\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  parameterDefaultValue_not: ParameterDefaultValueEnum\r\n  parameterDefaultValue_in: [ParameterDefaultValueEnum!]\r\n  parameterDefaultValue_not_in: [ParameterDefaultValueEnum!]\r\n  parameterDefaultValue_empty: Boolean\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  displayedInGroup_not: DisplayedInGroupEnum\r\n  displayedInGroup_in: [DisplayedInGroupEnum!]\r\n  displayedInGroup_not_in: [DisplayedInGroupEnum!]\r\n  displayedInGroup_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  addToObjectsPropertyPage: Boolean\r\n  addToObjectsPropertyPage_not: Boolean\r\n  addToObjectsPropertyPage_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  macro_Implementation_some: [MacroFilter!]\r\n  macro_Implementation_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportTemplate_ParameterizedReportTemplate_some: [ReportTemplateFilter!]\r\n  reportTemplate_ParameterizedReportTemplate_count: countFilter\r\n  reportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_count: countFilter\r\n  metaClass_ReportParameterType_some: [MetaClassFilter!]\r\n  metaClass_ReportParameterType_count: countFilter\r\n  reportChapter_DetailReportGenerator_some: [ReportChapterFilter!]\r\n  reportChapter_DetailReportGenerator_count: countFilter\r\n}\r\n\r\nenum ReportParameterOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  multiplicity_ASC\r\n  multiplicity_DESC\r\n  metaAttributeType_ASC\r\n  metaAttributeType_DESC\r\n  metaAttributeLength_ASC\r\n  metaAttributeLength_DESC\r\n  metaAttributeFormat_ASC\r\n  metaAttributeFormat_DESC\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  defaultInternalValue_ASC\r\n  defaultInternalValue_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  defaultMetaTextFormat_ASC\r\n  defaultMetaTextFormat_DESC\r\n  technicalReportParameterName_ASC\r\n  technicalReportParameterName_DESC\r\n  refersText_ASC\r\n  refersText_DESC\r\n  valueDefinition_ASC\r\n  valueDefinition_DESC\r\n  addToInstantReports_ASC\r\n  addToInstantReports_DESC\r\n  parameterDefaultValue_ASC\r\n  parameterDefaultValue_DESC\r\n  displayedInGroup_ASC\r\n  displayedInGroup_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  addToObjectsPropertyPage_ASC\r\n  addToObjectsPropertyPage_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\ntype ReportParameterValue implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  processParameterValueObjectsIndividually(format: EnumFormat): ProcessParameterValueObjectsIndividuallyEnum\r\n  text(format: StringFormat): String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  comment(format: StringFormat, language: Languages): String\r\n  externalId: String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  report_ReportValue(filter: ReportFilter, orderBy: [ReportOrderBy]): [Report]\r\n  report_ReportValueAggregatedValues(filter: ReportFilter, orderBy: [ReportOrderBy]): [ReportAggregatedValues]\r\n  reportParameterValue_ReportValue(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportValueAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  graphSet_ReportValue(filter: GraphSetFilter, orderBy: [GraphSetOrderBy]): [GraphSet]\r\n  graphSet_ReportValueAggregatedValues(filter: GraphSetFilter, orderBy: [GraphSetOrderBy]): [GraphSetAggregatedValues]\r\n  application_ReportValue(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n  application_ReportValueAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n  reportDataSet_ReportValue(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy]): [ReportDataSet]\r\n  reportDataSet_ReportValueAggregatedValues(filter: ReportDataSetFilter, orderBy: [ReportDataSetOrderBy]): [ReportDataSetAggregatedValues]\r\n  businessProcess_ReportValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_ReportValueAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  language_SystemReportValue(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n  language_SystemReportValueAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n  metaAttribute_SystemReportValue(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n  metaAttribute_SystemReportValueAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n  metaClass_SystemReportValue(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n  metaClass_SystemReportValueAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n  metaAssociationEnd_SystemReportValue(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n  metaAssociationEnd_SystemReportValueAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n  personSystem_SystemReportValue(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n  personSystem_SystemReportValueAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n  dispatchSystem_SystemReportValue(filter: DispatchSystemFilter, orderBy: [DispatchSystemOrderBy]): [DispatchSystem]\r\n  dispatchSystem_SystemReportValueAggregatedValues(filter: DispatchSystemFilter, orderBy: [DispatchSystemOrderBy]): [DispatchSystemAggregatedValues]\r\n  diagramType_SystemReportValue(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n  diagramType_SystemReportValueAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n  query_SystemReportValue(filter: QueryFilter, orderBy: [QueryOrderBy]): [Query]\r\n  query_SystemReportValueAggregatedValues(filter: QueryFilter, orderBy: [QueryOrderBy]): [QueryAggregatedValues]\r\n  reportParameter_SystemReportValue(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameter]\r\n  reportParameter_SystemReportValueAggregatedValues(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameterAggregatedValues]\r\n  reportTemplate_SystemReportValue(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplate]\r\n  reportTemplate_SystemReportValueAggregatedValues(filter: ReportTemplateFilter, orderBy: [ReportTemplateOrderBy]): [ReportTemplateAggregatedValues]\r\n  reportChapter_SystemReportValue(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy]): [ReportChapter]\r\n  reportChapter_SystemReportValueAggregatedValues(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy]): [ReportChapterAggregatedValues]\r\n  folderOfReportTemplates_SystemReportValue(filter: FolderOfReportTemplatesFilter, orderBy: [FolderOfReportTemplatesOrderBy]): [FolderOfReportTemplates]\r\n  folderOfReportTemplates_SystemReportValueAggregatedValues(filter: FolderOfReportTemplatesFilter, orderBy: [FolderOfReportTemplatesOrderBy]): [FolderOfReportTemplatesAggregatedValues]\r\n  macro_SystemReportValue(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macro_SystemReportValueAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  reportDataSetDefinition_SystemReportValue(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinition]\r\n  reportDataSetDefinition_SystemReportValueAggregatedValues(filter: ReportDataSetDefinitionFilter, orderBy: [ReportDataSetDefinitionOrderBy]): [ReportDataSetDefinitionAggregatedValues]\r\n  taggedValue_SystemReportValue(filter: TaggedValueFilter, orderBy: [TaggedValueOrderBy]): [TaggedValue]\r\n  taggedValue_SystemReportValueAggregatedValues(filter: TaggedValueFilter, orderBy: [TaggedValueOrderBy]): [TaggedValueAggregatedValues]\r\n  reportDataSetCollection_SystemReportValue(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollection]\r\n  reportDataSetCollection_SystemReportValueAggregatedValues(filter: ReportDataSetCollectionFilter, orderBy: [ReportDataSetCollectionOrderBy]): [ReportDataSetCollectionAggregatedValues]\r\n  reportDataSetProperty_SystemReportValue(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetProperty_SystemReportValueAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n  report_ParameterizedReport(filter: ReportFilter, orderBy: [ReportOrderBy]): [Report]\r\n  report_ParameterizedReportAggregatedValues(filter: ReportFilter, orderBy: [ReportOrderBy]): [ReportAggregatedValues]\r\n  reportParameter_ValuatedReportParameter(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameter]\r\n  reportParameter_ValuatedReportParameterAggregatedValues(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameterAggregatedValues]\r\n  queryInstance_ReportValueQueryInstance(filter: QueryInstanceFilter, orderBy: [QueryInstanceOrderBy]): [QueryInstance]\r\n  queryInstance_ReportValueQueryInstanceAggregatedValues(filter: QueryInstanceFilter, orderBy: [QueryInstanceOrderBy]): [QueryInstanceAggregatedValues]\r\n  query_ReportValueQuery(filter: QueryFilter, orderBy: [QueryOrderBy]): [Query]\r\n  query_ReportValueQueryAggregatedValues(filter: QueryFilter, orderBy: [QueryOrderBy]): [QueryAggregatedValues]\r\n}\r\n\r\ntype ReportParameterValueAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  processParameterValueObjectsIndividually(function: AggregateFunctionType): CustomFloat\r\n  text(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  externalId(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportParameterValueFilter {\r\n  defaultField_70b66307911f41368b0d7b1e737fe0ee: String\r\n  and: [ReportParameterValueFilter!]\r\n  or: [ReportParameterValueFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  processParameterValueObjectsIndividually_not: ProcessParameterValueObjectsIndividuallyEnum\r\n  processParameterValueObjectsIndividually_in: [ProcessParameterValueObjectsIndividuallyEnum!]\r\n  processParameterValueObjectsIndividually_not_in: [ProcessParameterValueObjectsIndividuallyEnum!]\r\n  processParameterValueObjectsIndividually_empty: Boolean\r\n  text: String\r\n  text_not: String\r\n  text_in: [String!]\r\n  text_not_in: [String!]\r\n  text_lt: String\r\n  text_lte: String\r\n  text_gt: String\r\n  text_gte: String\r\n  text_contains: String\r\n  text_not_contains: String\r\n  text_starts_with: String\r\n  text_not_starts_with: String\r\n  text_ends_with: String\r\n  text_not_ends_with: String\r\n  text_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  externalId: String\r\n  externalId_not: String\r\n  externalId_in: [String!]\r\n  externalId_not_in: [String!]\r\n  externalId_lt: String\r\n  externalId_lte: String\r\n  externalId_gt: String\r\n  externalId_gte: String\r\n  externalId_contains: String\r\n  externalId_not_contains: String\r\n  externalId_starts_with: String\r\n  externalId_not_starts_with: String\r\n  externalId_ends_with: String\r\n  externalId_not_ends_with: String\r\n  externalId_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_count: countFilter\r\n  report_ReportValue_some: [ReportFilter!]\r\n  report_ReportValue_count: countFilter\r\n  reportParameterValue_ReportValue_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportValue_count: countFilter\r\n  graphSet_ReportValue_some: [GraphSetFilter!]\r\n  graphSet_ReportValue_count: countFilter\r\n  application_ReportValue_some: [ApplicationFilter!]\r\n  application_ReportValue_count: countFilter\r\n  reportDataSet_ReportValue_some: [ReportDataSetFilter!]\r\n  reportDataSet_ReportValue_count: countFilter\r\n  businessProcess_ReportValue_some: [BusinessProcessFilter!]\r\n  businessProcess_ReportValue_count: countFilter\r\n  language_SystemReportValue_some: [LanguageFilter!]\r\n  language_SystemReportValue_count: countFilter\r\n  metaAttribute_SystemReportValue_some: [MetaAttributeFilter!]\r\n  metaAttribute_SystemReportValue_count: countFilter\r\n  metaClass_SystemReportValue_some: [MetaClassFilter!]\r\n  metaClass_SystemReportValue_count: countFilter\r\n  metaAssociationEnd_SystemReportValue_some: [MetaAssociationEndFilter!]\r\n  metaAssociationEnd_SystemReportValue_count: countFilter\r\n  personSystem_SystemReportValue_some: [PersonSystemFilter!]\r\n  personSystem_SystemReportValue_count: countFilter\r\n  dispatchSystem_SystemReportValue_some: [DispatchSystemFilter!]\r\n  dispatchSystem_SystemReportValue_count: countFilter\r\n  diagramType_SystemReportValue_some: [DiagramTypeFilter!]\r\n  diagramType_SystemReportValue_count: countFilter\r\n  query_SystemReportValue_some: [QueryFilter!]\r\n  query_SystemReportValue_count: countFilter\r\n  reportParameter_SystemReportValue_some: [ReportParameterFilter!]\r\n  reportParameter_SystemReportValue_count: countFilter\r\n  reportTemplate_SystemReportValue_some: [ReportTemplateFilter!]\r\n  reportTemplate_SystemReportValue_count: countFilter\r\n  reportChapter_SystemReportValue_some: [ReportChapterFilter!]\r\n  reportChapter_SystemReportValue_count: countFilter\r\n  folderOfReportTemplates_SystemReportValue_some: [FolderOfReportTemplatesFilter!]\r\n  folderOfReportTemplates_SystemReportValue_count: countFilter\r\n  macro_SystemReportValue_some: [MacroFilter!]\r\n  macro_SystemReportValue_count: countFilter\r\n  reportDataSetDefinition_SystemReportValue_some: [ReportDataSetDefinitionFilter!]\r\n  reportDataSetDefinition_SystemReportValue_count: countFilter\r\n  taggedValue_SystemReportValue_some: [TaggedValueFilter!]\r\n  taggedValue_SystemReportValue_count: countFilter\r\n  reportDataSetCollection_SystemReportValue_some: [ReportDataSetCollectionFilter!]\r\n  reportDataSetCollection_SystemReportValue_count: countFilter\r\n  reportDataSetProperty_SystemReportValue_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_SystemReportValue_count: countFilter\r\n  report_ParameterizedReport_some: [ReportFilter!]\r\n  report_ParameterizedReport_count: countFilter\r\n  reportParameter_ValuatedReportParameter_some: [ReportParameterFilter!]\r\n  reportParameter_ValuatedReportParameter_count: countFilter\r\n  queryInstance_ReportValueQueryInstance_some: [QueryInstanceFilter!]\r\n  queryInstance_ReportValueQueryInstance_count: countFilter\r\n  query_ReportValueQuery_some: [QueryFilter!]\r\n  query_ReportValueQuery_count: countFilter\r\n}\r\n\r\nenum ReportParameterValueOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  processParameterValueObjectsIndividually_ASC\r\n  processParameterValueObjectsIndividually_DESC\r\n  text_ASC\r\n  text_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  externalId_ASC\r\n  externalId_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ReportSnapshotTypeEnum {\r\n  SnapshotByUser\r\n  GlobalSnapshot\r\n  SnapshotByProfile\r\n}\r\n\r\nenum ReportSnapshotsEnum {\r\n  Yes\r\n  No\r\n  ByFormat\r\n}\r\n\r\ntype ReportTemplate implements GraphQLObjectInterface {\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  uIPermissions(format: StringFormat): String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton(format: EnumFormat): DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName(language: Languages): String\r\n  reportTemplateSharing(format: EnumFormat): ReportTemplateSharingEnum\r\n  settings: String\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportParameter_ReportTemplateParameter(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameter]\r\n  reportParameter_ReportTemplateParameterAggregatedValues(filter: ReportParameterFilter, orderBy: [ReportParameterOrderBy]): [ReportParameterAggregatedValues]\r\n  report_ReportInstance(filter: ReportFilter, orderBy: [ReportOrderBy]): [Report]\r\n  report_ReportInstanceAggregatedValues(filter: ReportFilter, orderBy: [ReportOrderBy]): [ReportAggregatedValues]\r\n  reportChapter_AvailableReportChapters(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy]): [ReportChapter]\r\n  reportChapter_AvailableReportChaptersAggregatedValues(filter: ReportChapterFilter, orderBy: [ReportChapterOrderBy]): [ReportChapterAggregatedValues]\r\n}\r\n\r\ntype ReportTemplateAggregatedValues {\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  uIPermissions(function: AggregateFunctionType): CustomFloat\r\n  useProcessValuesIndividuallyInParameterValues(function: AggregateFunctionType): CustomFloat\r\n  useMultipleParameterValuesForTheParameter(function: AggregateFunctionType): CustomFloat\r\n  displayPrintButton(function: AggregateFunctionType): CustomFloat\r\n  rTFFontEnabled(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  reportTemplateSharing(function: AggregateFunctionType): CustomFloat\r\n  settings(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ReportTemplateFilter {\r\n  defaultField_7a5ebe715f7d4958823dec6fad500fed: String\r\n  and: [ReportTemplateFilter!]\r\n  or: [ReportTemplateFilter!]\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  uIPermissions: String\r\n  uIPermissions_not: String\r\n  uIPermissions_in: [String!]\r\n  uIPermissions_not_in: [String!]\r\n  uIPermissions_lt: String\r\n  uIPermissions_lte: String\r\n  uIPermissions_gt: String\r\n  uIPermissions_gte: String\r\n  uIPermissions_contains: String\r\n  uIPermissions_not_contains: String\r\n  uIPermissions_starts_with: String\r\n  uIPermissions_not_starts_with: String\r\n  uIPermissions_ends_with: String\r\n  uIPermissions_not_ends_with: String\r\n  uIPermissions_empty: Boolean\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useProcessValuesIndividuallyInParameterValues_not: Boolean\r\n  useProcessValuesIndividuallyInParameterValues_empty: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  useMultipleParameterValuesForTheParameter_not: Boolean\r\n  useMultipleParameterValuesForTheParameter_empty: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  displayPrintButton_not: DisplayPrintButtonEnum\r\n  displayPrintButton_in: [DisplayPrintButtonEnum!]\r\n  displayPrintButton_not_in: [DisplayPrintButtonEnum!]\r\n  displayPrintButton_empty: Boolean\r\n  rTFFontEnabled: Boolean\r\n  rTFFontEnabled_not: Boolean\r\n  rTFFontEnabled_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  reportTemplateSharing_not: ReportTemplateSharingEnum\r\n  reportTemplateSharing_in: [ReportTemplateSharingEnum!]\r\n  reportTemplateSharing_not_in: [ReportTemplateSharingEnum!]\r\n  reportTemplateSharing_empty: Boolean\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  settings_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportParameter_ReportTemplateParameter_some: [ReportParameterFilter!]\r\n  reportParameter_ReportTemplateParameter_count: countFilter\r\n  report_ReportInstance_some: [ReportFilter!]\r\n  report_ReportInstance_count: countFilter\r\n  reportChapter_AvailableReportChapters_some: [ReportChapterFilter!]\r\n  reportChapter_AvailableReportChapters_count: countFilter\r\n}\r\n\r\nenum ReportTemplateOrderBy {\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  useProcessValuesIndividuallyInParameterValues_ASC\r\n  useProcessValuesIndividuallyInParameterValues_DESC\r\n  useMultipleParameterValuesForTheParameter_ASC\r\n  useMultipleParameterValuesForTheParameter_DESC\r\n  displayPrintButton_ASC\r\n  displayPrintButton_DESC\r\n  rTFFontEnabled_ASC\r\n  rTFFontEnabled_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  reportTemplateSharing_ASC\r\n  reportTemplateSharing_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum ReportTemplateSharingEnum {\r\n  Private\r\n  Public\r\n}\r\n\r\nenum RiskBAEnum {\r\n  NA\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\nenum SLALevelEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum SavabilityEnum {\r\n  Savable\r\n  Unsavable\r\n}\r\n\r\ntype Schema {\r\n  name: String!\r\n  graphQLNameInSchema: String!\r\n}\r\n\r\nenum SoftwareAgilityEnum {\r\n  High\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum SoftwareAgilityQuartileCastEnum {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum SoftwareEleganceQuartileEnum {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum SoftwareEleganceThresholdsEnum {\r\n  Low\r\n  Medium\r\n  High\r\n}\r\n\r\nenum SoftwareResiliencyEnum {\r\n  Medium\r\n  High\r\n  Low\r\n}\r\n\r\nenum SoftwareResiliencyQuartileEnum {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum StandardClassEnum {\r\n  Non_Standard\r\n  Proposed\r\n  Provisional\r\n  Standard\r\n  Phasing_Out\r\n  Retired\r\n}\r\n\r\nenum StatusReviewEnum {\r\n  UpdateInProgress\r\n  ValidationInProgress\r\n  Validated\r\n}\r\n\r\nenum StringFormat {\r\n  HTML\r\n  RTF\r\n  RAW\r\n}\r\n\r\nenum SystemComponentEnum {\r\n  External\r\n  Scripts\r\n  Dispatch\r\n}\r\n\r\ntype TaggedValue implements GraphQLObjectInterface {\r\n  metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n  abbreviation(language: Languages): String\r\n  defaultInternalValue: String\r\n  extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n  defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n  refersText(format: StringFormat): String\r\n  gUIName(language: Languages): String\r\n  instantReports(format: EnumFormat): InstantReportsEnum\r\n  isWritable(format: EnumFormat): IsWritableEnum\r\n  name(language: Languages): String\r\n  comment(format: StringFormat, language: Languages): String\r\n  id: String\r\n  hexaIdAbs: String\r\n  creationDate(format: String, timeOffset: String): CustomDate\r\n  modificationDate(format: String, timeOffset: String): CustomDate\r\n  creator: GraphQLObjectInterface\r\n  modifier: GraphQLObjectInterface\r\n  order: CustomInt\r\n  linkComment(format: StringFormat, language: Languages): String\r\n  linkCreationDate(format: String, timeOffset: String): CustomDate\r\n  linkModificationDate(format: String, timeOffset: String): CustomDate\r\n  linkCreator: GraphQLObjectInterface\r\n  linkModifier: GraphQLObjectInterface\r\n  customField(id: String!, language: Languages, format: Formats): String\r\n  customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n  macro_Implementation(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n  macro_ImplementationAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n  reportParameterValue_ReportParameterValueForSystemObjects(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValue]\r\n  reportParameterValue_ReportParameterValueForSystemObjectsAggregatedValues(filter: ReportParameterValueFilter, orderBy: [ReportParameterValueOrderBy]): [ReportParameterValueAggregatedValues]\r\n  reportDataSetProperty(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetProperty]\r\n  reportDataSetPropertyAggregatedValues(filter: ReportDataSetPropertyFilter, orderBy: [ReportDataSetPropertyOrderBy]): [ReportDataSetPropertyAggregatedValues]\r\n}\r\n\r\ntype TaggedValueAggregatedValues {\r\n  metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n  metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n  metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n  extendedProperties(function: AggregateFunctionType): CustomFloat\r\n  defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n  refersText(function: AggregateFunctionType): CustomFloat\r\n  gUIName(function: AggregateFunctionType): CustomFloat\r\n  instantReports(function: AggregateFunctionType): CustomFloat\r\n  isWritable(function: AggregateFunctionType): CustomFloat\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  comment(function: AggregateFunctionType): CustomFloat\r\n  id(function: AggregateFunctionType): CustomFloat\r\n  hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n  creationDate(function: AggregateFunctionType): CustomFloat\r\n  modificationDate(function: AggregateFunctionType): CustomFloat\r\n  creator(function: AggregateFunctionType): CustomFloat\r\n  modifier(function: AggregateFunctionType): CustomFloat\r\n  order(function: AggregateNumbersFunctionType): CustomFloat\r\n  linkComment(function: AggregateFunctionType): CustomFloat\r\n  linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n  linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n  linkCreator(function: AggregateFunctionType): CustomFloat\r\n  linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput TaggedValueFilter {\r\n  defaultField_a598069ffa6a435cb8431d57cfc79a0f: String\r\n  and: [TaggedValueFilter!]\r\n  or: [TaggedValueFilter!]\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeType_not: MetaAttributeTypeEnum\r\n  metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n  metaAttributeType_empty: Boolean\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeLength_not: CustomInt\r\n  metaAttributeLength_in: [CustomInt!]\r\n  metaAttributeLength_not_in: [CustomInt!]\r\n  metaAttributeLength_lt: CustomInt\r\n  metaAttributeLength_lte: CustomInt\r\n  metaAttributeLength_gt: CustomInt\r\n  metaAttributeLength_gte: CustomInt\r\n  metaAttributeLength_empty: Boolean\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  metaAttributeFormat_not: MetaAttributeFormatEnum\r\n  metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n  metaAttributeFormat_empty: Boolean\r\n  abbreviation: String\r\n  abbreviation_not: String\r\n  abbreviation_in: [String!]\r\n  abbreviation_not_in: [String!]\r\n  abbreviation_lt: String\r\n  abbreviation_lte: String\r\n  abbreviation_gt: String\r\n  abbreviation_gte: String\r\n  abbreviation_contains: String\r\n  abbreviation_not_contains: String\r\n  abbreviation_starts_with: String\r\n  abbreviation_not_starts_with: String\r\n  abbreviation_ends_with: String\r\n  abbreviation_not_ends_with: String\r\n  abbreviation_empty: Boolean\r\n  defaultInternalValue: String\r\n  defaultInternalValue_not: String\r\n  defaultInternalValue_in: [String!]\r\n  defaultInternalValue_not_in: [String!]\r\n  defaultInternalValue_lt: String\r\n  defaultInternalValue_lte: String\r\n  defaultInternalValue_gt: String\r\n  defaultInternalValue_gte: String\r\n  defaultInternalValue_contains: String\r\n  defaultInternalValue_not_contains: String\r\n  defaultInternalValue_starts_with: String\r\n  defaultInternalValue_not_starts_with: String\r\n  defaultInternalValue_ends_with: String\r\n  defaultInternalValue_not_ends_with: String\r\n  defaultInternalValue_empty: Boolean\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  extendedProperties_not: ExtendedPropertiesEnum\r\n  extendedProperties_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n  extendedProperties_empty: Boolean\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n  defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n  defaultMetaTextFormat_empty: Boolean\r\n  refersText: String\r\n  refersText_not: String\r\n  refersText_in: [String!]\r\n  refersText_not_in: [String!]\r\n  refersText_lt: String\r\n  refersText_lte: String\r\n  refersText_gt: String\r\n  refersText_gte: String\r\n  refersText_contains: String\r\n  refersText_not_contains: String\r\n  refersText_starts_with: String\r\n  refersText_not_starts_with: String\r\n  refersText_ends_with: String\r\n  refersText_not_ends_with: String\r\n  refersText_empty: Boolean\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  gUIName_empty: Boolean\r\n  instantReports: InstantReportsEnum\r\n  instantReports_not: InstantReportsEnum\r\n  instantReports_in: [InstantReportsEnum!]\r\n  instantReports_not_in: [InstantReportsEnum!]\r\n  instantReports_empty: Boolean\r\n  isWritable: IsWritableEnum\r\n  isWritable_not: IsWritableEnum\r\n  isWritable_in: [IsWritableEnum!]\r\n  isWritable_not_in: [IsWritableEnum!]\r\n  isWritable_empty: Boolean\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  name_empty: Boolean\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  comment_empty: Boolean\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  id_empty: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  hexaIdAbs_empty: Boolean\r\n  creationDate: CustomDate\r\n  creationDate_not: CustomDate\r\n  creationDate_in: [CustomDate!]\r\n  creationDate_not_in: [CustomDate!]\r\n  creationDate_lt: CustomDate\r\n  creationDate_lte: CustomDate\r\n  creationDate_gt: CustomDate\r\n  creationDate_gte: CustomDate\r\n  creationDate_empty: Boolean\r\n  modificationDate: CustomDate\r\n  modificationDate_not: CustomDate\r\n  modificationDate_in: [CustomDate!]\r\n  modificationDate_not_in: [CustomDate!]\r\n  modificationDate_lt: CustomDate\r\n  modificationDate_lte: CustomDate\r\n  modificationDate_gt: CustomDate\r\n  modificationDate_gte: CustomDate\r\n  modificationDate_empty: Boolean\r\n  creator: String\r\n  creator_not: String\r\n  creator_in: [String!]\r\n  creator_not_in: [String!]\r\n  creator_empty: Boolean\r\n  modifier: String\r\n  modifier_not: String\r\n  modifier_in: [String!]\r\n  modifier_not_in: [String!]\r\n  modifier_empty: Boolean\r\n  order: CustomInt\r\n  order_not: CustomInt\r\n  order_in: [CustomInt!]\r\n  order_not_in: [CustomInt!]\r\n  order_lt: CustomInt\r\n  order_lte: CustomInt\r\n  order_gt: CustomInt\r\n  order_gte: CustomInt\r\n  order_empty: Boolean\r\n  linkComment: String\r\n  linkComment_not: String\r\n  linkComment_in: [String!]\r\n  linkComment_not_in: [String!]\r\n  linkComment_lt: String\r\n  linkComment_lte: String\r\n  linkComment_gt: String\r\n  linkComment_gte: String\r\n  linkComment_contains: String\r\n  linkComment_not_contains: String\r\n  linkComment_starts_with: String\r\n  linkComment_not_starts_with: String\r\n  linkComment_ends_with: String\r\n  linkComment_not_ends_with: String\r\n  linkComment_empty: Boolean\r\n  linkCreationDate: CustomDate\r\n  linkCreationDate_not: CustomDate\r\n  linkCreationDate_in: [CustomDate!]\r\n  linkCreationDate_not_in: [CustomDate!]\r\n  linkCreationDate_lt: CustomDate\r\n  linkCreationDate_lte: CustomDate\r\n  linkCreationDate_gt: CustomDate\r\n  linkCreationDate_gte: CustomDate\r\n  linkCreationDate_empty: Boolean\r\n  linkModificationDate: CustomDate\r\n  linkModificationDate_not: CustomDate\r\n  linkModificationDate_in: [CustomDate!]\r\n  linkModificationDate_not_in: [CustomDate!]\r\n  linkModificationDate_lt: CustomDate\r\n  linkModificationDate_lte: CustomDate\r\n  linkModificationDate_gt: CustomDate\r\n  linkModificationDate_gte: CustomDate\r\n  linkModificationDate_empty: Boolean\r\n  linkCreator: String\r\n  linkCreator_not: String\r\n  linkCreator_in: [String!]\r\n  linkCreator_not_in: [String!]\r\n  linkCreator_empty: Boolean\r\n  linkModifier: String\r\n  linkModifier_not: String\r\n  linkModifier_in: [String!]\r\n  linkModifier_not_in: [String!]\r\n  linkModifier_empty: Boolean\r\n  macro_Implementation_some: [MacroFilter!]\r\n  macro_Implementation_count: countFilter\r\n  reportParameterValue_ReportParameterValueForSystemObjects_some: [ReportParameterValueFilter!]\r\n  reportParameterValue_ReportParameterValueForSystemObjects_count: countFilter\r\n  reportDataSetProperty_some: [ReportDataSetPropertyFilter!]\r\n  reportDataSetProperty_count: countFilter\r\n}\r\n\r\nenum TaggedValueOrderBy {\r\n  metaAttributeType_ASC\r\n  metaAttributeType_DESC\r\n  metaAttributeLength_ASC\r\n  metaAttributeLength_DESC\r\n  metaAttributeFormat_ASC\r\n  metaAttributeFormat_DESC\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  defaultInternalValue_ASC\r\n  defaultInternalValue_DESC\r\n  extendedProperties_ASC\r\n  extendedProperties_DESC\r\n  defaultMetaTextFormat_ASC\r\n  defaultMetaTextFormat_DESC\r\n  refersText_ASC\r\n  refersText_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  instantReports_ASC\r\n  instantReports_DESC\r\n  isWritable_ASC\r\n  isWritable_DESC\r\n  name_ASC\r\n  name_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n  id_ASC\r\n  id_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creator_ASC\r\n  creator_DESC\r\n  modifier_ASC\r\n  modifier_DESC\r\n  order_ASC\r\n  order_DESC\r\n  linkComment_ASC\r\n  linkComment_DESC\r\n  linkCreationDate_ASC\r\n  linkCreationDate_DESC\r\n  linkModificationDate_ASC\r\n  linkModificationDate_DESC\r\n  linkCreator_ASC\r\n  linkCreator_DESC\r\n  linkModifier_ASC\r\n  linkModifier_DESC\r\n}\r\n\r\nenum TechnicalEfficiencyAPMEnum {\r\n  Good\r\n  Medium\r\n  Low\r\n  Poor\r\n}\r\n\r\nenum TechnologyComplianceEnum {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\nenum TransactionEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum TranslatabilityEnum {\r\n  Translatable\r\n  Untranslatable\r\n}\r\n\r\nenum TranslatabilityLevelEnum {\r\n  Country\r\n  Terminology\r\n}\r\n\r\nenum UrbanismEnum {\r\n  Block\r\n  Zone\r\n  District\r\n  Cluster\r\n}\r\n\r\nenum ValidPersonEnum {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n\r\nenum ValueDefinitionEnum {\r\n  ValuesAreFixed\r\n  ValuesAreSuggested\r\n  ValuesAreProposed\r\n  ValuesAreFixedAndHidden\r\n}\r\n\r\nenum VisibleEnum {\r\n  NoByDefault\r\n  Yes\r\n  Never\r\n}\r\n\r\nenum WebReportingEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum WordReportingEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum WorkRecoveryTimeWRTEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum WorkflowStatusFinancialEnum {\r\n  UpdateInProgress\r\n  ApprovalInProgress\r\n  UpdateValidated\r\n}\r\n\r\nenum WorkflowStatusITAndBusinessDataEnum {\r\n  UpdateInProgress\r\n  ApprovalInProgress\r\n  UpdateValidated\r\n}\r\n\r\ninput _InputCollectionAction15233 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15233]\r\n}\r\n\r\ninput _InputCollectionAction15234 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15234]\r\n}\r\n\r\ninput _InputCollectionAction15235 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15235]\r\n}\r\n\r\ninput _InputCollectionAction15236 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15236]\r\n}\r\n\r\ninput _InputCollectionAction15237 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15237]\r\n}\r\n\r\ninput _InputCollectionAction15238 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15238]\r\n}\r\n\r\ninput _InputCollectionAction15239 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15239]\r\n}\r\n\r\ninput _InputCollectionAction15240 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15240]\r\n}\r\n\r\ninput _InputCollectionAction15241 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15241]\r\n}\r\n\r\ninput _InputCollectionAction15242 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15242]\r\n}\r\n\r\ninput _InputCollectionAction15243 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15243]\r\n}\r\n\r\ninput _InputCollectionAction15244 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15244]\r\n}\r\n\r\ninput _InputCollectionAction15245 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15245]\r\n}\r\n\r\ninput _InputCollectionAction15246 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15246]\r\n}\r\n\r\ninput _InputCollectionAction15247 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15247]\r\n}\r\n\r\ninput _InputCollectionAction15248 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15248]\r\n}\r\n\r\ninput _InputCollectionAction15249 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15249]\r\n}\r\n\r\ninput _InputCollectionAction15250 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15250]\r\n}\r\n\r\ninput _InputCollectionAction15251 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15251]\r\n}\r\n\r\ninput _InputCollectionAction15252 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15252]\r\n}\r\n\r\ninput _InputCollectionAction15253 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15253]\r\n}\r\n\r\ninput _InputCollectionAction15254 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15254]\r\n}\r\n\r\ninput _InputCollectionAction15255 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15255]\r\n}\r\n\r\ninput _InputCollectionAction15256 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15256]\r\n}\r\n\r\ninput _InputCollectionAction15257 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15257]\r\n}\r\n\r\ninput _InputCollectionAction15258 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15258]\r\n}\r\n\r\ninput _InputCollectionAction15259 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15259]\r\n}\r\n\r\ninput _InputCollectionAction15260 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15260]\r\n}\r\n\r\ninput _InputCollectionAction15261 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15261]\r\n}\r\n\r\ninput _InputCollectionAction15262 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15262]\r\n}\r\n\r\ninput _InputCollectionAction15263 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15263]\r\n}\r\n\r\ninput _InputCollectionAction15264 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15264]\r\n}\r\n\r\ninput _InputCollectionAction15265 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15265]\r\n}\r\n\r\ninput _InputCollectionAction15266 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15266]\r\n}\r\n\r\ninput _InputCollectionAction15267 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15267]\r\n}\r\n\r\ninput _InputCollectionAction15268 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15268]\r\n}\r\n\r\ninput _InputCollectionAction15269 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15269]\r\n}\r\n\r\ninput _InputCollectionAction15270 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15270]\r\n}\r\n\r\ninput _InputCollectionAction15271 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15271]\r\n}\r\n\r\ninput _InputCollectionAction15272 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15272]\r\n}\r\n\r\ninput _InputCollectionAction15273 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15273]\r\n}\r\n\r\ninput _InputCollectionAction15274 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15274]\r\n}\r\n\r\ninput _InputCollectionAction15275 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15275]\r\n}\r\n\r\ninput _InputCollectionAction15276 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15276]\r\n}\r\n\r\ninput _InputCollectionAction15277 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15277]\r\n}\r\n\r\ninput _InputCollectionAction15278 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15278]\r\n}\r\n\r\ninput _InputCollectionAction15279 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15279]\r\n}\r\n\r\ninput _InputCollectionAction15280 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15280]\r\n}\r\n\r\ninput _InputCollectionAction15281 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15281]\r\n}\r\n\r\ninput _InputCollectionAction15282 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15282]\r\n}\r\n\r\ninput _InputCollectionAction15283 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15283]\r\n}\r\n\r\ninput _InputCollectionAction15284 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15284]\r\n}\r\n\r\ninput _InputCollectionAction15285 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15285]\r\n}\r\n\r\ninput _InputCollectionAction15286 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15286]\r\n}\r\n\r\ninput _InputCollectionAction15287 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15287]\r\n}\r\n\r\ninput _InputCollectionAction15288 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15288]\r\n}\r\n\r\ninput _InputCollectionAction15289 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15289]\r\n}\r\n\r\ninput _InputCollectionAction15290 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15290]\r\n}\r\n\r\ninput _InputCollectionAction15291 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15291]\r\n}\r\n\r\ninput _InputCollectionAction15292 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15292]\r\n}\r\n\r\ninput _InputCollectionAction15293 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15293]\r\n}\r\n\r\ninput _InputCollectionAction15294 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15294]\r\n}\r\n\r\ninput _InputCollectionAction15295 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15295]\r\n}\r\n\r\ninput _InputCollectionAction15296 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15296]\r\n}\r\n\r\ninput _InputCollectionAction15297 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15297]\r\n}\r\n\r\ninput _InputCollectionAction15298 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15298]\r\n}\r\n\r\ninput _InputCollectionAction15299 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15299]\r\n}\r\n\r\ninput _InputCollectionAction15300 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15300]\r\n}\r\n\r\ninput _InputCollectionAction15301 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15301]\r\n}\r\n\r\ninput _InputCollectionAction15302 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15302]\r\n}\r\n\r\ninput _InputCollectionAction15303 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15303]\r\n}\r\n\r\ninput _InputCollectionAction15304 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15304]\r\n}\r\n\r\ninput _InputCollectionAction15305 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15305]\r\n}\r\n\r\ninput _InputCollectionAction15306 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15306]\r\n}\r\n\r\ninput _InputCollectionAction15307 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15307]\r\n}\r\n\r\ninput _InputCollectionAction15308 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15308]\r\n}\r\n\r\ninput _InputCollectionAction15309 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15309]\r\n}\r\n\r\ninput _InputCollectionAction15310 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15310]\r\n}\r\n\r\ninput _InputCollectionAction15311 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15311]\r\n}\r\n\r\ninput _InputCollectionAction15312 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15312]\r\n}\r\n\r\ninput _InputCollectionAction15313 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15313]\r\n}\r\n\r\ninput _InputCollectionAction15314 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15314]\r\n}\r\n\r\ninput _InputCollectionAction15315 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15315]\r\n}\r\n\r\ninput _InputCollectionAction15316 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15316]\r\n}\r\n\r\ninput _InputCollectionAction15317 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15317]\r\n}\r\n\r\ninput _InputCollectionAction15318 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15318]\r\n}\r\n\r\ninput _InputCollectionAction15319 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15319]\r\n}\r\n\r\ninput _InputCollectionAction15320 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15320]\r\n}\r\n\r\ninput _InputCollectionAction15321 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15321]\r\n}\r\n\r\ninput _InputCollectionAction15322 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15322]\r\n}\r\n\r\ninput _InputCollectionAction15323 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15323]\r\n}\r\n\r\ninput _InputCollectionAction15324 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15324]\r\n}\r\n\r\ninput _InputCollectionAction15325 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15325]\r\n}\r\n\r\ninput _InputCollectionAction15326 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15326]\r\n}\r\n\r\ninput _InputCollectionAction15327 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15327]\r\n}\r\n\r\ninput _InputCollectionAction15328 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15328]\r\n}\r\n\r\ninput _InputCollectionAction15329 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15329]\r\n}\r\n\r\ninput _InputCollectionAction15330 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15330]\r\n}\r\n\r\ninput _InputCollectionAction15331 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15331]\r\n}\r\n\r\ninput _InputCollectionAction15332 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15332]\r\n}\r\n\r\ninput _InputCollectionAction15333 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15333]\r\n}\r\n\r\ninput _InputCollectionAction15334 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15334]\r\n}\r\n\r\ninput _InputCollectionAction15335 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15335]\r\n}\r\n\r\ninput _InputCollectionAction15336 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15336]\r\n}\r\n\r\ninput _InputCollectionAction15337 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15337]\r\n}\r\n\r\ninput _InputCollectionAction15338 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15338]\r\n}\r\n\r\ninput _InputCollectionAction15339 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15339]\r\n}\r\n\r\ninput _InputCollectionAction15340 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15340]\r\n}\r\n\r\ninput _InputCollectionAction15341 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15341]\r\n}\r\n\r\ninput _InputCollectionAction15342 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15342]\r\n}\r\n\r\ninput _InputCollectionAction15343 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15343]\r\n}\r\n\r\ninput _InputCollectionAction15344 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15344]\r\n}\r\n\r\ninput _InputCollectionAction15345 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15345]\r\n}\r\n\r\ninput _InputCollectionAction15346 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15346]\r\n}\r\n\r\ninput _InputCollectionAction15347 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15347]\r\n}\r\n\r\ninput _InputCollectionAction15348 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15348]\r\n}\r\n\r\ninput _InputCollectionAction15349 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15349]\r\n}\r\n\r\ninput _InputCollectionAction15350 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15350]\r\n}\r\n\r\ninput _InputCollectionAction15351 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15351]\r\n}\r\n\r\ninput _InputCollectionAction15352 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15352]\r\n}\r\n\r\ninput _InputCollectionAction15353 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15353]\r\n}\r\n\r\ninput _InputCollectionAction15354 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15354]\r\n}\r\n\r\ninput _InputCollectionAction15355 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15355]\r\n}\r\n\r\ninput _InputCollectionAction15356 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15356]\r\n}\r\n\r\ninput _InputCollectionAction15357 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15357]\r\n}\r\n\r\ninput _InputCollectionAction15358 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15358]\r\n}\r\n\r\ninput _InputCollectionAction15359 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15359]\r\n}\r\n\r\ninput _InputCollectionAction15360 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15360]\r\n}\r\n\r\ninput _InputCollectionAction15361 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15361]\r\n}\r\n\r\ninput _InputCollectionAction15362 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15362]\r\n}\r\n\r\ninput _InputCollectionAction15363 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15363]\r\n}\r\n\r\ninput _InputCollectionAction15364 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15364]\r\n}\r\n\r\ninput _InputCollectionAction15365 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15365]\r\n}\r\n\r\ninput _InputCollectionAction15366 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15366]\r\n}\r\n\r\ninput _InputCollectionAction15367 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15367]\r\n}\r\n\r\ninput _InputCollectionAction15368 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15368]\r\n}\r\n\r\ninput _InputCollectionAction15369 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15369]\r\n}\r\n\r\ninput _InputCollectionAction15370 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15370]\r\n}\r\n\r\ninput _InputCollectionAction15371 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15371]\r\n}\r\n\r\ninput _InputCollectionAction15372 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15372]\r\n}\r\n\r\ninput _InputCollectionAction15373 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15373]\r\n}\r\n\r\ninput _InputCollectionAction15374 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15374]\r\n}\r\n\r\ninput _InputCollectionAction15375 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15375]\r\n}\r\n\r\ninput _InputCollectionAction15376 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15376]\r\n}\r\n\r\ninput _InputCollectionAction15377 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15377]\r\n}\r\n\r\ninput _InputCollectionAction15378 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15378]\r\n}\r\n\r\ninput _InputCollectionAction15379 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15379]\r\n}\r\n\r\ninput _InputCollectionAction15380 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15380]\r\n}\r\n\r\ninput _InputCollectionAction15381 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15381]\r\n}\r\n\r\ninput _InputCollectionAction15382 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15382]\r\n}\r\n\r\ninput _InputCollectionAction15383 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15383]\r\n}\r\n\r\ninput _InputCollectionAction15384 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15384]\r\n}\r\n\r\ninput _InputCollectionAction15385 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15385]\r\n}\r\n\r\ninput _InputCollectionAction15386 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15386]\r\n}\r\n\r\ninput _InputCollectionAction15387 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15387]\r\n}\r\n\r\ninput _InputCollectionAction15388 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15388]\r\n}\r\n\r\ninput _InputCollectionAction15389 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15389]\r\n}\r\n\r\ninput _InputCollectionAction15390 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15390]\r\n}\r\n\r\ninput _InputCollectionAction15391 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15391]\r\n}\r\n\r\ninput _InputCollectionAction15392 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15392]\r\n}\r\n\r\ninput _InputCollectionAction15393 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15393]\r\n}\r\n\r\ninput _InputCollectionAction15394 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15394]\r\n}\r\n\r\ninput _InputCollectionAction15395 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15395]\r\n}\r\n\r\ninput _InputCollectionAction15396 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15396]\r\n}\r\n\r\ninput _InputCollectionAction15397 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15397]\r\n}\r\n\r\ninput _InputCollectionAction15398 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15398]\r\n}\r\n\r\ninput _InputCollectionAction15399 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15399]\r\n}\r\n\r\ninput _InputCollectionAction15400 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15400]\r\n}\r\n\r\ninput _InputCollectionAction15401 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15401]\r\n}\r\n\r\ninput _InputCollectionAction15402 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15402]\r\n}\r\n\r\ninput _InputCollectionAction15403 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15403]\r\n}\r\n\r\ninput _InputCollectionAction15404 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15404]\r\n}\r\n\r\ninput _InputCollectionAction15405 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15405]\r\n}\r\n\r\ninput _InputCollectionAction15406 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15406]\r\n}\r\n\r\ninput _InputCollectionAction15407 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15407]\r\n}\r\n\r\ninput _InputCollectionAction15408 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15408]\r\n}\r\n\r\ninput _InputCollectionAction15409 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15409]\r\n}\r\n\r\ninput _InputCollectionAction15410 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15410]\r\n}\r\n\r\ninput _InputCollectionAction15411 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15411]\r\n}\r\n\r\ninput _InputCollectionAction15412 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15412]\r\n}\r\n\r\ninput _InputCollectionAction15413 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15413]\r\n}\r\n\r\ninput _InputCollectionAction15414 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15414]\r\n}\r\n\r\ninput _InputCollectionAction15415 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15415]\r\n}\r\n\r\ninput _InputCollectionAction15416 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15416]\r\n}\r\n\r\ninput _InputCollectionAction15417 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15417]\r\n}\r\n\r\ninput _InputCollectionAction15418 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15418]\r\n}\r\n\r\ninput _InputCollectionAction15419 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15419]\r\n}\r\n\r\ninput _InputCollectionAction15420 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15420]\r\n}\r\n\r\ninput _InputCollectionAction15421 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15421]\r\n}\r\n\r\ninput _InputCollectionAction15422 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15422]\r\n}\r\n\r\ninput _InputCollectionAction15423 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15423]\r\n}\r\n\r\ninput _InputCollectionAction15424 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15424]\r\n}\r\n\r\ninput _InputCollectionAction15425 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15425]\r\n}\r\n\r\ninput _InputCollectionAction15426 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15426]\r\n}\r\n\r\ninput _InputCollectionAction15427 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15427]\r\n}\r\n\r\ninput _InputCollectionAction15428 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15428]\r\n}\r\n\r\ninput _InputCollectionAction15429 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15429]\r\n}\r\n\r\ninput _InputCollectionAction15430 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15430]\r\n}\r\n\r\ninput _InputCollectionAction15431 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15431]\r\n}\r\n\r\ninput _InputCollectionAction15432 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15432]\r\n}\r\n\r\ninput _InputCollectionAction15433 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15433]\r\n}\r\n\r\ninput _InputCollectionAction15434 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15434]\r\n}\r\n\r\ninput _InputCollectionAction15435 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15435]\r\n}\r\n\r\ninput _InputCollectionAction15436 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15436]\r\n}\r\n\r\ninput _InputCollectionAction15437 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15437]\r\n}\r\n\r\ninput _InputCollectionAction15438 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15438]\r\n}\r\n\r\ninput _InputCollectionAction15439 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15439]\r\n}\r\n\r\ninput _InputCollectionAction15440 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15440]\r\n}\r\n\r\ninput _InputCollectionAction15441 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15441]\r\n}\r\n\r\ninput _InputCollectionAction15442 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15442]\r\n}\r\n\r\ninput _InputCollectionAction15443 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15443]\r\n}\r\n\r\ninput _InputCollectionAction15444 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15444]\r\n}\r\n\r\ninput _InputCollectionAction15445 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15445]\r\n}\r\n\r\ninput _InputCollectionAction15446 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15446]\r\n}\r\n\r\ninput _InputCollectionAction15447 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15447]\r\n}\r\n\r\ninput _InputCollectionAction15448 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15448]\r\n}\r\n\r\ninput _InputCollectionAction15449 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15449]\r\n}\r\n\r\ninput _InputCollectionAction15450 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15450]\r\n}\r\n\r\ninput _InputCollectionAction15451 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15451]\r\n}\r\n\r\ninput _InputCollectionAction15452 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15452]\r\n}\r\n\r\ninput _InputCollectionAction15453 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15453]\r\n}\r\n\r\ninput _InputCollectionAction15454 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15454]\r\n}\r\n\r\ninput _InputCollectionAction15455 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15455]\r\n}\r\n\r\ninput _InputCollectionAction15456 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15456]\r\n}\r\n\r\ninput _InputCollectionAction15457 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15457]\r\n}\r\n\r\ninput _InputCollectionAction15458 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15458]\r\n}\r\n\r\ninput _InputCollectionAction15459 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15459]\r\n}\r\n\r\ninput _InputCollectionAction15460 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15460]\r\n}\r\n\r\ninput _InputCollectionAction15461 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15461]\r\n}\r\n\r\ninput _InputCollectionAction15462 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15462]\r\n}\r\n\r\ninput _InputCollectionAction15463 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15463]\r\n}\r\n\r\ninput _InputCollectionAction15464 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15464]\r\n}\r\n\r\ninput _InputCollectionAction15465 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15465]\r\n}\r\n\r\ninput _InputCollectionAction15466 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15466]\r\n}\r\n\r\ninput _InputCollectionAction15467 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15467]\r\n}\r\n\r\ninput _InputCollectionAction15468 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15468]\r\n}\r\n\r\ninput _InputCollectionAction15469 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15469]\r\n}\r\n\r\ninput _InputCollectionAction15470 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15470]\r\n}\r\n\r\ninput _InputCollectionAction15471 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15471]\r\n}\r\n\r\ninput _InputCollectionAction15472 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15472]\r\n}\r\n\r\ninput _InputCollectionAction15473 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15473]\r\n}\r\n\r\ninput _InputCollectionAction15474 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15474]\r\n}\r\n\r\ninput _InputCollectionAction15475 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15475]\r\n}\r\n\r\ninput _InputCollectionAction15476 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15476]\r\n}\r\n\r\ninput _InputCollectionAction15477 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15477]\r\n}\r\n\r\ninput _InputCollectionAction15478 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15478]\r\n}\r\n\r\ninput _InputCollectionAction15479 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15479]\r\n}\r\n\r\ninput _InputCollectionAction15480 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15480]\r\n}\r\n\r\ninput _InputCollectionAction15481 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15481]\r\n}\r\n\r\ninput _InputCollectionAction15482 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15482]\r\n}\r\n\r\ninput _InputCollectionAction15483 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15483]\r\n}\r\n\r\ninput _InputCollectionAction15484 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15484]\r\n}\r\n\r\ninput _InputCollectionAction15485 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15485]\r\n}\r\n\r\ninput _InputCollectionAction15486 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15486]\r\n}\r\n\r\ninput _InputCollectionAction15487 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15487]\r\n}\r\n\r\ninput _InputCollectionAction15488 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15488]\r\n}\r\n\r\ninput _InputCollectionAction15489 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15489]\r\n}\r\n\r\ninput _InputCollectionAction15490 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15490]\r\n}\r\n\r\ninput _InputCollectionAction15491 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15491]\r\n}\r\n\r\ninput _InputCollectionAction15492 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15492]\r\n}\r\n\r\ninput _InputCollectionAction15493 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15493]\r\n}\r\n\r\ninput _InputCollectionAction15494 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15494]\r\n}\r\n\r\ninput _InputCollectionAction15495 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15495]\r\n}\r\n\r\ninput _InputCollectionAction15496 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15496]\r\n}\r\n\r\ninput _InputCollectionAction15497 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15497]\r\n}\r\n\r\ninput _InputCollectionAction15498 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15498]\r\n}\r\n\r\ninput _InputCollectionAction15499 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15499]\r\n}\r\n\r\ninput _InputCollectionAction15500 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15500]\r\n}\r\n\r\ninput _InputCollectionAction15501 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15501]\r\n}\r\n\r\ninput _InputCollectionAction15502 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15502]\r\n}\r\n\r\ninput _InputCollectionAction15503 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15503]\r\n}\r\n\r\ninput _InputCollectionAction15504 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15504]\r\n}\r\n\r\ninput _InputCollectionAction15505 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15505]\r\n}\r\n\r\ninput _InputCollectionAction15506 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15506]\r\n}\r\n\r\ninput _InputCollectionAction15507 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15507]\r\n}\r\n\r\ninput _InputCollectionAction15508 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15508]\r\n}\r\n\r\ninput _InputCollectionAction15509 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15509]\r\n}\r\n\r\ninput _InputCollectionAction15510 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15510]\r\n}\r\n\r\ninput _InputCollectionAction15511 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15511]\r\n}\r\n\r\ninput _InputCollectionAction15512 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15512]\r\n}\r\n\r\ninput _InputCollectionAction15513 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15513]\r\n}\r\n\r\ninput _InputCollectionAction15514 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15514]\r\n}\r\n\r\ninput _InputCollectionAction15515 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15515]\r\n}\r\n\r\ninput _InputCollectionAction15516 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15516]\r\n}\r\n\r\ninput _InputCollectionAction15517 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15517]\r\n}\r\n\r\ninput _InputCollectionAction15518 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15518]\r\n}\r\n\r\ninput _InputCollectionAction15519 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15519]\r\n}\r\n\r\ninput _InputCollectionAction15520 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15520]\r\n}\r\n\r\ninput _InputCollectionAction15521 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15521]\r\n}\r\n\r\ninput _InputCollectionAction15522 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15522]\r\n}\r\n\r\ninput _InputCollectionAction15523 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15523]\r\n}\r\n\r\ninput _InputCollectionAction15524 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15524]\r\n}\r\n\r\ninput _InputCollectionAction15525 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15525]\r\n}\r\n\r\ninput _InputCollectionAction15526 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15526]\r\n}\r\n\r\ninput _InputCollectionAction15527 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15527]\r\n}\r\n\r\ninput _InputCollectionAction15528 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15528]\r\n}\r\n\r\ninput _InputCollectionAction15529 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15529]\r\n}\r\n\r\ninput _InputCollectionAction15530 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15530]\r\n}\r\n\r\ninput _InputCollectionAction15531 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15531]\r\n}\r\n\r\ninput _InputCollectionAction15532 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15532]\r\n}\r\n\r\ninput _InputCollectionAction15533 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15533]\r\n}\r\n\r\ninput _InputCollectionAction15534 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15534]\r\n}\r\n\r\ninput _InputCollectionAction15535 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15535]\r\n}\r\n\r\ninput _InputCollectionAction15536 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15536]\r\n}\r\n\r\ninput _InputCollectionAction15537 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15537]\r\n}\r\n\r\ninput _InputCollectionAction15538 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15538]\r\n}\r\n\r\ninput _InputCollectionAction15539 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15539]\r\n}\r\n\r\ninput _InputCollectionAction15540 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15540]\r\n}\r\n\r\ninput _InputCollectionAction15541 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15541]\r\n}\r\n\r\ninput _InputCollectionAction15542 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15542]\r\n}\r\n\r\ninput _InputCollectionAction15543 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15543]\r\n}\r\n\r\ninput _InputCollectionAction15544 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15544]\r\n}\r\n\r\ninput _InputCollectionAction15545 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15545]\r\n}\r\n\r\ninput _InputCollectionAction15546 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15546]\r\n}\r\n\r\ninput _InputCollectionAction15547 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15547]\r\n}\r\n\r\ninput _InputCollectionAction15548 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15548]\r\n}\r\n\r\ninput _InputCollectionAction15549 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15549]\r\n}\r\n\r\ninput _InputCollectionAction15550 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15550]\r\n}\r\n\r\ninput _InputCollectionAction15551 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15551]\r\n}\r\n\r\ninput _InputCollectionAction15552 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15552]\r\n}\r\n\r\ninput _InputCollectionAction15553 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15553]\r\n}\r\n\r\ninput _InputCollectionAction15554 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15554]\r\n}\r\n\r\ninput _InputCollectionAction15555 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15555]\r\n}\r\n\r\ninput _InputCollectionAction15556 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15556]\r\n}\r\n\r\ninput _InputCollectionAction15557 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15557]\r\n}\r\n\r\ninput _InputCollectionAction15558 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15558]\r\n}\r\n\r\ninput _InputCollectionAction15559 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15559]\r\n}\r\n\r\ninput _InputCollectionAction15560 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15560]\r\n}\r\n\r\ninput _InputCollectionAction15561 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15561]\r\n}\r\n\r\ninput _InputCollectionAction15562 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15562]\r\n}\r\n\r\ninput _InputCollectionAction15563 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15563]\r\n}\r\n\r\ninput _InputCollectionAction15564 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15564]\r\n}\r\n\r\ninput _InputCollectionAction15565 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15565]\r\n}\r\n\r\ninput _InputCollectionAction15566 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15566]\r\n}\r\n\r\ninput _InputCollectionAction15567 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15567]\r\n}\r\n\r\ninput _InputCollectionAction15568 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement15568]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n  ADD\r\n  REMOVE\r\n  REPLACE_ALL\r\n}\r\n\r\ninput _InputCustomRelationChild {\r\n  id: String!\r\n  customFields: [CustomFieldInput]\r\n}\r\n\r\ninput _InputCustomRelationship {\r\n  action: _InputCollectionActionEnum!\r\n  relationId: String!\r\n  list: [_InputCustomRelationChild]!\r\n}\r\n\r\ninput _defaultActionElement15233 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15234 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15235 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15236 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15237 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15238 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15239 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15240 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15241 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15242 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15243 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15244 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15245 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15246 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15247 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15248 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15249 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15250 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15251 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15252 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15253 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15254 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15255 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15256 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15257 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15258 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15259 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15260 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15261 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15262 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15263 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15264 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15265 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15266 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15267 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15268 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15269 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15270 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  usageName: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15271 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15272 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15273 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15274 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15275 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15276 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15277 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  usageName: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15278 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15279 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15280 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15281 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15282 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15283 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15284 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15285 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15286 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  gUIName: String\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15287 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15288 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15289 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15290 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  gUIName: String\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15291 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15292 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15293 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15294 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15295 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15296 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15297 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15298 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  gUIName: String\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15299 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15300 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetPathName: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15301 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15302 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15303 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15304 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetPathName: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15305 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetPathName: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15306 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15307 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  gUIName: String\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15308 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15309 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetPathName: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15310 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15311 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15312 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15313 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetPathName: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15314 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetPathName: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15315 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15316 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15317 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15318 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15319 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15320 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15321 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15322 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  webReporting: WebReportingEnum\r\n  wordReporting: WordReportingEnum\r\n  htmlReporting: HtmlReportingEnum\r\n  megaReporting: MegaReportingEnum\r\n  automaticDisplay: Boolean\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15323 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15324 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15325 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15326 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  webReporting: WebReportingEnum\r\n  wordReporting: WordReportingEnum\r\n  htmlReporting: HtmlReportingEnum\r\n  megaReporting: MegaReportingEnum\r\n  automaticDisplay: Boolean\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15327 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15328 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15329 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15330 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15331 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15332 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15333 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15334 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15335 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15336 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15337 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15338 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15339 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15340 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15341 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15342 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15343 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15344 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15345 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15346 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15347 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15348 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15349 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15350 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15351 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15352 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15353 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  applicationCode: String\r\n  cloudComputing: CloudComputingEnum\r\n  versionNumber: String\r\n  requiredMemorySize: String\r\n  prefix: String\r\n  applicationStereotype: ApplicationStereotypeEnum\r\n  applicationType: ApplicationTypeEnum\r\n  cASTHighlightID: CustomInt\r\n  businessValueAPM: BusinessValueAPMEnum\r\n  functionalSupportAPM: FunctionalSupportAPMEnum\r\n  technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n  closingDateCast: CustomDate\r\n  softwareResiliencyScoreCASTHighligh: CustomFloat\r\n  softwareAgilityScore: CustomFloat\r\n  softwareEleganceScoreCASTHighligh: CustomFloat\r\n  cloudReadyScoreCASTHighlight: CustomFloat\r\n  cloudReadyScanCASTHighlight: CustomFloat\r\n  technicalDebtCast: CustomFloat\r\n  numberOfLinesOfCodeCast: CustomInt\r\n  numberOfFilesCast: CustomInt\r\n  aggregationTypeAPM: AggregationTypeAPMEnum\r\n  backFiredFunctionPointsCASTHighlight: CustomFloat\r\n  softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n  workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n  workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n  softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n  softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n  detailsCast: String\r\n  statusReview: StatusReviewEnum\r\n  standardCreationDate: CustomDate\r\n  consent: ConsentEnum\r\n  source: String\r\n  standardClass: StandardClassEnum\r\n  retireDate: CustomDate\r\n  cost: CustomFloat\r\n  revenue: CustomFloat\r\n  rOIPercentage: CustomFloat\r\n  rOIRate: CustomFloat\r\n  costRate: CustomFloat\r\n  lifecycleStatus: LifecycleStatusEnum\r\n  initialLiveDate: CustomDate\r\n  dateOfLastRelease: CustomDate\r\n  dateOfNextRelease: CustomDate\r\n  retirementDate: CustomDate\r\n  gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n  sourceTOGAF: String\r\n  availabilityCharacteristics: String\r\n  serviceTimes: String\r\n  manageabilityCharacteristics: String\r\n  serviceabilityCharacteristics: String\r\n  performanceCharacteristics: String\r\n  reliabilityCharacteristics: String\r\n  recoverabilityCharacteristics: String\r\n  locatabilityCharacteristics: String\r\n  securityCharacteristics: String\r\n  privacyCharacteristics: String\r\n  integrityCharacteristics: String\r\n  credibilityCharacteristics: String\r\n  localizationCharacteristics: String\r\n  internationalizationCharacteristics: String\r\n  interoperabilityCharacteristics: String\r\n  scalabilityCharacteristics: String\r\n  portabilityCharacteristics: String\r\n  extensibilityCharacteristics: String\r\n  capacityCharacteristics: String\r\n  throughput: String\r\n  throughputPeriod: String\r\n  growth: String\r\n  growthPeriod: String\r\n  peakProfileShortTerm: String\r\n  peakProfileLongTerm: String\r\n  freezePastTimePeriod: Boolean\r\n  recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n  recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n  lastAssessmentDate: CustomDate\r\n  workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n  sLALevel: SLALevelEnum\r\n  applicationValidationDate: CustomDate\r\n  nextReviewDate: CustomDate\r\n  lastReviewDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  applicationTemplate: ApplicationTemplateEnum\r\n  deploymentDate: CustomDate\r\n  operatingApplicationDate: CustomDate\r\n  urbanism: UrbanismEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15354 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15355 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  standardCreationDate: CustomDate\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  source: String\r\n  processCriticality: String\r\n  manualOrAutomated: ManualOrAutomatedEnum\r\n  processVolumetrics: String\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  standardClass: StandardClassEnum\r\n  retireDate: CustomDate\r\n  gDPRImpact: GDPRImpactEnum\r\n  transaction: TransactionEnum\r\n  isSAP: Boolean\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  gDPRPurpose: Boolean\r\n  sourceTOGAF: String\r\n  freezePastTimePeriod: Boolean\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  gDPRSystemID: String\r\n  gDPRPurposeDate: CustomDate\r\n  nextReviewDate: CustomDate\r\n  lastReviewDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  gDPRCode: CustomInt\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15356 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15357 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  atIndex: AtIndexEnum\r\n  metaLayer: MetaLayerEnum\r\n  atNature: AtNatureEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: CustomInt\r\n  uIPermissions: String\r\n  sequence: CustomInt\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  indexRanking: CustomInt\r\n  instantReports: InstantReportsEnum\r\n  settings: String\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15358 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15359 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15360 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  userCode: String\r\n  commandLine: String\r\n  windowsLogin: String\r\n  scciUserName: String\r\n  email: String\r\n  castToken: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  cASTHighlightID: CustomInt\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15361 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  baseline: CustomInt\r\n  alignValidation: AlignValidationEnum\r\n  buildNumber: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15362 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  nature: NatureEnum\r\n  wizardImageFilename: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15363 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15364 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15365 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15366 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15367 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15368 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15369 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15370 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  gUIName: String\r\n  instantReports: InstantReportsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15371 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15372 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15373 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15374 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15375 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  select: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15376 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15377 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15378 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15379 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15380 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15381 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  applicationCode: String\r\n  cloudComputing: CloudComputingEnum\r\n  versionNumber: String\r\n  requiredMemorySize: String\r\n  prefix: String\r\n  applicationStereotype: ApplicationStereotypeEnum\r\n  applicationType: ApplicationTypeEnum\r\n  cASTHighlightID: CustomInt\r\n  businessValueAPM: BusinessValueAPMEnum\r\n  functionalSupportAPM: FunctionalSupportAPMEnum\r\n  technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n  closingDateCast: CustomDate\r\n  softwareResiliencyScoreCASTHighligh: CustomFloat\r\n  softwareAgilityScore: CustomFloat\r\n  softwareEleganceScoreCASTHighligh: CustomFloat\r\n  cloudReadyScoreCASTHighlight: CustomFloat\r\n  cloudReadyScanCASTHighlight: CustomFloat\r\n  technicalDebtCast: CustomFloat\r\n  numberOfLinesOfCodeCast: CustomInt\r\n  numberOfFilesCast: CustomInt\r\n  aggregationTypeAPM: AggregationTypeAPMEnum\r\n  backFiredFunctionPointsCASTHighlight: CustomFloat\r\n  softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n  workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n  workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n  softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n  softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n  detailsCast: String\r\n  statusReview: StatusReviewEnum\r\n  standardCreationDate: CustomDate\r\n  consent: ConsentEnum\r\n  source: String\r\n  standardClass: StandardClassEnum\r\n  retireDate: CustomDate\r\n  cost: CustomFloat\r\n  revenue: CustomFloat\r\n  rOIPercentage: CustomFloat\r\n  rOIRate: CustomFloat\r\n  costRate: CustomFloat\r\n  lifecycleStatus: LifecycleStatusEnum\r\n  initialLiveDate: CustomDate\r\n  dateOfLastRelease: CustomDate\r\n  dateOfNextRelease: CustomDate\r\n  retirementDate: CustomDate\r\n  gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n  sourceTOGAF: String\r\n  availabilityCharacteristics: String\r\n  serviceTimes: String\r\n  manageabilityCharacteristics: String\r\n  serviceabilityCharacteristics: String\r\n  performanceCharacteristics: String\r\n  reliabilityCharacteristics: String\r\n  recoverabilityCharacteristics: String\r\n  locatabilityCharacteristics: String\r\n  securityCharacteristics: String\r\n  privacyCharacteristics: String\r\n  integrityCharacteristics: String\r\n  credibilityCharacteristics: String\r\n  localizationCharacteristics: String\r\n  internationalizationCharacteristics: String\r\n  interoperabilityCharacteristics: String\r\n  scalabilityCharacteristics: String\r\n  portabilityCharacteristics: String\r\n  extensibilityCharacteristics: String\r\n  capacityCharacteristics: String\r\n  throughput: String\r\n  throughputPeriod: String\r\n  growth: String\r\n  growthPeriod: String\r\n  peakProfileShortTerm: String\r\n  peakProfileLongTerm: String\r\n  freezePastTimePeriod: Boolean\r\n  recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n  recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n  lastAssessmentDate: CustomDate\r\n  workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n  sLALevel: SLALevelEnum\r\n  applicationValidationDate: CustomDate\r\n  nextReviewDate: CustomDate\r\n  lastReviewDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  applicationTemplate: ApplicationTemplateEnum\r\n  deploymentDate: CustomDate\r\n  operatingApplicationDate: CustomDate\r\n  urbanism: UrbanismEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15382 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15383 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  standardCreationDate: CustomDate\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  source: String\r\n  processCriticality: String\r\n  manualOrAutomated: ManualOrAutomatedEnum\r\n  processVolumetrics: String\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  standardClass: StandardClassEnum\r\n  retireDate: CustomDate\r\n  gDPRImpact: GDPRImpactEnum\r\n  transaction: TransactionEnum\r\n  isSAP: Boolean\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  gDPRPurpose: Boolean\r\n  sourceTOGAF: String\r\n  freezePastTimePeriod: Boolean\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  gDPRSystemID: String\r\n  gDPRPurposeDate: CustomDate\r\n  nextReviewDate: CustomDate\r\n  lastReviewDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  gDPRCode: CustomInt\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15384 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15385 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  atIndex: AtIndexEnum\r\n  metaLayer: MetaLayerEnum\r\n  atNature: AtNatureEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: CustomInt\r\n  uIPermissions: String\r\n  sequence: CustomInt\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  indexRanking: CustomInt\r\n  instantReports: InstantReportsEnum\r\n  settings: String\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15386 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15387 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15388 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  userCode: String\r\n  commandLine: String\r\n  windowsLogin: String\r\n  scciUserName: String\r\n  email: String\r\n  castToken: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  cASTHighlightID: CustomInt\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15389 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  baseline: CustomInt\r\n  alignValidation: AlignValidationEnum\r\n  buildNumber: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15390 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  nature: NatureEnum\r\n  wizardImageFilename: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15391 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15392 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15393 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15394 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15395 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15396 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15397 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15398 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  gUIName: String\r\n  instantReports: InstantReportsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15399 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15400 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15401 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15402 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15403 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  select: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15404 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15405 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15406 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15407 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15408 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15409 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15410 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15411 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15412 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  replaceName: ReplaceNameEnum\r\n  displayPicture: DisplayPictureEnum\r\n  gUIName: String\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15413 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15414 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  replaceName: ReplaceNameEnum\r\n  displayPicture: DisplayPictureEnum\r\n  gUIName: String\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15415 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15416 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15417 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15418 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15419 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  reportDataViewSharing: ReportDataViewSharingEnum\r\n  gUIName: String\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15420 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  gUIName: String\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15421 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  gUIName: String\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15422 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15423 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  reportDataViewSharing: ReportDataViewSharingEnum\r\n  gUIName: String\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15424 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  gUIName: String\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15425 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  gUIName: String\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15426 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15427 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  gUIName: String\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15428 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  gUIName: String\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15429 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  fieldDefinitionType: FieldDefinitionTypeEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15430 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphNodeNameDisplay: ReportGraphNodeNameDisplayEnum\r\n  gUIName: String\r\n  reportGraphNodeDisplay: ReportGraphNodeDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15431 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  reportGraphArcGroupGroupOnObjectOrField: String\r\n  gUIName: String\r\n  reportGraphArcDrilldowOn: ReportGraphArcDrilldowOnEnum\r\n  reportGraphArcGroupDrilldownOnObjectOrField: String\r\n  reportGraphArcVisibility: ReportGraphArcVisibilityEnum\r\n  reportGraphArcArrowDirection: ReportGraphArcArrowDirectionEnum\r\n  reportGraphArcGroup: ReportGraphArcGroupEnum\r\n  reportGraphArcPathDisplay: ReportGraphArcPathDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15432 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  fieldDefinitionType: FieldDefinitionTypeEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15433 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  replaceName: ReplaceNameEnum\r\n  displayPicture: DisplayPictureEnum\r\n  gUIName: String\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15434 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15435 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15436 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  replaceName: ReplaceNameEnum\r\n  displayPicture: DisplayPictureEnum\r\n  gUIName: String\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15437 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15438 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  nodeMetaClass: String\r\n  canBeAnEntryPoint: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15439 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15440 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  replaceName: ReplaceNameEnum\r\n  displayPicture: DisplayPictureEnum\r\n  gUIName: String\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15441 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15442 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15443 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  replaceNodeObject: ReplaceNodeObjectEnum\r\n  displayInTooltips: DisplayInTooltipsEnum\r\n  replaceName: ReplaceNameEnum\r\n  displayPicture: DisplayPictureEnum\r\n  gUIName: String\r\n  reportGraphPropertyDisplay: ReportGraphPropertyDisplayEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15444 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15445 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15446 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15447 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15448 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15449 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15450 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15451 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15452 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15453 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15454 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15455 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15456 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15457 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15458 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  webReporting: WebReportingEnum\r\n  wordReporting: WordReportingEnum\r\n  htmlReporting: HtmlReportingEnum\r\n  megaReporting: MegaReportingEnum\r\n  gUIName: String\r\n  automaticDisplay: Boolean\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15459 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15460 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15461 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15462 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15463 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  webReporting: WebReportingEnum\r\n  wordReporting: WordReportingEnum\r\n  htmlReporting: HtmlReportingEnum\r\n  megaReporting: MegaReportingEnum\r\n  gUIName: String\r\n  automaticDisplay: Boolean\r\n  name: String\r\n  rTFFontEnabled: Boolean\r\n  pageOrientation: PageOrientationEnum\r\n  pageFormat: PageFormatEnum\r\n  margintop: CustomInt\r\n  marginbottom: CustomInt\r\n  marginleft: CustomInt\r\n  marginright: CustomInt\r\n  displayTableOfContents: Boolean\r\n  headerleft: HeaderleftEnum\r\n  headercenter: HeadercenterEnum\r\n  headerright: HeaderrightEnum\r\n  footerleft: FooterleftEnum\r\n  footercenter: FootercenterEnum\r\n  footerright: FooterrightEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15464 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15465 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  useProcessValuesIndividuallyInParameterValues: Boolean\r\n  useMultipleParameterValuesForTheParameter: Boolean\r\n  displayPrintButton: DisplayPrintButtonEnum\r\n  rTFFontEnabled: Boolean\r\n  gUIName: String\r\n  reportTemplateSharing: ReportTemplateSharingEnum\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15466 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15467 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15468 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  objectEditionMode: ObjectEditionModeEnum\r\n  gUIName: String\r\n  reportGraphViewVisibility: ReportGraphViewVisibilityEnum\r\n  settings: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15469 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15470 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15471 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15472 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  fieldDefinitionType: FieldDefinitionTypeEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15473 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15474 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  gUIName: String\r\n  instantReports: InstantReportsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15475 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15476 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15477 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15478 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15479 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15480 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  multiplicity: MultiplicityEnum\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  technicalReportParameterName: String\r\n  refersText: String\r\n  valueDefinition: ValueDefinitionEnum\r\n  addToInstantReports: AddToInstantReportsEnum\r\n  parameterDefaultValue: ParameterDefaultValueEnum\r\n  displayedInGroup: DisplayedInGroupEnum\r\n  gUIName: String\r\n  addToObjectsPropertyPage: Boolean\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15481 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  fieldDefinitionType: FieldDefinitionTypeEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15482 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15483 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  gUIName: String\r\n  instantReports: InstantReportsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15484 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15485 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15486 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  graphSetArcCondition: GraphSetArcConditionEnum\r\n  graphSetArcBehavior: GraphSetArcBehaviorEnum\r\n  graphSetArcDirection: GraphSetArcDirectionEnum\r\n  graphSetArcVisibility: GraphSetArcVisibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15487 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15488 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  isCompatibleWithExcel: Boolean\r\n  useTheAbilityToHaveMultipleParameterValuesForOneParameter: Boolean\r\n  isCompatibleWithPDF: Boolean\r\n  isCompatibleWithRTF: Boolean\r\n  displayProcessParameterValueObjectsIndividuallyAttributeInParameterValuesDefinition: Boolean\r\n  gUIName: String\r\n  reportSnapshots: ReportSnapshotsEnum\r\n  reportSnapshotType: ReportSnapshotTypeEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15489 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15490 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15491 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15492 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15493 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15494 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15495 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  usageName: String\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15496 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15497 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15498 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15499 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15500 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15501 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  reportDataSetSharing: ReportDataSetSharingEnum\r\n  reportDataSetPreview: Boolean\r\n  reportDataSetResultGenerationDate: String\r\n  reportDataSetResultGenerationTime: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15502 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15503 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  usageName: String\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15504 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15505 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15506 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15507 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15508 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15509 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15510 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15511 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15512 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15513 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15514 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15515 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15516 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15517 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15518 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15519 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15520 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15521 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15522 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15523 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15524 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15525 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15526 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15527 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15528 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15529 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15530 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15531 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15532 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15533 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15534 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15535 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15536 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15537 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15538 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15539 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  gUIName: String\r\n  instantReports: InstantReportsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15540 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15541 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15542 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15543 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  atIndex: AtIndexEnum\r\n  metaLayer: MetaLayerEnum\r\n  atNature: AtNatureEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: CustomInt\r\n  uIPermissions: String\r\n  sequence: CustomInt\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  indexRanking: CustomInt\r\n  instantReports: InstantReportsEnum\r\n  settings: String\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15544 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15545 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  objectFactory: String\r\n  systemComponent: SystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: ExecutionOptionsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15546 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15547 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  gUIName: String\r\n  availabilitySensibility: AvailabilitySensibilityEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15548 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15549 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  gUIName: String\r\n  instantReports: InstantReportsEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15550 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  queryImplementation: QueryImplementationEnum\r\n  select: String\r\n  uIPermissions: String\r\n  gUITitle: String\r\n  gUIName: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15551 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  legIndex: String\r\n  linkOrder: CustomInt\r\n  cardMax: CardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  abbreviation: String\r\n  uIPermissions: String\r\n  dataVolumeChildren: CustomInt\r\n  dataVolumeMax: CustomInt\r\n  dataVolumeMaxChildren: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  metaMultiplicity: MetaMultiplicityEnum\r\n  instantReports: InstantReportsEnum\r\n  nameAppearance: NameAppearanceEnum\r\n  linkOptions: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15552 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  metaLayer: MetaLayerEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  location: LocationEnum\r\n  nameLength: CustomInt\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: NameAppearanceEnum\r\n  nameFirstCharExclude: String\r\n  nameCurrentCharExclude: String\r\n  nameLastCharExclude: String\r\n  nameFirstCharInclude: String\r\n  nameCurrentCharInclude: String\r\n  nameLastCharInclude: String\r\n  settings: String\r\n  longevity: LongevityEnum\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  metaClassSensitivity: MetaClassSensitivityEnum\r\n  readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaCategoryEnum\r\n  rGBColor: CustomInt\r\n  metaUsage: MetaUsageEnum\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  dataVolumeMax: CustomInt\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  candidateToIndexation: CandidateToIndexationEnum\r\n  displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15553 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  abbreviation: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  loggability: LoggabilityEnum\r\n  savability: SavabilityEnum\r\n  atIndex: AtIndexEnum\r\n  metaLayer: MetaLayerEnum\r\n  atNature: AtNatureEnum\r\n  translatability: TranslatabilityEnum\r\n  translatabilityLevel: TranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: CustomInt\r\n  uIPermissions: String\r\n  sequence: CustomInt\r\n  physicalStorage: PhysicalStorageEnum\r\n  isIndexable: IsIndexableEnum\r\n  gUIName: String\r\n  mOFType: MOFTypeEnum\r\n  indexRanking: CustomInt\r\n  instantReports: InstantReportsEnum\r\n  settings: String\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15554 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15555 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15556 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15557 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  userCode: String\r\n  commandLine: String\r\n  windowsLogin: String\r\n  scciUserName: String\r\n  email: String\r\n  castToken: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  cASTHighlightID: CustomInt\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15558 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15559 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15560 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  userCode: String\r\n  commandLine: String\r\n  windowsLogin: String\r\n  scciUserName: String\r\n  email: String\r\n  castToken: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  cASTHighlightID: CustomInt\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15561 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15562 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15563 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15564 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  uIPermissions: String\r\n  keepLastGeneratedResult: Boolean\r\n  settings: String\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15565 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15566 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  metaAttributeType: MetaAttributeTypeEnum\r\n  metaAttributeLength: CustomInt\r\n  metaAttributeFormat: MetaAttributeFormatEnum\r\n  abbreviation: String\r\n  defaultInternalValue: String\r\n  extendedProperties: ExtendedPropertiesEnum\r\n  defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n  refersText: String\r\n  parameterName: String\r\n  propertyType: PropertyTypeEnum\r\n  visible: VisibleEnum\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement15567 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement15568 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  processParameterValueObjectsIndividually: ProcessParameterValueObjectsIndividuallyEnum\r\n  text: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput countFilter {\r\n  count: Int\r\n  count_not: Int\r\n  count_lt: Int\r\n  count_lte: Int\r\n  count_gt: Int\r\n  count_gte: Int\r\n}\r\n\r\nenum creationMode {\r\n  RAW\r\n  BUSINESS\r\n}\r\n\r\ninput currentContext {\r\n  language: Languages!\r\n}\r\n\r\nenum nameSpace {\r\n  LOCAL\r\n  SHORT\r\n  LONG\r\n}\r\n"