HOPEX - SDL Schema - Metamodel

GET {{server_url}}/HOPEXGraphQL/api/MetaModel/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.

HEADERS

KeyDatatypeRequiredDescription
x-hopex-environment-idstring
x-hopex-repository-idstring
x-hopex-profile-idstring

RESPONSES

status: OK

"# Define hopex format to use when getting property.\r\ndirective @format(\r\n  name: String!\r\n) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT\r\n\r\ninput _InputCollectionAction {\r\n  action: _InputCollectionActionEnum!\r\n  list: [_MutationListElement!]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n  ADD\r\n  REMOVE\r\n  REPLACE_ALL\r\n}\r\n\r\ninput _MutationListElement {\r\n  id: String!\r\n}\r\n\r\nenum AtIndexEnumFilter {\r\n  Disable\r\n  Unique\r\n  UniqueCaseSensitive\r\n  Sequence\r\n  NotUnique\r\n}\r\n\r\nenum AtNatureEnumFilter {\r\n  Intrinsic\r\n  Virtual\r\n  VarMem\r\n  Relative\r\n  Set\r\n  File\r\n}\r\n\r\n# A Business Document Pattern allow to predefine some document characteristics:\r\n# the Document Category, the Reading access area, the ciphering...\r\ntype BusinessDocumentPattern {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  ciphered: Boolean\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  documentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  systemBusinessDocument_SystemBusinessDocuments(filter: filterSystemBusinessDocument, orderBy: [orderBySystemBusinessDocument]): [SystemBusinessDocument]\r\n}\r\n\r\ninput BusinessDocumentPatternFilter {\r\n  and: [BusinessDocumentPatternFilter!]\r\n  or: [BusinessDocumentPatternFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  ciphered: Boolean\r\n  ciphered_not: 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  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  documentCategory_some: [BusinessDocumentPatternFilter!]\r\n  systemBusinessDocument_SystemBusinessDocuments_some: [BusinessDocumentPatternFilter!]\r\n}\r\n\r\nenum CandidatetoindexationEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum CardMaxEnumFilter {\r\n  Many\r\n  Oneenforcedintegrity\r\n  One\r\n}\r\n\r\ntype ContextType {\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  languageId: String\r\n  databaseLanguage: String\r\n  databaseLanguageId: String\r\n  systemLanguage: 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\nenum creationMode {\r\n  RAW\r\n  BUSINESS\r\n}\r\n\r\n# The `Date` scalar type represents a year, month and day in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar Date\r\n\r\n# The `DateTime` scalar type represents a date and time. `DateTime` expects\r\n# timestamps to be formatted in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar DateTime\r\n\r\n# The `DateTimeOffset` scalar type represents a date, time and offset from UTC.\r\n# `DateTimeOffset` expects timestamps to be formatted in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar DateTimeOffset\r\n\r\nscalar Decimal\r\n\r\nenum DefaultSubstitutedMetaAttributeEnumFilter {\r\n  Authorization\r\n  Name\r\n  MetaClassIdAbs\r\n  Comment\r\n}\r\n\r\n# A diagram is used to store drawings such as procedure flowcharts and organizational charts carried out by the graphic tool.\r\ntype Diagram {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  cardinal: String\r\n  dB: String\r\n  nature: DiagramNatureEnum\r\n  diagramwithAutomaticLoading: Boolean\r\n  diagramAvailability: DiagramDiagramAvailabilityEnum\r\n  shapesVersion: DiagramShapesVersionEnum\r\n  editionMode: DiagramEditionModeEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaClass_DescribedMetaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n}\r\n\r\nenum DiagramAvailabilityEnumFilter {\r\n  Available\r\n  Unavailable\r\n}\r\n\r\nenum DiagramDiagramAvailabilityEnum {\r\n  Available\r\n  Unavailable\r\n}\r\n\r\nenum DiagramEditionModeEnum {\r\n  AsktheUser\r\n  DiagramEditor\r\n  TableEntry\r\n}\r\n\r\ninput DiagramFilter {\r\n  and: [DiagramFilter!]\r\n  or: [DiagramFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  cardinal: String\r\n  cardinal_not: String\r\n  cardinal_in: [String!]\r\n  cardinal_not_in: [String!]\r\n  cardinal_lt: String\r\n  cardinal_lte: String\r\n  cardinal_gt: String\r\n  cardinal_gte: String\r\n  cardinal_contains: String\r\n  cardinal_not_contains: String\r\n  cardinal_starts_with: String\r\n  cardinal_not_starts_with: String\r\n  cardinal_ends_with: String\r\n  cardinal_not_ends_with: String\r\n  dB: String\r\n  dB_not: String\r\n  dB_in: [String!]\r\n  dB_not_in: [String!]\r\n  dB_lt: String\r\n  dB_lte: String\r\n  dB_gt: String\r\n  dB_gte: String\r\n  dB_contains: String\r\n  dB_not_contains: String\r\n  dB_starts_with: String\r\n  dB_not_starts_with: String\r\n  dB_ends_with: String\r\n  dB_not_ends_with: String\r\n  nature: DiagramNatureEnum\r\n  nature_not: DiagramNatureEnum\r\n  nature_in: [DiagramNatureEnum!]\r\n  nature_not_in: [DiagramNatureEnum!]\r\n  diagramwithAutomaticLoading: Boolean\r\n  diagramwithAutomaticLoading_not: Boolean\r\n  diagramAvailability: DiagramDiagramAvailabilityEnum\r\n  diagramAvailability_not: DiagramDiagramAvailabilityEnum\r\n  diagramAvailability_in: [DiagramDiagramAvailabilityEnum!]\r\n  diagramAvailability_not_in: [DiagramDiagramAvailabilityEnum!]\r\n  shapesVersion: DiagramShapesVersionEnum\r\n  shapesVersion_not: DiagramShapesVersionEnum\r\n  shapesVersion_in: [DiagramShapesVersionEnum!]\r\n  shapesVersion_not_in: [DiagramShapesVersionEnum!]\r\n  editionMode: DiagramEditionModeEnum\r\n  editionMode_not: DiagramEditionModeEnum\r\n  editionMode_in: [DiagramEditionModeEnum!]\r\n  editionMode_not_in: [DiagramEditionModeEnum!]\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  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  metaClass_DescribedMetaClass_some: [DiagramFilter!]\r\n}\r\n\r\nenum DiagramNatureEnum {\r\n  ApplicationSystemEnvironmentDiagram\r\n  OperationalInteractionScenarioDiagram\r\n  SystemInteractionScenarioDiagram\r\n  BusinessCapabilityMapSite\r\n  OperationalScenarioDiagram\r\n  BusinessInformationAreaConceptDiagram\r\n  OperationalScenarioEnvironment\r\n  TOGAFNetworkedComputingHardwareDiagram\r\n  BusinessFunctionDiagram\r\n  ApplicationUsageViewPointDiagram\r\n  GenericGanttDiagram\r\n  ApplicationTreeDiagramATD\r\n  BusinessInformationAreaStructureDiagram\r\n  FunctionalityDiagram\r\n  FunctionalProcessTreeDiagram\r\n  TechnicalArchitectureDiagram\r\n  BPMNProcessdiagramGRC\r\n  RelationDataAreaTableDiagram\r\n  OrganizationalChartGRC\r\n  PortfolioDiagram\r\n  SitetreeGRC\r\n  SoftwarediagramGRC\r\n  TOGAFProcessingDiagram\r\n  HardwareAssemblyStructureDiagram\r\n  BusinessCapacityMapSite\r\n  ScenarioofApplicationEnvironmentFlowsDiagram\r\n  DataAreaStructureDiagram\r\n  FlowAssessmentDiagramSites\r\n  BusinessCapabilityMapDiagram\r\n  DataMapDiagram\r\n  FunctionalityMapDiagram\r\n  BusinessCapabilityMapBusinessProcess\r\n  OrganizationalProcessDiagram\r\n  ScenarioofITServiceFlowsDiagram\r\n  HardwareFunctionalityDiagram\r\n  HardwareFunctionalityMapDiagram\r\n  RiskMapDiagram\r\n  ImplementationandDeploymentViewpointDiagram\r\n  NodeInfrastructureViewpointDiagram\r\n  ComponentDiagram\r\n  OrganizationViewpoint\r\n  StrategicModelDiagram\r\n  OverviewofTechnicalInfrastructure\r\n  TOGAFUseCaseDiagram\r\n  Organizational_UnitTreeDiagram\r\n  DataAreaEntityDiagram\r\n  RelationalDataAreaStructureDiagram\r\n  MasterPlanDefinitionDiagram\r\n  SolManScenarioDiagram\r\n  BusinessServiceStructureDiagram\r\n  LayoutDesign\r\n  TOGAFApplicationandUserLocationDiagram\r\n  ActivityDiagram\r\n  Micro_ServiceStructureDiagram\r\n  SolManProjectDiagram\r\n  TOGAFDataMigrationDiagram\r\n  ApplicationEnvironmentUseCaseDiagram\r\n  TOGAFBusinessServiceInformationDiagram\r\n  MasterPlanDiagram\r\n  RelationalDataMapDiagram\r\n  CapabilityTreeDiagram\r\n  IoTDeviceAssemblyDiagram\r\n  ITServiceStructureDiagram\r\n  MasterPlanGanttDiagram\r\n  ServiceRealizationViewpointDiagram\r\n  CompositeStructureDiagram\r\n  DataAreaStructureDiagram\r\n  ScenarioofApplicationSystemFlows\r\n  DataDiagramIDEFOneX\r\n  ApplicationArchitectureEnvironmentReport\r\n  ExchangeDiagramBPMN\r\n  ScenarioofSystemofResourceSystems\r\n  ScenarioofSystemofResources\r\n  ConceptStructureDiagram\r\n  ResourceArchitectureAssemblyDiagram\r\n  SiteOrganizationalChart\r\n  TOGAFClassDiagram\r\n  TOGAFSoftwareDistributionDiagram\r\n  FunctionalDiagram\r\n  BatchProgramStructureDiagram\r\n  TOGAFProcessSystemRealizationDiagram\r\n  ConceptTypeStructureDiagram\r\n  WorkflowDiagramBPMNZero_Nine\r\n  ArchiMateDiagram\r\n  ExchangeContractDiagramBPMN\r\n  GeographicalRiskMap\r\n  ResourceArchitectureEnvironmentDiagram\r\n  SkillDiagram\r\n  BusinessCapabilityMapPortfolio\r\n  MappingDiagram\r\n  DataDiagramMerise\r\n  ProjectImpactDiagram\r\n  TOGAFBusinessFootprintDiagram\r\n  ResourceConfigurationDiagram\r\n  OverviewofApplications\r\n  ApplicationSystemStructureDiagram\r\n  ComputingDeviceAssemblyDiagram\r\n  CityPlanningZoningDiagram\r\n  ActorCo_operationViewpoint\r\n  Sketching\r\n  ITTechnicalDevicediagram\r\n  TOGAFClassHierachyDiagram\r\n  CustomerJourneyMap\r\n  Cityplanningdiagram\r\n  DeviceInfrastructureViewpointDiagram\r\n  RiskScenarioDiagram\r\n  LibraryDiagram\r\n  OverviewofSites\r\n  ObjectDiagram\r\n  ScenarioofMicro_ServiceFlowsDiagram\r\n  BusinessCapabilityMapPortfolio\r\n  FlowAssessmentDiagramCityPlanningsAreas\r\n  TOGAFOrganizationDecompositionDiagram\r\n  TechnicalArchitectureDiagram\r\n  WorkInstructions\r\n  ProcessDiagram\r\n  TechnicalInfrastructureDiagram\r\n  ObjectiveRequirementDiagram\r\n  ProcessOrg_UnitsDiagram\r\n  ApplicationEnvironmentDiagram\r\n  StateMachineDiagram\r\n  TOGAFSoftwareEngineeringDiagram\r\n  ServiceInteractionScenarioDiagram\r\n  CapabilityStructureDiagram\r\n  BusinessCapabilityMapOrg_Unit\r\n  Micro_ServiceScenarioSequenceDiagram\r\n  DeploymentDiagram\r\n  SiteTreeDiagram\r\n  Organizational_UnitStructureDiagram\r\n  ApplicationInternalArchitectureDiagram\r\n  BrokerDiagram\r\n  OverviewofObjectivesandProjects\r\n  ApplicationSystemScenarioSequenceDiagram\r\n  SolManProcessDiagram\r\n  ResourceArchitectureStructureDiagram\r\n  SequenceDiagramUMLTwo\r\n  BusinessCapabilityDecompositionTree\r\n  ITServiceScenarioSequenceDiagram\r\n  BusinessArchitectureEnvironmentDiagram\r\n  EnterpriseStageStrategyDiagram\r\n  BusinessInformationMap\r\n  DataDiagram\r\n  IndividualConceptStructureDiagram\r\n  SchedulingDiagram\r\n  ProjectObjectiveandRequirementDiagram\r\n  BusinessFunctionTreeDiagram\r\n  OperationalScenarioSequenceDiagram\r\n  TOGAFProcessFlowDiagram\r\n  ServiceArchitectureDiagram\r\n  FlowAssessmentDiagramBusinessFunctions\r\n  InterfaceDiagram\r\n  ApplicationEnvironmentReport\r\n  SequenceDiagram\r\n  OverviewofBusinessFunctions\r\n  ObjectiveAlignmentDiagram\r\n  BusinessFunctionViewpoint\r\n  ProcessApplicationArchitectureDiagram\r\n  OrganizationalProcessTreeDiagram\r\n  TOGAFEnvironmentsandLocationsDiagram\r\n  ActivityDecompositionDiagram\r\n  ActivityImplementationDiagram\r\n  BusinessCapabilityMapOrg_Unit\r\n  BusinessCapabilityMapTechnology\r\n  ResourceArchitectureTreeDiagram\r\n  ApplicationBehaviorViewPointDiagram\r\n  JobFunctionSheet\r\n  ConceptLifeCycleStructureDiagram\r\n  BatchPlanningStructureDiagram\r\n  AppianOrganizationalProcessDiagram\r\n  TechnicalArchitectureDiagram\r\n  AppianSystemProcessdiagram\r\n  EnterprisePhaseTreeDiagram\r\n  BusinessProcessViewpoint\r\n  TOGAFDataLifecycleDiagram\r\n  SystemProcessDiagram\r\n  GlobalApplicationFlowMap\r\n  ValueStreamDiagram\r\n  ScenarioofApplicationFlowsDiagram\r\n  ApplicationCo_operationViewpointDiagram\r\n  ProductViewPointDiagram\r\n  ClassDiagram\r\n  TOGAFGoalObjectiveServiceDiagram\r\n  StateDiagram\r\n  ApplicationStructureDiagram\r\n  TOGAFDataSecurityDiagram\r\n  ConceptualCommunicationModel\r\n  FlowModel\r\n  ConceptualDataModel\r\n  OrganizationalDataModel\r\n  ConceptualProcessModel\r\n  Flowchart\r\n  ConceptualTree\r\n  OrganizationalChart\r\n  ApplicationArchitectureDiagram\r\n  ToolBranchingModel\r\n  InteractiveToolModel\r\n  ExternalDataView\r\n  RelationalDiagram\r\n  CodasylLogicalDataModel\r\n  LogicalDataModel\r\n  UseCaseDiagram\r\n  ApplicationTree\r\n  ObjectLifeCycle\r\n  NonInteractiveToolModel\r\n  AuthorizationTree\r\n  BatchPlanningDiagram\r\n  ChainModel\r\n  TechnicalArchitectureDiagram\r\n  BusinessServiceTreeDiagram\r\n  BusinessFunctionalAreaDiagram\r\n  TOGAFPlatformDecompositionDiagram\r\n  ApplicationEnvironment\r\n  CommunicationDiagram\r\n  ObjectiveandRequirementdiagram\r\n  ActivityDiagramUMLTwo\r\n  ApplicationStructureViewpointDiagram\r\n  InteractionOverviewDiagram\r\n  LogicalApplicationSystemEnvironmentDiagram\r\n  Org_UnitOrganizationalChart\r\n  BusinessCapabilityMapBusinessProcess\r\n  SystemImpactDiagram\r\n  TOGAFApplicationCommunicationDiagram\r\n  TOGAFEventDiagram\r\n  SystemProcessTreeDiagram\r\n  BusinessProcessEnvironmentDiagram\r\n  TOGAFDataDisseminationDiagram\r\n  WorkflowDiagram\r\n  TOGAFFunctionalDecompositionDiagram\r\n  RiskDiagram\r\n  StateConceptStructureDiagram\r\n  ReportDiagram\r\n  ServiceTaxonomyDiagram\r\n  Cause_and_EffectDiagram\r\n  GeneralOrganizationalChart\r\n  TimelineDiagram\r\n  BusinessFunctionStructureDiagram\r\n  OrganizationEnvironmentDiagram\r\n  TOGAFEnterpriseManageabilityDiagram\r\n  SequenceDiagramSBP\r\n  PackageDiagram\r\n  CollaborationDiagram\r\n  IDEFDataAreaDiagram\r\n  TOGAFCommunicationsEngineeringDiagram\r\n  InfrastructureUsageViewPointDiagram\r\n  OverviewofBusinessProcesses\r\n  ApplicationSystemEnvironmentScenario\r\n  LogicalApplicationSystemStructureDiagram\r\n  TechnicalFunctionalityDiagram\r\n  TechnicalFunctionalityMapDiagram\r\n  UserInterfaceDiagram\r\n  OrganizationalProcessViewpoint\r\n  BusinessProcessComponentDiagram\r\n  LayeredViewpointDiagram\r\n  BusinessProcessDiagram\r\n  ProjectCompositionDiagram\r\n  ApplicationEnvironmentScenarioSequenceDiagram\r\n  ArtifactAssemblyDiagram\r\n  InformationStructureViewpointDiagram\r\n  BusinessProcessCo_operationViewpointDiagram\r\n  InfrastructureAssemblyStructureDiagram\r\n  DataDiagramI_E\r\n  BusinessFunctionHierarchyDiagram\r\n  InteractionScenarioDiagram\r\n  BusinessProcessFunctionalDiagram\r\n  BusinessProcessImplementationDiagram\r\n  ApplicationScenarioSequenceDiagram\r\n  SkillMapDiagram\r\n  InteractionDefinitionDiagram\r\n}\r\n\r\nenum DiagramShapesVersionEnum {\r\n  FromHOPEXVOneRThree\r\n  FromMEGATwoZeroZeroNine\r\n  BeforeMEGAFive_Two\r\n  FromMEGAFive_Two\r\n  FromMEGATwoZeroZeroFive\r\n}\r\n\r\nenum DisplayconfidentialobjectsindiagramsEnumFilter {\r\n  confidentialobjectsarehidden\r\n  confidentialobjectsarevisible\r\n}\r\n\r\n# A Document Category allow document classification according to a specific\r\n# subject such as Audit, Diagram, Control Documentation... The category are\r\n# organized in a hierarchical way.\r\ntype DocumentCategory {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  documentCategory_ParentDocumentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  documentCategory_SubDocumentCategories(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  businessDocumentPattern_DocumentPattern(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n  systemBusinessDocument_SystemBusinessDocuments(filter: filterSystemBusinessDocument, orderBy: [orderBySystemBusinessDocument]): [SystemBusinessDocument]\r\n}\r\n\r\ninput DocumentCategoryFilter {\r\n  and: [DocumentCategoryFilter!]\r\n  or: [DocumentCategoryFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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  documentCategory_ParentDocumentCategory_some: [DocumentCategoryFilter!]\r\n  documentCategory_SubDocumentCategories_some: [DocumentCategoryFilter!]\r\n  businessDocumentPattern_DocumentPattern_some: [DocumentCategoryFilter!]\r\n  systemBusinessDocument_SystemBusinessDocuments_some: [DocumentCategoryFilter!]\r\n}\r\n\r\nenum EditionModeEnumFilter {\r\n  AsktheUser\r\n  DiagramEditor\r\n  TableEntry\r\n}\r\n\r\n# An Excel template is a template of an Excel Workbook that is stored in MEGA\r\n# repository. The Excel template is defined by a System Business Document and a\r\n# set of Excel Worksheets.It is used by the Excel import export feature.\r\ntype ExcelTemplate {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  systemBusinessDocument(filter: filterSystemBusinessDocument, orderBy: [orderBySystemBusinessDocument]): [SystemBusinessDocument]\r\n}\r\n\r\ninput ExcelTemplateFilter {\r\n  and: [ExcelTemplateFilter!]\r\n  or: [ExcelTemplateFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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  systemBusinessDocument_some: [ExcelTemplateFilter!]\r\n}\r\n\r\nenum ExecutionOptionsEnumFilter {\r\n  DisableMEGAGlobals\r\n  FieldsPreProcessing\r\n  VariationInheritance\r\n  Inheritscalleroptions\r\n  CallablefromWebServices\r\n  FullMEGAGlobals\r\n  JavaExternalLoad\r\n  AllowTypedScript\r\n  Unique\r\n  Multithread\r\n  DisableSupervision\r\n  CanrelaxDataAccessRule\r\n  JavaLocalNative\r\n  JavaCompatibleNative\r\n  UnderSourceControl\r\n  ExternalFile\r\n  ExecutionatMacroreadingaccessarea\r\n  RestrictedMEGAGlobals\r\n}\r\n\r\n# Filters of BusinessDocumentPattern\r\ninput filterBusinessDocumentPattern {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  ciphered: Boolean\r\n  ciphered_not: 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  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}\r\n\r\n# Filters of Diagram\r\ninput filterDiagram {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  cardinal: String\r\n  cardinal_not: String\r\n  cardinal_in: [String]\r\n  cardinal_not_in: [String]\r\n  cardinal_lt: String\r\n  cardinal_lte: String\r\n  cardinal_gt: String\r\n  cardinal_gte: String\r\n  cardinal_contains: String\r\n  cardinal_not_contains: String\r\n  cardinal_starts_with: String\r\n  cardinal_not_starts_with: String\r\n  cardinal_ends_with: String\r\n  cardinal_not_ends_with: String\r\n  dB: String\r\n  dB_not: String\r\n  dB_in: [String]\r\n  dB_not_in: [String]\r\n  dB_lt: String\r\n  dB_lte: String\r\n  dB_gt: String\r\n  dB_gte: String\r\n  dB_contains: String\r\n  dB_not_contains: String\r\n  dB_starts_with: String\r\n  dB_not_starts_with: String\r\n  dB_ends_with: String\r\n  dB_not_ends_with: String\r\n  nature: NatureEnumFilter\r\n  nature_not: NatureEnumFilter\r\n  nature_in: [NatureEnumFilter]\r\n  nature_not_in: [NatureEnumFilter]\r\n  diagramwithAutomaticLoading: Boolean\r\n  diagramwithAutomaticLoading_not: Boolean\r\n  diagramAvailability: DiagramAvailabilityEnumFilter\r\n  diagramAvailability_not: DiagramAvailabilityEnumFilter\r\n  diagramAvailability_in: [DiagramAvailabilityEnumFilter]\r\n  diagramAvailability_not_in: [DiagramAvailabilityEnumFilter]\r\n  shapesVersion: ShapesVersionEnumFilter\r\n  shapesVersion_not: ShapesVersionEnumFilter\r\n  shapesVersion_in: [ShapesVersionEnumFilter]\r\n  shapesVersion_not_in: [ShapesVersionEnumFilter]\r\n  editionMode: EditionModeEnumFilter\r\n  editionMode_not: EditionModeEnumFilter\r\n  editionMode_in: [EditionModeEnumFilter]\r\n  editionMode_not_in: [EditionModeEnumFilter]\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  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}\r\n\r\n# Filters of DocumentCategory\r\ninput filterDocumentCategory {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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}\r\n\r\n# Filters of ExcelTemplate\r\ninput filterExcelTemplate {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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}\r\n\r\n# Filters of Language\r\ninput filterLanguage {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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  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  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}\r\n\r\n# Filters of Macro\r\ninput filterMacro {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  systemComponent: SystemComponentEnumFilter\r\n  systemComponent_not: SystemComponentEnumFilter\r\n  systemComponent_in: [SystemComponentEnumFilter]\r\n  systemComponent_not_in: [SystemComponentEnumFilter]\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  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  executionOptions: ExecutionOptionsEnumFilter\r\n  executionOptions_not: ExecutionOptionsEnumFilter\r\n  executionOptions_in: [ExecutionOptionsEnumFilter]\r\n  executionOptions_not_in: [ExecutionOptionsEnumFilter]\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  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}\r\n\r\n# Filters of MetaAssociation\r\ninput filterMetaAssociation {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  metaDeprecated: MetaDeprecatedEnumFilter\r\n  metaDeprecated_not: MetaDeprecatedEnumFilter\r\n  metaDeprecated_in: [MetaDeprecatedEnumFilter]\r\n  metaDeprecated_not_in: [MetaDeprecatedEnumFilter]\r\n  loggability: LoggabilityEnumFilter\r\n  loggability_not: LoggabilityEnumFilter\r\n  loggability_in: [LoggabilityEnumFilter]\r\n  loggability_not_in: [LoggabilityEnumFilter]\r\n  savability: SavabilityEnumFilter\r\n  savability_not: SavabilityEnumFilter\r\n  savability_in: [SavabilityEnumFilter]\r\n  savability_not_in: [SavabilityEnumFilter]\r\n  metaLayer: MetaLayerEnumFilter\r\n  metaLayer_not: MetaLayerEnumFilter\r\n  metaLayer_in: [MetaLayerEnumFilter]\r\n  metaLayer_not_in: [MetaLayerEnumFilter]\r\n  metaProtection: MetaProtectionEnumFilter\r\n  metaProtection_not: MetaProtectionEnumFilter\r\n  metaProtection_in: [MetaProtectionEnumFilter]\r\n  metaProtection_not_in: [MetaProtectionEnumFilter]\r\n  majorAssociationEndName: String\r\n  majorAssociationEndName_not: String\r\n  majorAssociationEndName_in: [String]\r\n  majorAssociationEndName_not_in: [String]\r\n  majorAssociationEndName_lt: String\r\n  majorAssociationEndName_lte: String\r\n  majorAssociationEndName_gt: String\r\n  majorAssociationEndName_gte: String\r\n  majorAssociationEndName_contains: String\r\n  majorAssociationEndName_not_contains: String\r\n  majorAssociationEndName_starts_with: String\r\n  majorAssociationEndName_not_starts_with: String\r\n  majorAssociationEndName_ends_with: String\r\n  majorAssociationEndName_not_ends_with: String\r\n  metaAssociationNature: MetaAssociationNatureEnumFilter\r\n  metaAssociationNature_not: MetaAssociationNatureEnumFilter\r\n  metaAssociationNature_in: [MetaAssociationNatureEnumFilter]\r\n  metaAssociationNature_not_in: [MetaAssociationNatureEnumFilter]\r\n  minorAssociationEndName: String\r\n  minorAssociationEndName_not: String\r\n  minorAssociationEndName_in: [String]\r\n  minorAssociationEndName_not_in: [String]\r\n  minorAssociationEndName_lt: String\r\n  minorAssociationEndName_lte: String\r\n  minorAssociationEndName_gt: String\r\n  minorAssociationEndName_gte: String\r\n  minorAssociationEndName_contains: String\r\n  minorAssociationEndName_not_contains: String\r\n  minorAssociationEndName_starts_with: String\r\n  minorAssociationEndName_not_starts_with: String\r\n  minorAssociationEndName_ends_with: String\r\n  minorAssociationEndName_not_ends_with: String\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  location: LocationEnumFilter\r\n  location_not: LocationEnumFilter\r\n  location_in: [LocationEnumFilter]\r\n  location_not_in: [LocationEnumFilter]\r\n  longevity: LongevityEnumFilter\r\n  longevity_not: LongevityEnumFilter\r\n  longevity_in: [LongevityEnumFilter]\r\n  longevity_not_in: [LongevityEnumFilter]\r\n  majorMetaClassName: String\r\n  majorMetaClassName_not: String\r\n  majorMetaClassName_in: [String]\r\n  majorMetaClassName_not_in: [String]\r\n  majorMetaClassName_lt: String\r\n  majorMetaClassName_lte: String\r\n  majorMetaClassName_gt: String\r\n  majorMetaClassName_gte: String\r\n  majorMetaClassName_contains: String\r\n  majorMetaClassName_not_contains: String\r\n  majorMetaClassName_starts_with: String\r\n  majorMetaClassName_not_starts_with: String\r\n  majorMetaClassName_ends_with: String\r\n  majorMetaClassName_not_ends_with: String\r\n  minorMetaClassName: String\r\n  minorMetaClassName_not: String\r\n  minorMetaClassName_in: [String]\r\n  minorMetaClassName_not_in: [String]\r\n  minorMetaClassName_lt: String\r\n  minorMetaClassName_lte: String\r\n  minorMetaClassName_gt: String\r\n  minorMetaClassName_gte: String\r\n  minorMetaClassName_contains: String\r\n  minorMetaClassName_not_contains: String\r\n  minorMetaClassName_starts_with: String\r\n  minorMetaClassName_not_starts_with: String\r\n  minorMetaClassName_ends_with: String\r\n  minorMetaClassName_not_ends_with: String\r\n  physicalStorage: PhysicalStorageEnumFilter\r\n  physicalStorage_not: PhysicalStorageEnumFilter\r\n  physicalStorage_in: [PhysicalStorageEnumFilter]\r\n  physicalStorage_not_in: [PhysicalStorageEnumFilter]\r\n  mOFType: MOFTypeEnumFilter\r\n  mOFType_not: MOFTypeEnumFilter\r\n  mOFType_in: [MOFTypeEnumFilter]\r\n  mOFType_not_in: [MOFTypeEnumFilter]\r\n  createPermission: Boolean\r\n  createPermission_not: Boolean\r\n  readPermission: Boolean\r\n  readPermission_not: Boolean\r\n  updatePermission: Boolean\r\n  updatePermission_not: Boolean\r\n  deletePermission: Boolean\r\n  deletePermission_not: 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  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}\r\n\r\n# Filters of MetaAssociationEnd\r\ninput filterMetaAssociationEnd {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  linkorder: Int\r\n  linkorder_not: Int\r\n  linkorder_in: [Int]\r\n  linkorder_not_in: [Int]\r\n  linkorder_lt: Int\r\n  linkorder_lte: Int\r\n  linkorder_gt: Int\r\n  linkorder_gte: Int\r\n  cardMax: CardMaxEnumFilter\r\n  cardMax_not: CardMaxEnumFilter\r\n  cardMax_in: [CardMaxEnumFilter]\r\n  cardMax_not_in: [CardMaxEnumFilter]\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  major: Boolean\r\n  major_not: Boolean\r\n  metaProtection: MetaProtectionEnumFilter\r\n  metaProtection_not: MetaProtectionEnumFilter\r\n  metaProtection_in: [MetaProtectionEnumFilter]\r\n  metaProtection_not_in: [MetaProtectionEnumFilter]\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  dataVolume: Int\r\n  dataVolume_not: Int\r\n  dataVolume_in: [Int]\r\n  dataVolume_not_in: [Int]\r\n  dataVolume_lt: Int\r\n  dataVolume_lte: Int\r\n  dataVolume_gt: Int\r\n  dataVolume_gte: Int\r\n  dataVolumeChildren: Int\r\n  dataVolumeChildren_not: Int\r\n  dataVolumeChildren_in: [Int]\r\n  dataVolumeChildren_not_in: [Int]\r\n  dataVolumeChildren_lt: Int\r\n  dataVolumeChildren_lte: Int\r\n  dataVolumeChildren_gt: Int\r\n  dataVolumeChildren_gte: Int\r\n  dataVolumeMax: Int\r\n  dataVolumeMax_not: Int\r\n  dataVolumeMax_in: [Int]\r\n  dataVolumeMax_not_in: [Int]\r\n  dataVolumeMax_lt: Int\r\n  dataVolumeMax_lte: Int\r\n  dataVolumeMax_gt: Int\r\n  dataVolumeMax_gte: Int\r\n  dataVolumeMaxChildren: Int\r\n  dataVolumeMaxChildren_not: Int\r\n  dataVolumeMaxChildren_in: [Int]\r\n  dataVolumeMaxChildren_not_in: [Int]\r\n  dataVolumeMaxChildren_lt: Int\r\n  dataVolumeMaxChildren_lte: Int\r\n  dataVolumeMaxChildren_gt: Int\r\n  dataVolumeMaxChildren_gte: Int\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  mOFType: MOFTypeEnumFilter\r\n  mOFType_not: MOFTypeEnumFilter\r\n  mOFType_in: [MOFTypeEnumFilter]\r\n  mOFType_not_in: [MOFTypeEnumFilter]\r\n  metaMultiplicity: MetaMultiplicityEnumFilter\r\n  metaMultiplicity_not: MetaMultiplicityEnumFilter\r\n  metaMultiplicity_in: [MetaMultiplicityEnumFilter]\r\n  metaMultiplicity_not_in: [MetaMultiplicityEnumFilter]\r\n  instantReports: InstantReportsEnumFilter\r\n  instantReports_not: InstantReportsEnumFilter\r\n  instantReports_in: [InstantReportsEnumFilter]\r\n  instantReports_not_in: [InstantReportsEnumFilter]\r\n  nameAppearance: NameAppearanceEnumFilter\r\n  nameAppearance_not: NameAppearanceEnumFilter\r\n  nameAppearance_in: [NameAppearanceEnumFilter]\r\n  nameAppearance_not_in: [NameAppearanceEnumFilter]\r\n  linkOptions: Int\r\n  linkOptions_not: Int\r\n  linkOptions_in: [Int]\r\n  linkOptions_not_in: [Int]\r\n  linkOptions_lt: Int\r\n  linkOptions_lte: Int\r\n  linkOptions_gt: Int\r\n  linkOptions_gte: Int\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  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}\r\n\r\n# Filters of MetaAssociationType\r\ninput filterMetaAssociationType {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nameconvention61: String\r\n  nameconvention61_not: String\r\n  nameconvention61_in: [String]\r\n  nameconvention61_not_in: [String]\r\n  nameconvention61_lt: String\r\n  nameconvention61_lte: String\r\n  nameconvention61_gt: String\r\n  nameconvention61_gte: String\r\n  nameconvention61_contains: String\r\n  nameconvention61_not_contains: String\r\n  nameconvention61_starts_with: String\r\n  nameconvention61_not_starts_with: String\r\n  nameconvention61_ends_with: String\r\n  nameconvention61_not_ends_with: String\r\n  legOrderMajor: Int\r\n  legOrderMajor_not: Int\r\n  legOrderMajor_in: [Int]\r\n  legOrderMajor_not_in: [Int]\r\n  legOrderMajor_lt: Int\r\n  legOrderMajor_lte: Int\r\n  legOrderMajor_gt: Int\r\n  legOrderMajor_gte: Int\r\n  legOrderMinor: Int\r\n  legOrderMinor_not: Int\r\n  legOrderMinor_in: [Int]\r\n  legOrderMinor_not_in: [Int]\r\n  legOrderMinor_lt: Int\r\n  legOrderMinor_lte: Int\r\n  legOrderMinor_gt: Int\r\n  legOrderMinor_gte: Int\r\n  commentMajor: String\r\n  commentMajor_not: String\r\n  commentMajor_in: [String]\r\n  commentMajor_not_in: [String]\r\n  commentMajor_lt: String\r\n  commentMajor_lte: String\r\n  commentMajor_gt: String\r\n  commentMajor_gte: String\r\n  commentMajor_contains: String\r\n  commentMajor_not_contains: String\r\n  commentMajor_starts_with: String\r\n  commentMajor_not_starts_with: String\r\n  commentMajor_ends_with: String\r\n  commentMajor_not_ends_with: String\r\n  commentMinor: String\r\n  commentMinor_not: String\r\n  commentMinor_in: [String]\r\n  commentMinor_not_in: [String]\r\n  commentMinor_lt: String\r\n  commentMinor_lte: String\r\n  commentMinor_gt: String\r\n  commentMinor_gte: String\r\n  commentMinor_contains: String\r\n  commentMinor_not_contains: String\r\n  commentMinor_starts_with: String\r\n  commentMinor_not_starts_with: String\r\n  commentMinor_ends_with: String\r\n  commentMinor_not_ends_with: String\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  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}\r\n\r\n# Filters of MetaAttribute\r\ninput filterMetaAttribute {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  loggability: LoggabilityEnumFilter\r\n  loggability_not: LoggabilityEnumFilter\r\n  loggability_in: [LoggabilityEnumFilter]\r\n  loggability_not_in: [LoggabilityEnumFilter]\r\n  savability: SavabilityEnumFilter\r\n  savability_not: SavabilityEnumFilter\r\n  savability_in: [SavabilityEnumFilter]\r\n  savability_not_in: [SavabilityEnumFilter]\r\n  atIndex: AtIndexEnumFilter\r\n  atIndex_not: AtIndexEnumFilter\r\n  atIndex_in: [AtIndexEnumFilter]\r\n  atIndex_not_in: [AtIndexEnumFilter]\r\n  metaLayer: MetaLayerEnumFilter\r\n  metaLayer_not: MetaLayerEnumFilter\r\n  metaLayer_in: [MetaLayerEnumFilter]\r\n  metaLayer_not_in: [MetaLayerEnumFilter]\r\n  atNature: AtNatureEnumFilter\r\n  atNature_not: AtNatureEnumFilter\r\n  atNature_in: [AtNatureEnumFilter]\r\n  atNature_not_in: [AtNatureEnumFilter]\r\n  translatability: TranslatabilityEnumFilter\r\n  translatability_not: TranslatabilityEnumFilter\r\n  translatability_in: [TranslatabilityEnumFilter]\r\n  translatability_not_in: [TranslatabilityEnumFilter]\r\n  translatabilityLevel: TranslatabilityLevelEnumFilter\r\n  translatabilityLevel_not: TranslatabilityLevelEnumFilter\r\n  translatabilityLevel_in: [TranslatabilityLevelEnumFilter]\r\n  translatabilityLevel_not_in: [TranslatabilityLevelEnumFilter]\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  defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnumFilter\r\n  defaultSubstitutedMetaAttribute_not: DefaultSubstitutedMetaAttributeEnumFilter\r\n  defaultSubstitutedMetaAttribute_in: [DefaultSubstitutedMetaAttributeEnumFilter]\r\n  defaultSubstitutedMetaAttribute_not_in: [DefaultSubstitutedMetaAttributeEnumFilter]\r\n  defaultOrder: Int\r\n  defaultOrder_not: Int\r\n  defaultOrder_in: [Int]\r\n  defaultOrder_not_in: [Int]\r\n  defaultOrder_lt: Int\r\n  defaultOrder_lte: Int\r\n  defaultOrder_gt: Int\r\n  defaultOrder_gte: Int\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  sequence: Int\r\n  sequence_not: Int\r\n  sequence_in: [Int]\r\n  sequence_not_in: [Int]\r\n  sequence_lt: Int\r\n  sequence_lte: Int\r\n  sequence_gt: Int\r\n  sequence_gte: Int\r\n  physicalStorage: PhysicalStorageEnumFilter\r\n  physicalStorage_not: PhysicalStorageEnumFilter\r\n  physicalStorage_in: [PhysicalStorageEnumFilter]\r\n  physicalStorage_not_in: [PhysicalStorageEnumFilter]\r\n  isIndexable: IsIndexableEnumFilter\r\n  isIndexable_not: IsIndexableEnumFilter\r\n  isIndexable_in: [IsIndexableEnumFilter]\r\n  isIndexable_not_in: [IsIndexableEnumFilter]\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  mOFType: MOFTypeEnumFilter\r\n  mOFType_not: MOFTypeEnumFilter\r\n  mOFType_in: [MOFTypeEnumFilter]\r\n  mOFType_not_in: [MOFTypeEnumFilter]\r\n  indexRanking: Int\r\n  indexRanking_not: Int\r\n  indexRanking_in: [Int]\r\n  indexRanking_not_in: [Int]\r\n  indexRanking_lt: Int\r\n  indexRanking_lte: Int\r\n  indexRanking_gt: Int\r\n  indexRanking_gte: Int\r\n  instantReports: InstantReportsEnumFilter\r\n  instantReports_not: InstantReportsEnumFilter\r\n  instantReports_in: [InstantReportsEnumFilter]\r\n  instantReports_not_in: [InstantReportsEnumFilter]\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  createPermission: Boolean\r\n  createPermission_not: Boolean\r\n  readPermission: Boolean\r\n  readPermission_not: Boolean\r\n  updatePermission: Boolean\r\n  updatePermission_not: Boolean\r\n  deletePermission: Boolean\r\n  deletePermission_not: 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  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}\r\n\r\n# Filters of MetaAttributeGroup\r\ninput filterMetaAttributeGroup {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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  mOFType: MOFTypeEnumFilter\r\n  mOFType_not: MOFTypeEnumFilter\r\n  mOFType_in: [MOFTypeEnumFilter]\r\n  mOFType_not_in: [MOFTypeEnumFilter]\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  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}\r\n\r\n# Filters of MetaAttributeValue\r\ninput filterMetaAttributeValue {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  internalValue: String\r\n  internalValue_not: String\r\n  internalValue_in: [String]\r\n  internalValue_not_in: [String]\r\n  internalValue_lt: String\r\n  internalValue_lte: String\r\n  internalValue_gt: String\r\n  internalValue_gte: String\r\n  internalValue_contains: String\r\n  internalValue_not_contains: String\r\n  internalValue_starts_with: String\r\n  internalValue_not_starts_with: String\r\n  internalValue_ends_with: String\r\n  internalValue_not_ends_with: String\r\n  rGBColor: Int\r\n  rGBColor_not: Int\r\n  rGBColor_in: [Int]\r\n  rGBColor_not_in: [Int]\r\n  rGBColor_lt: Int\r\n  rGBColor_lte: Int\r\n  rGBColor_gt: Int\r\n  rGBColor_gte: Int\r\n  valueName: String\r\n  valueName_not: String\r\n  valueName_in: [String]\r\n  valueName_not_in: [String]\r\n  valueName_lt: String\r\n  valueName_lte: String\r\n  valueName_gt: String\r\n  valueName_gte: String\r\n  valueName_contains: String\r\n  valueName_not_contains: String\r\n  valueName_starts_with: String\r\n  valueName_not_starts_with: String\r\n  valueName_ends_with: String\r\n  valueName_not_ends_with: String\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  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}\r\n\r\n# Filters of MetaClass\r\ninput filterMetaClass {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  metaProtection: MetaProtectionEnumFilter\r\n  metaProtection_not: MetaProtectionEnumFilter\r\n  metaProtection_in: [MetaProtectionEnumFilter]\r\n  metaProtection_not_in: [MetaProtectionEnumFilter]\r\n  loggability: LoggabilityEnumFilter\r\n  loggability_not: LoggabilityEnumFilter\r\n  loggability_in: [LoggabilityEnumFilter]\r\n  loggability_not_in: [LoggabilityEnumFilter]\r\n  savability: SavabilityEnumFilter\r\n  savability_not: SavabilityEnumFilter\r\n  savability_in: [SavabilityEnumFilter]\r\n  savability_not_in: [SavabilityEnumFilter]\r\n  metaLayer: MetaLayerEnumFilter\r\n  metaLayer_not: MetaLayerEnumFilter\r\n  metaLayer_in: [MetaLayerEnumFilter]\r\n  metaLayer_not_in: [MetaLayerEnumFilter]\r\n  translatability: TranslatabilityEnumFilter\r\n  translatability_not: TranslatabilityEnumFilter\r\n  translatability_in: [TranslatabilityEnumFilter]\r\n  translatability_not_in: [TranslatabilityEnumFilter]\r\n  translatabilityLevel: TranslatabilityLevelEnumFilter\r\n  translatabilityLevel_not: TranslatabilityLevelEnumFilter\r\n  translatabilityLevel_in: [TranslatabilityLevelEnumFilter]\r\n  translatabilityLevel_not_in: [TranslatabilityLevelEnumFilter]\r\n  location: LocationEnumFilter\r\n  location_not: LocationEnumFilter\r\n  location_in: [LocationEnumFilter]\r\n  location_not_in: [LocationEnumFilter]\r\n  nameLength: Int\r\n  nameLength_not: Int\r\n  nameLength_in: [Int]\r\n  nameLength_not_in: [Int]\r\n  nameLength_lt: Int\r\n  nameLength_lte: Int\r\n  nameLength_gt: Int\r\n  nameLength_gte: Int\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  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  nameAppearance: NameAppearanceEnumFilter\r\n  nameAppearance_not: NameAppearanceEnumFilter\r\n  nameAppearance_in: [NameAppearanceEnumFilter]\r\n  nameAppearance_not_in: [NameAppearanceEnumFilter]\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  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  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  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  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  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  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  longevity: LongevityEnumFilter\r\n  longevity_not: LongevityEnumFilter\r\n  longevity_in: [LongevityEnumFilter]\r\n  longevity_not_in: [LongevityEnumFilter]\r\n  metaClassSensitivity: MetaClassSensitivityEnumFilter\r\n  metaClassSensitivity_not: MetaClassSensitivityEnumFilter\r\n  metaClassSensitivity_in: [MetaClassSensitivityEnumFilter]\r\n  metaClassSensitivity_not_in: [MetaClassSensitivityEnumFilter]\r\n  readingaccessareaupdate: ReadingaccessareaupdateEnumFilter\r\n  readingaccessareaupdate_not: ReadingaccessareaupdateEnumFilter\r\n  readingaccessareaupdate_in: [ReadingaccessareaupdateEnumFilter]\r\n  readingaccessareaupdate_not_in: [ReadingaccessareaupdateEnumFilter]\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  metaCategory: MetaCategoryEnumFilter\r\n  metaCategory_not: MetaCategoryEnumFilter\r\n  metaCategory_in: [MetaCategoryEnumFilter]\r\n  metaCategory_not_in: [MetaCategoryEnumFilter]\r\n  rGBColor: Int\r\n  rGBColor_not: Int\r\n  rGBColor_in: [Int]\r\n  rGBColor_not_in: [Int]\r\n  rGBColor_lt: Int\r\n  rGBColor_lte: Int\r\n  rGBColor_gt: Int\r\n  rGBColor_gte: Int\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  metaUsage: MetaUsageEnumFilter\r\n  metaUsage_not: MetaUsageEnumFilter\r\n  metaUsage_in: [MetaUsageEnumFilter]\r\n  metaUsage_not_in: [MetaUsageEnumFilter]\r\n  physicalStorage: PhysicalStorageEnumFilter\r\n  physicalStorage_not: PhysicalStorageEnumFilter\r\n  physicalStorage_in: [PhysicalStorageEnumFilter]\r\n  physicalStorage_not_in: [PhysicalStorageEnumFilter]\r\n  dataVolume: Int\r\n  dataVolume_not: Int\r\n  dataVolume_in: [Int]\r\n  dataVolume_not_in: [Int]\r\n  dataVolume_lt: Int\r\n  dataVolume_lte: Int\r\n  dataVolume_gt: Int\r\n  dataVolume_gte: Int\r\n  isIndexable: IsIndexableEnumFilter\r\n  isIndexable_not: IsIndexableEnumFilter\r\n  isIndexable_in: [IsIndexableEnumFilter]\r\n  isIndexable_not_in: [IsIndexableEnumFilter]\r\n  dataVolumeMax: Int\r\n  dataVolumeMax_not: Int\r\n  dataVolumeMax_in: [Int]\r\n  dataVolumeMax_not_in: [Int]\r\n  dataVolumeMax_lt: Int\r\n  dataVolumeMax_lte: Int\r\n  dataVolumeMax_gt: Int\r\n  dataVolumeMax_gte: Int\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  mOFType: MOFTypeEnumFilter\r\n  mOFType_not: MOFTypeEnumFilter\r\n  mOFType_in: [MOFTypeEnumFilter]\r\n  mOFType_not_in: [MOFTypeEnumFilter]\r\n  candidatetoindexation: CandidatetoindexationEnumFilter\r\n  candidatetoindexation_not: CandidatetoindexationEnumFilter\r\n  candidatetoindexation_in: [CandidatetoindexationEnumFilter]\r\n  candidatetoindexation_not_in: [CandidatetoindexationEnumFilter]\r\n  displayconfidentialobjectsindiagrams: DisplayconfidentialobjectsindiagramsEnumFilter\r\n  displayconfidentialobjectsindiagrams_not: DisplayconfidentialobjectsindiagramsEnumFilter\r\n  displayconfidentialobjectsindiagrams_in: [DisplayconfidentialobjectsindiagramsEnumFilter]\r\n  displayconfidentialobjectsindiagrams_not_in: [DisplayconfidentialobjectsindiagramsEnumFilter]\r\n  createPermission: Boolean\r\n  createPermission_not: Boolean\r\n  readPermission: Boolean\r\n  readPermission_not: Boolean\r\n  updatePermission: Boolean\r\n  updatePermission_not: Boolean\r\n  deletePermission: Boolean\r\n  deletePermission_not: 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  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}\r\n\r\n# Filters of MetaModel\r\ninput filterMetaModel {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  metaModelKind: MetaModelKindEnumFilter\r\n  metaModelKind_not: MetaModelKindEnumFilter\r\n  metaModelKind_in: [MetaModelKindEnumFilter]\r\n  metaModelKind_not_in: [MetaModelKindEnumFilter]\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  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}\r\n\r\n# Filters of MetaPicture\r\ninput filterMetaPicture {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  pictureCondition: String\r\n  pictureCondition_not: String\r\n  pictureCondition_in: [String]\r\n  pictureCondition_not_in: [String]\r\n  pictureCondition_lt: String\r\n  pictureCondition_lte: String\r\n  pictureCondition_gt: String\r\n  pictureCondition_gte: String\r\n  pictureCondition_contains: String\r\n  pictureCondition_not_contains: String\r\n  pictureCondition_starts_with: String\r\n  pictureCondition_not_starts_with: String\r\n  pictureCondition_ends_with: String\r\n  pictureCondition_not_ends_with: String\r\n  diagramTypeShapeFile: String\r\n  diagramTypeShapeFile_not: String\r\n  diagramTypeShapeFile_in: [String]\r\n  diagramTypeShapeFile_not_in: [String]\r\n  diagramTypeShapeFile_lt: String\r\n  diagramTypeShapeFile_lte: String\r\n  diagramTypeShapeFile_gt: String\r\n  diagramTypeShapeFile_gte: String\r\n  diagramTypeShapeFile_contains: String\r\n  diagramTypeShapeFile_not_contains: String\r\n  diagramTypeShapeFile_starts_with: String\r\n  diagramTypeShapeFile_not_starts_with: String\r\n  diagramTypeShapeFile_ends_with: String\r\n  diagramTypeShapeFile_not_ends_with: String\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  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  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}\r\n\r\n# Filters of MetaPropertyPage\r\ninput filterMetaPropertyPage {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  metaPropertyPageGUID: String\r\n  metaPropertyPageGUID_not: String\r\n  metaPropertyPageGUID_in: [String]\r\n  metaPropertyPageGUID_not_in: [String]\r\n  metaPropertyPageGUID_lt: String\r\n  metaPropertyPageGUID_lte: String\r\n  metaPropertyPageGUID_gt: String\r\n  metaPropertyPageGUID_gte: String\r\n  metaPropertyPageGUID_contains: String\r\n  metaPropertyPageGUID_not_contains: String\r\n  metaPropertyPageGUID_starts_with: String\r\n  metaPropertyPageGUID_not_starts_with: String\r\n  metaPropertyPageGUID_ends_with: String\r\n  metaPropertyPageGUID_not_ends_with: String\r\n  metaPropertyPageType: MetaPropertyPageTypeEnumFilter\r\n  metaPropertyPageType_not: MetaPropertyPageTypeEnumFilter\r\n  metaPropertyPageType_in: [MetaPropertyPageTypeEnumFilter]\r\n  metaPropertyPageType_not_in: [MetaPropertyPageTypeEnumFilter]\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  mOFType: MOFTypeEnumFilter\r\n  mOFType_not: MOFTypeEnumFilter\r\n  mOFType_in: [MOFTypeEnumFilter]\r\n  mOFType_not_in: [MOFTypeEnumFilter]\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  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}\r\n\r\n# Filters of Operator\r\ninput filterOperator {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  opNature: OpNatureEnumFilter\r\n  opNature_not: OpNatureEnumFilter\r\n  opNature_in: [OpNatureEnumFilter]\r\n  opNature_not_in: [OpNatureEnumFilter]\r\n  operatorDefinitionMode: OperatorDefinitionModeEnumFilter\r\n  operatorDefinitionMode_not: OperatorDefinitionModeEnumFilter\r\n  operatorDefinitionMode_in: [OperatorDefinitionModeEnumFilter]\r\n  operatorDefinitionMode_not_in: [OperatorDefinitionModeEnumFilter]\r\n  minorToMajorDefaultBehavior: MinorToMajorDefaultBehaviorEnumFilter\r\n  minorToMajorDefaultBehavior_not: MinorToMajorDefaultBehaviorEnumFilter\r\n  minorToMajorDefaultBehavior_in: [MinorToMajorDefaultBehaviorEnumFilter]\r\n  minorToMajorDefaultBehavior_not_in: [MinorToMajorDefaultBehaviorEnumFilter]\r\n  majorToMinorDefaultBehavior: MajorToMinorDefaultBehaviorEnumFilter\r\n  majorToMinorDefaultBehavior_not: MajorToMinorDefaultBehaviorEnumFilter\r\n  majorToMinorDefaultBehavior_in: [MajorToMinorDefaultBehaviorEnumFilter]\r\n  majorToMinorDefaultBehavior_not_in: [MajorToMinorDefaultBehaviorEnumFilter]\r\n  opDiscriminating: OpDiscriminatingEnumFilter\r\n  opDiscriminating_not: OpDiscriminatingEnumFilter\r\n  opDiscriminating_in: [OpDiscriminatingEnumFilter]\r\n  opDiscriminating_not_in: [OpDiscriminatingEnumFilter]\r\n  opPreview: OpPreviewEnumFilter\r\n  opPreview_not: OpPreviewEnumFilter\r\n  opPreview_in: [OpPreviewEnumFilter]\r\n  opPreview_not_in: [OpPreviewEnumFilter]\r\n  defaultPerimeter: String\r\n  defaultPerimeter_not: String\r\n  defaultPerimeter_in: [String]\r\n  defaultPerimeter_not_in: [String]\r\n  defaultPerimeter_lt: String\r\n  defaultPerimeter_lte: String\r\n  defaultPerimeter_gt: String\r\n  defaultPerimeter_gte: String\r\n  defaultPerimeter_contains: String\r\n  defaultPerimeter_not_contains: String\r\n  defaultPerimeter_starts_with: String\r\n  defaultPerimeter_not_starts_with: String\r\n  defaultPerimeter_ends_with: String\r\n  defaultPerimeter_not_ends_with: String\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  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  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}\r\n\r\n# Filters of SystemBusinessDocument\r\ninput filterSystemBusinessDocument {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  isCiphered: Boolean\r\n  isCiphered_not: 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  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}\r\n\r\n# Filters of SystemBusinessDocumentVersion\r\ninput filterSystemBusinessDocumentVersion {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  fileExtension: String\r\n  fileExtension_not: String\r\n  fileExtension_in: [String]\r\n  fileExtension_not_in: [String]\r\n  fileExtension_lt: String\r\n  fileExtension_lte: String\r\n  fileExtension_gt: String\r\n  fileExtension_gte: String\r\n  fileExtension_contains: String\r\n  fileExtension_not_contains: String\r\n  fileExtension_starts_with: String\r\n  fileExtension_not_starts_with: String\r\n  fileExtension_ends_with: String\r\n  fileExtension_not_ends_with: String\r\n  businessDocumentVersionName: String\r\n  businessDocumentVersionName_not: String\r\n  businessDocumentVersionName_in: [String]\r\n  businessDocumentVersionName_not_in: [String]\r\n  businessDocumentVersionName_lt: String\r\n  businessDocumentVersionName_lte: String\r\n  businessDocumentVersionName_gt: String\r\n  businessDocumentVersionName_gte: String\r\n  businessDocumentVersionName_contains: String\r\n  businessDocumentVersionName_not_contains: String\r\n  businessDocumentVersionName_starts_with: String\r\n  businessDocumentVersionName_not_starts_with: String\r\n  businessDocumentVersionName_ends_with: String\r\n  businessDocumentVersionName_not_ends_with: String\r\n  documentVersion: String\r\n  documentVersion_not: String\r\n  documentVersion_in: [String]\r\n  documentVersion_not_in: [String]\r\n  documentVersion_lt: String\r\n  documentVersion_lte: String\r\n  documentVersion_gt: String\r\n  documentVersion_gte: String\r\n  documentVersion_contains: String\r\n  documentVersion_not_contains: String\r\n  documentVersion_starts_with: String\r\n  documentVersion_not_starts_with: String\r\n  documentVersion_ends_with: String\r\n  documentVersion_not_ends_with: String\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  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}\r\n\r\n# Filters of SystemDiagram\r\ninput filterSystemDiagram {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  mifCode: String\r\n  mifCode_not: String\r\n  mifCode_in: [String]\r\n  mifCode_not_in: [String]\r\n  mifCode_lt: String\r\n  mifCode_lte: String\r\n  mifCode_gt: String\r\n  mifCode_gte: String\r\n  mifCode_contains: String\r\n  mifCode_not_contains: String\r\n  mifCode_starts_with: String\r\n  mifCode_not_starts_with: String\r\n  mifCode_ends_with: String\r\n  mifCode_not_ends_with: String\r\n  systemNature: SystemNatureEnumFilter\r\n  systemNature_not: SystemNatureEnumFilter\r\n  systemNature_in: [SystemNatureEnumFilter]\r\n  systemNature_not_in: [SystemNatureEnumFilter]\r\n  shapesVersion: ShapesVersionEnumFilter\r\n  shapesVersion_not: ShapesVersionEnumFilter\r\n  shapesVersion_in: [ShapesVersionEnumFilter]\r\n  shapesVersion_not_in: [ShapesVersionEnumFilter]\r\n  systemDiagramAvailability: SystemDiagramAvailabilityEnumFilter\r\n  systemDiagramAvailability_not: SystemDiagramAvailabilityEnumFilter\r\n  systemDiagramAvailability_in: [SystemDiagramAvailabilityEnumFilter]\r\n  systemDiagramAvailability_not_in: [SystemDiagramAvailabilityEnumFilter]\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  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}\r\n\r\n# Input type for BusinessDocumentPattern\r\ninput InputBusinessDocumentPattern {\r\n  externalIdentifier: String\r\n  name: String\r\n  ciphered: Boolean\r\n  comment: String\r\n  documentCategory: _InputCollectionAction\r\n  systemBusinessDocument_SystemBusinessDocuments: _InputCollectionAction\r\n}\r\n\r\n# Input type for Diagram\r\ninput InputDiagram {\r\n  externalIdentifier: String\r\n  name: String\r\n  cardinal: String\r\n  dB: String\r\n  diagramwithAutomaticLoading: Boolean\r\n  editionMode: DiagramEditionModeEnum\r\n  comment: String\r\n  metaClass_DescribedMetaClass: _InputCollectionAction\r\n}\r\n\r\n# Input type for DocumentCategory\r\ninput InputDocumentCategory {\r\n  externalIdentifier: String\r\n  name: String\r\n  comment: String\r\n  documentCategory_ParentDocumentCategory: _InputCollectionAction\r\n  documentCategory_SubDocumentCategories: _InputCollectionAction\r\n  businessDocumentPattern_DocumentPattern: _InputCollectionAction\r\n  systemBusinessDocument_SystemBusinessDocuments: _InputCollectionAction\r\n}\r\n\r\n# Input type for ExcelTemplate\r\ninput InputExcelTemplate {\r\n  externalIdentifier: String\r\n  name: String\r\n  comment: String\r\n  systemBusinessDocument: _InputCollectionAction\r\n}\r\n\r\n# Input type for Language\r\ninput InputLanguage {\r\n  externalIdentifier: String\r\n  name: String\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  comment: String\r\n  metaAttributeValue: _InputCollectionAction\r\n  metaAttribute: _InputCollectionAction\r\n}\r\n\r\n# Input type for Macro\r\ninput InputMacro {\r\n  externalIdentifier: String\r\n  name: String\r\n  objectFactory: String\r\n  systemComponent: MacroSystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: MacroExecutionOptionsEnum\r\n  comment: String\r\n  metaAttribute_MetaAttributeUpdateTool: _InputCollectionAction\r\n  metaAttribute: _InputCollectionAction\r\n  metaAttribute_ConditioningsettingMetaAttribute: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaAssociation\r\ninput InputMetaAssociation {\r\n  externalIdentifier: String\r\n  name: String\r\n  metaDeprecated: MetaAssociationMetaDeprecatedEnum\r\n  loggability: MetaAssociationLoggabilityEnum\r\n  savability: MetaAssociationSavabilityEnum\r\n  metaLayer: MetaAssociationMetaLayerEnum\r\n  metaProtection: MetaAssociationMetaProtectionEnum\r\n  metaAssociationNature: MetaAssociationMetaAssociationNatureEnum\r\n  uIPermissions: String\r\n  location: MetaAssociationLocationEnum\r\n  longevity: MetaAssociationLongevityEnum\r\n  physicalStorage: MetaAssociationPhysicalStorageEnum\r\n  mOFType: MetaAssociationMOFTypeEnum\r\n  comment: String\r\n  metaAssociationEnd: _InputCollectionAction\r\n  metaAssociationType: _InputCollectionAction\r\n  metaAssociationEnd_PathMetaAssociationEnd: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaAssociationEnd\r\ninput InputMetaAssociationEnd {\r\n  externalIdentifier: String\r\n  name: String\r\n  legIndex: String\r\n  cardMax: MetaAssociationEndCardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  metaProtection: MetaAssociationEndMetaProtectionEnum\r\n  uIPermissions: String\r\n  dataVolumeChildren: Int\r\n  dataVolumeMax: Int\r\n  dataVolumeMaxChildren: Int\r\n  gUIName: String\r\n  mOFType: MetaAssociationEndMOFTypeEnum\r\n  instantReports: MetaAssociationEndInstantReportsEnum\r\n  nameAppearance: MetaAssociationEndNameAppearanceEnum\r\n  linkOptions: Int\r\n  comment: String\r\n  metaAssociation: _InputCollectionAction\r\n  metaClass_MetaOppositeClass: _InputCollectionAction\r\n  metaClass: _InputCollectionAction\r\n  metaAssociation_PathMetaAssociation: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaAssociationType\r\ninput InputMetaAssociationType {\r\n  externalIdentifier: String\r\n  name: String\r\n  nameconvention61: String\r\n  legOrderMajor: Int\r\n  legOrderMinor: Int\r\n  commentMajor: String\r\n  commentMinor: String\r\n  comment: String\r\n  metaAssociation_TypedMetaAssociation: _InputCollectionAction\r\n  operator: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaAttribute\r\ninput InputMetaAttribute {\r\n  externalIdentifier: String\r\n  name: String\r\n  loggability: MetaAttributeLoggabilityEnum\r\n  savability: MetaAttributeSavabilityEnum\r\n  atIndex: MetaAttributeAtIndexEnum\r\n  metaLayer: MetaAttributeMetaLayerEnum\r\n  atNature: MetaAttributeAtNatureEnum\r\n  translatability: MetaAttributeTranslatabilityEnum\r\n  translatabilityLevel: MetaAttributeTranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultSubstitutedMetaAttribute: MetaAttributeDefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: Int\r\n  uIPermissions: String\r\n  sequence: Int\r\n  physicalStorage: MetaAttributePhysicalStorageEnum\r\n  isIndexable: MetaAttributeIsIndexableEnum\r\n  gUIName: String\r\n  mOFType: MetaAttributeMOFTypeEnum\r\n  indexRanking: Int\r\n  instantReports: MetaAttributeInstantReportsEnum\r\n  settings: String\r\n  comment: String\r\n  metaClass: _InputCollectionAction\r\n  metaAttributeValue: _InputCollectionAction\r\n  language: _InputCollectionAction\r\n  macro_MetaAttributeUpdateTool: _InputCollectionAction\r\n  macro: _InputCollectionAction\r\n  metaAttributeGroup: _InputCollectionAction\r\n  metaClass_ReferencedMetaClass: _InputCollectionAction\r\n  macro_ConditioningsettingMacro: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaAttributeGroup\r\ninput InputMetaAttributeGroup {\r\n  externalIdentifier: String\r\n  name: String\r\n  uIPermissions: String\r\n  gUIName: String\r\n  mOFType: MetaAttributeGroupMOFTypeEnum\r\n  comment: String\r\n  metaAttribute: _InputCollectionAction\r\n  metaClass: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaAttributeValue\r\ninput InputMetaAttributeValue {\r\n  externalIdentifier: String\r\n  name: String\r\n  internalValue: String\r\n  rGBColor: Int\r\n  comment: String\r\n  metaAttribute: _InputCollectionAction\r\n  language: _InputCollectionAction\r\n  metaPicture: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaClass\r\ninput InputMetaClass {\r\n  externalIdentifier: String\r\n  name: String\r\n  metaProtection: MetaClassMetaProtectionEnum\r\n  loggability: MetaClassLoggabilityEnum\r\n  savability: MetaClassSavabilityEnum\r\n  metaLayer: MetaClassMetaLayerEnum\r\n  translatability: MetaClassTranslatabilityEnum\r\n  translatabilityLevel: MetaClassTranslatabilityLevelEnum\r\n  location: MetaClassLocationEnum\r\n  nameLength: Int\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: MetaClassNameAppearanceEnum\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: MetaClassLongevityEnum\r\n  metaClassSensitivity: MetaClassMetaClassSensitivityEnum\r\n  readingaccessareaupdate: MetaClassReadingaccessareaupdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaClassMetaCategoryEnum\r\n  rGBColor: Int\r\n  metaUsage: MetaClassMetaUsageEnum\r\n  physicalStorage: MetaClassPhysicalStorageEnum\r\n  isIndexable: MetaClassIsIndexableEnum\r\n  dataVolumeMax: Int\r\n  gUIName: String\r\n  mOFType: MetaClassMOFTypeEnum\r\n  candidatetoindexation: MetaClassCandidatetoindexationEnum\r\n  displayconfidentialobjectsindiagrams: MetaClassDisplayconfidentialobjectsindiagramsEnum\r\n  comment: String\r\n  systemDiagram_SystemDescription: _InputCollectionAction\r\n  metaAssociationEnd_MetaOppositeAssociationEnd: _InputCollectionAction\r\n  metaAssociationEnd: _InputCollectionAction\r\n  metaAttribute: _InputCollectionAction\r\n  metaModel: _InputCollectionAction\r\n  metaClass_SubMetaClass: _InputCollectionAction\r\n  metaClass_SuperMetaClass: _InputCollectionAction\r\n  metaAttributeGroup: _InputCollectionAction\r\n  metaPropertyPage: _InputCollectionAction\r\n  diagram_Description: _InputCollectionAction\r\n  metaAttribute_MetaAttributeReferencingMetaClass: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaCommandManager\r\ninput InputMetaCommandManager {\r\n  externalIdentifier: String\r\n  name: String\r\n  uIPermissions: String\r\n  gUIName: String\r\n  comment: String\r\n}\r\n\r\n# Input type for MetaModel\r\ninput InputMetaModel {\r\n  externalIdentifier: String\r\n  name: String\r\n  metaModelKind: MetaModelMetaModelKindEnum\r\n  comment: String\r\n  systemDiagram_SystemDescription: _InputCollectionAction\r\n  metaClass: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaPicture\r\ninput InputMetaPicture {\r\n  externalIdentifier: String\r\n  name: String\r\n  pictureCondition: String\r\n  diagramTypeShapeFile: String\r\n  settings: String\r\n  comment: String\r\n  metaAttributeValue_SystemElementwithPicture: _InputCollectionAction\r\n}\r\n\r\n# Input type for MetaPropertyPage\r\ninput InputMetaPropertyPage {\r\n  externalIdentifier: String\r\n  name: String\r\n  uIPermissions: String\r\n  metaPropertyPageType: MetaPropertyPageMetaPropertyPageTypeEnum\r\n  gUIName: String\r\n  mOFType: MetaPropertyPageMOFTypeEnum\r\n  comment: String\r\n  metaClass: _InputCollectionAction\r\n}\r\n\r\n# Input type for Operator\r\ninput InputOperator {\r\n  externalIdentifier: String\r\n  name: String\r\n  opNature: OperatorOpNatureEnum\r\n  operatorDefinitionMode: OperatorOperatorDefinitionModeEnum\r\n  minorToMajorDefaultBehavior: OperatorMinorToMajorDefaultBehaviorEnum\r\n  majorToMinorDefaultBehavior: OperatorMajorToMinorDefaultBehaviorEnum\r\n  opDiscriminating: OperatorOpDiscriminatingEnum\r\n  opPreview: OperatorOpPreviewEnum\r\n  defaultPerimeter: String\r\n  settings: String\r\n  comment: String\r\n  metaAssociationType: _InputCollectionAction\r\n}\r\n\r\n# Input type for SystemBusinessDocument\r\ninput InputSystemBusinessDocument {\r\n  externalIdentifier: String\r\n  name: String\r\n  isCiphered: Boolean\r\n  comment: String\r\n  excelTemplate: _InputCollectionAction\r\n  businessDocumentPattern_DocumentPattern: _InputCollectionAction\r\n  documentCategory: _InputCollectionAction\r\n  systemBusinessDocumentVersion_SystemDocumentVersions: _InputCollectionAction\r\n}\r\n\r\n# Input type for SystemBusinessDocumentVersion\r\ninput InputSystemBusinessDocumentVersion {\r\n  externalIdentifier: String\r\n  name: String\r\n  fileExtension: String\r\n  documentVersion: String\r\n  comment: String\r\n  systemBusinessDocument_SystemDocument: _InputCollectionAction\r\n}\r\n\r\n# Input type for SystemDiagram\r\ninput InputSystemDiagram {\r\n  externalIdentifier: String\r\n  name: String\r\n  mifCode: String\r\n  comment: String\r\n  metaClass_DescribedElement: _InputCollectionAction\r\n  metaModel_DescribedElement: _InputCollectionAction\r\n}\r\n\r\nenum InstantReportsEnumFilter {\r\n  Graphable\r\n  NotGraphable\r\n}\r\n\r\nenum IsIndexableEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\n# Language available\r\ntype Language {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  languageCharacteristics: String\r\n  languageCode: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAttributeValue(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n  metaAttribute(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n}\r\n\r\ninput LanguageFilter {\r\n  and: [LanguageFilter!]\r\n  or: [LanguageFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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  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  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  metaAttributeValue_some: [LanguageFilter!]\r\n  metaAttribute_some: [LanguageFilter!]\r\n}\r\n\r\nenum LocationEnumFilter {\r\n  System\r\n  Data\r\n  External\r\n}\r\n\r\nenum LoggabilityEnumFilter {\r\n  Unloggable\r\n  Loggable\r\n  UnloggableSystemOnly\r\n}\r\n\r\nenum LongevityEnumFilter {\r\n  PrivateOnly\r\n  InstantView\r\n  Temporary\r\n  Permanent\r\n}\r\n\r\ntype Macro {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  objectFactory: String\r\n  systemComponent: MacroSystemComponentEnum\r\n  vBScript: String\r\n  settings: String\r\n  executionOptions: MacroExecutionOptionsEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAttribute_MetaAttributeUpdateTool(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n  metaAttribute(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n  metaAttribute_ConditioningsettingMetaAttribute(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n}\r\n\r\nenum MacroExecutionOptionsEnum {\r\n  DisableMEGAGlobals\r\n  FieldsPreProcessing\r\n  VariationInheritance\r\n  Inheritscalleroptions\r\n  CallablefromWebServices\r\n  FullMEGAGlobals\r\n  JavaExternalLoad\r\n  AllowTypedScript\r\n  Unique\r\n  Multithread\r\n  DisableSupervision\r\n  CanrelaxDataAccessRule\r\n  JavaLocalNative\r\n  JavaCompatibleNative\r\n  UnderSourceControl\r\n  ExternalFile\r\n  ExecutionatMacroreadingaccessarea\r\n  RestrictedMEGAGlobals\r\n}\r\n\r\ninput MacroFilter {\r\n  and: [MacroFilter!]\r\n  or: [MacroFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  systemComponent: MacroSystemComponentEnum\r\n  systemComponent_not: MacroSystemComponentEnum\r\n  systemComponent_in: [MacroSystemComponentEnum!]\r\n  systemComponent_not_in: [MacroSystemComponentEnum!]\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  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  executionOptions: MacroExecutionOptionsEnum\r\n  executionOptions_not: MacroExecutionOptionsEnum\r\n  executionOptions_in: [MacroExecutionOptionsEnum!]\r\n  executionOptions_not_in: [MacroExecutionOptionsEnum!]\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  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  metaAttribute_MetaAttributeUpdateTool_some: [MacroFilter!]\r\n  metaAttribute_some: [MacroFilter!]\r\n  metaAttribute_ConditioningsettingMetaAttribute_some: [MacroFilter!]\r\n}\r\n\r\nenum MacroSystemComponentEnum {\r\n  Internal\r\n  External\r\n  Scripts\r\n  Dispatch\r\n}\r\n\r\nenum MajorToMinorDefaultBehaviorEnumFilter {\r\n  Abort\r\n  Deep\r\n  Standard\r\n  Link\r\n}\r\n\r\n# A MetaAssociation (or link) is a semantic relationship between two or more\r\n# metaclasses that specifies connections among their instances.There may be\r\n# several possible MetaAssociations between two Metaclasses,  for example Source\r\n# and Target between Org-Unit and Message.\r\ntype MetaAssociation {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  metaDeprecated: MetaAssociationMetaDeprecatedEnum\r\n  loggability: MetaAssociationLoggabilityEnum\r\n  savability: MetaAssociationSavabilityEnum\r\n  metaLayer: MetaAssociationMetaLayerEnum\r\n  metaProtection: MetaAssociationMetaProtectionEnum\r\n  majorAssociationEndName: String\r\n  metaAssociationNature: MetaAssociationMetaAssociationNatureEnum\r\n  minorAssociationEndName: String\r\n  uIPermissions: String\r\n  location: MetaAssociationLocationEnum\r\n  longevity: MetaAssociationLongevityEnum\r\n  majorMetaClassName: String\r\n  minorMetaClassName: String\r\n  physicalStorage: MetaAssociationPhysicalStorageEnum\r\n  mOFType: MetaAssociationMOFTypeEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAssociationEnd(filter: filterMetaAssociationEnd, orderBy: [orderByMetaAssociationEnd]): [MetaAssociationEnd]\r\n  metaAssociationType(filter: filterMetaAssociationType, orderBy: [orderByMetaAssociationType]): [MetaAssociationType]\r\n  metaAssociationEnd_PathMetaAssociationEnd(filter: filterMetaAssociationEnd, orderBy: [orderByMetaAssociationEnd]): [MetaAssociationEnd]\r\n}\r\n\r\n# A MetaAssociationEnd (also leg) is the endpoint of a metaassociation which connects the metaassociation to a metaclass.\r\ntype MetaAssociationEnd {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  legIndex: String\r\n  linkorder: Int\r\n  cardMax: MetaAssociationEndCardMaxEnum\r\n  cardMin: String\r\n  major: Boolean\r\n  metaProtection: MetaAssociationEndMetaProtectionEnum\r\n  uIPermissions: String\r\n  dataVolume: Int\r\n  dataVolumeChildren: Int\r\n  dataVolumeMax: Int\r\n  dataVolumeMaxChildren: Int\r\n  gUIName: String\r\n  mOFType: MetaAssociationEndMOFTypeEnum\r\n  metaMultiplicity: MetaAssociationEndMetaMultiplicityEnum\r\n  instantReports: MetaAssociationEndInstantReportsEnum\r\n  nameAppearance: MetaAssociationEndNameAppearanceEnum\r\n  linkOptions: Int\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAssociation(filter: filterMetaAssociation, orderBy: [orderByMetaAssociation]): [MetaAssociation]\r\n  metaClass_MetaOppositeClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n  metaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n  metaAssociation_PathMetaAssociation(filter: filterMetaAssociation, orderBy: [orderByMetaAssociation]): [MetaAssociation]\r\n}\r\n\r\nenum MetaAssociationEndCardMaxEnum {\r\n  Many\r\n  Oneenforcedintegrity\r\n  One\r\n}\r\n\r\ninput MetaAssociationEndFilter {\r\n  and: [MetaAssociationEndFilter!]\r\n  or: [MetaAssociationEndFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  linkorder: Int\r\n  linkorder_not: Int\r\n  linkorder_in: [Int!]\r\n  linkorder_not_in: [Int!]\r\n  linkorder_lt: Int\r\n  linkorder_lte: Int\r\n  linkorder_gt: Int\r\n  linkorder_gte: Int\r\n  cardMax: MetaAssociationEndCardMaxEnum\r\n  cardMax_not: MetaAssociationEndCardMaxEnum\r\n  cardMax_in: [MetaAssociationEndCardMaxEnum!]\r\n  cardMax_not_in: [MetaAssociationEndCardMaxEnum!]\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  major: Boolean\r\n  major_not: Boolean\r\n  metaProtection: MetaAssociationEndMetaProtectionEnum\r\n  metaProtection_not: MetaAssociationEndMetaProtectionEnum\r\n  metaProtection_in: [MetaAssociationEndMetaProtectionEnum!]\r\n  metaProtection_not_in: [MetaAssociationEndMetaProtectionEnum!]\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  dataVolume: Int\r\n  dataVolume_not: Int\r\n  dataVolume_in: [Int!]\r\n  dataVolume_not_in: [Int!]\r\n  dataVolume_lt: Int\r\n  dataVolume_lte: Int\r\n  dataVolume_gt: Int\r\n  dataVolume_gte: Int\r\n  dataVolumeChildren: Int\r\n  dataVolumeChildren_not: Int\r\n  dataVolumeChildren_in: [Int!]\r\n  dataVolumeChildren_not_in: [Int!]\r\n  dataVolumeChildren_lt: Int\r\n  dataVolumeChildren_lte: Int\r\n  dataVolumeChildren_gt: Int\r\n  dataVolumeChildren_gte: Int\r\n  dataVolumeMax: Int\r\n  dataVolumeMax_not: Int\r\n  dataVolumeMax_in: [Int!]\r\n  dataVolumeMax_not_in: [Int!]\r\n  dataVolumeMax_lt: Int\r\n  dataVolumeMax_lte: Int\r\n  dataVolumeMax_gt: Int\r\n  dataVolumeMax_gte: Int\r\n  dataVolumeMaxChildren: Int\r\n  dataVolumeMaxChildren_not: Int\r\n  dataVolumeMaxChildren_in: [Int!]\r\n  dataVolumeMaxChildren_not_in: [Int!]\r\n  dataVolumeMaxChildren_lt: Int\r\n  dataVolumeMaxChildren_lte: Int\r\n  dataVolumeMaxChildren_gt: Int\r\n  dataVolumeMaxChildren_gte: Int\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  mOFType: MetaAssociationEndMOFTypeEnum\r\n  mOFType_not: MetaAssociationEndMOFTypeEnum\r\n  mOFType_in: [MetaAssociationEndMOFTypeEnum!]\r\n  mOFType_not_in: [MetaAssociationEndMOFTypeEnum!]\r\n  metaMultiplicity: MetaAssociationEndMetaMultiplicityEnum\r\n  metaMultiplicity_not: MetaAssociationEndMetaMultiplicityEnum\r\n  metaMultiplicity_in: [MetaAssociationEndMetaMultiplicityEnum!]\r\n  metaMultiplicity_not_in: [MetaAssociationEndMetaMultiplicityEnum!]\r\n  instantReports: MetaAssociationEndInstantReportsEnum\r\n  instantReports_not: MetaAssociationEndInstantReportsEnum\r\n  instantReports_in: [MetaAssociationEndInstantReportsEnum!]\r\n  instantReports_not_in: [MetaAssociationEndInstantReportsEnum!]\r\n  nameAppearance: MetaAssociationEndNameAppearanceEnum\r\n  nameAppearance_not: MetaAssociationEndNameAppearanceEnum\r\n  nameAppearance_in: [MetaAssociationEndNameAppearanceEnum!]\r\n  nameAppearance_not_in: [MetaAssociationEndNameAppearanceEnum!]\r\n  linkOptions: Int\r\n  linkOptions_not: Int\r\n  linkOptions_in: [Int!]\r\n  linkOptions_not_in: [Int!]\r\n  linkOptions_lt: Int\r\n  linkOptions_lte: Int\r\n  linkOptions_gt: Int\r\n  linkOptions_gte: Int\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  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  metaAssociation_some: [MetaAssociationEndFilter!]\r\n  metaClass_MetaOppositeClass_some: [MetaAssociationEndFilter!]\r\n  metaClass_some: [MetaAssociationEndFilter!]\r\n  metaAssociation_PathMetaAssociation_some: [MetaAssociationEndFilter!]\r\n}\r\n\r\nenum MetaAssociationEndInstantReportsEnum {\r\n  Graphable\r\n  NotGraphable\r\n}\r\n\r\nenum MetaAssociationEndMetaMultiplicityEnum {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\nenum MetaAssociationEndMetaProtectionEnum {\r\n  Active\r\n  Unactive\r\n  Active\r\n}\r\n\r\nenum MetaAssociationEndMOFTypeEnum {\r\n  Standard\r\n  Stereotype\r\n}\r\n\r\nenum MetaAssociationEndNameAppearanceEnum {\r\n  longname\r\n  shortname\r\n}\r\n\r\ninput MetaAssociationFilter {\r\n  and: [MetaAssociationFilter!]\r\n  or: [MetaAssociationFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  metaDeprecated: MetaAssociationMetaDeprecatedEnum\r\n  metaDeprecated_not: MetaAssociationMetaDeprecatedEnum\r\n  metaDeprecated_in: [MetaAssociationMetaDeprecatedEnum!]\r\n  metaDeprecated_not_in: [MetaAssociationMetaDeprecatedEnum!]\r\n  loggability: MetaAssociationLoggabilityEnum\r\n  loggability_not: MetaAssociationLoggabilityEnum\r\n  loggability_in: [MetaAssociationLoggabilityEnum!]\r\n  loggability_not_in: [MetaAssociationLoggabilityEnum!]\r\n  savability: MetaAssociationSavabilityEnum\r\n  savability_not: MetaAssociationSavabilityEnum\r\n  savability_in: [MetaAssociationSavabilityEnum!]\r\n  savability_not_in: [MetaAssociationSavabilityEnum!]\r\n  metaLayer: MetaAssociationMetaLayerEnum\r\n  metaLayer_not: MetaAssociationMetaLayerEnum\r\n  metaLayer_in: [MetaAssociationMetaLayerEnum!]\r\n  metaLayer_not_in: [MetaAssociationMetaLayerEnum!]\r\n  metaProtection: MetaAssociationMetaProtectionEnum\r\n  metaProtection_not: MetaAssociationMetaProtectionEnum\r\n  metaProtection_in: [MetaAssociationMetaProtectionEnum!]\r\n  metaProtection_not_in: [MetaAssociationMetaProtectionEnum!]\r\n  majorAssociationEndName: String\r\n  majorAssociationEndName_not: String\r\n  majorAssociationEndName_in: [String!]\r\n  majorAssociationEndName_not_in: [String!]\r\n  majorAssociationEndName_lt: String\r\n  majorAssociationEndName_lte: String\r\n  majorAssociationEndName_gt: String\r\n  majorAssociationEndName_gte: String\r\n  majorAssociationEndName_contains: String\r\n  majorAssociationEndName_not_contains: String\r\n  majorAssociationEndName_starts_with: String\r\n  majorAssociationEndName_not_starts_with: String\r\n  majorAssociationEndName_ends_with: String\r\n  majorAssociationEndName_not_ends_with: String\r\n  metaAssociationNature: MetaAssociationMetaAssociationNatureEnum\r\n  metaAssociationNature_not: MetaAssociationMetaAssociationNatureEnum\r\n  metaAssociationNature_in: [MetaAssociationMetaAssociationNatureEnum!]\r\n  metaAssociationNature_not_in: [MetaAssociationMetaAssociationNatureEnum!]\r\n  minorAssociationEndName: String\r\n  minorAssociationEndName_not: String\r\n  minorAssociationEndName_in: [String!]\r\n  minorAssociationEndName_not_in: [String!]\r\n  minorAssociationEndName_lt: String\r\n  minorAssociationEndName_lte: String\r\n  minorAssociationEndName_gt: String\r\n  minorAssociationEndName_gte: String\r\n  minorAssociationEndName_contains: String\r\n  minorAssociationEndName_not_contains: String\r\n  minorAssociationEndName_starts_with: String\r\n  minorAssociationEndName_not_starts_with: String\r\n  minorAssociationEndName_ends_with: String\r\n  minorAssociationEndName_not_ends_with: String\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  location: MetaAssociationLocationEnum\r\n  location_not: MetaAssociationLocationEnum\r\n  location_in: [MetaAssociationLocationEnum!]\r\n  location_not_in: [MetaAssociationLocationEnum!]\r\n  longevity: MetaAssociationLongevityEnum\r\n  longevity_not: MetaAssociationLongevityEnum\r\n  longevity_in: [MetaAssociationLongevityEnum!]\r\n  longevity_not_in: [MetaAssociationLongevityEnum!]\r\n  majorMetaClassName: String\r\n  majorMetaClassName_not: String\r\n  majorMetaClassName_in: [String!]\r\n  majorMetaClassName_not_in: [String!]\r\n  majorMetaClassName_lt: String\r\n  majorMetaClassName_lte: String\r\n  majorMetaClassName_gt: String\r\n  majorMetaClassName_gte: String\r\n  majorMetaClassName_contains: String\r\n  majorMetaClassName_not_contains: String\r\n  majorMetaClassName_starts_with: String\r\n  majorMetaClassName_not_starts_with: String\r\n  majorMetaClassName_ends_with: String\r\n  majorMetaClassName_not_ends_with: String\r\n  minorMetaClassName: String\r\n  minorMetaClassName_not: String\r\n  minorMetaClassName_in: [String!]\r\n  minorMetaClassName_not_in: [String!]\r\n  minorMetaClassName_lt: String\r\n  minorMetaClassName_lte: String\r\n  minorMetaClassName_gt: String\r\n  minorMetaClassName_gte: String\r\n  minorMetaClassName_contains: String\r\n  minorMetaClassName_not_contains: String\r\n  minorMetaClassName_starts_with: String\r\n  minorMetaClassName_not_starts_with: String\r\n  minorMetaClassName_ends_with: String\r\n  minorMetaClassName_not_ends_with: String\r\n  physicalStorage: MetaAssociationPhysicalStorageEnum\r\n  physicalStorage_not: MetaAssociationPhysicalStorageEnum\r\n  physicalStorage_in: [MetaAssociationPhysicalStorageEnum!]\r\n  physicalStorage_not_in: [MetaAssociationPhysicalStorageEnum!]\r\n  mOFType: MetaAssociationMOFTypeEnum\r\n  mOFType_not: MetaAssociationMOFTypeEnum\r\n  mOFType_in: [MetaAssociationMOFTypeEnum!]\r\n  mOFType_not_in: [MetaAssociationMOFTypeEnum!]\r\n  createPermission: Boolean\r\n  createPermission_not: Boolean\r\n  readPermission: Boolean\r\n  readPermission_not: Boolean\r\n  updatePermission: Boolean\r\n  updatePermission_not: Boolean\r\n  deletePermission: Boolean\r\n  deletePermission_not: 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  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  metaAssociationEnd_some: [MetaAssociationFilter!]\r\n  metaAssociationType_some: [MetaAssociationFilter!]\r\n  metaAssociationEnd_PathMetaAssociationEnd_some: [MetaAssociationFilter!]\r\n}\r\n\r\nenum MetaAssociationLocationEnum {\r\n  System\r\n  Data\r\n  External\r\n}\r\n\r\nenum MetaAssociationLoggabilityEnum {\r\n  Unloggable\r\n  Loggable\r\n  UnloggableSystemOnly\r\n}\r\n\r\nenum MetaAssociationLongevityEnum {\r\n  PrivateOnly\r\n  InstantView\r\n  Temporary\r\n  Permanent\r\n}\r\n\r\nenum MetaAssociationMetaAssociationNatureEnum {\r\n  Composition\r\n  Association\r\n}\r\n\r\nenum MetaAssociationMetaDeprecatedEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum MetaAssociationMetaLayerEnum {\r\n  Kernel\r\n  Meta_metamodelMOF\r\n  Concret\r\n  Abstract\r\n}\r\n\r\nenum MetaAssociationMetaProtectionEnum {\r\n  Active\r\n  Unactive\r\n  Active\r\n}\r\n\r\nenum MetaAssociationMOFTypeEnum {\r\n  Standard\r\n  Stereotype\r\n}\r\n\r\nenum MetaAssociationNatureEnumFilter {\r\n  Composition\r\n  Association\r\n}\r\n\r\nenum MetaAssociationPhysicalStorageEnum {\r\n  Default\r\n  FKMetaAssociation\r\n  Encrypted\r\n}\r\n\r\nenum MetaAssociationSavabilityEnum {\r\n  Savable\r\n  Unsavable\r\n}\r\n\r\n# A MetaAssociationType (also link type)  is a stereotype of MetaAssociation that\r\n# is used to specify a domain of instances together with the operations applicable\r\n# to the instances. The MetaAssociationType associated with link orientation\r\n# determine the operation to perform on each MetaAssociationEnd for the following\r\n# functions: extraction, protection, object deletion, search for isolated objects,\r\n# comparison, impact analysis in the explorer, etc.\r\ntype MetaAssociationType {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nameconvention61: String\r\n  legOrderMajor: Int\r\n  legOrderMinor: Int\r\n  commentMajor: String\r\n  commentMinor: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAssociation_TypedMetaAssociation(filter: filterMetaAssociation, orderBy: [orderByMetaAssociation]): [MetaAssociation]\r\n  operator(filter: filterOperator, orderBy: [orderByOperator]): [Operator]\r\n}\r\n\r\ninput MetaAssociationTypeFilter {\r\n  and: [MetaAssociationTypeFilter!]\r\n  or: [MetaAssociationTypeFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nameconvention61: String\r\n  nameconvention61_not: String\r\n  nameconvention61_in: [String!]\r\n  nameconvention61_not_in: [String!]\r\n  nameconvention61_lt: String\r\n  nameconvention61_lte: String\r\n  nameconvention61_gt: String\r\n  nameconvention61_gte: String\r\n  nameconvention61_contains: String\r\n  nameconvention61_not_contains: String\r\n  nameconvention61_starts_with: String\r\n  nameconvention61_not_starts_with: String\r\n  nameconvention61_ends_with: String\r\n  nameconvention61_not_ends_with: String\r\n  legOrderMajor: Int\r\n  legOrderMajor_not: Int\r\n  legOrderMajor_in: [Int!]\r\n  legOrderMajor_not_in: [Int!]\r\n  legOrderMajor_lt: Int\r\n  legOrderMajor_lte: Int\r\n  legOrderMajor_gt: Int\r\n  legOrderMajor_gte: Int\r\n  legOrderMinor: Int\r\n  legOrderMinor_not: Int\r\n  legOrderMinor_in: [Int!]\r\n  legOrderMinor_not_in: [Int!]\r\n  legOrderMinor_lt: Int\r\n  legOrderMinor_lte: Int\r\n  legOrderMinor_gt: Int\r\n  legOrderMinor_gte: Int\r\n  commentMajor: String\r\n  commentMajor_not: String\r\n  commentMajor_in: [String!]\r\n  commentMajor_not_in: [String!]\r\n  commentMajor_lt: String\r\n  commentMajor_lte: String\r\n  commentMajor_gt: String\r\n  commentMajor_gte: String\r\n  commentMajor_contains: String\r\n  commentMajor_not_contains: String\r\n  commentMajor_starts_with: String\r\n  commentMajor_not_starts_with: String\r\n  commentMajor_ends_with: String\r\n  commentMajor_not_ends_with: String\r\n  commentMinor: String\r\n  commentMinor_not: String\r\n  commentMinor_in: [String!]\r\n  commentMinor_not_in: [String!]\r\n  commentMinor_lt: String\r\n  commentMinor_lte: String\r\n  commentMinor_gt: String\r\n  commentMinor_gte: String\r\n  commentMinor_contains: String\r\n  commentMinor_not_contains: String\r\n  commentMinor_starts_with: String\r\n  commentMinor_not_starts_with: String\r\n  commentMinor_ends_with: String\r\n  commentMinor_not_ends_with: String\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  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  metaAssociation_TypedMetaAssociation_some: [MetaAssociationTypeFilter!]\r\n  operator_some: [MetaAssociationTypeFilter!]\r\n}\r\n\r\n# A metaattribute is a feature within a metaclass that describes a range of values\r\n# that instances of the metaclass may hold. A metaattribute is a characteristic\r\n# that describes an object or a link. Examples: The Flow-Type characteristic of a\r\n# Message allows you to specify whether this Message is information, or a material\r\n# or financial flow. The Predicate characteristic of the Send link between Message\r\n# and Org-Unit allows you to specify the condition for sending the Message.\r\ntype MetaAttribute {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  loggability: MetaAttributeLoggabilityEnum\r\n  savability: MetaAttributeSavabilityEnum\r\n  atIndex: MetaAttributeAtIndexEnum\r\n  metaLayer: MetaAttributeMetaLayerEnum\r\n  atNature: MetaAttributeAtNatureEnum\r\n  translatability: MetaAttributeTranslatabilityEnum\r\n  translatabilityLevel: MetaAttributeTranslatabilityLevelEnum\r\n  initialANSIValue: String\r\n  defaultSubstitutedMetaAttribute: MetaAttributeDefaultSubstitutedMetaAttributeEnum\r\n  defaultOrder: Int\r\n  uIPermissions: String\r\n  sequence: Int\r\n  physicalStorage: MetaAttributePhysicalStorageEnum\r\n  isIndexable: MetaAttributeIsIndexableEnum\r\n  gUIName: String\r\n  mOFType: MetaAttributeMOFTypeEnum\r\n  indexRanking: Int\r\n  instantReports: MetaAttributeInstantReportsEnum\r\n  settings: String\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n  metaAttributeValue(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n  language(filter: filterLanguage, orderBy: [orderByLanguage]): [Language]\r\n  macro_MetaAttributeUpdateTool(filter: filterMacro, orderBy: [orderByMacro]): [Macro]\r\n  macro(filter: filterMacro, orderBy: [orderByMacro]): [Macro]\r\n  metaAttributeGroup(filter: filterMetaAttributeGroup, orderBy: [orderByMetaAttributeGroup]): [MetaAttributeGroup]\r\n  metaClass_ReferencedMetaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n  macro_ConditioningsettingMacro(filter: filterMacro, orderBy: [orderByMacro]): [Macro]\r\n}\r\n\r\nenum MetaAttributeAtIndexEnum {\r\n  Disable\r\n  Unique\r\n  UniqueCaseSensitive\r\n  Sequence\r\n  NotUnique\r\n}\r\n\r\nenum MetaAttributeAtNatureEnum {\r\n  Intrinsic\r\n  Virtual\r\n  VarMem\r\n  Relative\r\n  Set\r\n  File\r\n}\r\n\r\nenum MetaAttributeDefaultSubstitutedMetaAttributeEnum {\r\n  Authorization\r\n  Name\r\n  MetaClassIdAbs\r\n  Comment\r\n}\r\n\r\ninput MetaAttributeFilter {\r\n  and: [MetaAttributeFilter!]\r\n  or: [MetaAttributeFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  loggability: MetaAttributeLoggabilityEnum\r\n  loggability_not: MetaAttributeLoggabilityEnum\r\n  loggability_in: [MetaAttributeLoggabilityEnum!]\r\n  loggability_not_in: [MetaAttributeLoggabilityEnum!]\r\n  savability: MetaAttributeSavabilityEnum\r\n  savability_not: MetaAttributeSavabilityEnum\r\n  savability_in: [MetaAttributeSavabilityEnum!]\r\n  savability_not_in: [MetaAttributeSavabilityEnum!]\r\n  atIndex: MetaAttributeAtIndexEnum\r\n  atIndex_not: MetaAttributeAtIndexEnum\r\n  atIndex_in: [MetaAttributeAtIndexEnum!]\r\n  atIndex_not_in: [MetaAttributeAtIndexEnum!]\r\n  metaLayer: MetaAttributeMetaLayerEnum\r\n  metaLayer_not: MetaAttributeMetaLayerEnum\r\n  metaLayer_in: [MetaAttributeMetaLayerEnum!]\r\n  metaLayer_not_in: [MetaAttributeMetaLayerEnum!]\r\n  atNature: MetaAttributeAtNatureEnum\r\n  atNature_not: MetaAttributeAtNatureEnum\r\n  atNature_in: [MetaAttributeAtNatureEnum!]\r\n  atNature_not_in: [MetaAttributeAtNatureEnum!]\r\n  translatability: MetaAttributeTranslatabilityEnum\r\n  translatability_not: MetaAttributeTranslatabilityEnum\r\n  translatability_in: [MetaAttributeTranslatabilityEnum!]\r\n  translatability_not_in: [MetaAttributeTranslatabilityEnum!]\r\n  translatabilityLevel: MetaAttributeTranslatabilityLevelEnum\r\n  translatabilityLevel_not: MetaAttributeTranslatabilityLevelEnum\r\n  translatabilityLevel_in: [MetaAttributeTranslatabilityLevelEnum!]\r\n  translatabilityLevel_not_in: [MetaAttributeTranslatabilityLevelEnum!]\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  defaultSubstitutedMetaAttribute: MetaAttributeDefaultSubstitutedMetaAttributeEnum\r\n  defaultSubstitutedMetaAttribute_not: MetaAttributeDefaultSubstitutedMetaAttributeEnum\r\n  defaultSubstitutedMetaAttribute_in: [MetaAttributeDefaultSubstitutedMetaAttributeEnum!]\r\n  defaultSubstitutedMetaAttribute_not_in: [MetaAttributeDefaultSubstitutedMetaAttributeEnum!]\r\n  defaultOrder: Int\r\n  defaultOrder_not: Int\r\n  defaultOrder_in: [Int!]\r\n  defaultOrder_not_in: [Int!]\r\n  defaultOrder_lt: Int\r\n  defaultOrder_lte: Int\r\n  defaultOrder_gt: Int\r\n  defaultOrder_gte: Int\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  sequence: Int\r\n  sequence_not: Int\r\n  sequence_in: [Int!]\r\n  sequence_not_in: [Int!]\r\n  sequence_lt: Int\r\n  sequence_lte: Int\r\n  sequence_gt: Int\r\n  sequence_gte: Int\r\n  physicalStorage: MetaAttributePhysicalStorageEnum\r\n  physicalStorage_not: MetaAttributePhysicalStorageEnum\r\n  physicalStorage_in: [MetaAttributePhysicalStorageEnum!]\r\n  physicalStorage_not_in: [MetaAttributePhysicalStorageEnum!]\r\n  isIndexable: MetaAttributeIsIndexableEnum\r\n  isIndexable_not: MetaAttributeIsIndexableEnum\r\n  isIndexable_in: [MetaAttributeIsIndexableEnum!]\r\n  isIndexable_not_in: [MetaAttributeIsIndexableEnum!]\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  mOFType: MetaAttributeMOFTypeEnum\r\n  mOFType_not: MetaAttributeMOFTypeEnum\r\n  mOFType_in: [MetaAttributeMOFTypeEnum!]\r\n  mOFType_not_in: [MetaAttributeMOFTypeEnum!]\r\n  indexRanking: Int\r\n  indexRanking_not: Int\r\n  indexRanking_in: [Int!]\r\n  indexRanking_not_in: [Int!]\r\n  indexRanking_lt: Int\r\n  indexRanking_lte: Int\r\n  indexRanking_gt: Int\r\n  indexRanking_gte: Int\r\n  instantReports: MetaAttributeInstantReportsEnum\r\n  instantReports_not: MetaAttributeInstantReportsEnum\r\n  instantReports_in: [MetaAttributeInstantReportsEnum!]\r\n  instantReports_not_in: [MetaAttributeInstantReportsEnum!]\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  createPermission: Boolean\r\n  createPermission_not: Boolean\r\n  readPermission: Boolean\r\n  readPermission_not: Boolean\r\n  updatePermission: Boolean\r\n  updatePermission_not: Boolean\r\n  deletePermission: Boolean\r\n  deletePermission_not: 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  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  metaClass_some: [MetaAttributeFilter!]\r\n  metaAttributeValue_some: [MetaAttributeFilter!]\r\n  language_some: [MetaAttributeFilter!]\r\n  macro_MetaAttributeUpdateTool_some: [MetaAttributeFilter!]\r\n  macro_some: [MetaAttributeFilter!]\r\n  metaAttributeGroup_some: [MetaAttributeFilter!]\r\n  metaClass_ReferencedMetaClass_some: [MetaAttributeFilter!]\r\n  macro_ConditioningsettingMacro_some: [MetaAttributeFilter!]\r\n}\r\n\r\n# A MetaAttributeGroup is a set of MetaAttributes that will be shown together on the property page of a Metaclass.\r\ntype MetaAttributeGroup {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  uIPermissions: String\r\n  gUIName: String\r\n  mOFType: MetaAttributeGroupMOFTypeEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAttribute(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n  metaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n}\r\n\r\ninput MetaAttributeGroupFilter {\r\n  and: [MetaAttributeGroupFilter!]\r\n  or: [MetaAttributeGroupFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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  mOFType: MetaAttributeGroupMOFTypeEnum\r\n  mOFType_not: MetaAttributeGroupMOFTypeEnum\r\n  mOFType_in: [MetaAttributeGroupMOFTypeEnum!]\r\n  mOFType_not_in: [MetaAttributeGroupMOFTypeEnum!]\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  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  metaAttribute_some: [MetaAttributeGroupFilter!]\r\n  metaClass_some: [MetaAttributeGroupFilter!]\r\n}\r\n\r\nenum MetaAttributeGroupMOFTypeEnum {\r\n  Standard\r\n  Stereotype\r\n}\r\n\r\nenum MetaAttributeInstantReportsEnum {\r\n  Graphable\r\n  NotGraphable\r\n}\r\n\r\nenum MetaAttributeIsIndexableEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum MetaAttributeLoggabilityEnum {\r\n  Unloggable\r\n  Loggable\r\n  UnloggableSystemOnly\r\n}\r\n\r\nenum MetaAttributeMetaLayerEnum {\r\n  Kernel\r\n  Meta_metamodelMOF\r\n  Concret\r\n  Abstract\r\n}\r\n\r\nenum MetaAttributeMOFTypeEnum {\r\n  Standard\r\n  Stereotype\r\n}\r\n\r\nenum MetaAttributePhysicalStorageEnum {\r\n  Default\r\n  FKMetaAssociation\r\n  Encrypted\r\n}\r\n\r\nenum MetaAttributeSavabilityEnum {\r\n  Savable\r\n  Unsavable\r\n}\r\n\r\nenum MetaAttributeTranslatabilityEnum {\r\n  Translatable\r\n  Untranslatable\r\n}\r\n\r\nenum MetaAttributeTranslatabilityLevelEnum {\r\n  Country\r\n  Terminology\r\n}\r\n\r\n# A MetaAttributeValue is one of the possible values for a MetaAttribute.\r\ntype MetaAttributeValue {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  internalValue: String\r\n  rGBColor: Int\r\n  valueName: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAttribute(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n  language(filter: filterLanguage, orderBy: [orderByLanguage]): [Language]\r\n  metaPicture(filter: filterMetaPicture, orderBy: [orderByMetaPicture]): [MetaPicture]\r\n}\r\n\r\ninput MetaAttributeValueFilter {\r\n  and: [MetaAttributeValueFilter!]\r\n  or: [MetaAttributeValueFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  internalValue: String\r\n  internalValue_not: String\r\n  internalValue_in: [String!]\r\n  internalValue_not_in: [String!]\r\n  internalValue_lt: String\r\n  internalValue_lte: String\r\n  internalValue_gt: String\r\n  internalValue_gte: String\r\n  internalValue_contains: String\r\n  internalValue_not_contains: String\r\n  internalValue_starts_with: String\r\n  internalValue_not_starts_with: String\r\n  internalValue_ends_with: String\r\n  internalValue_not_ends_with: String\r\n  rGBColor: Int\r\n  rGBColor_not: Int\r\n  rGBColor_in: [Int!]\r\n  rGBColor_not_in: [Int!]\r\n  rGBColor_lt: Int\r\n  rGBColor_lte: Int\r\n  rGBColor_gt: Int\r\n  rGBColor_gte: Int\r\n  valueName: String\r\n  valueName_not: String\r\n  valueName_in: [String!]\r\n  valueName_not_in: [String!]\r\n  valueName_lt: String\r\n  valueName_lte: String\r\n  valueName_gt: String\r\n  valueName_gte: String\r\n  valueName_contains: String\r\n  valueName_not_contains: String\r\n  valueName_starts_with: String\r\n  valueName_not_starts_with: String\r\n  valueName_ends_with: String\r\n  valueName_not_ends_with: String\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  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  metaAttribute_some: [MetaAttributeValueFilter!]\r\n  language_some: [MetaAttributeValueFilter!]\r\n  metaPicture_some: [MetaAttributeValueFilter!]\r\n}\r\n\r\nenum MetaCategoryEnumFilter {\r\n  User_Person_etc_\r\n  ProfileandRole\r\n  Authorization_ConfidentialityandLDAP\r\n  Workflowobjects\r\n}\r\n\r\n# A metaclass is a class whose instances are classes. Metaclasses are typically\r\n# used to construct metamodels. The objects you create are stored in the\r\n# repository in the metaclass corresponding to their types. Metaclasses are used\r\n# in the explorer when searching for objects in the repository and when the\r\n# metamodel is extended to include a new type of object. Example: message, org-unit, etc.\r\ntype MetaClass {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  metaProtection: MetaClassMetaProtectionEnum\r\n  loggability: MetaClassLoggabilityEnum\r\n  savability: MetaClassSavabilityEnum\r\n  metaLayer: MetaClassMetaLayerEnum\r\n  translatability: MetaClassTranslatabilityEnum\r\n  translatabilityLevel: MetaClassTranslatabilityLevelEnum\r\n  location: MetaClassLocationEnum\r\n  nameLength: Int\r\n  nameCaseSensivity: String\r\n  nameSpaceSeparator: String\r\n  nameAppearance: MetaClassNameAppearanceEnum\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: MetaClassLongevityEnum\r\n  metaClassSensitivity: MetaClassMetaClassSensitivityEnum\r\n  readingaccessareaupdate: MetaClassReadingaccessareaupdateEnum\r\n  uIPermissions: String\r\n  metaCategory: MetaClassMetaCategoryEnum\r\n  rGBColor: Int\r\n  gUINameComputed: String\r\n  metaUsage: MetaClassMetaUsageEnum\r\n  physicalStorage: MetaClassPhysicalStorageEnum\r\n  dataVolume: Int\r\n  isIndexable: MetaClassIsIndexableEnum\r\n  dataVolumeMax: Int\r\n  gUIName: String\r\n  mOFType: MetaClassMOFTypeEnum\r\n  candidatetoindexation: MetaClassCandidatetoindexationEnum\r\n  displayconfidentialobjectsindiagrams: MetaClassDisplayconfidentialobjectsindiagramsEnum\r\n  createPermission: Boolean\r\n  readPermission: Boolean\r\n  updatePermission: Boolean\r\n  deletePermission: Boolean\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  systemDiagram_SystemDescription(filter: filterSystemDiagram, orderBy: [orderBySystemDiagram]): [SystemDiagram]\r\n  metaAssociationEnd_MetaOppositeAssociationEnd(filter: filterMetaAssociationEnd, orderBy: [orderByMetaAssociationEnd]): [MetaAssociationEnd]\r\n  metaAssociationEnd(filter: filterMetaAssociationEnd, orderBy: [orderByMetaAssociationEnd]): [MetaAssociationEnd]\r\n  metaAttribute(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n  metaModel(filter: filterMetaModel, orderBy: [orderByMetaModel]): [MetaModel]\r\n  metaClass_SubMetaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n  metaClass_SuperMetaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n  metaAttributeGroup(filter: filterMetaAttributeGroup, orderBy: [orderByMetaAttributeGroup]): [MetaAttributeGroup]\r\n  metaPropertyPage(filter: filterMetaPropertyPage, orderBy: [orderByMetaPropertyPage]): [MetaPropertyPage]\r\n  diagram_Description(filter: filterDiagram, orderBy: [orderByDiagram]): [Diagram]\r\n  metaAttribute_MetaAttributeReferencingMetaClass(filter: filterMetaAttribute, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n}\r\n\r\nenum MetaClassCandidatetoindexationEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum MetaClassDisplayconfidentialobjectsindiagramsEnum {\r\n  confidentialobjectsarehidden\r\n  confidentialobjectsarevisible\r\n}\r\n\r\ninput MetaClassFilter {\r\n  and: [MetaClassFilter!]\r\n  or: [MetaClassFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  metaProtection: MetaClassMetaProtectionEnum\r\n  metaProtection_not: MetaClassMetaProtectionEnum\r\n  metaProtection_in: [MetaClassMetaProtectionEnum!]\r\n  metaProtection_not_in: [MetaClassMetaProtectionEnum!]\r\n  loggability: MetaClassLoggabilityEnum\r\n  loggability_not: MetaClassLoggabilityEnum\r\n  loggability_in: [MetaClassLoggabilityEnum!]\r\n  loggability_not_in: [MetaClassLoggabilityEnum!]\r\n  savability: MetaClassSavabilityEnum\r\n  savability_not: MetaClassSavabilityEnum\r\n  savability_in: [MetaClassSavabilityEnum!]\r\n  savability_not_in: [MetaClassSavabilityEnum!]\r\n  metaLayer: MetaClassMetaLayerEnum\r\n  metaLayer_not: MetaClassMetaLayerEnum\r\n  metaLayer_in: [MetaClassMetaLayerEnum!]\r\n  metaLayer_not_in: [MetaClassMetaLayerEnum!]\r\n  translatability: MetaClassTranslatabilityEnum\r\n  translatability_not: MetaClassTranslatabilityEnum\r\n  translatability_in: [MetaClassTranslatabilityEnum!]\r\n  translatability_not_in: [MetaClassTranslatabilityEnum!]\r\n  translatabilityLevel: MetaClassTranslatabilityLevelEnum\r\n  translatabilityLevel_not: MetaClassTranslatabilityLevelEnum\r\n  translatabilityLevel_in: [MetaClassTranslatabilityLevelEnum!]\r\n  translatabilityLevel_not_in: [MetaClassTranslatabilityLevelEnum!]\r\n  location: MetaClassLocationEnum\r\n  location_not: MetaClassLocationEnum\r\n  location_in: [MetaClassLocationEnum!]\r\n  location_not_in: [MetaClassLocationEnum!]\r\n  nameLength: Int\r\n  nameLength_not: Int\r\n  nameLength_in: [Int!]\r\n  nameLength_not_in: [Int!]\r\n  nameLength_lt: Int\r\n  nameLength_lte: Int\r\n  nameLength_gt: Int\r\n  nameLength_gte: Int\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  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  nameAppearance: MetaClassNameAppearanceEnum\r\n  nameAppearance_not: MetaClassNameAppearanceEnum\r\n  nameAppearance_in: [MetaClassNameAppearanceEnum!]\r\n  nameAppearance_not_in: [MetaClassNameAppearanceEnum!]\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  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  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  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  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  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  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  longevity: MetaClassLongevityEnum\r\n  longevity_not: MetaClassLongevityEnum\r\n  longevity_in: [MetaClassLongevityEnum!]\r\n  longevity_not_in: [MetaClassLongevityEnum!]\r\n  metaClassSensitivity: MetaClassMetaClassSensitivityEnum\r\n  metaClassSensitivity_not: MetaClassMetaClassSensitivityEnum\r\n  metaClassSensitivity_in: [MetaClassMetaClassSensitivityEnum!]\r\n  metaClassSensitivity_not_in: [MetaClassMetaClassSensitivityEnum!]\r\n  readingaccessareaupdate: MetaClassReadingaccessareaupdateEnum\r\n  readingaccessareaupdate_not: MetaClassReadingaccessareaupdateEnum\r\n  readingaccessareaupdate_in: [MetaClassReadingaccessareaupdateEnum!]\r\n  readingaccessareaupdate_not_in: [MetaClassReadingaccessareaupdateEnum!]\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  metaCategory: MetaClassMetaCategoryEnum\r\n  metaCategory_not: MetaClassMetaCategoryEnum\r\n  metaCategory_in: [MetaClassMetaCategoryEnum!]\r\n  metaCategory_not_in: [MetaClassMetaCategoryEnum!]\r\n  rGBColor: Int\r\n  rGBColor_not: Int\r\n  rGBColor_in: [Int!]\r\n  rGBColor_not_in: [Int!]\r\n  rGBColor_lt: Int\r\n  rGBColor_lte: Int\r\n  rGBColor_gt: Int\r\n  rGBColor_gte: Int\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  metaUsage: MetaClassMetaUsageEnum\r\n  metaUsage_not: MetaClassMetaUsageEnum\r\n  metaUsage_in: [MetaClassMetaUsageEnum!]\r\n  metaUsage_not_in: [MetaClassMetaUsageEnum!]\r\n  physicalStorage: MetaClassPhysicalStorageEnum\r\n  physicalStorage_not: MetaClassPhysicalStorageEnum\r\n  physicalStorage_in: [MetaClassPhysicalStorageEnum!]\r\n  physicalStorage_not_in: [MetaClassPhysicalStorageEnum!]\r\n  dataVolume: Int\r\n  dataVolume_not: Int\r\n  dataVolume_in: [Int!]\r\n  dataVolume_not_in: [Int!]\r\n  dataVolume_lt: Int\r\n  dataVolume_lte: Int\r\n  dataVolume_gt: Int\r\n  dataVolume_gte: Int\r\n  isIndexable: MetaClassIsIndexableEnum\r\n  isIndexable_not: MetaClassIsIndexableEnum\r\n  isIndexable_in: [MetaClassIsIndexableEnum!]\r\n  isIndexable_not_in: [MetaClassIsIndexableEnum!]\r\n  dataVolumeMax: Int\r\n  dataVolumeMax_not: Int\r\n  dataVolumeMax_in: [Int!]\r\n  dataVolumeMax_not_in: [Int!]\r\n  dataVolumeMax_lt: Int\r\n  dataVolumeMax_lte: Int\r\n  dataVolumeMax_gt: Int\r\n  dataVolumeMax_gte: Int\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  mOFType: MetaClassMOFTypeEnum\r\n  mOFType_not: MetaClassMOFTypeEnum\r\n  mOFType_in: [MetaClassMOFTypeEnum!]\r\n  mOFType_not_in: [MetaClassMOFTypeEnum!]\r\n  candidatetoindexation: MetaClassCandidatetoindexationEnum\r\n  candidatetoindexation_not: MetaClassCandidatetoindexationEnum\r\n  candidatetoindexation_in: [MetaClassCandidatetoindexationEnum!]\r\n  candidatetoindexation_not_in: [MetaClassCandidatetoindexationEnum!]\r\n  displayconfidentialobjectsindiagrams: MetaClassDisplayconfidentialobjectsindiagramsEnum\r\n  displayconfidentialobjectsindiagrams_not: MetaClassDisplayconfidentialobjectsindiagramsEnum\r\n  displayconfidentialobjectsindiagrams_in: [MetaClassDisplayconfidentialobjectsindiagramsEnum!]\r\n  displayconfidentialobjectsindiagrams_not_in: [MetaClassDisplayconfidentialobjectsindiagramsEnum!]\r\n  createPermission: Boolean\r\n  createPermission_not: Boolean\r\n  readPermission: Boolean\r\n  readPermission_not: Boolean\r\n  updatePermission: Boolean\r\n  updatePermission_not: Boolean\r\n  deletePermission: Boolean\r\n  deletePermission_not: 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  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  systemDiagram_SystemDescription_some: [MetaClassFilter!]\r\n  metaAssociationEnd_MetaOppositeAssociationEnd_some: [MetaClassFilter!]\r\n  metaAssociationEnd_some: [MetaClassFilter!]\r\n  metaAttribute_some: [MetaClassFilter!]\r\n  metaModel_some: [MetaClassFilter!]\r\n  metaClass_SubMetaClass_some: [MetaClassFilter!]\r\n  metaClass_SuperMetaClass_some: [MetaClassFilter!]\r\n  metaAttributeGroup_some: [MetaClassFilter!]\r\n  metaPropertyPage_some: [MetaClassFilter!]\r\n  diagram_Description_some: [MetaClassFilter!]\r\n  metaAttribute_MetaAttributeReferencingMetaClass_some: [MetaClassFilter!]\r\n}\r\n\r\nenum MetaClassIsIndexableEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum MetaClassLocationEnum {\r\n  System\r\n  Data\r\n  External\r\n}\r\n\r\nenum MetaClassLoggabilityEnum {\r\n  Unloggable\r\n  Loggable\r\n  UnloggableSystemOnly\r\n}\r\n\r\nenum MetaClassLongevityEnum {\r\n  PrivateOnly\r\n  InstantView\r\n  Temporary\r\n  Permanent\r\n}\r\n\r\nenum MetaClassMetaCategoryEnum {\r\n  User_Person_etc_\r\n  ProfileandRole\r\n  Authorization_ConfidentialityandLDAP\r\n  Workflowobjects\r\n}\r\n\r\nenum MetaClassMetaClassSensitivityEnum {\r\n  High\r\n  Standard\r\n}\r\n\r\nenum MetaClassMetaLayerEnum {\r\n  Kernel\r\n  Meta_metamodelMOF\r\n  Concret\r\n  Abstract\r\n}\r\n\r\nenum MetaClassMetaProtectionEnum {\r\n  Active\r\n  Unactive\r\n  Active\r\n}\r\n\r\nenum MetaClassMetaUsageEnum {\r\n  Business\r\n  Technical\r\n}\r\n\r\nenum MetaClassMOFTypeEnum {\r\n  Standard\r\n  Stereotype\r\n}\r\n\r\nenum MetaClassNameAppearanceEnum {\r\n  longname\r\n  shortname\r\n}\r\n\r\nenum MetaClassPhysicalStorageEnum {\r\n  Default\r\n  FKMetaAssociation\r\n  Encrypted\r\n}\r\n\r\nenum MetaClassReadingaccessareaupdateEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum MetaClassSavabilityEnum {\r\n  Savable\r\n  Unsavable\r\n}\r\n\r\nenum MetaClassSensitivityEnumFilter {\r\n  High\r\n  Standard\r\n}\r\n\r\nenum MetaClassTranslatabilityEnum {\r\n  Translatable\r\n  Untranslatable\r\n}\r\n\r\nenum MetaClassTranslatabilityLevelEnum {\r\n  Country\r\n  Terminology\r\n}\r\n\r\ntype MetaCommandManager {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  uIPermissions: String\r\n  gUIName: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n}\r\n\r\ninput MetaCommandManagerFilter {\r\n  and: [MetaCommandManagerFilter!]\r\n  or: [MetaCommandManagerFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  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  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  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}\r\n\r\nenum MetaDeprecatedEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum MetaLayerEnumFilter {\r\n  Kernel\r\n  Meta_metamodelMOF\r\n  Concret\r\n  Abstract\r\n}\r\n\r\n# The metamodel defines the language for expressing a model. It defines the\r\n# structure used to store the data managed in a repository. The metamodel contains\r\n# all the Metaclasses used to model a system, as well as their MetaAttributes and\r\n# the MetaAssociations available between these Metaclasses. The metamodel is\r\n# stored in the system repository of the environment.If desired, you can extend\r\n# the metamodel to manage additional types of object. Repositories that exchange\r\n# data (export, import, etc.) must have the same metamodel, otherwise certain data\r\n# will be rejected or inaccessible.\r\ntype MetaModel {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  metaModelKind: MetaModelMetaModelKindEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  systemDiagram_SystemDescription(filter: filterSystemDiagram, orderBy: [orderBySystemDiagram]): [SystemDiagram]\r\n  metaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n}\r\n\r\ninput MetaModelFilter {\r\n  and: [MetaModelFilter!]\r\n  or: [MetaModelFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  metaModelKind: MetaModelMetaModelKindEnum\r\n  metaModelKind_not: MetaModelMetaModelKindEnum\r\n  metaModelKind_in: [MetaModelMetaModelKindEnum!]\r\n  metaModelKind_not_in: [MetaModelMetaModelKindEnum!]\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  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  systemDiagram_SystemDescription_some: [MetaModelFilter!]\r\n  metaClass_some: [MetaModelFilter!]\r\n}\r\n\r\nenum MetaModelKindEnumFilter {\r\n  DraftMetamodel\r\n  PatternMetaModel\r\n  ConcreteMetaModel\r\n}\r\n\r\nenum MetaModelMetaModelKindEnum {\r\n  DraftMetamodel\r\n  PatternMetaModel\r\n  ConcreteMetaModel\r\n}\r\n\r\nenum MetaMultiplicityEnumFilter {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\ntype MetaPicture {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  pictureCondition: String\r\n  diagramTypeShapeFile: String\r\n  settings: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAttributeValue_SystemElementwithPicture(filter: filterMetaAttributeValue, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n}\r\n\r\ninput MetaPictureFilter {\r\n  and: [MetaPictureFilter!]\r\n  or: [MetaPictureFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  pictureCondition: String\r\n  pictureCondition_not: String\r\n  pictureCondition_in: [String!]\r\n  pictureCondition_not_in: [String!]\r\n  pictureCondition_lt: String\r\n  pictureCondition_lte: String\r\n  pictureCondition_gt: String\r\n  pictureCondition_gte: String\r\n  pictureCondition_contains: String\r\n  pictureCondition_not_contains: String\r\n  pictureCondition_starts_with: String\r\n  pictureCondition_not_starts_with: String\r\n  pictureCondition_ends_with: String\r\n  pictureCondition_not_ends_with: String\r\n  diagramTypeShapeFile: String\r\n  diagramTypeShapeFile_not: String\r\n  diagramTypeShapeFile_in: [String!]\r\n  diagramTypeShapeFile_not_in: [String!]\r\n  diagramTypeShapeFile_lt: String\r\n  diagramTypeShapeFile_lte: String\r\n  diagramTypeShapeFile_gt: String\r\n  diagramTypeShapeFile_gte: String\r\n  diagramTypeShapeFile_contains: String\r\n  diagramTypeShapeFile_not_contains: String\r\n  diagramTypeShapeFile_starts_with: String\r\n  diagramTypeShapeFile_not_starts_with: String\r\n  diagramTypeShapeFile_ends_with: String\r\n  diagramTypeShapeFile_not_ends_with: String\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  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  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  metaAttributeValue_SystemElementwithPicture_some: [MetaPictureFilter!]\r\n}\r\n\r\n# PropertyPage Definition\r\ntype MetaPropertyPage {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  uIPermissions: String\r\n  metaPropertyPageGUID: String\r\n  metaPropertyPageType: MetaPropertyPageMetaPropertyPageTypeEnum\r\n  gUIName: String\r\n  mOFType: MetaPropertyPageMOFTypeEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaClass(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n}\r\n\r\ninput MetaPropertyPageFilter {\r\n  and: [MetaPropertyPageFilter!]\r\n  or: [MetaPropertyPageFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\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  metaPropertyPageGUID: String\r\n  metaPropertyPageGUID_not: String\r\n  metaPropertyPageGUID_in: [String!]\r\n  metaPropertyPageGUID_not_in: [String!]\r\n  metaPropertyPageGUID_lt: String\r\n  metaPropertyPageGUID_lte: String\r\n  metaPropertyPageGUID_gt: String\r\n  metaPropertyPageGUID_gte: String\r\n  metaPropertyPageGUID_contains: String\r\n  metaPropertyPageGUID_not_contains: String\r\n  metaPropertyPageGUID_starts_with: String\r\n  metaPropertyPageGUID_not_starts_with: String\r\n  metaPropertyPageGUID_ends_with: String\r\n  metaPropertyPageGUID_not_ends_with: String\r\n  metaPropertyPageType: MetaPropertyPageMetaPropertyPageTypeEnum\r\n  metaPropertyPageType_not: MetaPropertyPageMetaPropertyPageTypeEnum\r\n  metaPropertyPageType_in: [MetaPropertyPageMetaPropertyPageTypeEnum!]\r\n  metaPropertyPageType_not_in: [MetaPropertyPageMetaPropertyPageTypeEnum!]\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  mOFType: MetaPropertyPageMOFTypeEnum\r\n  mOFType_not: MetaPropertyPageMOFTypeEnum\r\n  mOFType_in: [MetaPropertyPageMOFTypeEnum!]\r\n  mOFType_not_in: [MetaPropertyPageMOFTypeEnum!]\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  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  metaClass_some: [MetaPropertyPageFilter!]\r\n}\r\n\r\nenum MetaPropertyPageMetaPropertyPageTypeEnum {\r\n  MultipleAssessment\r\n  DirectAssessment\r\n}\r\n\r\nenum MetaPropertyPageMOFTypeEnum {\r\n  Standard\r\n  Stereotype\r\n}\r\n\r\nenum MetaPropertyPageTypeEnumFilter {\r\n  MultipleAssessment\r\n  DirectAssessment\r\n}\r\n\r\nenum MetaProtectionEnumFilter {\r\n  Active\r\n  Unactive\r\n  Active\r\n}\r\n\r\nenum MetaUsageEnumFilter {\r\n  Business\r\n  Technical\r\n}\r\n\r\n# The `Milliseconds` scalar type represents a period of time represented as the total number of milliseconds.\r\nscalar Milliseconds\r\n\r\nenum MinorToMajorDefaultBehaviorEnumFilter {\r\n  Abort\r\n  Deep\r\n  Standard\r\n  Link\r\n}\r\n\r\nenum MOFTypeEnumFilter {\r\n  Standard\r\n  Stereotype\r\n}\r\n\r\ntype Mutation {\r\n  createLanguage(language: InputLanguage!, creationMode: creationMode): Language!\r\n  updateLanguage(id: String!, language: InputLanguage!): Language!\r\n  deleteLanguage(id: String!, cascade: Boolean): Language\r\n  createOperator(operator: InputOperator!, creationMode: creationMode): Operator!\r\n  updateOperator(id: String!, operator: InputOperator!): Operator!\r\n  deleteOperator(id: String!, cascade: Boolean): Operator\r\n  createMetaAttribute(metaAttribute: InputMetaAttribute!, creationMode: creationMode): MetaAttribute!\r\n  updateMetaAttribute(id: String!, metaAttribute: InputMetaAttribute!): MetaAttribute!\r\n  deleteMetaAttribute(id: String!, cascade: Boolean): MetaAttribute\r\n  createMetaClass(metaClass: InputMetaClass!, creationMode: creationMode): MetaClass!\r\n  updateMetaClass(id: String!, metaClass: InputMetaClass!): MetaClass!\r\n  deleteMetaClass(id: String!, cascade: Boolean): MetaClass\r\n  createMetaAssociation(metaAssociation: InputMetaAssociation!, creationMode: creationMode): MetaAssociation!\r\n  updateMetaAssociation(id: String!, metaAssociation: InputMetaAssociation!): MetaAssociation!\r\n  deleteMetaAssociation(id: String!, cascade: Boolean): MetaAssociation\r\n  createMetaAssociationEnd(metaAssociationEnd: InputMetaAssociationEnd!, creationMode: creationMode): MetaAssociationEnd!\r\n  updateMetaAssociationEnd(id: String!, metaAssociationEnd: InputMetaAssociationEnd!): MetaAssociationEnd!\r\n  deleteMetaAssociationEnd(id: String!, cascade: Boolean): MetaAssociationEnd\r\n  createSystemDiagram(systemDiagram: InputSystemDiagram!, creationMode: creationMode): SystemDiagram!\r\n  updateSystemDiagram(id: String!, systemDiagram: InputSystemDiagram!): SystemDiagram!\r\n  deleteSystemDiagram(id: String!, cascade: Boolean): SystemDiagram\r\n  createMetaModel(metaModel: InputMetaModel!, creationMode: creationMode): MetaModel!\r\n  updateMetaModel(id: String!, metaModel: InputMetaModel!): MetaModel!\r\n  deleteMetaModel(id: String!, cascade: Boolean): MetaModel\r\n  createMetaAssociationType(metaAssociationType: InputMetaAssociationType!, creationMode: creationMode): MetaAssociationType!\r\n  updateMetaAssociationType(id: String!, metaAssociationType: InputMetaAssociationType!): MetaAssociationType!\r\n  deleteMetaAssociationType(id: String!, cascade: Boolean): MetaAssociationType\r\n  createMetaAttributeValue(metaAttributeValue: InputMetaAttributeValue!, creationMode: creationMode): MetaAttributeValue!\r\n  updateMetaAttributeValue(id: String!, metaAttributeValue: InputMetaAttributeValue!): MetaAttributeValue!\r\n  deleteMetaAttributeValue(id: String!, cascade: Boolean): MetaAttributeValue\r\n  createMetaPicture(metaPicture: InputMetaPicture!, creationMode: creationMode): MetaPicture!\r\n  updateMetaPicture(id: String!, metaPicture: InputMetaPicture!): MetaPicture!\r\n  deleteMetaPicture(id: String!, cascade: Boolean): MetaPicture\r\n  createMetaCommandManager(metaCommandManager: InputMetaCommandManager!, creationMode: creationMode): MetaCommandManager!\r\n  updateMetaCommandManager(id: String!, metaCommandManager: InputMetaCommandManager!): MetaCommandManager!\r\n  deleteMetaCommandManager(id: String!, cascade: Boolean): MetaCommandManager\r\n  createMetaPropertyPage(metaPropertyPage: InputMetaPropertyPage!, creationMode: creationMode): MetaPropertyPage!\r\n  updateMetaPropertyPage(id: String!, metaPropertyPage: InputMetaPropertyPage!): MetaPropertyPage!\r\n  deleteMetaPropertyPage(id: String!, cascade: Boolean): MetaPropertyPage\r\n  createMetaAttributeGroup(metaAttributeGroup: InputMetaAttributeGroup!, creationMode: creationMode): MetaAttributeGroup!\r\n  updateMetaAttributeGroup(id: String!, metaAttributeGroup: InputMetaAttributeGroup!): MetaAttributeGroup!\r\n  deleteMetaAttributeGroup(id: String!, cascade: Boolean): MetaAttributeGroup\r\n  createSystemBusinessDocumentVersion(systemBusinessDocumentVersion: InputSystemBusinessDocumentVersion!, creationMode: creationMode): SystemBusinessDocumentVersion!\r\n  updateSystemBusinessDocumentVersion(id: String!, systemBusinessDocumentVersion: InputSystemBusinessDocumentVersion!): SystemBusinessDocumentVersion!\r\n  deleteSystemBusinessDocumentVersion(id: String!, cascade: Boolean): SystemBusinessDocumentVersion\r\n  createSystemBusinessDocument(systemBusinessDocument: InputSystemBusinessDocument!, creationMode: creationMode): SystemBusinessDocument!\r\n  updateSystemBusinessDocument(id: String!, systemBusinessDocument: InputSystemBusinessDocument!): SystemBusinessDocument!\r\n  deleteSystemBusinessDocument(id: String!, cascade: Boolean): SystemBusinessDocument\r\n  createMacro(macro: InputMacro!, creationMode: creationMode): Macro!\r\n  updateMacro(id: String!, macro: InputMacro!): Macro!\r\n  deleteMacro(id: String!, cascade: Boolean): Macro\r\n  createBusinessDocumentPattern(businessDocumentPattern: InputBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n  updateBusinessDocumentPattern(id: String!, businessDocumentPattern: InputBusinessDocumentPattern!): BusinessDocumentPattern!\r\n  deleteBusinessDocumentPattern(id: String!, cascade: Boolean): BusinessDocumentPattern\r\n  createDocumentCategory(documentCategory: InputDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n  updateDocumentCategory(id: String!, documentCategory: InputDocumentCategory!): DocumentCategory!\r\n  deleteDocumentCategory(id: String!, cascade: Boolean): DocumentCategory\r\n  createDiagram(diagram: InputDiagram!, creationMode: creationMode): Diagram!\r\n  updateDiagram(id: String!, diagram: InputDiagram!): Diagram!\r\n  deleteDiagram(id: String!, cascade: Boolean): Diagram\r\n  createExcelTemplate(excelTemplate: InputExcelTemplate!, creationMode: creationMode): ExcelTemplate!\r\n  updateExcelTemplate(id: String!, excelTemplate: InputExcelTemplate!): ExcelTemplate!\r\n  deleteExcelTemplate(id: String!, cascade: Boolean): ExcelTemplate\r\n}\r\n\r\nenum NameAppearanceEnumFilter {\r\n  longname\r\n  shortname\r\n}\r\n\r\nenum NatureEnumFilter {\r\n  ApplicationSystemEnvironmentDiagram\r\n  OperationalInteractionScenarioDiagram\r\n  SystemInteractionScenarioDiagram\r\n  BusinessCapabilityMapSite\r\n  OperationalScenarioDiagram\r\n  BusinessInformationAreaConceptDiagram\r\n  OperationalScenarioEnvironment\r\n  TOGAFNetworkedComputingHardwareDiagram\r\n  BusinessFunctionDiagram\r\n  ApplicationUsageViewPointDiagram\r\n  GenericGanttDiagram\r\n  ApplicationTreeDiagramATD\r\n  BusinessInformationAreaStructureDiagram\r\n  FunctionalityDiagram\r\n  FunctionalProcessTreeDiagram\r\n  TechnicalArchitectureDiagram\r\n  BPMNProcessdiagramGRC\r\n  RelationDataAreaTableDiagram\r\n  OrganizationalChartGRC\r\n  PortfolioDiagram\r\n  SitetreeGRC\r\n  SoftwarediagramGRC\r\n  TOGAFProcessingDiagram\r\n  HardwareAssemblyStructureDiagram\r\n  BusinessCapacityMapSite\r\n  ScenarioofApplicationEnvironmentFlowsDiagram\r\n  DataAreaStructureDiagram\r\n  FlowAssessmentDiagramSites\r\n  BusinessCapabilityMapDiagram\r\n  DataMapDiagram\r\n  FunctionalityMapDiagram\r\n  BusinessCapabilityMapBusinessProcess\r\n  OrganizationalProcessDiagram\r\n  ScenarioofITServiceFlowsDiagram\r\n  HardwareFunctionalityDiagram\r\n  HardwareFunctionalityMapDiagram\r\n  RiskMapDiagram\r\n  ImplementationandDeploymentViewpointDiagram\r\n  NodeInfrastructureViewpointDiagram\r\n  ComponentDiagram\r\n  OrganizationViewpoint\r\n  StrategicModelDiagram\r\n  OverviewofTechnicalInfrastructure\r\n  TOGAFUseCaseDiagram\r\n  Organizational_UnitTreeDiagram\r\n  DataAreaEntityDiagram\r\n  RelationalDataAreaStructureDiagram\r\n  MasterPlanDefinitionDiagram\r\n  SolManScenarioDiagram\r\n  BusinessServiceStructureDiagram\r\n  LayoutDesign\r\n  TOGAFApplicationandUserLocationDiagram\r\n  ActivityDiagram\r\n  Micro_ServiceStructureDiagram\r\n  SolManProjectDiagram\r\n  TOGAFDataMigrationDiagram\r\n  ApplicationEnvironmentUseCaseDiagram\r\n  TOGAFBusinessServiceInformationDiagram\r\n  MasterPlanDiagram\r\n  RelationalDataMapDiagram\r\n  CapabilityTreeDiagram\r\n  IoTDeviceAssemblyDiagram\r\n  ITServiceStructureDiagram\r\n  MasterPlanGanttDiagram\r\n  ServiceRealizationViewpointDiagram\r\n  CompositeStructureDiagram\r\n  DataAreaStructureDiagram\r\n  ScenarioofApplicationSystemFlows\r\n  DataDiagramIDEFOneX\r\n  ApplicationArchitectureEnvironmentReport\r\n  ExchangeDiagramBPMN\r\n  ScenarioofSystemofResourceSystems\r\n  ScenarioofSystemofResources\r\n  ConceptStructureDiagram\r\n  ResourceArchitectureAssemblyDiagram\r\n  SiteOrganizationalChart\r\n  TOGAFClassDiagram\r\n  TOGAFSoftwareDistributionDiagram\r\n  FunctionalDiagram\r\n  BatchProgramStructureDiagram\r\n  TOGAFProcessSystemRealizationDiagram\r\n  ConceptTypeStructureDiagram\r\n  WorkflowDiagramBPMNZero_Nine\r\n  ArchiMateDiagram\r\n  ExchangeContractDiagramBPMN\r\n  GeographicalRiskMap\r\n  ResourceArchitectureEnvironmentDiagram\r\n  SkillDiagram\r\n  BusinessCapabilityMapPortfolio\r\n  MappingDiagram\r\n  DataDiagramMerise\r\n  ProjectImpactDiagram\r\n  TOGAFBusinessFootprintDiagram\r\n  ResourceConfigurationDiagram\r\n  OverviewofApplications\r\n  ApplicationSystemStructureDiagram\r\n  ComputingDeviceAssemblyDiagram\r\n  CityPlanningZoningDiagram\r\n  ActorCo_operationViewpoint\r\n  Sketching\r\n  ITTechnicalDevicediagram\r\n  TOGAFClassHierachyDiagram\r\n  CustomerJourneyMap\r\n  Cityplanningdiagram\r\n  DeviceInfrastructureViewpointDiagram\r\n  RiskScenarioDiagram\r\n  LibraryDiagram\r\n  OverviewofSites\r\n  ObjectDiagram\r\n  ScenarioofMicro_ServiceFlowsDiagram\r\n  BusinessCapabilityMapPortfolio\r\n  FlowAssessmentDiagramCityPlanningsAreas\r\n  TOGAFOrganizationDecompositionDiagram\r\n  TechnicalArchitectureDiagram\r\n  WorkInstructions\r\n  ProcessDiagram\r\n  TechnicalInfrastructureDiagram\r\n  ObjectiveRequirementDiagram\r\n  ProcessOrg_UnitsDiagram\r\n  ApplicationEnvironmentDiagram\r\n  StateMachineDiagram\r\n  TOGAFSoftwareEngineeringDiagram\r\n  ServiceInteractionScenarioDiagram\r\n  CapabilityStructureDiagram\r\n  BusinessCapabilityMapOrg_Unit\r\n  Micro_ServiceScenarioSequenceDiagram\r\n  DeploymentDiagram\r\n  SiteTreeDiagram\r\n  Organizational_UnitStructureDiagram\r\n  ApplicationInternalArchitectureDiagram\r\n  BrokerDiagram\r\n  OverviewofObjectivesandProjects\r\n  ApplicationSystemScenarioSequenceDiagram\r\n  SolManProcessDiagram\r\n  ResourceArchitectureStructureDiagram\r\n  SequenceDiagramUMLTwo\r\n  BusinessCapabilityDecompositionTree\r\n  ITServiceScenarioSequenceDiagram\r\n  BusinessArchitectureEnvironmentDiagram\r\n  EnterpriseStageStrategyDiagram\r\n  BusinessInformationMap\r\n  DataDiagram\r\n  IndividualConceptStructureDiagram\r\n  SchedulingDiagram\r\n  ProjectObjectiveandRequirementDiagram\r\n  BusinessFunctionTreeDiagram\r\n  OperationalScenarioSequenceDiagram\r\n  TOGAFProcessFlowDiagram\r\n  ServiceArchitectureDiagram\r\n  FlowAssessmentDiagramBusinessFunctions\r\n  InterfaceDiagram\r\n  ApplicationEnvironmentReport\r\n  SequenceDiagram\r\n  OverviewofBusinessFunctions\r\n  ObjectiveAlignmentDiagram\r\n  BusinessFunctionViewpoint\r\n  ProcessApplicationArchitectureDiagram\r\n  OrganizationalProcessTreeDiagram\r\n  TOGAFEnvironmentsandLocationsDiagram\r\n  ActivityDecompositionDiagram\r\n  ActivityImplementationDiagram\r\n  BusinessCapabilityMapOrg_Unit\r\n  BusinessCapabilityMapTechnology\r\n  ResourceArchitectureTreeDiagram\r\n  ApplicationBehaviorViewPointDiagram\r\n  JobFunctionSheet\r\n  ConceptLifeCycleStructureDiagram\r\n  BatchPlanningStructureDiagram\r\n  AppianOrganizationalProcessDiagram\r\n  TechnicalArchitectureDiagram\r\n  AppianSystemProcessdiagram\r\n  EnterprisePhaseTreeDiagram\r\n  BusinessProcessViewpoint\r\n  TOGAFDataLifecycleDiagram\r\n  SystemProcessDiagram\r\n  GlobalApplicationFlowMap\r\n  ValueStreamDiagram\r\n  ScenarioofApplicationFlowsDiagram\r\n  ApplicationCo_operationViewpointDiagram\r\n  ProductViewPointDiagram\r\n  ClassDiagram\r\n  TOGAFGoalObjectiveServiceDiagram\r\n  StateDiagram\r\n  ApplicationStructureDiagram\r\n  TOGAFDataSecurityDiagram\r\n  ConceptualCommunicationModel\r\n  FlowModel\r\n  ConceptualDataModel\r\n  OrganizationalDataModel\r\n  ConceptualProcessModel\r\n  Flowchart\r\n  ConceptualTree\r\n  OrganizationalChart\r\n  ApplicationArchitectureDiagram\r\n  ToolBranchingModel\r\n  InteractiveToolModel\r\n  ExternalDataView\r\n  RelationalDiagram\r\n  CodasylLogicalDataModel\r\n  LogicalDataModel\r\n  UseCaseDiagram\r\n  ApplicationTree\r\n  ObjectLifeCycle\r\n  NonInteractiveToolModel\r\n  AuthorizationTree\r\n  BatchPlanningDiagram\r\n  ChainModel\r\n  TechnicalArchitectureDiagram\r\n  BusinessServiceTreeDiagram\r\n  BusinessFunctionalAreaDiagram\r\n  TOGAFPlatformDecompositionDiagram\r\n  ApplicationEnvironment\r\n  CommunicationDiagram\r\n  ObjectiveandRequirementdiagram\r\n  ActivityDiagramUMLTwo\r\n  ApplicationStructureViewpointDiagram\r\n  InteractionOverviewDiagram\r\n  LogicalApplicationSystemEnvironmentDiagram\r\n  Org_UnitOrganizationalChart\r\n  BusinessCapabilityMapBusinessProcess\r\n  SystemImpactDiagram\r\n  TOGAFApplicationCommunicationDiagram\r\n  TOGAFEventDiagram\r\n  SystemProcessTreeDiagram\r\n  BusinessProcessEnvironmentDiagram\r\n  TOGAFDataDisseminationDiagram\r\n  WorkflowDiagram\r\n  TOGAFFunctionalDecompositionDiagram\r\n  RiskDiagram\r\n  StateConceptStructureDiagram\r\n  ReportDiagram\r\n  ServiceTaxonomyDiagram\r\n  Cause_and_EffectDiagram\r\n  GeneralOrganizationalChart\r\n  TimelineDiagram\r\n  BusinessFunctionStructureDiagram\r\n  OrganizationEnvironmentDiagram\r\n  TOGAFEnterpriseManageabilityDiagram\r\n  SequenceDiagramSBP\r\n  PackageDiagram\r\n  CollaborationDiagram\r\n  IDEFDataAreaDiagram\r\n  TOGAFCommunicationsEngineeringDiagram\r\n  InfrastructureUsageViewPointDiagram\r\n  OverviewofBusinessProcesses\r\n  ApplicationSystemEnvironmentScenario\r\n  LogicalApplicationSystemStructureDiagram\r\n  TechnicalFunctionalityDiagram\r\n  TechnicalFunctionalityMapDiagram\r\n  UserInterfaceDiagram\r\n  OrganizationalProcessViewpoint\r\n  BusinessProcessComponentDiagram\r\n  LayeredViewpointDiagram\r\n  BusinessProcessDiagram\r\n  ProjectCompositionDiagram\r\n  ApplicationEnvironmentScenarioSequenceDiagram\r\n  ArtifactAssemblyDiagram\r\n  InformationStructureViewpointDiagram\r\n  BusinessProcessCo_operationViewpointDiagram\r\n  InfrastructureAssemblyStructureDiagram\r\n  DataDiagramI_E\r\n  BusinessFunctionHierarchyDiagram\r\n  InteractionScenarioDiagram\r\n  BusinessProcessFunctionalDiagram\r\n  BusinessProcessImplementationDiagram\r\n  ApplicationScenarioSequenceDiagram\r\n  SkillMapDiagram\r\n  InteractionDefinitionDiagram\r\n}\r\n\r\nenum OpDiscriminatingEnumFilter {\r\n  WeaklyCompound\r\n  NoCompound\r\n  Discriminating\r\n  NotDiscriminating\r\n}\r\n\r\ntype Operator {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  opNature: OperatorOpNatureEnum\r\n  operatorDefinitionMode: OperatorOperatorDefinitionModeEnum\r\n  minorToMajorDefaultBehavior: OperatorMinorToMajorDefaultBehaviorEnum\r\n  majorToMinorDefaultBehavior: OperatorMajorToMinorDefaultBehaviorEnum\r\n  opDiscriminating: OperatorOpDiscriminatingEnum\r\n  opPreview: OperatorOpPreviewEnum\r\n  defaultPerimeter: String\r\n  settings: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaAssociationType(filter: filterMetaAssociationType, orderBy: [orderByMetaAssociationType]): [MetaAssociationType]\r\n}\r\n\r\nenum OperatorDefinitionModeEnumFilter {\r\n  AssociationOnly\r\n  AssociationorLinkType\r\n}\r\n\r\ninput OperatorFilter {\r\n  and: [OperatorFilter!]\r\n  or: [OperatorFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  opNature: OperatorOpNatureEnum\r\n  opNature_not: OperatorOpNatureEnum\r\n  opNature_in: [OperatorOpNatureEnum!]\r\n  opNature_not_in: [OperatorOpNatureEnum!]\r\n  operatorDefinitionMode: OperatorOperatorDefinitionModeEnum\r\n  operatorDefinitionMode_not: OperatorOperatorDefinitionModeEnum\r\n  operatorDefinitionMode_in: [OperatorOperatorDefinitionModeEnum!]\r\n  operatorDefinitionMode_not_in: [OperatorOperatorDefinitionModeEnum!]\r\n  minorToMajorDefaultBehavior: OperatorMinorToMajorDefaultBehaviorEnum\r\n  minorToMajorDefaultBehavior_not: OperatorMinorToMajorDefaultBehaviorEnum\r\n  minorToMajorDefaultBehavior_in: [OperatorMinorToMajorDefaultBehaviorEnum!]\r\n  minorToMajorDefaultBehavior_not_in: [OperatorMinorToMajorDefaultBehaviorEnum!]\r\n  majorToMinorDefaultBehavior: OperatorMajorToMinorDefaultBehaviorEnum\r\n  majorToMinorDefaultBehavior_not: OperatorMajorToMinorDefaultBehaviorEnum\r\n  majorToMinorDefaultBehavior_in: [OperatorMajorToMinorDefaultBehaviorEnum!]\r\n  majorToMinorDefaultBehavior_not_in: [OperatorMajorToMinorDefaultBehaviorEnum!]\r\n  opDiscriminating: OperatorOpDiscriminatingEnum\r\n  opDiscriminating_not: OperatorOpDiscriminatingEnum\r\n  opDiscriminating_in: [OperatorOpDiscriminatingEnum!]\r\n  opDiscriminating_not_in: [OperatorOpDiscriminatingEnum!]\r\n  opPreview: OperatorOpPreviewEnum\r\n  opPreview_not: OperatorOpPreviewEnum\r\n  opPreview_in: [OperatorOpPreviewEnum!]\r\n  opPreview_not_in: [OperatorOpPreviewEnum!]\r\n  defaultPerimeter: String\r\n  defaultPerimeter_not: String\r\n  defaultPerimeter_in: [String!]\r\n  defaultPerimeter_not_in: [String!]\r\n  defaultPerimeter_lt: String\r\n  defaultPerimeter_lte: String\r\n  defaultPerimeter_gt: String\r\n  defaultPerimeter_gte: String\r\n  defaultPerimeter_contains: String\r\n  defaultPerimeter_not_contains: String\r\n  defaultPerimeter_starts_with: String\r\n  defaultPerimeter_not_starts_with: String\r\n  defaultPerimeter_ends_with: String\r\n  defaultPerimeter_not_ends_with: String\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  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  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  metaAssociationType_some: [OperatorFilter!]\r\n}\r\n\r\nenum OperatorMajorToMinorDefaultBehaviorEnum {\r\n  Abort\r\n  Deep\r\n  Standard\r\n  Link\r\n}\r\n\r\nenum OperatorMinorToMajorDefaultBehaviorEnum {\r\n  Abort\r\n  Deep\r\n  Standard\r\n  Link\r\n}\r\n\r\nenum OperatorOpDiscriminatingEnum {\r\n  WeaklyCompound\r\n  NoCompound\r\n  Discriminating\r\n  NotDiscriminating\r\n}\r\n\r\nenum OperatorOperatorDefinitionModeEnum {\r\n  AssociationOnly\r\n  AssociationorLinkType\r\n}\r\n\r\nenum OperatorOpNatureEnum {\r\n  Method\r\n  ToolDeprecated\r\n  Atomic\r\n  Compound\r\n}\r\n\r\nenum OperatorOpPreviewEnum {\r\n  Inactive\r\n  Active\r\n}\r\n\r\nenum OpNatureEnumFilter {\r\n  Method\r\n  ToolDeprecated\r\n  Atomic\r\n  Compound\r\n}\r\n\r\nenum OpPreviewEnumFilter {\r\n  Inactive\r\n  Active\r\n}\r\n\r\nenum orderByBusinessDocumentPattern {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  ciphered_ASC\r\n  ciphered_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByDiagram {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  cardinal_ASC\r\n  cardinal_DESC\r\n  dB_ASC\r\n  dB_DESC\r\n  nature_ASC\r\n  nature_DESC\r\n  diagramwithAutomaticLoading_ASC\r\n  diagramwithAutomaticLoading_DESC\r\n  diagramAvailability_ASC\r\n  diagramAvailability_DESC\r\n  shapesVersion_ASC\r\n  shapesVersion_DESC\r\n  editionMode_ASC\r\n  editionMode_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByDocumentCategory {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByExcelTemplate {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByLanguage {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  languageCharacteristics_ASC\r\n  languageCharacteristics_DESC\r\n  languageCode_ASC\r\n  languageCode_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMacro {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\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  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaAssociation {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  metaDeprecated_ASC\r\n  metaDeprecated_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  metaProtection_ASC\r\n  metaProtection_DESC\r\n  majorAssociationEndName_ASC\r\n  majorAssociationEndName_DESC\r\n  metaAssociationNature_ASC\r\n  metaAssociationNature_DESC\r\n  minorAssociationEndName_ASC\r\n  minorAssociationEndName_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  location_ASC\r\n  location_DESC\r\n  longevity_ASC\r\n  longevity_DESC\r\n  majorMetaClassName_ASC\r\n  majorMetaClassName_DESC\r\n  minorMetaClassName_ASC\r\n  minorMetaClassName_DESC\r\n  physicalStorage_ASC\r\n  physicalStorage_DESC\r\n  mOFType_ASC\r\n  mOFType_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  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaAssociationEnd {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_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  metaProtection_ASC\r\n  metaProtection_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  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaAssociationType {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  nameconvention61_ASC\r\n  nameconvention61_DESC\r\n  legOrderMajor_ASC\r\n  legOrderMajor_DESC\r\n  legOrderMinor_ASC\r\n  legOrderMinor_DESC\r\n  commentMajor_ASC\r\n  commentMajor_DESC\r\n  commentMinor_ASC\r\n  commentMinor_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaAttribute {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_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  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  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaAttributeGroup {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  mOFType_ASC\r\n  mOFType_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaAttributeValue {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  internalValue_ASC\r\n  internalValue_DESC\r\n  rGBColor_ASC\r\n  rGBColor_DESC\r\n  valueName_ASC\r\n  valueName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaClass {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  metaProtection_ASC\r\n  metaProtection_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  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  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaCommandManager {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaModel {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  metaModelKind_ASC\r\n  metaModelKind_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaPicture {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  pictureCondition_ASC\r\n  pictureCondition_DESC\r\n  diagramTypeShapeFile_ASC\r\n  diagramTypeShapeFile_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMetaPropertyPage {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  uIPermissions_ASC\r\n  uIPermissions_DESC\r\n  metaPropertyPageGUID_ASC\r\n  metaPropertyPageGUID_DESC\r\n  metaPropertyPageType_ASC\r\n  metaPropertyPageType_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  mOFType_ASC\r\n  mOFType_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByOperator {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  opNature_ASC\r\n  opNature_DESC\r\n  operatorDefinitionMode_ASC\r\n  operatorDefinitionMode_DESC\r\n  minorToMajorDefaultBehavior_ASC\r\n  minorToMajorDefaultBehavior_DESC\r\n  majorToMinorDefaultBehavior_ASC\r\n  majorToMinorDefaultBehavior_DESC\r\n  opDiscriminating_ASC\r\n  opDiscriminating_DESC\r\n  opPreview_ASC\r\n  opPreview_DESC\r\n  defaultPerimeter_ASC\r\n  defaultPerimeter_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderBySystemBusinessDocument {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  isCiphered_ASC\r\n  isCiphered_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderBySystemBusinessDocumentVersion {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  fileExtension_ASC\r\n  fileExtension_DESC\r\n  businessDocumentVersionName_ASC\r\n  businessDocumentVersionName_DESC\r\n  documentVersion_ASC\r\n  documentVersion_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderBySystemDiagram {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  mifCode_ASC\r\n  mifCode_DESC\r\n  systemNature_ASC\r\n  systemNature_DESC\r\n  shapesVersion_ASC\r\n  shapesVersion_DESC\r\n  systemDiagramAvailability_ASC\r\n  systemDiagramAvailability_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum PhysicalStorageEnumFilter {\r\n  Default\r\n  FKMetaAssociation\r\n  Encrypted\r\n}\r\n\r\ntype Query {\r\n  _currentContext: ContextType\r\n  language(filter: LanguageFilter, skip: Int, take: Int, orderBy: [orderByLanguage]): [Language]\r\n  operator(filter: OperatorFilter, skip: Int, take: Int, orderBy: [orderByOperator]): [Operator]\r\n  metaAttribute(filter: MetaAttributeFilter, skip: Int, take: Int, orderBy: [orderByMetaAttribute]): [MetaAttribute]\r\n  metaClass(filter: MetaClassFilter, skip: Int, take: Int, orderBy: [orderByMetaClass]): [MetaClass]\r\n  metaAssociation(filter: MetaAssociationFilter, skip: Int, take: Int, orderBy: [orderByMetaAssociation]): [MetaAssociation]\r\n  metaAssociationEnd(filter: MetaAssociationEndFilter, skip: Int, take: Int, orderBy: [orderByMetaAssociationEnd]): [MetaAssociationEnd]\r\n  systemDiagram(filter: SystemDiagramFilter, skip: Int, take: Int, orderBy: [orderBySystemDiagram]): [SystemDiagram]\r\n  metaModel(filter: MetaModelFilter, skip: Int, take: Int, orderBy: [orderByMetaModel]): [MetaModel]\r\n  metaAssociationType(filter: MetaAssociationTypeFilter, skip: Int, take: Int, orderBy: [orderByMetaAssociationType]): [MetaAssociationType]\r\n  metaAttributeValue(filter: MetaAttributeValueFilter, skip: Int, take: Int, orderBy: [orderByMetaAttributeValue]): [MetaAttributeValue]\r\n  metaPicture(filter: MetaPictureFilter, skip: Int, take: Int, orderBy: [orderByMetaPicture]): [MetaPicture]\r\n  metaCommandManager(filter: MetaCommandManagerFilter, skip: Int, take: Int, orderBy: [orderByMetaCommandManager]): [MetaCommandManager]\r\n  metaPropertyPage(filter: MetaPropertyPageFilter, skip: Int, take: Int, orderBy: [orderByMetaPropertyPage]): [MetaPropertyPage]\r\n  metaAttributeGroup(filter: MetaAttributeGroupFilter, skip: Int, take: Int, orderBy: [orderByMetaAttributeGroup]): [MetaAttributeGroup]\r\n  systemBusinessDocumentVersion(filter: SystemBusinessDocumentVersionFilter, skip: Int, take: Int, orderBy: [orderBySystemBusinessDocumentVersion]): [SystemBusinessDocumentVersion]\r\n  systemBusinessDocument(filter: SystemBusinessDocumentFilter, skip: Int, take: Int, orderBy: [orderBySystemBusinessDocument]): [SystemBusinessDocument]\r\n  macro(filter: MacroFilter, skip: Int, take: Int, orderBy: [orderByMacro]): [Macro]\r\n  businessDocumentPattern(filter: BusinessDocumentPatternFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n  documentCategory(filter: DocumentCategoryFilter, skip: Int, take: Int, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  diagram(filter: DiagramFilter, skip: Int, take: Int, orderBy: [orderByDiagram]): [Diagram]\r\n  excelTemplate(filter: ExcelTemplateFilter, skip: Int, take: Int, orderBy: [orderByExcelTemplate]): [ExcelTemplate]\r\n}\r\n\r\nenum ReadingaccessareaupdateEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum SavabilityEnumFilter {\r\n  Savable\r\n  Unsavable\r\n}\r\n\r\n# The `Seconds` scalar type represents a period of time represented as the total number of seconds.\r\nscalar Seconds\r\n\r\nenum ShapesVersionEnumFilter {\r\n  FromHOPEXVOneRThree\r\n  FromMEGATwoZeroZeroNine\r\n  BeforeMEGAFive_Two\r\n  FromMEGAFive_Two\r\n  FromMEGATwoZeroZeroFive\r\n}\r\n\r\nenum StringFormat {\r\n  HTML\r\n  RTF\r\n  RAW\r\n}\r\n\r\n# A System Business Document is a document which content does not depend on MEGA\r\n# Repository. This document can be a Word file, a PowerPoint file or any other\r\n# file. They depend on objects from System Database.\r\ntype SystemBusinessDocument {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  isCiphered: Boolean\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  excelTemplate(filter: filterExcelTemplate, orderBy: [orderByExcelTemplate]): [ExcelTemplate]\r\n  businessDocumentPattern_DocumentPattern(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n  documentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  systemBusinessDocumentVersion_SystemDocumentVersions(filter: filterSystemBusinessDocumentVersion, orderBy: [orderBySystemBusinessDocumentVersion]): [SystemBusinessDocumentVersion]\r\n}\r\n\r\ninput SystemBusinessDocumentFilter {\r\n  and: [SystemBusinessDocumentFilter!]\r\n  or: [SystemBusinessDocumentFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  isCiphered: Boolean\r\n  isCiphered_not: 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  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  excelTemplate_some: [SystemBusinessDocumentFilter!]\r\n  businessDocumentPattern_DocumentPattern_some: [SystemBusinessDocumentFilter!]\r\n  documentCategory_some: [SystemBusinessDocumentFilter!]\r\n  systemBusinessDocumentVersion_SystemDocumentVersions_some: [SystemBusinessDocumentFilter!]\r\n}\r\n\r\n# A version of a system document contains the content of the system document\r\n# itself. The system document version allow to access and reference different\r\n# valid versions for a same system document. \r\ntype SystemBusinessDocumentVersion {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  fileExtension: String\r\n  businessDocumentVersionName: String\r\n  documentVersion: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  systemBusinessDocument_SystemDocument(filter: filterSystemBusinessDocument, orderBy: [orderBySystemBusinessDocument]): [SystemBusinessDocument]\r\n}\r\n\r\ninput SystemBusinessDocumentVersionFilter {\r\n  and: [SystemBusinessDocumentVersionFilter!]\r\n  or: [SystemBusinessDocumentVersionFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  fileExtension: String\r\n  fileExtension_not: String\r\n  fileExtension_in: [String!]\r\n  fileExtension_not_in: [String!]\r\n  fileExtension_lt: String\r\n  fileExtension_lte: String\r\n  fileExtension_gt: String\r\n  fileExtension_gte: String\r\n  fileExtension_contains: String\r\n  fileExtension_not_contains: String\r\n  fileExtension_starts_with: String\r\n  fileExtension_not_starts_with: String\r\n  fileExtension_ends_with: String\r\n  fileExtension_not_ends_with: String\r\n  businessDocumentVersionName: String\r\n  businessDocumentVersionName_not: String\r\n  businessDocumentVersionName_in: [String!]\r\n  businessDocumentVersionName_not_in: [String!]\r\n  businessDocumentVersionName_lt: String\r\n  businessDocumentVersionName_lte: String\r\n  businessDocumentVersionName_gt: String\r\n  businessDocumentVersionName_gte: String\r\n  businessDocumentVersionName_contains: String\r\n  businessDocumentVersionName_not_contains: String\r\n  businessDocumentVersionName_starts_with: String\r\n  businessDocumentVersionName_not_starts_with: String\r\n  businessDocumentVersionName_ends_with: String\r\n  businessDocumentVersionName_not_ends_with: String\r\n  documentVersion: String\r\n  documentVersion_not: String\r\n  documentVersion_in: [String!]\r\n  documentVersion_not_in: [String!]\r\n  documentVersion_lt: String\r\n  documentVersion_lte: String\r\n  documentVersion_gt: String\r\n  documentVersion_gte: String\r\n  documentVersion_contains: String\r\n  documentVersion_not_contains: String\r\n  documentVersion_starts_with: String\r\n  documentVersion_not_starts_with: String\r\n  documentVersion_ends_with: String\r\n  documentVersion_not_ends_with: String\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  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  systemBusinessDocument_SystemDocument_some: [SystemBusinessDocumentVersionFilter!]\r\n}\r\n\r\nenum SystemComponentEnumFilter {\r\n  Internal\r\n  External\r\n  Scripts\r\n  Dispatch\r\n}\r\n\r\n# MetaClass for diagrams stored in the system repository.\r\ntype SystemDiagram {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  mifCode: String\r\n  systemNature: SystemDiagramSystemNatureEnum\r\n  shapesVersion: SystemDiagramShapesVersionEnum\r\n  systemDiagramAvailability: SystemDiagramSystemDiagramAvailabilityEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaClass_DescribedElement(filter: filterMetaClass, orderBy: [orderByMetaClass]): [MetaClass]\r\n  metaModel_DescribedElement(filter: filterMetaModel, orderBy: [orderByMetaModel]): [MetaModel]\r\n}\r\n\r\nenum SystemDiagramAvailabilityEnumFilter {\r\n  Available\r\n  Unavailable\r\n}\r\n\r\ninput SystemDiagramFilter {\r\n  and: [SystemDiagramFilter!]\r\n  or: [SystemDiagramFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\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  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  mifCode: String\r\n  mifCode_not: String\r\n  mifCode_in: [String!]\r\n  mifCode_not_in: [String!]\r\n  mifCode_lt: String\r\n  mifCode_lte: String\r\n  mifCode_gt: String\r\n  mifCode_gte: String\r\n  mifCode_contains: String\r\n  mifCode_not_contains: String\r\n  mifCode_starts_with: String\r\n  mifCode_not_starts_with: String\r\n  mifCode_ends_with: String\r\n  mifCode_not_ends_with: String\r\n  systemNature: SystemDiagramSystemNatureEnum\r\n  systemNature_not: SystemDiagramSystemNatureEnum\r\n  systemNature_in: [SystemDiagramSystemNatureEnum!]\r\n  systemNature_not_in: [SystemDiagramSystemNatureEnum!]\r\n  shapesVersion: SystemDiagramShapesVersionEnum\r\n  shapesVersion_not: SystemDiagramShapesVersionEnum\r\n  shapesVersion_in: [SystemDiagramShapesVersionEnum!]\r\n  shapesVersion_not_in: [SystemDiagramShapesVersionEnum!]\r\n  systemDiagramAvailability: SystemDiagramSystemDiagramAvailabilityEnum\r\n  systemDiagramAvailability_not: SystemDiagramSystemDiagramAvailabilityEnum\r\n  systemDiagramAvailability_in: [SystemDiagramSystemDiagramAvailabilityEnum!]\r\n  systemDiagramAvailability_not_in: [SystemDiagramSystemDiagramAvailabilityEnum!]\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  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  metaClass_DescribedElement_some: [SystemDiagramFilter!]\r\n  metaModel_DescribedElement_some: [SystemDiagramFilter!]\r\n}\r\n\r\nenum SystemDiagramShapesVersionEnum {\r\n  FromHOPEXVOneRThree\r\n  FromMEGATwoZeroZeroNine\r\n  BeforeMEGAFive_Two\r\n  FromMEGAFive_Two\r\n  FromMEGATwoZeroZeroFive\r\n}\r\n\r\nenum SystemDiagramSystemDiagramAvailabilityEnum {\r\n  Available\r\n  Unavailable\r\n}\r\n\r\nenum SystemDiagramSystemNatureEnum {\r\n  Visibilitymanagement\r\n  ProfileDiagram\r\n  PhaseSchedulingDiagram\r\n  Repositoryworkflow\r\n  AuthorizationDiagram\r\n  MetaModeldiagram\r\n  WorkflowDefinitionDiagram\r\n}\r\n\r\nenum SystemNatureEnumFilter {\r\n  Visibilitymanagement\r\n  ProfileDiagram\r\n  PhaseSchedulingDiagram\r\n  Repositoryworkflow\r\n  AuthorizationDiagram\r\n  MetaModeldiagram\r\n  WorkflowDefinitionDiagram\r\n}\r\n\r\nenum TranslatabilityEnumFilter {\r\n  Translatable\r\n  Untranslatable\r\n}\r\n\r\nenum TranslatabilityLevelEnumFilter {\r\n  Country\r\n  Terminology\r\n}\r\n"