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.
RESPONSES
status: OK
"directive @camelCase on FIELD\r\n\r\ndirective @capitalize on FIELD\r\n\r\ndirective @currency(\r\n format: String\r\n currency: String\r\n) on FIELD\r\n\r\ndirective @date(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @deburr on FIELD\r\n\r\ndirective @kebabCase on FIELD\r\n\r\ndirective @lowerFirst on FIELD\r\n\r\ndirective @number(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @pascalCase on FIELD\r\n\r\ndirective @phone(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @snakeCase on FIELD\r\n\r\ndirective @toLower on FIELD\r\n\r\ndirective @toUpper on FIELD\r\n\r\ndirective @trim on FIELD\r\n\r\ndirective @trimEnd on FIELD\r\n\r\ndirective @trimStart on FIELD\r\n\r\ndirective @upperFirst on FIELD\r\n\r\nenum AggregateFunctionType {\r\n COUNT\r\n COUNTBLANK\r\n}\r\n\r\nenum AggregateNumbersFunctionType {\r\n COUNT\r\n COUNTBLANK\r\n SUM\r\n AVERAGE\r\n MEDIAN\r\n MIN\r\n MAX\r\n}\r\n\r\nenum AtIndexEnum {\r\n Disable\r\n Unique\r\n UniqueCaseSensitive\r\n Sequence\r\n NotUnique\r\n}\r\n\r\nenum AtNatureEnum {\r\n Intrinsic\r\n Virtual\r\n VarMem\r\n Relative\r\n Set\r\n File\r\n}\r\n\r\ntype BusinessDocumentPattern implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n ciphered: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n systemBusinessDocument_SystemBusinessDocuments(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy]): [SystemBusinessDocument]\r\n systemBusinessDocument_SystemBusinessDocumentsAggregatedValues(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy]): [SystemBusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype BusinessDocumentPatternAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n ciphered(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessDocumentPatternFilter {\r\n defaultField_aec9cbcb4aa146268d2b0db4a4ddd88f: String\r\n and: [BusinessDocumentPatternFilter!]\r\n or: [BusinessDocumentPatternFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n ciphered: Boolean\r\n ciphered_not: Boolean\r\n ciphered_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n documentCategory_some: [DocumentCategoryFilter!]\r\n documentCategory_count: countFilter\r\n systemBusinessDocument_SystemBusinessDocuments_some: [SystemBusinessDocumentFilter!]\r\n systemBusinessDocument_SystemBusinessDocuments_count: countFilter\r\n}\r\n\r\nenum BusinessDocumentPatternOrderBy {\r\n name_ASC\r\n name_DESC\r\n ciphered_ASC\r\n ciphered_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum CandidateToIndexationEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum CardMaxEnum {\r\n Many\r\n OneenforcedIntegrity\r\n One\r\n}\r\n\r\ntype CurrentContextForMutationType {\r\n language: String!\r\n}\r\n\r\ntype CurrentContextType {\r\n userId: String\r\n databaseId: String\r\n libraryId: String\r\n profileId: String\r\n currencyCode: String\r\n currencyId: String\r\n language: String\r\n languageName: String\r\n languageId: String\r\n databaseLanguage: String\r\n databaseLanguageName: String\r\n databaseLanguageId: String\r\n systemLanguage: String\r\n systemLanguageName: String\r\n systemLanguageId: String\r\n workingEnvironmentTemplate: String\r\n workingEnvironmentGroupTemplate: String\r\n workingEnvironmentTopicTemplate: String\r\n workingEnvironment: String\r\n workingEnvironmentGroup: String\r\n workingEnvironmentTopic: String\r\n workingEnvironmentEntryPoint: String\r\n}\r\n\r\nenum CurrentNameServerSetupVersionEnum {\r\n VTwoROne\r\n Seven_TwoSPFour\r\n Seven_TwoSPFive\r\n Seven_Five\r\n}\r\n\r\nscalar CustomDate\r\n\r\ninput CustomFieldInput {\r\n id: String!\r\n value: String!\r\n}\r\n\r\nscalar CustomFloat\r\n\r\nscalar CustomInt\r\n\r\nenum DefaultMetaTextFormatEnum {\r\n XMLNotCompleted\r\n UTFEight\r\n CONDITION\r\n HTMLGRC\r\n ANSI\r\n CSV\r\n FIELD\r\n HTML\r\n RTF\r\n XML\r\n}\r\n\r\nenum DefaultSubstitutedMetaAttributeEnum {\r\n Authorization\r\n Name\r\n MetaClassIdAbs\r\n Comment\r\n}\r\n\r\ntype DeleteType {\r\n deletedCount: Int!\r\n}\r\n\r\nenum DetailedBehaviorEnum {\r\n EnablePictures\r\n DisablePictures\r\n Category\r\n Creation\r\n Mandatory\r\n Immutable\r\n Valid\r\n}\r\n\r\ntype DiagTabDefinition implements GraphQLObjectInterface {\r\n uIPermissions(format: StringFormat): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n}\r\n\r\ntype DiagTabDefinitionAggregatedValues {\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DiagTabDefinitionFilter {\r\n defaultField_a34ac71059934073bd64aa94d725928e: String\r\n and: [DiagTabDefinitionFilter!]\r\n or: [DiagTabDefinitionFilter!]\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n}\r\n\r\nenum DiagTabDefinitionOrderBy {\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DiagnosticType {\r\n platformName: String\r\n platformVersionNumber: String\r\n isCompiledMetamodel: Boolean\r\n systemInformationReport: String\r\n metamodelVersion: [MetamodelVersionType]\r\n userLoginId: String\r\n userLoginName: String\r\n userPersonSystemId: String\r\n userPersonSystemName: String\r\n userProfileId: String\r\n userProfileName: String\r\n userCommandLine: String\r\n profileCommandLine: String\r\n serverTimeZone: String\r\n serverDateFormat: String\r\n environmentName: String\r\n repositoryName: String\r\n schemaStandardMetaModelCompatibility: String\r\n schemaStandardFileDate: CustomDate\r\n schemaCustomFileDate: CustomDate\r\n schemaStandardLatestGeneration: CustomDate\r\n schemaCustomLatestGeneration: CustomDate\r\n}\r\n\r\ntype Diagram implements GraphQLObjectInterface {\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n cardinal: String\r\n dB: String\r\n nature(format: EnumFormat): NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability(format: EnumFormat): DiagramAvailabilityEnum\r\n shapesVersion(format: EnumFormat): ShapesVersionEnum\r\n editionMode(format: EnumFormat): EditionModeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaClass_DescribedMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_DescribedMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n}\r\n\r\ntype DiagramAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n cardinal(function: AggregateFunctionType): CustomFloat\r\n dB(function: AggregateFunctionType): CustomFloat\r\n nature(function: AggregateFunctionType): CustomFloat\r\n diagramWithAutomaticLoading(function: AggregateFunctionType): CustomFloat\r\n diagramAvailability(function: AggregateFunctionType): CustomFloat\r\n shapesVersion(function: AggregateFunctionType): CustomFloat\r\n editionMode(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum DiagramAvailabilityEnum {\r\n Available\r\n Unavailable\r\n}\r\n\r\ninput DiagramFilter {\r\n defaultField_86a0837589bf442581b96baafd362cc4: String\r\n and: [DiagramFilter!]\r\n or: [DiagramFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n 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 cardinal_empty: Boolean\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 dB_empty: Boolean\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n diagramWithAutomaticLoading: Boolean\r\n diagramWithAutomaticLoading_not: Boolean\r\n diagramWithAutomaticLoading_empty: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n diagramAvailability_not: DiagramAvailabilityEnum\r\n diagramAvailability_in: [DiagramAvailabilityEnum!]\r\n diagramAvailability_not_in: [DiagramAvailabilityEnum!]\r\n diagramAvailability_empty: Boolean\r\n shapesVersion: ShapesVersionEnum\r\n shapesVersion_not: ShapesVersionEnum\r\n shapesVersion_in: [ShapesVersionEnum!]\r\n shapesVersion_not_in: [ShapesVersionEnum!]\r\n shapesVersion_empty: Boolean\r\n editionMode: EditionModeEnum\r\n editionMode_not: EditionModeEnum\r\n editionMode_in: [EditionModeEnum!]\r\n editionMode_not_in: [EditionModeEnum!]\r\n editionMode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_DescribedMetaClass_some: [MetaClassFilter!]\r\n metaClass_DescribedMetaClass_count: countFilter\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n}\r\n\r\nenum DiagramOrderBy {\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DiagramType implements GraphQLObjectInterface {\r\n nature(format: EnumFormat): NatureEnum\r\n wizardImageFilename: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaClass_DescribedMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_DescribedMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValue]\r\n metaAttributeValueAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValueAggregatedValues]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n metaPattern_ModelZoomIn(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy]): [MetaPattern]\r\n metaPattern_ModelZoomInAggregatedValues(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy]): [MetaPatternAggregatedValues]\r\n viewpoint_Viewpoints(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [Viewpoint]\r\n viewpoint_ViewpointsAggregatedValues(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [ViewpointAggregatedValues]\r\n diagram(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagramAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n metaPicture(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPicture]\r\n metaPictureAggregatedValues(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPictureAggregatedValues]\r\n folderOfDiagramTypes_ParentFolder(filter: Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter, orderBy: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy]): [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramType]\r\n folderOfDiagramTypes_ParentFolderAggregatedValues(filter: Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter, orderBy: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy]): [FolderOfDiagramTypesAggregatedValues]\r\n metaPattern_ModelZoomOut(filter: Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter, orderBy: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy]): [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramType]\r\n metaPattern_ModelZoomOutAggregatedValues(filter: Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter, orderBy: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy]): [MetaPatternAggregatedValues]\r\n diagramTypeZoom(filter: Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter, orderBy: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy]): [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramType]\r\n diagramTypeZoomAggregatedValues(filter: Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter, orderBy: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n}\r\n\r\ntype DiagramTypeAggregatedValues {\r\n nature(function: AggregateFunctionType): CustomFloat\r\n wizardImageFilename(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ntype DiagramTypeBarGroup implements GraphQLObjectInterface {\r\n gUIName(language: Languages): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n}\r\n\r\ntype DiagramTypeBarGroupAggregatedValues {\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DiagramTypeBarGroupFilter {\r\n defaultField_c0441ce572a242ada7582ab2e5823c6f: String\r\n and: [DiagramTypeBarGroupFilter!]\r\n or: [DiagramTypeBarGroupFilter!]\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n}\r\n\r\nenum DiagramTypeBarGroupOrderBy {\r\n gUIName_ASC\r\n gUIName_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ninput DiagramTypeFilter {\r\n defaultField_cbc34922677e4a808328ae9278f3f603: String\r\n and: [DiagramTypeFilter!]\r\n or: [DiagramTypeFilter!]\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n wizardImageFilename: String\r\n wizardImageFilename_not: String\r\n wizardImageFilename_in: [String!]\r\n wizardImageFilename_not_in: [String!]\r\n wizardImageFilename_lt: String\r\n wizardImageFilename_lte: String\r\n wizardImageFilename_gt: String\r\n wizardImageFilename_gte: String\r\n wizardImageFilename_contains: String\r\n wizardImageFilename_not_contains: String\r\n wizardImageFilename_starts_with: String\r\n wizardImageFilename_not_starts_with: String\r\n wizardImageFilename_ends_with: String\r\n wizardImageFilename_not_ends_with: String\r\n wizardImageFilename_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_DescribedMetaClass_some: [MetaClassFilter!]\r\n metaClass_DescribedMetaClass_count: countFilter\r\n folderOfDiagramTypes_ParentFolder_some: [FolderOfDiagramTypesFilter!]\r\n folderOfDiagramTypes_ParentFolder_count: countFilter\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n metaPattern_ModelZoomIn_some: [MetaPatternFilter!]\r\n metaPattern_ModelZoomIn_count: countFilter\r\n metaPattern_ModelZoomOut_some: [MetaPatternFilter!]\r\n metaPattern_ModelZoomOut_count: countFilter\r\n viewpoint_Viewpoints_some: [ViewpointFilter!]\r\n viewpoint_Viewpoints_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n diagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_count: countFilter\r\n metaPicture_some: [MetaPictureFilter!]\r\n metaPicture_count: countFilter\r\n}\r\n\r\ntype DiagramTypeLink implements GraphQLObjectInterface {\r\n unidirectional: Boolean\r\n settings: String\r\n diagramTypeLinkLineStyle(format: EnumFormat): DiagramTypeLinkLineStyleEnum\r\n diagramTypeLinkLineBeginStyle(format: EnumFormat): DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle(format: EnumFormat): DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble(format: EnumFormat): DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner(format: EnumFormat): DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenStyle(format: EnumFormat): DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n diagramTypeLinkInsideConnection(format: EnumFormat): DiagramTypeLinkInsideConnectionEnum\r\n diagramTypeLinkReverseInReorganization(format: EnumFormat): DiagramTypeLinkReverseInReorganizationEnum\r\n diagramTypeLinkMetaClassSource: String\r\n diagramTypeLinkMetaClassTarget: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n}\r\n\r\ntype DiagramTypeLinkAggregatedValues {\r\n unidirectional(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkLineStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkLineBeginStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkLineEndStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkLineDouble(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkRoundedCorner(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkPenStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkPenColor(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkPenSize(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkBrushColor(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkInsideConnection(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkReverseInReorganization(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkMetaClassSource(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkMetaClassTarget(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DiagramTypeLinkFilter {\r\n defaultField_2890d91b51294b3485b40230629c85d9: String\r\n and: [DiagramTypeLinkFilter!]\r\n or: [DiagramTypeLinkFilter!]\r\n unidirectional: Boolean\r\n unidirectional_not: Boolean\r\n unidirectional_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n diagramTypeLinkLineStyle: DiagramTypeLinkLineStyleEnum\r\n diagramTypeLinkLineStyle_not: DiagramTypeLinkLineStyleEnum\r\n diagramTypeLinkLineStyle_in: [DiagramTypeLinkLineStyleEnum!]\r\n diagramTypeLinkLineStyle_not_in: [DiagramTypeLinkLineStyleEnum!]\r\n diagramTypeLinkLineStyle_empty: Boolean\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineBeginStyle_not: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineBeginStyle_in: [DiagramTypeLinkLineBeginStyleEnum!]\r\n diagramTypeLinkLineBeginStyle_not_in: [DiagramTypeLinkLineBeginStyleEnum!]\r\n diagramTypeLinkLineBeginStyle_empty: Boolean\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineEndStyle_not: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineEndStyle_in: [DiagramTypeLinkLineEndStyleEnum!]\r\n diagramTypeLinkLineEndStyle_not_in: [DiagramTypeLinkLineEndStyleEnum!]\r\n diagramTypeLinkLineEndStyle_empty: Boolean\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkLineDouble_not: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkLineDouble_in: [DiagramTypeLinkLineDoubleEnum!]\r\n diagramTypeLinkLineDouble_not_in: [DiagramTypeLinkLineDoubleEnum!]\r\n diagramTypeLinkLineDouble_empty: Boolean\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkRoundedCorner_not: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkRoundedCorner_in: [DiagramTypeLinkRoundedCornerEnum!]\r\n diagramTypeLinkRoundedCorner_not_in: [DiagramTypeLinkRoundedCornerEnum!]\r\n diagramTypeLinkRoundedCorner_empty: Boolean\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenStyle_not: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenStyle_in: [DiagramTypeLinkPenStyleEnum!]\r\n diagramTypeLinkPenStyle_not_in: [DiagramTypeLinkPenStyleEnum!]\r\n diagramTypeLinkPenStyle_empty: Boolean\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenColor_not: String\r\n diagramTypeLinkPenColor_in: [String!]\r\n diagramTypeLinkPenColor_not_in: [String!]\r\n diagramTypeLinkPenColor_lt: String\r\n diagramTypeLinkPenColor_lte: String\r\n diagramTypeLinkPenColor_gt: String\r\n diagramTypeLinkPenColor_gte: String\r\n diagramTypeLinkPenColor_contains: String\r\n diagramTypeLinkPenColor_not_contains: String\r\n diagramTypeLinkPenColor_starts_with: String\r\n diagramTypeLinkPenColor_not_starts_with: String\r\n diagramTypeLinkPenColor_ends_with: String\r\n diagramTypeLinkPenColor_not_ends_with: String\r\n diagramTypeLinkPenColor_empty: Boolean\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkPenSize_not: String\r\n diagramTypeLinkPenSize_in: [String!]\r\n diagramTypeLinkPenSize_not_in: [String!]\r\n diagramTypeLinkPenSize_lt: String\r\n diagramTypeLinkPenSize_lte: String\r\n diagramTypeLinkPenSize_gt: String\r\n diagramTypeLinkPenSize_gte: String\r\n diagramTypeLinkPenSize_contains: String\r\n diagramTypeLinkPenSize_not_contains: String\r\n diagramTypeLinkPenSize_starts_with: String\r\n diagramTypeLinkPenSize_not_starts_with: String\r\n diagramTypeLinkPenSize_ends_with: String\r\n diagramTypeLinkPenSize_not_ends_with: String\r\n diagramTypeLinkPenSize_empty: Boolean\r\n diagramTypeLinkBrushColor: String\r\n diagramTypeLinkBrushColor_not: String\r\n diagramTypeLinkBrushColor_in: [String!]\r\n diagramTypeLinkBrushColor_not_in: [String!]\r\n diagramTypeLinkBrushColor_lt: String\r\n diagramTypeLinkBrushColor_lte: String\r\n diagramTypeLinkBrushColor_gt: String\r\n diagramTypeLinkBrushColor_gte: String\r\n diagramTypeLinkBrushColor_contains: String\r\n diagramTypeLinkBrushColor_not_contains: String\r\n diagramTypeLinkBrushColor_starts_with: String\r\n diagramTypeLinkBrushColor_not_starts_with: String\r\n diagramTypeLinkBrushColor_ends_with: String\r\n diagramTypeLinkBrushColor_not_ends_with: String\r\n diagramTypeLinkBrushColor_empty: Boolean\r\n diagramTypeLinkInsideConnection: DiagramTypeLinkInsideConnectionEnum\r\n diagramTypeLinkInsideConnection_not: DiagramTypeLinkInsideConnectionEnum\r\n diagramTypeLinkInsideConnection_in: [DiagramTypeLinkInsideConnectionEnum!]\r\n diagramTypeLinkInsideConnection_not_in: [DiagramTypeLinkInsideConnectionEnum!]\r\n diagramTypeLinkInsideConnection_empty: Boolean\r\n diagramTypeLinkReverseInReorganization: DiagramTypeLinkReverseInReorganizationEnum\r\n diagramTypeLinkReverseInReorganization_not: DiagramTypeLinkReverseInReorganizationEnum\r\n diagramTypeLinkReverseInReorganization_in: [DiagramTypeLinkReverseInReorganizationEnum!]\r\n diagramTypeLinkReverseInReorganization_not_in: [DiagramTypeLinkReverseInReorganizationEnum!]\r\n diagramTypeLinkReverseInReorganization_empty: Boolean\r\n diagramTypeLinkMetaClassSource: String\r\n diagramTypeLinkMetaClassSource_not: String\r\n diagramTypeLinkMetaClassSource_in: [String!]\r\n diagramTypeLinkMetaClassSource_not_in: [String!]\r\n diagramTypeLinkMetaClassSource_lt: String\r\n diagramTypeLinkMetaClassSource_lte: String\r\n diagramTypeLinkMetaClassSource_gt: String\r\n diagramTypeLinkMetaClassSource_gte: String\r\n diagramTypeLinkMetaClassSource_contains: String\r\n diagramTypeLinkMetaClassSource_not_contains: String\r\n diagramTypeLinkMetaClassSource_starts_with: String\r\n diagramTypeLinkMetaClassSource_not_starts_with: String\r\n diagramTypeLinkMetaClassSource_ends_with: String\r\n diagramTypeLinkMetaClassSource_not_ends_with: String\r\n diagramTypeLinkMetaClassSource_empty: Boolean\r\n diagramTypeLinkMetaClassTarget: String\r\n diagramTypeLinkMetaClassTarget_not: String\r\n diagramTypeLinkMetaClassTarget_in: [String!]\r\n diagramTypeLinkMetaClassTarget_not_in: [String!]\r\n diagramTypeLinkMetaClassTarget_lt: String\r\n diagramTypeLinkMetaClassTarget_lte: String\r\n diagramTypeLinkMetaClassTarget_gt: String\r\n diagramTypeLinkMetaClassTarget_gte: String\r\n diagramTypeLinkMetaClassTarget_contains: String\r\n diagramTypeLinkMetaClassTarget_not_contains: String\r\n diagramTypeLinkMetaClassTarget_starts_with: String\r\n diagramTypeLinkMetaClassTarget_not_starts_with: String\r\n diagramTypeLinkMetaClassTarget_ends_with: String\r\n diagramTypeLinkMetaClassTarget_not_ends_with: String\r\n diagramTypeLinkMetaClassTarget_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n}\r\n\r\nenum DiagramTypeLinkInsideConnectionEnum {\r\n ComponentContainer\r\n ContainerComponent\r\n MasterSatellite\r\n SatelliteMaster\r\n CrossConnector\r\n}\r\n\r\nenum DiagramTypeLinkLineBeginStyleEnum {\r\n None\r\n SemicircleOut\r\n SimpleArrow\r\n SimpleArrowXTwo\r\n SimpleArrowXThree\r\n SimpleArrowFill\r\n SimpleArrowFillXTwo\r\n SimpleArrowFillXThree\r\n StealthArrow\r\n HalfArrow\r\n OpenArrowXTwoPlus\r\n SimpleArrowInvert\r\n SimpleArrowInvertFill\r\n DiamondDot\r\n Oval\r\n Square\r\n PlusXTwo\r\n DotPlus\r\n PlusOpen\r\n DotSimpleFill\r\n Cross\r\n SemicircleIn\r\n LineDot\r\n LineDotFill\r\n LineSemicircleIn\r\n DotFillOpen\r\n OpenArrowTwoWay\r\n StealthArrowFill\r\n TriangleArrow\r\n OpenArrow\r\n OpenArrowXTwo\r\n DiamondFill\r\n Diamond\r\n SquareFill\r\n OvalPlus\r\n ObliqueLine\r\n Plus\r\n CrowfootDot\r\n Crowfoot\r\n CrowfootPlus\r\n PlusDot\r\n OvalFill\r\n DotOpen\r\n}\r\n\r\nenum DiagramTypeLinkLineDoubleEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeLinkLineEndStyleEnum {\r\n DotOpen\r\n DiamondFill\r\n Diamond\r\n ObliqueLine\r\n OpenArrow\r\n OpenArrowXTwo\r\n Plus\r\n PlusDot\r\n SquareFill\r\n TriangleArrow\r\n None\r\n SemicircleOut\r\n Cross\r\n DiamondDot\r\n DotPlus\r\n DotSimpleFill\r\n HalfArrow\r\n OpenArrowXTwoPlus\r\n Oval\r\n PlusOpen\r\n PlusXTwo\r\n Square\r\n StealthArrowFill\r\n SimpleArrow\r\n SimpleArrowXTwo\r\n SimpleArrowXThree\r\n SimpleArrowFill\r\n SimpleArrowFillXTwo\r\n SimpleArrowFillXThree\r\n SimpleArrowInvert\r\n SimpleArrowInvertFill\r\n LineDot\r\n LineDotFill\r\n LineSemicircleIn\r\n SemicircleIn\r\n DotFillOpen\r\n OpenArrowTwoWay\r\n StealthArrow\r\n OvalFill\r\n OvalPlus\r\n Crowfoot\r\n CrowfootDot\r\n CrowfootPlus\r\n}\r\n\r\nenum DiagramTypeLinkLineStyleEnum {\r\n Orthogonal\r\n Perspective\r\n Single\r\n}\r\n\r\nenum DiagramTypeLinkOrderBy {\r\n unidirectional_ASC\r\n unidirectional_DESC\r\n settings_ASC\r\n settings_DESC\r\n diagramTypeLinkLineStyle_ASC\r\n diagramTypeLinkLineStyle_DESC\r\n diagramTypeLinkLineBeginStyle_ASC\r\n diagramTypeLinkLineBeginStyle_DESC\r\n diagramTypeLinkLineEndStyle_ASC\r\n diagramTypeLinkLineEndStyle_DESC\r\n diagramTypeLinkLineDouble_ASC\r\n diagramTypeLinkLineDouble_DESC\r\n diagramTypeLinkRoundedCorner_ASC\r\n diagramTypeLinkRoundedCorner_DESC\r\n diagramTypeLinkPenStyle_ASC\r\n diagramTypeLinkPenStyle_DESC\r\n diagramTypeLinkPenColor_ASC\r\n diagramTypeLinkPenColor_DESC\r\n diagramTypeLinkPenSize_ASC\r\n diagramTypeLinkPenSize_DESC\r\n diagramTypeLinkBrushColor_ASC\r\n diagramTypeLinkBrushColor_DESC\r\n diagramTypeLinkInsideConnection_ASC\r\n diagramTypeLinkInsideConnection_DESC\r\n diagramTypeLinkReverseInReorganization_ASC\r\n diagramTypeLinkReverseInReorganization_DESC\r\n diagramTypeLinkMetaClassSource_ASC\r\n diagramTypeLinkMetaClassSource_DESC\r\n diagramTypeLinkMetaClassTarget_ASC\r\n diagramTypeLinkMetaClassTarget_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum DiagramTypeLinkPenStyleEnum {\r\n Dot\r\n Dash\r\n DashDot\r\n DashDotDot\r\n Standard\r\n}\r\n\r\nenum DiagramTypeLinkReverseInReorganizationEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeLinkRoundedCornerEnum {\r\n No\r\n Yes\r\n}\r\n\r\ntype DiagramTypeObject implements GraphQLObjectInterface {\r\n settings: String\r\n diagramTypeShapeFile: String\r\n diagramTypeObjectAddAble(format: EnumFormat): DiagramTypeObjectAddAbleEnum\r\n diagramTypeObjectDroppable(format: EnumFormat): DiagramTypeObjectDroppableEnum\r\n diagramTypeObjectInsertButtonGrouped(format: EnumFormat): DiagramTypeObjectInsertButtonGroupedEnum\r\n diagramTypeObjectReusable(format: EnumFormat): DiagramTypeObjectReusableEnum\r\n diagramTypeObjectCreatable(format: EnumFormat): DiagramTypeObjectCreatableEnum\r\n diagramTypeObjectArrangement(format: EnumFormat): DiagramTypeObjectArrangementEnum\r\n diagramTypeObjectLane(format: EnumFormat): DiagramTypeObjectLaneEnum\r\n diagramTypeObjectAutomaticName(format: EnumFormat): DiagramTypeObjectAutomaticNameEnum\r\n diagramTypeObjectLinkingObject(format: EnumFormat): DiagramTypeObjectLinkingObjectEnum\r\n diagramTypeObjectBetweenConnection(format: EnumFormat): DiagramTypeObjectBetweenConnectionEnum\r\n diagramTypeObjectDeleteOnDelKey(format: EnumFormat): DiagramTypeObjectDeleteOnDelKeyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n}\r\n\r\nenum DiagramTypeObjectAddAbleEnum {\r\n No\r\n Yes\r\n}\r\n\r\ntype DiagramTypeObjectAggregatedValues {\r\n settings(function: AggregateFunctionType): CustomFloat\r\n diagramTypeShapeFile(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectAddAble(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectDroppable(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectInsertButtonGrouped(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectReusable(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectCreatable(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectArrangement(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectLane(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectAutomaticName(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectLinkingObject(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectBetweenConnection(function: AggregateFunctionType): CustomFloat\r\n diagramTypeObjectDeleteOnDelKey(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum DiagramTypeObjectArrangementEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeObjectAutomaticNameEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeObjectBetweenConnectionEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeObjectCreatableEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeObjectDeleteOnDelKeyEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeObjectDroppableEnum {\r\n No\r\n Yes\r\n}\r\n\r\ninput DiagramTypeObjectFilter {\r\n defaultField_de410803c00e4928973ce8f21850fd27: String\r\n and: [DiagramTypeObjectFilter!]\r\n or: [DiagramTypeObjectFilter!]\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n 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 diagramTypeShapeFile_empty: Boolean\r\n diagramTypeObjectAddAble: DiagramTypeObjectAddAbleEnum\r\n diagramTypeObjectAddAble_not: DiagramTypeObjectAddAbleEnum\r\n diagramTypeObjectAddAble_in: [DiagramTypeObjectAddAbleEnum!]\r\n diagramTypeObjectAddAble_not_in: [DiagramTypeObjectAddAbleEnum!]\r\n diagramTypeObjectAddAble_empty: Boolean\r\n diagramTypeObjectDroppable: DiagramTypeObjectDroppableEnum\r\n diagramTypeObjectDroppable_not: DiagramTypeObjectDroppableEnum\r\n diagramTypeObjectDroppable_in: [DiagramTypeObjectDroppableEnum!]\r\n diagramTypeObjectDroppable_not_in: [DiagramTypeObjectDroppableEnum!]\r\n diagramTypeObjectDroppable_empty: Boolean\r\n diagramTypeObjectInsertButtonGrouped: DiagramTypeObjectInsertButtonGroupedEnum\r\n diagramTypeObjectInsertButtonGrouped_not: DiagramTypeObjectInsertButtonGroupedEnum\r\n diagramTypeObjectInsertButtonGrouped_in: [DiagramTypeObjectInsertButtonGroupedEnum!]\r\n diagramTypeObjectInsertButtonGrouped_not_in: [DiagramTypeObjectInsertButtonGroupedEnum!]\r\n diagramTypeObjectInsertButtonGrouped_empty: Boolean\r\n diagramTypeObjectReusable: DiagramTypeObjectReusableEnum\r\n diagramTypeObjectReusable_not: DiagramTypeObjectReusableEnum\r\n diagramTypeObjectReusable_in: [DiagramTypeObjectReusableEnum!]\r\n diagramTypeObjectReusable_not_in: [DiagramTypeObjectReusableEnum!]\r\n diagramTypeObjectReusable_empty: Boolean\r\n diagramTypeObjectCreatable: DiagramTypeObjectCreatableEnum\r\n diagramTypeObjectCreatable_not: DiagramTypeObjectCreatableEnum\r\n diagramTypeObjectCreatable_in: [DiagramTypeObjectCreatableEnum!]\r\n diagramTypeObjectCreatable_not_in: [DiagramTypeObjectCreatableEnum!]\r\n diagramTypeObjectCreatable_empty: Boolean\r\n diagramTypeObjectArrangement: DiagramTypeObjectArrangementEnum\r\n diagramTypeObjectArrangement_not: DiagramTypeObjectArrangementEnum\r\n diagramTypeObjectArrangement_in: [DiagramTypeObjectArrangementEnum!]\r\n diagramTypeObjectArrangement_not_in: [DiagramTypeObjectArrangementEnum!]\r\n diagramTypeObjectArrangement_empty: Boolean\r\n diagramTypeObjectLane: DiagramTypeObjectLaneEnum\r\n diagramTypeObjectLane_not: DiagramTypeObjectLaneEnum\r\n diagramTypeObjectLane_in: [DiagramTypeObjectLaneEnum!]\r\n diagramTypeObjectLane_not_in: [DiagramTypeObjectLaneEnum!]\r\n diagramTypeObjectLane_empty: Boolean\r\n diagramTypeObjectAutomaticName: DiagramTypeObjectAutomaticNameEnum\r\n diagramTypeObjectAutomaticName_not: DiagramTypeObjectAutomaticNameEnum\r\n diagramTypeObjectAutomaticName_in: [DiagramTypeObjectAutomaticNameEnum!]\r\n diagramTypeObjectAutomaticName_not_in: [DiagramTypeObjectAutomaticNameEnum!]\r\n diagramTypeObjectAutomaticName_empty: Boolean\r\n diagramTypeObjectLinkingObject: DiagramTypeObjectLinkingObjectEnum\r\n diagramTypeObjectLinkingObject_not: DiagramTypeObjectLinkingObjectEnum\r\n diagramTypeObjectLinkingObject_in: [DiagramTypeObjectLinkingObjectEnum!]\r\n diagramTypeObjectLinkingObject_not_in: [DiagramTypeObjectLinkingObjectEnum!]\r\n diagramTypeObjectLinkingObject_empty: Boolean\r\n diagramTypeObjectBetweenConnection: DiagramTypeObjectBetweenConnectionEnum\r\n diagramTypeObjectBetweenConnection_not: DiagramTypeObjectBetweenConnectionEnum\r\n diagramTypeObjectBetweenConnection_in: [DiagramTypeObjectBetweenConnectionEnum!]\r\n diagramTypeObjectBetweenConnection_not_in: [DiagramTypeObjectBetweenConnectionEnum!]\r\n diagramTypeObjectBetweenConnection_empty: Boolean\r\n diagramTypeObjectDeleteOnDelKey: DiagramTypeObjectDeleteOnDelKeyEnum\r\n diagramTypeObjectDeleteOnDelKey_not: DiagramTypeObjectDeleteOnDelKeyEnum\r\n diagramTypeObjectDeleteOnDelKey_in: [DiagramTypeObjectDeleteOnDelKeyEnum!]\r\n diagramTypeObjectDeleteOnDelKey_not_in: [DiagramTypeObjectDeleteOnDelKeyEnum!]\r\n diagramTypeObjectDeleteOnDelKey_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n}\r\n\r\nenum DiagramTypeObjectInsertButtonGroupedEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeObjectLaneEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeObjectLinkingObjectEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeObjectOrderBy {\r\n settings_ASC\r\n settings_DESC\r\n diagramTypeShapeFile_ASC\r\n diagramTypeShapeFile_DESC\r\n diagramTypeObjectAddAble_ASC\r\n diagramTypeObjectAddAble_DESC\r\n diagramTypeObjectDroppable_ASC\r\n diagramTypeObjectDroppable_DESC\r\n diagramTypeObjectInsertButtonGrouped_ASC\r\n diagramTypeObjectInsertButtonGrouped_DESC\r\n diagramTypeObjectReusable_ASC\r\n diagramTypeObjectReusable_DESC\r\n diagramTypeObjectCreatable_ASC\r\n diagramTypeObjectCreatable_DESC\r\n diagramTypeObjectArrangement_ASC\r\n diagramTypeObjectArrangement_DESC\r\n diagramTypeObjectLane_ASC\r\n diagramTypeObjectLane_DESC\r\n diagramTypeObjectAutomaticName_ASC\r\n diagramTypeObjectAutomaticName_DESC\r\n diagramTypeObjectLinkingObject_ASC\r\n diagramTypeObjectLinkingObject_DESC\r\n diagramTypeObjectBetweenConnection_ASC\r\n diagramTypeObjectBetweenConnection_DESC\r\n diagramTypeObjectDeleteOnDelKey_ASC\r\n diagramTypeObjectDeleteOnDelKey_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum DiagramTypeObjectReusableEnum {\r\n ConnectedOnly\r\n Yes\r\n Never\r\n}\r\n\r\nenum DiagramTypeOrderBy {\r\n nature_ASC\r\n nature_DESC\r\n wizardImageFilename_ASC\r\n wizardImageFilename_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DiagramTypeParam implements GraphQLObjectInterface {\r\n diagramTypeParamWebSupport(format: EnumFormat): DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle(format: EnumFormat): DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner(format: EnumFormat): DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool(format: EnumFormat): DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup(format: EnumFormat): DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible(format: EnumFormat): DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete(format: EnumFormat): DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject(format: EnumFormat): DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive(format: EnumFormat): DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm(format: EnumFormat): DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible(format: EnumFormat): DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow(format: EnumFormat): DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n diagramTypeView(filter: DiagramTypeViewFilter, orderBy: [DiagramTypeViewOrderBy]): [DiagramTypeView]\r\n diagramTypeViewAggregatedValues(filter: DiagramTypeViewFilter, orderBy: [DiagramTypeViewOrderBy]): [DiagramTypeViewAggregatedValues]\r\n diagramTypeObject(filter: DiagramTypeObjectFilter, orderBy: [DiagramTypeObjectOrderBy]): [DiagramTypeObject]\r\n diagramTypeObjectAggregatedValues(filter: DiagramTypeObjectFilter, orderBy: [DiagramTypeObjectOrderBy]): [DiagramTypeObjectAggregatedValues]\r\n diagramTypeLink(filter: DiagramTypeLinkFilter, orderBy: [DiagramTypeLinkOrderBy]): [DiagramTypeLink]\r\n diagramTypeLinkAggregatedValues(filter: DiagramTypeLinkFilter, orderBy: [DiagramTypeLinkOrderBy]): [DiagramTypeLinkAggregatedValues]\r\n diagramTypePath(filter: DiagramTypePathFilter, orderBy: [DiagramTypePathOrderBy]): [DiagramTypePath]\r\n diagramTypePathAggregatedValues(filter: DiagramTypePathFilter, orderBy: [DiagramTypePathOrderBy]): [DiagramTypePathAggregatedValues]\r\n diagramTypeBarGroup(filter: DiagramTypeBarGroupFilter, orderBy: [DiagramTypeBarGroupOrderBy]): [DiagramTypeBarGroup]\r\n diagramTypeBarGroupAggregatedValues(filter: DiagramTypeBarGroupFilter, orderBy: [DiagramTypeBarGroupOrderBy]): [DiagramTypeBarGroupAggregatedValues]\r\n diagTabDefinition(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy]): [DiagTabDefinition]\r\n diagTabDefinitionAggregatedValues(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy]): [DiagTabDefinitionAggregatedValues]\r\n metaConnectionCheck(filter: Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamFilter, orderBy: [Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamOrderBy]): [Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParam]\r\n metaConnectionCheckAggregatedValues(filter: Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamFilter, orderBy: [Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamOrderBy]): [MetaConnectionCheckAggregatedValues]\r\n}\r\n\r\ntype DiagramTypeParamAggregatedValues {\r\n diagramTypeParamWebSupport(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamLineStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamRoundedCorner(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamLanePool(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamBpmnGroup(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamGridVisible(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamEnableKeyboardDelete(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamCanvasAsDescribedObject(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamGridActive(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamGridInMn(function: AggregateNumbersFunctionType): CustomFloat\r\n diagramTypeParamLayoutAlgorithm(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamPageBoudariesVisible(function: AggregateFunctionType): CustomFloat\r\n diagramTypeParamPerspectiveMenuShow(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum DiagramTypeParamBpmnGroupEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeParamCanvasAsDescribedObjectEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum DiagramTypeParamEnableKeyboardDeleteEnum {\r\n Yes\r\n No\r\n}\r\n\r\ninput DiagramTypeParamFilter {\r\n and: [DiagramTypeParamFilter!]\r\n or: [DiagramTypeParamFilter!]\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamWebSupport_not: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamWebSupport_in: [DiagramTypeParamWebSupportEnum!]\r\n diagramTypeParamWebSupport_not_in: [DiagramTypeParamWebSupportEnum!]\r\n diagramTypeParamWebSupport_empty: Boolean\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamLineStyle_not: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamLineStyle_in: [DiagramTypeParamLineStyleEnum!]\r\n diagramTypeParamLineStyle_not_in: [DiagramTypeParamLineStyleEnum!]\r\n diagramTypeParamLineStyle_empty: Boolean\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamRoundedCorner_not: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamRoundedCorner_in: [DiagramTypeParamRoundedCornerEnum!]\r\n diagramTypeParamRoundedCorner_not_in: [DiagramTypeParamRoundedCornerEnum!]\r\n diagramTypeParamRoundedCorner_empty: Boolean\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamLanePool_not: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamLanePool_in: [DiagramTypeParamLanePoolEnum!]\r\n diagramTypeParamLanePool_not_in: [DiagramTypeParamLanePoolEnum!]\r\n diagramTypeParamLanePool_empty: Boolean\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamBpmnGroup_not: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamBpmnGroup_in: [DiagramTypeParamBpmnGroupEnum!]\r\n diagramTypeParamBpmnGroup_not_in: [DiagramTypeParamBpmnGroupEnum!]\r\n diagramTypeParamBpmnGroup_empty: Boolean\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamGridVisible_not: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamGridVisible_in: [DiagramTypeParamGridVisibleEnum!]\r\n diagramTypeParamGridVisible_not_in: [DiagramTypeParamGridVisibleEnum!]\r\n diagramTypeParamGridVisible_empty: Boolean\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamEnableKeyboardDelete_not: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamEnableKeyboardDelete_in: [DiagramTypeParamEnableKeyboardDeleteEnum!]\r\n diagramTypeParamEnableKeyboardDelete_not_in: [DiagramTypeParamEnableKeyboardDeleteEnum!]\r\n diagramTypeParamEnableKeyboardDelete_empty: Boolean\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamCanvasAsDescribedObject_not: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamCanvasAsDescribedObject_in: [DiagramTypeParamCanvasAsDescribedObjectEnum!]\r\n diagramTypeParamCanvasAsDescribedObject_not_in: [DiagramTypeParamCanvasAsDescribedObjectEnum!]\r\n diagramTypeParamCanvasAsDescribedObject_empty: Boolean\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridActive_not: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridActive_in: [DiagramTypeParamGridActiveEnum!]\r\n diagramTypeParamGridActive_not_in: [DiagramTypeParamGridActiveEnum!]\r\n diagramTypeParamGridActive_empty: Boolean\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamGridInMn_not: CustomInt\r\n diagramTypeParamGridInMn_in: [CustomInt!]\r\n diagramTypeParamGridInMn_not_in: [CustomInt!]\r\n diagramTypeParamGridInMn_lt: CustomInt\r\n diagramTypeParamGridInMn_lte: CustomInt\r\n diagramTypeParamGridInMn_gt: CustomInt\r\n diagramTypeParamGridInMn_gte: CustomInt\r\n diagramTypeParamGridInMn_empty: Boolean\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamLayoutAlgorithm_not: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamLayoutAlgorithm_in: [DiagramTypeParamLayoutAlgorithmEnum!]\r\n diagramTypeParamLayoutAlgorithm_not_in: [DiagramTypeParamLayoutAlgorithmEnum!]\r\n diagramTypeParamLayoutAlgorithm_empty: Boolean\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPageBoudariesVisible_not: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPageBoudariesVisible_in: [DiagramTypeParamPageBoudariesVisibleEnum!]\r\n diagramTypeParamPageBoudariesVisible_not_in: [DiagramTypeParamPageBoudariesVisibleEnum!]\r\n diagramTypeParamPageBoudariesVisible_empty: Boolean\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n diagramTypeParamPerspectiveMenuShow_not: DiagramTypeParamPerspectiveMenuShowEnum\r\n diagramTypeParamPerspectiveMenuShow_in: [DiagramTypeParamPerspectiveMenuShowEnum!]\r\n diagramTypeParamPerspectiveMenuShow_not_in: [DiagramTypeParamPerspectiveMenuShowEnum!]\r\n diagramTypeParamPerspectiveMenuShow_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n diagramTypeView_some: [DiagramTypeViewFilter!]\r\n diagramTypeView_count: countFilter\r\n diagramTypeObject_some: [DiagramTypeObjectFilter!]\r\n diagramTypeObject_count: countFilter\r\n diagramTypeLink_some: [DiagramTypeLinkFilter!]\r\n diagramTypeLink_count: countFilter\r\n diagramTypePath_some: [DiagramTypePathFilter!]\r\n diagramTypePath_count: countFilter\r\n diagramTypeBarGroup_some: [DiagramTypeBarGroupFilter!]\r\n diagramTypeBarGroup_count: countFilter\r\n diagTabDefinition_some: [DiagTabDefinitionFilter!]\r\n diagTabDefinition_count: countFilter\r\n metaConnectionCheck_some: [MetaConnectionCheckFilter!]\r\n metaConnectionCheck_count: countFilter\r\n}\r\n\r\nenum DiagramTypeParamGridActiveEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum DiagramTypeParamGridVisibleEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum DiagramTypeParamLanePoolEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum DiagramTypeParamLayoutAlgorithmEnum {\r\n Orthogonal\r\n Hierarchical_OrthogonalLines\r\n Hierarchical_StraightLines\r\n Barycentric\r\n}\r\n\r\nenum DiagramTypeParamLineStyleEnum {\r\n Single\r\n Perspective\r\n Orthogonal\r\n}\r\n\r\nenum DiagramTypeParamOrderBy {\r\n diagramTypeParamWebSupport_ASC\r\n diagramTypeParamWebSupport_DESC\r\n diagramTypeParamLineStyle_ASC\r\n diagramTypeParamLineStyle_DESC\r\n diagramTypeParamRoundedCorner_ASC\r\n diagramTypeParamRoundedCorner_DESC\r\n diagramTypeParamLanePool_ASC\r\n diagramTypeParamLanePool_DESC\r\n diagramTypeParamBpmnGroup_ASC\r\n diagramTypeParamBpmnGroup_DESC\r\n diagramTypeParamGridVisible_ASC\r\n diagramTypeParamGridVisible_DESC\r\n diagramTypeParamEnableKeyboardDelete_ASC\r\n diagramTypeParamEnableKeyboardDelete_DESC\r\n diagramTypeParamCanvasAsDescribedObject_ASC\r\n diagramTypeParamCanvasAsDescribedObject_DESC\r\n diagramTypeParamGridActive_ASC\r\n diagramTypeParamGridActive_DESC\r\n diagramTypeParamGridInMn_ASC\r\n diagramTypeParamGridInMn_DESC\r\n diagramTypeParamLayoutAlgorithm_ASC\r\n diagramTypeParamLayoutAlgorithm_DESC\r\n diagramTypeParamPageBoudariesVisible_ASC\r\n diagramTypeParamPageBoudariesVisible_DESC\r\n diagramTypeParamPerspectiveMenuShow_ASC\r\n diagramTypeParamPerspectiveMenuShow_DESC\r\n settings_ASC\r\n settings_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum DiagramTypeParamPageBoudariesVisibleEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypeParamPerspectiveMenuShowEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum DiagramTypeParamRoundedCornerEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum DiagramTypeParamWebSupportEnum {\r\n NotWeb\r\n WebReady\r\n FullWeb\r\n}\r\n\r\ntype DiagramTypePath implements GraphQLObjectInterface {\r\n diagramTypePathUnidirectional: Boolean\r\n diagramTypePathLineAddable(format: EnumFormat): DiagramTypePathLineAddableEnum\r\n diagramTypePathAutoPopulate(format: EnumFormat): DiagramTypePathAutoPopulateEnum\r\n diagramTypePathLineStyle(format: EnumFormat): DiagramTypePathLineStyleEnum\r\n diagramTypePathInsideConnection(format: EnumFormat): DiagramTypePathInsideConnectionEnum\r\n diagramTypePathPopulateCondition: String\r\n diagramTypeLinkLineBeginStyle(format: EnumFormat): DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle(format: EnumFormat): DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble(format: EnumFormat): DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner(format: EnumFormat): DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenStyle(format: EnumFormat): DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n}\r\n\r\ntype DiagramTypePathAggregatedValues {\r\n diagramTypePathUnidirectional(function: AggregateFunctionType): CustomFloat\r\n diagramTypePathLineAddable(function: AggregateFunctionType): CustomFloat\r\n diagramTypePathAutoPopulate(function: AggregateFunctionType): CustomFloat\r\n diagramTypePathLineStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypePathInsideConnection(function: AggregateFunctionType): CustomFloat\r\n diagramTypePathPopulateCondition(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkLineBeginStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkLineEndStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkLineDouble(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkRoundedCorner(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkPenColor(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkPenStyle(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkPenSize(function: AggregateFunctionType): CustomFloat\r\n diagramTypeLinkBrushColor(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum DiagramTypePathAutoPopulateEnum {\r\n No\r\n Yes\r\n}\r\n\r\ninput DiagramTypePathFilter {\r\n defaultField_5a9891701ba442daa1c12eeae934d645: String\r\n and: [DiagramTypePathFilter!]\r\n or: [DiagramTypePathFilter!]\r\n diagramTypePathUnidirectional: Boolean\r\n diagramTypePathUnidirectional_not: Boolean\r\n diagramTypePathUnidirectional_empty: Boolean\r\n diagramTypePathLineAddable: DiagramTypePathLineAddableEnum\r\n diagramTypePathLineAddable_not: DiagramTypePathLineAddableEnum\r\n diagramTypePathLineAddable_in: [DiagramTypePathLineAddableEnum!]\r\n diagramTypePathLineAddable_not_in: [DiagramTypePathLineAddableEnum!]\r\n diagramTypePathLineAddable_empty: Boolean\r\n diagramTypePathAutoPopulate: DiagramTypePathAutoPopulateEnum\r\n diagramTypePathAutoPopulate_not: DiagramTypePathAutoPopulateEnum\r\n diagramTypePathAutoPopulate_in: [DiagramTypePathAutoPopulateEnum!]\r\n diagramTypePathAutoPopulate_not_in: [DiagramTypePathAutoPopulateEnum!]\r\n diagramTypePathAutoPopulate_empty: Boolean\r\n diagramTypePathLineStyle: DiagramTypePathLineStyleEnum\r\n diagramTypePathLineStyle_not: DiagramTypePathLineStyleEnum\r\n diagramTypePathLineStyle_in: [DiagramTypePathLineStyleEnum!]\r\n diagramTypePathLineStyle_not_in: [DiagramTypePathLineStyleEnum!]\r\n diagramTypePathLineStyle_empty: Boolean\r\n diagramTypePathInsideConnection: DiagramTypePathInsideConnectionEnum\r\n diagramTypePathInsideConnection_not: DiagramTypePathInsideConnectionEnum\r\n diagramTypePathInsideConnection_in: [DiagramTypePathInsideConnectionEnum!]\r\n diagramTypePathInsideConnection_not_in: [DiagramTypePathInsideConnectionEnum!]\r\n diagramTypePathInsideConnection_empty: Boolean\r\n diagramTypePathPopulateCondition: String\r\n diagramTypePathPopulateCondition_not: String\r\n diagramTypePathPopulateCondition_in: [String!]\r\n diagramTypePathPopulateCondition_not_in: [String!]\r\n diagramTypePathPopulateCondition_lt: String\r\n diagramTypePathPopulateCondition_lte: String\r\n diagramTypePathPopulateCondition_gt: String\r\n diagramTypePathPopulateCondition_gte: String\r\n diagramTypePathPopulateCondition_contains: String\r\n diagramTypePathPopulateCondition_not_contains: String\r\n diagramTypePathPopulateCondition_starts_with: String\r\n diagramTypePathPopulateCondition_not_starts_with: String\r\n diagramTypePathPopulateCondition_ends_with: String\r\n diagramTypePathPopulateCondition_not_ends_with: String\r\n diagramTypePathPopulateCondition_empty: Boolean\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineBeginStyle_not: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineBeginStyle_in: [DiagramTypeLinkLineBeginStyleEnum!]\r\n diagramTypeLinkLineBeginStyle_not_in: [DiagramTypeLinkLineBeginStyleEnum!]\r\n diagramTypeLinkLineBeginStyle_empty: Boolean\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineEndStyle_not: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineEndStyle_in: [DiagramTypeLinkLineEndStyleEnum!]\r\n diagramTypeLinkLineEndStyle_not_in: [DiagramTypeLinkLineEndStyleEnum!]\r\n diagramTypeLinkLineEndStyle_empty: Boolean\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkLineDouble_not: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkLineDouble_in: [DiagramTypeLinkLineDoubleEnum!]\r\n diagramTypeLinkLineDouble_not_in: [DiagramTypeLinkLineDoubleEnum!]\r\n diagramTypeLinkLineDouble_empty: Boolean\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkRoundedCorner_not: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkRoundedCorner_in: [DiagramTypeLinkRoundedCornerEnum!]\r\n diagramTypeLinkRoundedCorner_not_in: [DiagramTypeLinkRoundedCornerEnum!]\r\n diagramTypeLinkRoundedCorner_empty: Boolean\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenColor_not: String\r\n diagramTypeLinkPenColor_in: [String!]\r\n diagramTypeLinkPenColor_not_in: [String!]\r\n diagramTypeLinkPenColor_lt: String\r\n diagramTypeLinkPenColor_lte: String\r\n diagramTypeLinkPenColor_gt: String\r\n diagramTypeLinkPenColor_gte: String\r\n diagramTypeLinkPenColor_contains: String\r\n diagramTypeLinkPenColor_not_contains: String\r\n diagramTypeLinkPenColor_starts_with: String\r\n diagramTypeLinkPenColor_not_starts_with: String\r\n diagramTypeLinkPenColor_ends_with: String\r\n diagramTypeLinkPenColor_not_ends_with: String\r\n diagramTypeLinkPenColor_empty: Boolean\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenStyle_not: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenStyle_in: [DiagramTypeLinkPenStyleEnum!]\r\n diagramTypeLinkPenStyle_not_in: [DiagramTypeLinkPenStyleEnum!]\r\n diagramTypeLinkPenStyle_empty: Boolean\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkPenSize_not: String\r\n diagramTypeLinkPenSize_in: [String!]\r\n diagramTypeLinkPenSize_not_in: [String!]\r\n diagramTypeLinkPenSize_lt: String\r\n diagramTypeLinkPenSize_lte: String\r\n diagramTypeLinkPenSize_gt: String\r\n diagramTypeLinkPenSize_gte: String\r\n diagramTypeLinkPenSize_contains: String\r\n diagramTypeLinkPenSize_not_contains: String\r\n diagramTypeLinkPenSize_starts_with: String\r\n diagramTypeLinkPenSize_not_starts_with: String\r\n diagramTypeLinkPenSize_ends_with: String\r\n diagramTypeLinkPenSize_not_ends_with: String\r\n diagramTypeLinkPenSize_empty: Boolean\r\n diagramTypeLinkBrushColor: String\r\n diagramTypeLinkBrushColor_not: String\r\n diagramTypeLinkBrushColor_in: [String!]\r\n diagramTypeLinkBrushColor_not_in: [String!]\r\n diagramTypeLinkBrushColor_lt: String\r\n diagramTypeLinkBrushColor_lte: String\r\n diagramTypeLinkBrushColor_gt: String\r\n diagramTypeLinkBrushColor_gte: String\r\n diagramTypeLinkBrushColor_contains: String\r\n diagramTypeLinkBrushColor_not_contains: String\r\n diagramTypeLinkBrushColor_starts_with: String\r\n diagramTypeLinkBrushColor_not_starts_with: String\r\n diagramTypeLinkBrushColor_ends_with: String\r\n diagramTypeLinkBrushColor_not_ends_with: String\r\n diagramTypeLinkBrushColor_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n}\r\n\r\nenum DiagramTypePathInsideConnectionEnum {\r\n ContainerComponent\r\n ComponentContainer\r\n}\r\n\r\nenum DiagramTypePathLineAddableEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum DiagramTypePathLineStyleEnum {\r\n Orthogonal\r\n Single\r\n}\r\n\r\nenum DiagramTypePathOrderBy {\r\n diagramTypePathUnidirectional_ASC\r\n diagramTypePathUnidirectional_DESC\r\n diagramTypePathLineAddable_ASC\r\n diagramTypePathLineAddable_DESC\r\n diagramTypePathAutoPopulate_ASC\r\n diagramTypePathAutoPopulate_DESC\r\n diagramTypePathLineStyle_ASC\r\n diagramTypePathLineStyle_DESC\r\n diagramTypePathInsideConnection_ASC\r\n diagramTypePathInsideConnection_DESC\r\n diagramTypePathPopulateCondition_ASC\r\n diagramTypePathPopulateCondition_DESC\r\n diagramTypeLinkLineBeginStyle_ASC\r\n diagramTypeLinkLineBeginStyle_DESC\r\n diagramTypeLinkLineEndStyle_ASC\r\n diagramTypeLinkLineEndStyle_DESC\r\n diagramTypeLinkLineDouble_ASC\r\n diagramTypeLinkLineDouble_DESC\r\n diagramTypeLinkRoundedCorner_ASC\r\n diagramTypeLinkRoundedCorner_DESC\r\n diagramTypeLinkPenColor_ASC\r\n diagramTypeLinkPenColor_DESC\r\n diagramTypeLinkPenStyle_ASC\r\n diagramTypeLinkPenStyle_DESC\r\n diagramTypeLinkPenSize_ASC\r\n diagramTypeLinkPenSize_DESC\r\n diagramTypeLinkBrushColor_ASC\r\n diagramTypeLinkBrushColor_DESC\r\n settings_ASC\r\n settings_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DiagramTypeView implements GraphQLObjectInterface {\r\n diagramTypeViewNumber: CustomInt\r\n diagramTypeViewVisibility: Boolean\r\n diagramTypeViewName(language: Languages): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n}\r\n\r\ntype DiagramTypeViewAggregatedValues {\r\n diagramTypeViewNumber(function: AggregateNumbersFunctionType): CustomFloat\r\n diagramTypeViewVisibility(function: AggregateFunctionType): CustomFloat\r\n diagramTypeViewName(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DiagramTypeViewFilter {\r\n defaultField_6a660ce0d7344a61a5ad1bf01b0d0543: String\r\n and: [DiagramTypeViewFilter!]\r\n or: [DiagramTypeViewFilter!]\r\n diagramTypeViewNumber: CustomInt\r\n diagramTypeViewNumber_not: CustomInt\r\n diagramTypeViewNumber_in: [CustomInt!]\r\n diagramTypeViewNumber_not_in: [CustomInt!]\r\n diagramTypeViewNumber_lt: CustomInt\r\n diagramTypeViewNumber_lte: CustomInt\r\n diagramTypeViewNumber_gt: CustomInt\r\n diagramTypeViewNumber_gte: CustomInt\r\n diagramTypeViewNumber_empty: Boolean\r\n diagramTypeViewVisibility: Boolean\r\n diagramTypeViewVisibility_not: Boolean\r\n diagramTypeViewVisibility_empty: Boolean\r\n diagramTypeViewName: String\r\n diagramTypeViewName_not: String\r\n diagramTypeViewName_in: [String!]\r\n diagramTypeViewName_not_in: [String!]\r\n diagramTypeViewName_lt: String\r\n diagramTypeViewName_lte: String\r\n diagramTypeViewName_gt: String\r\n diagramTypeViewName_gte: String\r\n diagramTypeViewName_contains: String\r\n diagramTypeViewName_not_contains: String\r\n diagramTypeViewName_starts_with: String\r\n diagramTypeViewName_not_starts_with: String\r\n diagramTypeViewName_ends_with: String\r\n diagramTypeViewName_not_ends_with: String\r\n diagramTypeViewName_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n}\r\n\r\nenum DiagramTypeViewOrderBy {\r\n diagramTypeViewNumber_ASC\r\n diagramTypeViewNumber_DESC\r\n diagramTypeViewVisibility_ASC\r\n diagramTypeViewVisibility_DESC\r\n diagramTypeViewName_ASC\r\n diagramTypeViewName_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DiagramTypeZoom implements GraphQLObjectInterface {\r\n uIPermissions(format: StringFormat): String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n macro_PostCreationMacro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macro_PostCreationMacroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n metaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n diagramType(filter: Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomFilter, orderBy: [Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomOrderBy]): [Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoom]\r\n diagramTypeAggregatedValues(filter: Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomFilter, orderBy: [Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomOrderBy]): [DiagramTypeAggregatedValues]\r\n}\r\n\r\ntype DiagramTypeZoomAggregatedValues {\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n diagramTypeZoomCondition(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DiagramTypeZoomFilter {\r\n defaultField_b2d0ae63e6e24810a0050b8263eac162: String\r\n and: [DiagramTypeZoomFilter!]\r\n or: [DiagramTypeZoomFilter!]\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n diagramTypeZoomCondition: String\r\n diagramTypeZoomCondition_not: String\r\n diagramTypeZoomCondition_in: [String!]\r\n diagramTypeZoomCondition_not_in: [String!]\r\n diagramTypeZoomCondition_lt: String\r\n diagramTypeZoomCondition_lte: String\r\n diagramTypeZoomCondition_gt: String\r\n diagramTypeZoomCondition_gte: String\r\n diagramTypeZoomCondition_contains: String\r\n diagramTypeZoomCondition_not_contains: String\r\n diagramTypeZoomCondition_starts_with: String\r\n diagramTypeZoomCondition_not_starts_with: String\r\n diagramTypeZoomCondition_ends_with: String\r\n diagramTypeZoomCondition_not_ends_with: String\r\n diagramTypeZoomCondition_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n macro_PostCreationMacro_some: [MacroFilter!]\r\n macro_PostCreationMacro_count: countFilter\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n}\r\n\r\nenum DiagramTypeZoomOrderBy {\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n diagramTypeZoomCondition_ASC\r\n diagramTypeZoomCondition_DESC\r\n settings_ASC\r\n settings_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum DisplayConfidentialObjectsInDiagramsEnum {\r\n ConfidentialObjectsAreHidden\r\n ConfidentialObjectsAreVisible\r\n}\r\n\r\ntype DocumentCategory implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n documentCategory_Parent(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategory_ParentAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n documentCategory_Lower(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategory_LowerAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n businessDocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPattern]\r\n businessDocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPatternAggregatedValues]\r\n systemBusinessDocument_SystemBusinessDocuments(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy]): [SystemBusinessDocument]\r\n systemBusinessDocument_SystemBusinessDocumentsAggregatedValues(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy]): [SystemBusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype DocumentCategoryAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DocumentCategoryFilter {\r\n defaultField_f2e500df45a247c1aca19fdb201713ef: String\r\n and: [DocumentCategoryFilter!]\r\n or: [DocumentCategoryFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n documentCategory_Parent_some: [DocumentCategoryFilter!]\r\n documentCategory_Parent_count: countFilter\r\n documentCategory_Lower_some: [DocumentCategoryFilter!]\r\n documentCategory_Lower_count: countFilter\r\n businessDocumentPattern_some: [BusinessDocumentPatternFilter!]\r\n businessDocumentPattern_count: countFilter\r\n systemBusinessDocument_SystemBusinessDocuments_some: [SystemBusinessDocumentFilter!]\r\n systemBusinessDocument_SystemBusinessDocuments_count: countFilter\r\n}\r\n\r\nenum DocumentCategoryOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum EditionModeEnum {\r\n AskTheUser\r\n DiagramEditor\r\n TableEntry\r\n}\r\n\r\nenum EnumFormat {\r\n SCHEMA_ID\r\n ID\r\n INTERNAL_VALUE\r\n LABEL\r\n ORDER\r\n}\r\n\r\ntype ExcelTemplate implements GraphQLObjectInterface {\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n systemBusinessDocument(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy]): [SystemBusinessDocument]\r\n systemBusinessDocumentAggregatedValues(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy]): [SystemBusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype ExcelTemplateAggregatedValues {\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ExcelTemplateFilter {\r\n defaultField_4ae2ab92859b4b7ea006d25b12854e31: String\r\n and: [ExcelTemplateFilter!]\r\n or: [ExcelTemplateFilter!]\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n systemBusinessDocument_some: [SystemBusinessDocumentFilter!]\r\n systemBusinessDocument_count: countFilter\r\n}\r\n\r\nenum ExcelTemplateOrderBy {\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ExecutionOptionsEnum {\r\n DisableMEGAGlobals\r\n FieldsPreProcessing\r\n VariationInheritance\r\n InheritsCallerOptions\r\n CallableFromWebServices\r\n FullMEGAGlobals\r\n AllowTypedScript\r\n Unique\r\n Multithread\r\n DisableSupervision\r\n CanRelaxDataAccessRule\r\n JavaLocalNative\r\n JavaCompatibleNative\r\n ExternalFile\r\n ExecutionAtMacroReadingAccessArea\r\n RestrictedMEGAGlobals\r\n}\r\n\r\nenum ExtendedPropertiesEnum {\r\n IgnoreReference\r\n ReferenceMotive\r\n OrderOnCreation\r\n ExcludeFromCache\r\n CompiledMetaData\r\n CompiledTechnicalData\r\n Unused\r\n NeverAppearsInListColumns\r\n InAdministrationTab\r\n StandardOnAllMetaclasses\r\n StandardOnAllMetaassociations\r\n ExcludeFromReportingDatamart\r\n ExcludeFromFavorites\r\n ExcludeFromLocks\r\n ExcludeValueFromHistoric\r\n KeepsUserLanguage\r\n ForeignKey\r\n DefaultChecked\r\n NotAnnotable\r\n HeavyComputation\r\n CompiledAuthorizationGraph\r\n CompiledConfidentialityGraph\r\n Reification\r\n KeepInCache\r\n Substitutable\r\n HideDefaultButton\r\n ShownAsPicture\r\n UseOfNameServerAsIndexForListOrNot\r\n DefaultColumn\r\n CompiledPermissionData\r\n HideOnEdit\r\n ActivateImages\r\n ReflexiveLink\r\n MegaTechnicalDataOnly\r\n}\r\n\r\ntype FolderOfDiagramTypes implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n diagramTypeFolderNumber: CustomInt\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramType_ReferencedDiagramType(filter: Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesFilter, orderBy: [Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesOrderBy]): [Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypes]\r\n diagramType_ReferencedDiagramTypeAggregatedValues(filter: Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesFilter, orderBy: [Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesOrderBy]): [DiagramTypeAggregatedValues]\r\n}\r\n\r\ntype FolderOfDiagramTypesAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n diagramTypeFolderNumber(function: AggregateNumbersFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput FolderOfDiagramTypesFilter {\r\n defaultField_217a9fb3afa546c8bbd548d026ad2e15: String\r\n and: [FolderOfDiagramTypesFilter!]\r\n or: [FolderOfDiagramTypesFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n diagramTypeFolderNumber: CustomInt\r\n diagramTypeFolderNumber_not: CustomInt\r\n diagramTypeFolderNumber_in: [CustomInt!]\r\n diagramTypeFolderNumber_not_in: [CustomInt!]\r\n diagramTypeFolderNumber_lt: CustomInt\r\n diagramTypeFolderNumber_lte: CustomInt\r\n diagramTypeFolderNumber_gt: CustomInt\r\n diagramTypeFolderNumber_gte: CustomInt\r\n diagramTypeFolderNumber_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramType_ReferencedDiagramType_some: [DiagramTypeFilter!]\r\n diagramType_ReferencedDiagramType_count: countFilter\r\n}\r\n\r\nenum FolderOfDiagramTypesOrderBy {\r\n name_ASC\r\n name_DESC\r\n diagramTypeFolderNumber_ASC\r\n diagramTypeFolderNumber_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum Formats {\r\n Internal\r\n ASCII\r\n External\r\n Display\r\n Object\r\n Physical\r\n}\r\n\r\ntype GraphQLObject implements GraphQLObjectInterface {\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n}\r\n\r\ninterface GraphQLObjectInterface {\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n}\r\n\r\nenum IdType {\r\n INTERNAL\r\n EXTERNAL\r\n TEMPORARY\r\n}\r\n\r\nenum InheritabilityEnum {\r\n One\r\n}\r\n\r\ninput InputBusinessDocumentPattern {\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory: _InputCollectionAction15207\r\n systemBusinessDocument_SystemBusinessDocuments: _InputCollectionAction15208\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagTabDefinition {\r\n uIPermissions: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15231\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagram {\r\n name: String\r\n cardinal: String\r\n dB: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass_DescribedMetaClass: _InputCollectionAction15219\r\n diagramType: _InputCollectionAction15220\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramType {\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass_DescribedMetaClass: _InputCollectionAction15139\r\n folderOfDiagramTypes_ParentFolder: _InputCollectionAction15140\r\n metaAssociationEnd: _InputCollectionAction15141\r\n metaAttributeValue: _InputCollectionAction15142\r\n diagramTypeParam: _InputCollectionAction15143\r\n metaPattern_ModelZoomIn: _InputCollectionAction15144\r\n metaPattern_ModelZoomOut: _InputCollectionAction15145\r\n viewpoint_Viewpoints: _InputCollectionAction15146\r\n diagram: _InputCollectionAction15147\r\n diagramTypeZoom: _InputCollectionAction15148\r\n metaPicture: _InputCollectionAction15149\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramTypeBarGroup {\r\n gUIName: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15169\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramTypeLink {\r\n unidirectional: Boolean\r\n settings: String\r\n diagramTypeLinkLineStyle: DiagramTypeLinkLineStyleEnum\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n diagramTypeLinkInsideConnection: DiagramTypeLinkInsideConnectionEnum\r\n diagramTypeLinkReverseInReorganization: DiagramTypeLinkReverseInReorganizationEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15137\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramTypeObject {\r\n settings: String\r\n diagramTypeShapeFile: String\r\n diagramTypeObjectAddAble: DiagramTypeObjectAddAbleEnum\r\n diagramTypeObjectDroppable: DiagramTypeObjectDroppableEnum\r\n diagramTypeObjectInsertButtonGrouped: DiagramTypeObjectInsertButtonGroupedEnum\r\n diagramTypeObjectReusable: DiagramTypeObjectReusableEnum\r\n diagramTypeObjectCreatable: DiagramTypeObjectCreatableEnum\r\n diagramTypeObjectArrangement: DiagramTypeObjectArrangementEnum\r\n diagramTypeObjectLane: DiagramTypeObjectLaneEnum\r\n diagramTypeObjectAutomaticName: DiagramTypeObjectAutomaticNameEnum\r\n diagramTypeObjectLinkingObject: DiagramTypeObjectLinkingObjectEnum\r\n diagramTypeObjectBetweenConnection: DiagramTypeObjectBetweenConnectionEnum\r\n diagramTypeObjectDeleteOnDelKey: DiagramTypeObjectDeleteOnDelKeyEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15135\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramTypeParam {\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramType: _InputCollectionAction15117\r\n diagramTypeView: _InputCollectionAction15118\r\n diagramTypeObject: _InputCollectionAction15119\r\n diagramTypeLink: _InputCollectionAction15120\r\n diagramTypePath: _InputCollectionAction15121\r\n diagramTypeBarGroup: _InputCollectionAction15122\r\n diagTabDefinition: _InputCollectionAction15123\r\n metaConnectionCheck: _InputCollectionAction15124\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramTypePath {\r\n diagramTypePathUnidirectional: Boolean\r\n diagramTypePathLineAddable: DiagramTypePathLineAddableEnum\r\n diagramTypePathAutoPopulate: DiagramTypePathAutoPopulateEnum\r\n diagramTypePathLineStyle: DiagramTypePathLineStyleEnum\r\n diagramTypePathInsideConnection: DiagramTypePathInsideConnectionEnum\r\n diagramTypePathPopulateCondition: String\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n settings: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15183\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramTypeView {\r\n diagramTypeViewNumber: CustomInt\r\n diagramTypeViewVisibility: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15133\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramTypeZoom {\r\n uIPermissions: String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n macro_PostCreationMacro: _InputCollectionAction15161\r\n metaClass: _InputCollectionAction15162\r\n diagramType: _InputCollectionAction15163\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDocumentCategory {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory_Parent: _InputCollectionAction15211\r\n documentCategory_Lower: _InputCollectionAction15212\r\n businessDocumentPattern: _InputCollectionAction15213\r\n systemBusinessDocument_SystemBusinessDocuments: _InputCollectionAction15214\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputExcelTemplate {\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n systemBusinessDocument: _InputCollectionAction15225\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputFolderOfDiagramTypes {\r\n name: String\r\n diagramTypeFolderNumber: CustomInt\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramType_ReferencedDiagramType: _InputCollectionAction15223\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputLanguage {\r\n languageCharacteristics: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAttributeValue: _InputCollectionAction15025\r\n metaAttribute: _InputCollectionAction15026\r\n language_GeneralLanguage: _InputCollectionAction15027\r\n language_SpecializedLanguage: _InputCollectionAction15028\r\n language_DefaultUsingLanguage: _InputCollectionAction15029\r\n language_DefaultUsedLanguage: _InputCollectionAction15030\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMacro {\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeZoom_PostProcessedDiagramTypeZoom: _InputCollectionAction15199\r\n metaAttribute_MetaAttributeUpdateTool: _InputCollectionAction15200\r\n metaAttribute: _InputCollectionAction15201\r\n metaAttribute_ConditioningSettingMetaAttribute: _InputCollectionAction15202\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaAssociation {\r\n metaDeprecated: MetaDeprecatedEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n location: LocationEnum\r\n longevity: LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage: PhysicalStorageEnum\r\n mOFType: MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAssociationEnd: _InputCollectionAction15081\r\n metaAssociationType: _InputCollectionAction15082\r\n metaAssociationEnd_PathMetaAssociationEnd: _InputCollectionAction15083\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaAssociationEnd {\r\n name: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAssociation: _InputCollectionAction15087\r\n metaClass_MetaOppositeClass: _InputCollectionAction15088\r\n metaClass: _InputCollectionAction15089\r\n diagramType: _InputCollectionAction15090\r\n metaAssociation_PathMetaAssociation: _InputCollectionAction15091\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaAssociationType {\r\n nameconvention61: String\r\n legOrderMajor: CustomInt\r\n legOrderMinor: CustomInt\r\n commentMajor: String\r\n commentMinor: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAssociation_TypedMetaAssociation: _InputCollectionAction15105\r\n operator: _InputCollectionAction15106\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaAttribute {\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass: _InputCollectionAction15039\r\n metaAttributeValue: _InputCollectionAction15040\r\n language: _InputCollectionAction15041\r\n macro_MetaAttributeUpdateTool: _InputCollectionAction15042\r\n macro: _InputCollectionAction15043\r\n metaAttributeGroup: _InputCollectionAction15044\r\n metaClass_ReferencedMetaClass: _InputCollectionAction15045\r\n macro_ConditioningSettingMacro: _InputCollectionAction15046\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaAttributeGroup {\r\n uIPermissions: String\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAttribute: _InputCollectionAction15179\r\n metaClass: _InputCollectionAction15180\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaAttributeValue {\r\n internalValue: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAttribute: _InputCollectionAction15109\r\n language: _InputCollectionAction15110\r\n diagramType: _InputCollectionAction15111\r\n metaPicture: _InputCollectionAction15112\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaClass {\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n systemDiagram_SystemDescription: _InputCollectionAction15055\r\n diagramType_PossibleDiagramType: _InputCollectionAction15056\r\n metaAssociationEnd_MetaOppositeAssociationEnd: _InputCollectionAction15057\r\n metaAssociationEnd: _InputCollectionAction15058\r\n metaAttribute: _InputCollectionAction15059\r\n metaModel: _InputCollectionAction15060\r\n metaClass_SubMetaClass: _InputCollectionAction15061\r\n metaClass_SuperMetaClass: _InputCollectionAction15062\r\n metaAttributeGroup: _InputCollectionAction15063\r\n metaPropertyPage: _InputCollectionAction15064\r\n diagram_Description: _InputCollectionAction15065\r\n metaAttribute_MetaAttributeReferencingMetaClass: _InputCollectionAction15066\r\n diagramTypeZoom: _InputCollectionAction15067\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaCommandManager {\r\n uIPermissions: String\r\n gUIName: String\r\n comment: String\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaConnectionCheck {\r\n metaConnectionCheckKind: MetaConnectionCheckKindEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15167\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaModel {\r\n metaModelKind: MetaModelKindEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n systemDiagram_SystemDescription: _InputCollectionAction15101\r\n metaClass: _InputCollectionAction15102\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaPattern {\r\n gUIName: String\r\n settings: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramType_ModelZoomIn: _InputCollectionAction15227\r\n diagramType_ModelZoomOut: _InputCollectionAction15228\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaPicture {\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAttributeValue_SystemElementWithPicture: _InputCollectionAction15171\r\n diagramType_SystemElementWithPicture: _InputCollectionAction15172\r\n viewpoint_SystemElementWithPicture: _InputCollectionAction15173\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaPropertyPage {\r\n extendedProperties: ExtendedPropertiesEnum\r\n uIPermissions: String\r\n metaPropertyPageGUID: String\r\n metaPropertyPageType: MetaPropertyPageTypeEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass: _InputCollectionAction15177\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputOperator {\r\n opNature: OpNatureEnum\r\n operatorDefinitionMode: OperatorDefinitionModeEnum\r\n minorToMajorDefaultBehavior: MinorToMajorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior: MajorToMinorDefaultBehaviorEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n opDiscriminating: OpDiscriminatingEnum\r\n opPreview: OpPreviewEnum\r\n defaultPerimeter: String\r\n settings: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAssociationType: _InputCollectionAction15037\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSystemBusinessDocument {\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n excelTemplate: _InputCollectionAction15191\r\n businessDocumentPattern_DocumentPattern: _InputCollectionAction15192\r\n documentCategory: _InputCollectionAction15193\r\n systemBusinessDocumentVersion_SystemDocumentVersions: _InputCollectionAction15194\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSystemBusinessDocumentVersion {\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n systemBusinessDocument_SystemDocument: _InputCollectionAction15189\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSystemDiagram {\r\n name: String\r\n mifCode: String\r\n systemNature: SystemNatureEnum\r\n shapesVersion: ShapesVersionEnum\r\n systemDiagramAvailability: SystemDiagramAvailabilityEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass_DescribedElement: _InputCollectionAction15097\r\n metaModel_DescribedElement: _InputCollectionAction15098\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessDocumentPattern {\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory: _InputCollectionAction15209\r\n systemBusinessDocument_SystemBusinessDocuments: _InputCollectionAction15210\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagTabDefinition {\r\n uIPermissions: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15232\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagram {\r\n name: String\r\n cardinal: String\r\n dB: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass_DescribedMetaClass: _InputCollectionAction15221\r\n diagramType: _InputCollectionAction15222\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramType {\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass_DescribedMetaClass: _InputCollectionAction15150\r\n folderOfDiagramTypes_ParentFolder: _InputCollectionAction15151\r\n metaAssociationEnd: _InputCollectionAction15152\r\n metaAttributeValue: _InputCollectionAction15153\r\n diagramTypeParam: _InputCollectionAction15154\r\n metaPattern_ModelZoomIn: _InputCollectionAction15155\r\n metaPattern_ModelZoomOut: _InputCollectionAction15156\r\n viewpoint_Viewpoints: _InputCollectionAction15157\r\n diagram: _InputCollectionAction15158\r\n diagramTypeZoom: _InputCollectionAction15159\r\n metaPicture: _InputCollectionAction15160\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramTypeBarGroup {\r\n gUIName: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15170\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramTypeLink {\r\n unidirectional: Boolean\r\n settings: String\r\n diagramTypeLinkLineStyle: DiagramTypeLinkLineStyleEnum\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n diagramTypeLinkInsideConnection: DiagramTypeLinkInsideConnectionEnum\r\n diagramTypeLinkReverseInReorganization: DiagramTypeLinkReverseInReorganizationEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15138\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramTypeObject {\r\n settings: String\r\n diagramTypeShapeFile: String\r\n diagramTypeObjectAddAble: DiagramTypeObjectAddAbleEnum\r\n diagramTypeObjectDroppable: DiagramTypeObjectDroppableEnum\r\n diagramTypeObjectInsertButtonGrouped: DiagramTypeObjectInsertButtonGroupedEnum\r\n diagramTypeObjectReusable: DiagramTypeObjectReusableEnum\r\n diagramTypeObjectCreatable: DiagramTypeObjectCreatableEnum\r\n diagramTypeObjectArrangement: DiagramTypeObjectArrangementEnum\r\n diagramTypeObjectLane: DiagramTypeObjectLaneEnum\r\n diagramTypeObjectAutomaticName: DiagramTypeObjectAutomaticNameEnum\r\n diagramTypeObjectLinkingObject: DiagramTypeObjectLinkingObjectEnum\r\n diagramTypeObjectBetweenConnection: DiagramTypeObjectBetweenConnectionEnum\r\n diagramTypeObjectDeleteOnDelKey: DiagramTypeObjectDeleteOnDelKeyEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15136\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramTypeParam {\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramType: _InputCollectionAction15125\r\n diagramTypeView: _InputCollectionAction15126\r\n diagramTypeObject: _InputCollectionAction15127\r\n diagramTypeLink: _InputCollectionAction15128\r\n diagramTypePath: _InputCollectionAction15129\r\n diagramTypeBarGroup: _InputCollectionAction15130\r\n diagTabDefinition: _InputCollectionAction15131\r\n metaConnectionCheck: _InputCollectionAction15132\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramTypePath {\r\n diagramTypePathUnidirectional: Boolean\r\n diagramTypePathLineAddable: DiagramTypePathLineAddableEnum\r\n diagramTypePathAutoPopulate: DiagramTypePathAutoPopulateEnum\r\n diagramTypePathLineStyle: DiagramTypePathLineStyleEnum\r\n diagramTypePathInsideConnection: DiagramTypePathInsideConnectionEnum\r\n diagramTypePathPopulateCondition: String\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n settings: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15184\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramTypeView {\r\n diagramTypeViewNumber: CustomInt\r\n diagramTypeViewVisibility: Boolean\r\n diagramTypeViewName: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15134\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramTypeZoom {\r\n uIPermissions: String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n macro_PostCreationMacro: _InputCollectionAction15164\r\n metaClass: _InputCollectionAction15165\r\n diagramType: _InputCollectionAction15166\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDocumentCategory {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory_Parent: _InputCollectionAction15215\r\n documentCategory_Lower: _InputCollectionAction15216\r\n businessDocumentPattern: _InputCollectionAction15217\r\n systemBusinessDocument_SystemBusinessDocuments: _InputCollectionAction15218\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueExcelTemplate {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n systemBusinessDocument: _InputCollectionAction15226\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueFolderOfDiagramTypes {\r\n name: String\r\n diagramTypeFolderNumber: CustomInt\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramType_ReferencedDiagramType: _InputCollectionAction15224\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueLanguage {\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAttributeValue: _InputCollectionAction15031\r\n metaAttribute: _InputCollectionAction15032\r\n language_GeneralLanguage: _InputCollectionAction15033\r\n language_SpecializedLanguage: _InputCollectionAction15034\r\n language_DefaultUsingLanguage: _InputCollectionAction15035\r\n language_DefaultUsedLanguage: _InputCollectionAction15036\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMacro {\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeZoom_PostProcessedDiagramTypeZoom: _InputCollectionAction15203\r\n metaAttribute_MetaAttributeUpdateTool: _InputCollectionAction15204\r\n metaAttribute: _InputCollectionAction15205\r\n metaAttribute_ConditioningSettingMetaAttribute: _InputCollectionAction15206\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaAssociation {\r\n metaDeprecated: MetaDeprecatedEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n location: LocationEnum\r\n longevity: LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage: PhysicalStorageEnum\r\n mOFType: MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAssociationEnd: _InputCollectionAction15084\r\n metaAssociationType: _InputCollectionAction15085\r\n metaAssociationEnd_PathMetaAssociationEnd: _InputCollectionAction15086\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaAssociationEnd {\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAssociation: _InputCollectionAction15092\r\n metaClass_MetaOppositeClass: _InputCollectionAction15093\r\n metaClass: _InputCollectionAction15094\r\n diagramType: _InputCollectionAction15095\r\n metaAssociation_PathMetaAssociation: _InputCollectionAction15096\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaAssociationType {\r\n nameconvention61: String\r\n legOrderMajor: CustomInt\r\n legOrderMinor: CustomInt\r\n commentMajor: String\r\n commentMinor: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAssociation_TypedMetaAssociation: _InputCollectionAction15107\r\n operator: _InputCollectionAction15108\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaAttribute {\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass: _InputCollectionAction15047\r\n metaAttributeValue: _InputCollectionAction15048\r\n language: _InputCollectionAction15049\r\n macro_MetaAttributeUpdateTool: _InputCollectionAction15050\r\n macro: _InputCollectionAction15051\r\n metaAttributeGroup: _InputCollectionAction15052\r\n metaClass_ReferencedMetaClass: _InputCollectionAction15053\r\n macro_ConditioningSettingMacro: _InputCollectionAction15054\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaAttributeGroup {\r\n uIPermissions: String\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAttribute: _InputCollectionAction15181\r\n metaClass: _InputCollectionAction15182\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaAttributeValue {\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAttribute: _InputCollectionAction15113\r\n language: _InputCollectionAction15114\r\n diagramType: _InputCollectionAction15115\r\n metaPicture: _InputCollectionAction15116\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaClass {\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n systemDiagram_SystemDescription: _InputCollectionAction15068\r\n diagramType_PossibleDiagramType: _InputCollectionAction15069\r\n metaAssociationEnd_MetaOppositeAssociationEnd: _InputCollectionAction15070\r\n metaAssociationEnd: _InputCollectionAction15071\r\n metaAttribute: _InputCollectionAction15072\r\n metaModel: _InputCollectionAction15073\r\n metaClass_SubMetaClass: _InputCollectionAction15074\r\n metaClass_SuperMetaClass: _InputCollectionAction15075\r\n metaAttributeGroup: _InputCollectionAction15076\r\n metaPropertyPage: _InputCollectionAction15077\r\n diagram_Description: _InputCollectionAction15078\r\n metaAttribute_MetaAttributeReferencingMetaClass: _InputCollectionAction15079\r\n diagramTypeZoom: _InputCollectionAction15080\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaCommandManager {\r\n uIPermissions: String\r\n gUIName: String\r\n name: String\r\n comment: String\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaConnectionCheck {\r\n metaConnectionCheckKind: MetaConnectionCheckKindEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramTypeParam: _InputCollectionAction15168\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaModel {\r\n metaModelKind: MetaModelKindEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n systemDiagram_SystemDescription: _InputCollectionAction15103\r\n metaClass: _InputCollectionAction15104\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaPattern {\r\n gUIName: String\r\n settings: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramType_ModelZoomIn: _InputCollectionAction15229\r\n diagramType_ModelZoomOut: _InputCollectionAction15230\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaPicture {\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAttributeValue_SystemElementWithPicture: _InputCollectionAction15174\r\n diagramType_SystemElementWithPicture: _InputCollectionAction15175\r\n viewpoint_SystemElementWithPicture: _InputCollectionAction15176\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaPropertyPage {\r\n extendedProperties: ExtendedPropertiesEnum\r\n uIPermissions: String\r\n metaPropertyPageGUID: String\r\n metaPropertyPageType: MetaPropertyPageTypeEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass: _InputCollectionAction15178\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueOperator {\r\n opNature: OpNatureEnum\r\n operatorDefinitionMode: OperatorDefinitionModeEnum\r\n minorToMajorDefaultBehavior: MinorToMajorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior: MajorToMinorDefaultBehaviorEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n opDiscriminating: OpDiscriminatingEnum\r\n opPreview: OpPreviewEnum\r\n defaultPerimeter: String\r\n settings: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaAssociationType: _InputCollectionAction15038\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSystemBusinessDocument {\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n excelTemplate: _InputCollectionAction15195\r\n businessDocumentPattern_DocumentPattern: _InputCollectionAction15196\r\n documentCategory: _InputCollectionAction15197\r\n systemBusinessDocumentVersion_SystemDocumentVersions: _InputCollectionAction15198\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSystemBusinessDocumentVersion {\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n systemBusinessDocument_SystemDocument: _InputCollectionAction15190\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSystemDiagram {\r\n name: String\r\n mifCode: String\r\n systemNature: SystemNatureEnum\r\n shapesVersion: ShapesVersionEnum\r\n systemDiagramAvailability: SystemDiagramAvailabilityEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n metaClass_DescribedElement: _InputCollectionAction15099\r\n metaModel_DescribedElement: _InputCollectionAction15100\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueViewpoint {\r\n uIPermissions: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramType_AvailableDiagramTypes: _InputCollectionAction15187\r\n metaPicture: _InputCollectionAction15188\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputViewpoint {\r\n uIPermissions: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagramType_AvailableDiagramTypes: _InputCollectionAction15185\r\n metaPicture: _InputCollectionAction15186\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\nenum InstantReportsEnum {\r\n Graphable\r\n NotGraphable\r\n}\r\n\r\nenum IsIndexableEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum IsWritableEnum {\r\n Yes\r\n No\r\n}\r\n\r\ntype Language implements GraphQLObjectInterface {\r\n languageCharacteristics(format: StringFormat): String\r\n languageCode: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n language_GeneralLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_GeneralLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n language_SpecializedLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_SpecializedLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n language_DefaultUsingLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_DefaultUsingLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n language_DefaultUsedLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_DefaultUsedLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n metaAttributeValue(filter: Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageFilter, orderBy: [Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageOrderBy]): [Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_Language]\r\n metaAttributeValueAggregatedValues(filter: Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageFilter, orderBy: [Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageOrderBy]): [MetaAttributeValueAggregatedValues]\r\n}\r\n\r\ntype LanguageAggregatedValues {\r\n languageCharacteristics(function: AggregateFunctionType): CustomFloat\r\n languageCode(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput LanguageFilter {\r\n and: [LanguageFilter!]\r\n or: [LanguageFilter!]\r\n languageCharacteristics: String\r\n languageCharacteristics_not: String\r\n languageCharacteristics_in: [String!]\r\n languageCharacteristics_not_in: [String!]\r\n languageCharacteristics_lt: String\r\n languageCharacteristics_lte: String\r\n languageCharacteristics_gt: String\r\n languageCharacteristics_gte: String\r\n languageCharacteristics_contains: String\r\n languageCharacteristics_not_contains: String\r\n languageCharacteristics_starts_with: String\r\n languageCharacteristics_not_starts_with: String\r\n languageCharacteristics_ends_with: String\r\n languageCharacteristics_not_ends_with: String\r\n languageCharacteristics_empty: Boolean\r\n languageCode: String\r\n languageCode_not: String\r\n languageCode_in: [String!]\r\n languageCode_not_in: [String!]\r\n languageCode_lt: String\r\n languageCode_lte: String\r\n languageCode_gt: String\r\n languageCode_gte: String\r\n languageCode_contains: String\r\n languageCode_not_contains: String\r\n languageCode_starts_with: String\r\n languageCode_not_starts_with: String\r\n languageCode_ends_with: String\r\n languageCode_not_ends_with: String\r\n languageCode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n language_GeneralLanguage_some: [LanguageFilter!]\r\n language_GeneralLanguage_count: countFilter\r\n language_SpecializedLanguage_some: [LanguageFilter!]\r\n language_SpecializedLanguage_count: countFilter\r\n language_DefaultUsingLanguage_some: [LanguageFilter!]\r\n language_DefaultUsingLanguage_count: countFilter\r\n language_DefaultUsedLanguage_some: [LanguageFilter!]\r\n language_DefaultUsedLanguage_count: countFilter\r\n}\r\n\r\nenum LanguageOrderBy {\r\n languageCharacteristics_ASC\r\n languageCharacteristics_DESC\r\n languageCode_ASC\r\n languageCode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum Languages {\r\n PT\r\n EN\r\n DE\r\n JA\r\n FR\r\n ES\r\n NL\r\n IT\r\n}\r\n\r\nenum LocationEnum {\r\n System\r\n Data\r\n External\r\n}\r\n\r\nenum LoggabilityEnum {\r\n Unloggable\r\n Loggable\r\n UnloggableSystemOnly\r\n}\r\n\r\nenum LongevityEnum {\r\n PrivateOnly\r\n InstantView\r\n Temporary\r\n Permanent\r\n}\r\n\r\nenum MOFTypeEnum {\r\n Standard\r\n Stereotype\r\n}\r\n\r\ntype Macro implements GraphQLObjectInterface {\r\n objectFactory: String\r\n systemComponent(format: EnumFormat): SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions(format: EnumFormat): ExecutionOptionsEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeZoom_PostProcessedDiagramTypeZoom(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoom]\r\n diagramTypeZoom_PostProcessedDiagramTypeZoomAggregatedValues(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n metaAttribute_MetaAttributeUpdateTool(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttribute_MetaAttributeUpdateToolAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n metaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n metaAttribute_ConditioningSettingMetaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttribute_ConditioningSettingMetaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n}\r\n\r\ntype MacroAggregatedValues {\r\n objectFactory(function: AggregateFunctionType): CustomFloat\r\n systemComponent(function: AggregateFunctionType): CustomFloat\r\n vBScript(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n executionOptions(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MacroFilter {\r\n defaultField_391807f7fc844af0873b5c88bddcff89: String\r\n and: [MacroFilter!]\r\n or: [MacroFilter!]\r\n objectFactory: String\r\n objectFactory_not: String\r\n objectFactory_in: [String!]\r\n objectFactory_not_in: [String!]\r\n objectFactory_lt: String\r\n objectFactory_lte: String\r\n objectFactory_gt: String\r\n objectFactory_gte: String\r\n objectFactory_contains: String\r\n objectFactory_not_contains: String\r\n objectFactory_starts_with: String\r\n objectFactory_not_starts_with: String\r\n objectFactory_ends_with: String\r\n objectFactory_not_ends_with: String\r\n objectFactory_empty: Boolean\r\n systemComponent: SystemComponentEnum\r\n systemComponent_not: SystemComponentEnum\r\n systemComponent_in: [SystemComponentEnum!]\r\n systemComponent_not_in: [SystemComponentEnum!]\r\n systemComponent_empty: Boolean\r\n vBScript: String\r\n vBScript_not: String\r\n vBScript_in: [String!]\r\n vBScript_not_in: [String!]\r\n vBScript_lt: String\r\n vBScript_lte: String\r\n vBScript_gt: String\r\n vBScript_gte: String\r\n vBScript_contains: String\r\n vBScript_not_contains: String\r\n vBScript_starts_with: String\r\n vBScript_not_starts_with: String\r\n vBScript_ends_with: String\r\n vBScript_not_ends_with: String\r\n vBScript_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n executionOptions: ExecutionOptionsEnum\r\n executionOptions_not: ExecutionOptionsEnum\r\n executionOptions_in: [ExecutionOptionsEnum!]\r\n executionOptions_not_in: [ExecutionOptionsEnum!]\r\n executionOptions_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeZoom_PostProcessedDiagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_PostProcessedDiagramTypeZoom_count: countFilter\r\n metaAttribute_MetaAttributeUpdateTool_some: [MetaAttributeFilter!]\r\n metaAttribute_MetaAttributeUpdateTool_count: countFilter\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n metaAttribute_ConditioningSettingMetaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_ConditioningSettingMetaAttribute_count: countFilter\r\n}\r\n\r\nenum MacroOrderBy {\r\n objectFactory_ASC\r\n objectFactory_DESC\r\n systemComponent_ASC\r\n systemComponent_DESC\r\n vBScript_ASC\r\n vBScript_DESC\r\n settings_ASC\r\n settings_DESC\r\n executionOptions_ASC\r\n executionOptions_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MajorToMinorBehaviorEnum {\r\n Computed\r\n Abort\r\n Link\r\n Standard\r\n Deep\r\n}\r\n\r\nenum MajorToMinorDefaultBehaviorEnum {\r\n Abort\r\n Deep\r\n Standard\r\n Link\r\n}\r\n\r\ntype MetaAssociation implements GraphQLObjectInterface {\r\n metaDeprecated(format: EnumFormat): MetaDeprecatedEnum\r\n abbreviation(language: Languages): String\r\n loggability(format: EnumFormat): LoggabilityEnum\r\n savability(format: EnumFormat): SavabilityEnum\r\n metaLayer(format: EnumFormat): MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature(format: EnumFormat): MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions(format: StringFormat): String\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n location(format: EnumFormat): LocationEnum\r\n longevity(format: EnumFormat): LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAssociationType(filter: MetaAssociationTypeFilter, orderBy: [MetaAssociationTypeOrderBy]): [MetaAssociationType]\r\n metaAssociationTypeAggregatedValues(filter: MetaAssociationTypeFilter, orderBy: [MetaAssociationTypeOrderBy]): [MetaAssociationTypeAggregatedValues]\r\n metaAssociationEnd_PathMetaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEnd_PathMetaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n}\r\n\r\ntype MetaAssociationAggregatedValues {\r\n metaDeprecated(function: AggregateFunctionType): CustomFloat\r\n abbreviation(function: AggregateFunctionType): CustomFloat\r\n loggability(function: AggregateFunctionType): CustomFloat\r\n savability(function: AggregateFunctionType): CustomFloat\r\n metaLayer(function: AggregateFunctionType): CustomFloat\r\n majorAssociationEndName(function: AggregateFunctionType): CustomFloat\r\n metaAssociationNature(function: AggregateFunctionType): CustomFloat\r\n minorAssociationEndName(function: AggregateFunctionType): CustomFloat\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n extendedProperties(function: AggregateFunctionType): CustomFloat\r\n location(function: AggregateFunctionType): CustomFloat\r\n longevity(function: AggregateFunctionType): CustomFloat\r\n majorMetaClassName(function: AggregateFunctionType): CustomFloat\r\n minorMetaClassName(function: AggregateFunctionType): CustomFloat\r\n physicalStorage(function: AggregateFunctionType): CustomFloat\r\n mOFType(function: AggregateFunctionType): CustomFloat\r\n createPermission(function: AggregateFunctionType): CustomFloat\r\n readPermission(function: AggregateFunctionType): CustomFloat\r\n updatePermission(function: AggregateFunctionType): CustomFloat\r\n deletePermission(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ntype MetaAssociationEnd implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n legIndex(language: Languages): String\r\n linkOrder: CustomInt\r\n cardMax(format: EnumFormat): CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation(language: Languages): String\r\n uIPermissions(format: StringFormat): String\r\n dataVolume: CustomInt\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n metaMultiplicity(format: EnumFormat): MetaMultiplicityEnum\r\n instantReports(format: EnumFormat): InstantReportsEnum\r\n nameAppearance(format: EnumFormat): NameAppearanceEnum\r\n linkOptions: CustomInt\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAssociation(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy]): [MetaAssociation]\r\n metaAssociationAggregatedValues(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy]): [MetaAssociationAggregatedValues]\r\n metaClass_MetaOppositeClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_MetaOppositeClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n metaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n metaAssociation_PathMetaAssociation(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy]): [MetaAssociation]\r\n metaAssociation_PathMetaAssociationAggregatedValues(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy]): [MetaAssociationAggregatedValues]\r\n}\r\n\r\ntype MetaAssociationEndAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n legIndex(function: AggregateFunctionType): CustomFloat\r\n linkOrder(function: AggregateNumbersFunctionType): CustomFloat\r\n cardMax(function: AggregateFunctionType): CustomFloat\r\n cardMin(function: AggregateFunctionType): CustomFloat\r\n major(function: AggregateFunctionType): CustomFloat\r\n abbreviation(function: AggregateFunctionType): CustomFloat\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n dataVolume(function: AggregateNumbersFunctionType): CustomFloat\r\n dataVolumeChildren(function: AggregateNumbersFunctionType): CustomFloat\r\n dataVolumeMax(function: AggregateNumbersFunctionType): CustomFloat\r\n dataVolumeMaxChildren(function: AggregateNumbersFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n mOFType(function: AggregateFunctionType): CustomFloat\r\n metaMultiplicity(function: AggregateFunctionType): CustomFloat\r\n instantReports(function: AggregateFunctionType): CustomFloat\r\n nameAppearance(function: AggregateFunctionType): CustomFloat\r\n linkOptions(function: AggregateNumbersFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaAssociationEndFilter {\r\n defaultField_12c1f19c21cf462cafed66e46cacb3c8: String\r\n and: [MetaAssociationEndFilter!]\r\n or: [MetaAssociationEndFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n legIndex: String\r\n legIndex_not: String\r\n legIndex_in: [String!]\r\n legIndex_not_in: [String!]\r\n legIndex_lt: String\r\n legIndex_lte: String\r\n legIndex_gt: String\r\n legIndex_gte: String\r\n legIndex_contains: String\r\n legIndex_not_contains: String\r\n legIndex_starts_with: String\r\n legIndex_not_starts_with: String\r\n legIndex_ends_with: String\r\n legIndex_not_ends_with: String\r\n legIndex_empty: Boolean\r\n linkOrder: CustomInt\r\n linkOrder_not: CustomInt\r\n linkOrder_in: [CustomInt!]\r\n linkOrder_not_in: [CustomInt!]\r\n linkOrder_lt: CustomInt\r\n linkOrder_lte: CustomInt\r\n linkOrder_gt: CustomInt\r\n linkOrder_gte: CustomInt\r\n linkOrder_empty: Boolean\r\n cardMax: CardMaxEnum\r\n cardMax_not: CardMaxEnum\r\n cardMax_in: [CardMaxEnum!]\r\n cardMax_not_in: [CardMaxEnum!]\r\n cardMax_empty: Boolean\r\n cardMin: String\r\n cardMin_not: String\r\n cardMin_in: [String!]\r\n cardMin_not_in: [String!]\r\n cardMin_lt: String\r\n cardMin_lte: String\r\n cardMin_gt: String\r\n cardMin_gte: String\r\n cardMin_contains: String\r\n cardMin_not_contains: String\r\n cardMin_starts_with: String\r\n cardMin_not_starts_with: String\r\n cardMin_ends_with: String\r\n cardMin_not_ends_with: String\r\n cardMin_empty: Boolean\r\n major: Boolean\r\n major_not: Boolean\r\n major_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n dataVolume: CustomInt\r\n dataVolume_not: CustomInt\r\n dataVolume_in: [CustomInt!]\r\n dataVolume_not_in: [CustomInt!]\r\n dataVolume_lt: CustomInt\r\n dataVolume_lte: CustomInt\r\n dataVolume_gt: CustomInt\r\n dataVolume_gte: CustomInt\r\n dataVolume_empty: Boolean\r\n dataVolumeChildren: CustomInt\r\n dataVolumeChildren_not: CustomInt\r\n dataVolumeChildren_in: [CustomInt!]\r\n dataVolumeChildren_not_in: [CustomInt!]\r\n dataVolumeChildren_lt: CustomInt\r\n dataVolumeChildren_lte: CustomInt\r\n dataVolumeChildren_gt: CustomInt\r\n dataVolumeChildren_gte: CustomInt\r\n dataVolumeChildren_empty: Boolean\r\n dataVolumeMax: CustomInt\r\n dataVolumeMax_not: CustomInt\r\n dataVolumeMax_in: [CustomInt!]\r\n dataVolumeMax_not_in: [CustomInt!]\r\n dataVolumeMax_lt: CustomInt\r\n dataVolumeMax_lte: CustomInt\r\n dataVolumeMax_gt: CustomInt\r\n dataVolumeMax_gte: CustomInt\r\n dataVolumeMax_empty: Boolean\r\n dataVolumeMaxChildren: CustomInt\r\n dataVolumeMaxChildren_not: CustomInt\r\n dataVolumeMaxChildren_in: [CustomInt!]\r\n dataVolumeMaxChildren_not_in: [CustomInt!]\r\n dataVolumeMaxChildren_lt: CustomInt\r\n dataVolumeMaxChildren_lte: CustomInt\r\n dataVolumeMaxChildren_gt: CustomInt\r\n dataVolumeMaxChildren_gte: CustomInt\r\n dataVolumeMaxChildren_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n metaMultiplicity: MetaMultiplicityEnum\r\n metaMultiplicity_not: MetaMultiplicityEnum\r\n metaMultiplicity_in: [MetaMultiplicityEnum!]\r\n metaMultiplicity_not_in: [MetaMultiplicityEnum!]\r\n metaMultiplicity_empty: Boolean\r\n instantReports: InstantReportsEnum\r\n instantReports_not: InstantReportsEnum\r\n instantReports_in: [InstantReportsEnum!]\r\n instantReports_not_in: [InstantReportsEnum!]\r\n instantReports_empty: Boolean\r\n nameAppearance: NameAppearanceEnum\r\n nameAppearance_not: NameAppearanceEnum\r\n nameAppearance_in: [NameAppearanceEnum!]\r\n nameAppearance_not_in: [NameAppearanceEnum!]\r\n nameAppearance_empty: Boolean\r\n linkOptions: CustomInt\r\n linkOptions_not: CustomInt\r\n linkOptions_in: [CustomInt!]\r\n linkOptions_not_in: [CustomInt!]\r\n linkOptions_lt: CustomInt\r\n linkOptions_lte: CustomInt\r\n linkOptions_gt: CustomInt\r\n linkOptions_gte: CustomInt\r\n linkOptions_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAssociation_some: [MetaAssociationFilter!]\r\n metaAssociation_count: countFilter\r\n metaClass_MetaOppositeClass_some: [MetaClassFilter!]\r\n metaClass_MetaOppositeClass_count: countFilter\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n metaAssociation_PathMetaAssociation_some: [MetaAssociationFilter!]\r\n metaAssociation_PathMetaAssociation_count: countFilter\r\n}\r\n\r\nenum MetaAssociationEndOrderBy {\r\n name_ASC\r\n name_DESC\r\n legIndex_ASC\r\n legIndex_DESC\r\n linkOrder_ASC\r\n linkOrder_DESC\r\n cardMax_ASC\r\n cardMax_DESC\r\n cardMin_ASC\r\n cardMin_DESC\r\n major_ASC\r\n major_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n dataVolume_ASC\r\n dataVolume_DESC\r\n dataVolumeChildren_ASC\r\n dataVolumeChildren_DESC\r\n dataVolumeMax_ASC\r\n dataVolumeMax_DESC\r\n dataVolumeMaxChildren_ASC\r\n dataVolumeMaxChildren_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n metaMultiplicity_ASC\r\n metaMultiplicity_DESC\r\n instantReports_ASC\r\n instantReports_DESC\r\n nameAppearance_ASC\r\n nameAppearance_DESC\r\n linkOptions_ASC\r\n linkOptions_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ninput MetaAssociationFilter {\r\n and: [MetaAssociationFilter!]\r\n or: [MetaAssociationFilter!]\r\n metaDeprecated: MetaDeprecatedEnum\r\n metaDeprecated_not: MetaDeprecatedEnum\r\n metaDeprecated_in: [MetaDeprecatedEnum!]\r\n metaDeprecated_not_in: [MetaDeprecatedEnum!]\r\n metaDeprecated_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n loggability: LoggabilityEnum\r\n loggability_not: LoggabilityEnum\r\n loggability_in: [LoggabilityEnum!]\r\n loggability_not_in: [LoggabilityEnum!]\r\n loggability_empty: Boolean\r\n savability: SavabilityEnum\r\n savability_not: SavabilityEnum\r\n savability_in: [SavabilityEnum!]\r\n savability_not_in: [SavabilityEnum!]\r\n savability_empty: Boolean\r\n metaLayer: MetaLayerEnum\r\n metaLayer_not: MetaLayerEnum\r\n metaLayer_in: [MetaLayerEnum!]\r\n metaLayer_not_in: [MetaLayerEnum!]\r\n metaLayer_empty: Boolean\r\n 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 majorAssociationEndName_empty: Boolean\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n metaAssociationNature_not: MetaAssociationNatureEnum\r\n metaAssociationNature_in: [MetaAssociationNatureEnum!]\r\n metaAssociationNature_not_in: [MetaAssociationNatureEnum!]\r\n metaAssociationNature_empty: Boolean\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 minorAssociationEndName_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n location: LocationEnum\r\n location_not: LocationEnum\r\n location_in: [LocationEnum!]\r\n location_not_in: [LocationEnum!]\r\n location_empty: Boolean\r\n longevity: LongevityEnum\r\n longevity_not: LongevityEnum\r\n longevity_in: [LongevityEnum!]\r\n longevity_not_in: [LongevityEnum!]\r\n longevity_empty: Boolean\r\n 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 majorMetaClassName_empty: Boolean\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 minorMetaClassName_empty: Boolean\r\n physicalStorage: PhysicalStorageEnum\r\n physicalStorage_not: PhysicalStorageEnum\r\n physicalStorage_in: [PhysicalStorageEnum!]\r\n physicalStorage_not_in: [PhysicalStorageEnum!]\r\n physicalStorage_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n createPermission_empty: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n readPermission_empty: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n updatePermission_empty: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: Boolean\r\n deletePermission_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAssociationType_some: [MetaAssociationTypeFilter!]\r\n metaAssociationType_count: countFilter\r\n metaAssociationEnd_PathMetaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_PathMetaAssociationEnd_count: countFilter\r\n}\r\n\r\nenum MetaAssociationNatureEnum {\r\n Composition\r\n Association\r\n}\r\n\r\nenum MetaAssociationOrderBy {\r\n metaDeprecated_ASC\r\n metaDeprecated_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n 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 extendedProperties_ASC\r\n extendedProperties_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype MetaAssociationType implements GraphQLObjectInterface {\r\n nameconvention61: String\r\n legOrderMajor: CustomInt\r\n legOrderMinor: CustomInt\r\n commentMajor(format: StringFormat, language: Languages): String\r\n commentMinor(format: StringFormat, language: Languages): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAssociation_TypedMetaAssociation(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy]): [MetaAssociation]\r\n metaAssociation_TypedMetaAssociationAggregatedValues(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy]): [MetaAssociationAggregatedValues]\r\n operator(filter: Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeFilter, orderBy: [Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeOrderBy]): [Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationType]\r\n operatorAggregatedValues(filter: Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeFilter, orderBy: [Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeOrderBy]): [OperatorAggregatedValues]\r\n}\r\n\r\ntype MetaAssociationTypeAggregatedValues {\r\n nameconvention61(function: AggregateFunctionType): CustomFloat\r\n legOrderMajor(function: AggregateNumbersFunctionType): CustomFloat\r\n legOrderMinor(function: AggregateNumbersFunctionType): CustomFloat\r\n commentMajor(function: AggregateFunctionType): CustomFloat\r\n commentMinor(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaAssociationTypeFilter {\r\n defaultField_85d6991d9174427aafb37078aac83c72: String\r\n and: [MetaAssociationTypeFilter!]\r\n or: [MetaAssociationTypeFilter!]\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 nameconvention61_empty: Boolean\r\n legOrderMajor: CustomInt\r\n legOrderMajor_not: CustomInt\r\n legOrderMajor_in: [CustomInt!]\r\n legOrderMajor_not_in: [CustomInt!]\r\n legOrderMajor_lt: CustomInt\r\n legOrderMajor_lte: CustomInt\r\n legOrderMajor_gt: CustomInt\r\n legOrderMajor_gte: CustomInt\r\n legOrderMajor_empty: Boolean\r\n legOrderMinor: CustomInt\r\n legOrderMinor_not: CustomInt\r\n legOrderMinor_in: [CustomInt!]\r\n legOrderMinor_not_in: [CustomInt!]\r\n legOrderMinor_lt: CustomInt\r\n legOrderMinor_lte: CustomInt\r\n legOrderMinor_gt: CustomInt\r\n legOrderMinor_gte: CustomInt\r\n legOrderMinor_empty: Boolean\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 commentMajor_empty: Boolean\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 commentMinor_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAssociation_TypedMetaAssociation_some: [MetaAssociationFilter!]\r\n metaAssociation_TypedMetaAssociation_count: countFilter\r\n operator_some: [OperatorFilter!]\r\n operator_count: countFilter\r\n}\r\n\r\nenum MetaAssociationTypeOrderBy {\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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype MetaAttribute implements GraphQLObjectInterface {\r\n abbreviation(language: Languages): String\r\n metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n loggability(format: EnumFormat): LoggabilityEnum\r\n savability(format: EnumFormat): SavabilityEnum\r\n atIndex(format: EnumFormat): AtIndexEnum\r\n metaLayer(format: EnumFormat): MetaLayerEnum\r\n atNature(format: EnumFormat): AtNatureEnum\r\n translatability(format: EnumFormat): TranslatabilityEnum\r\n translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute(format: EnumFormat): DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions(format: StringFormat): String\r\n sequence: CustomInt\r\n physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n isIndexable(format: EnumFormat): IsIndexableEnum\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports(format: EnumFormat): InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValue]\r\n metaAttributeValueAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValueAggregatedValues]\r\n language(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n languageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n macro_MetaAttributeUpdateTool(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macro_MetaAttributeUpdateToolAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n macro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n metaClass_ReferencedMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_ReferencedMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n macro_ConditioningSettingMacro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macro_ConditioningSettingMacroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n metaClass(filter: Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeOrderBy]): [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttribute]\r\n metaClassAggregatedValues(filter: Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeOrderBy]): [MetaClassAggregatedValues]\r\n metaAttributeGroup(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeOrderBy]): [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttribute]\r\n metaAttributeGroupAggregatedValues(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeOrderBy]): [MetaAttributeGroupAggregatedValues]\r\n}\r\n\r\ntype MetaAttributeAggregatedValues {\r\n abbreviation(function: AggregateFunctionType): CustomFloat\r\n metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n loggability(function: AggregateFunctionType): CustomFloat\r\n savability(function: AggregateFunctionType): CustomFloat\r\n atIndex(function: AggregateFunctionType): CustomFloat\r\n metaLayer(function: AggregateFunctionType): CustomFloat\r\n atNature(function: AggregateFunctionType): CustomFloat\r\n translatability(function: AggregateFunctionType): CustomFloat\r\n translatabilityLevel(function: AggregateFunctionType): CustomFloat\r\n initialANSIValue(function: AggregateFunctionType): CustomFloat\r\n defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n extendedProperties(function: AggregateFunctionType): CustomFloat\r\n defaultSubstitutedMetaAttribute(function: AggregateFunctionType): CustomFloat\r\n defaultOrder(function: AggregateNumbersFunctionType): CustomFloat\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n sequence(function: AggregateNumbersFunctionType): CustomFloat\r\n physicalStorage(function: AggregateFunctionType): CustomFloat\r\n isIndexable(function: AggregateFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n mOFType(function: AggregateFunctionType): CustomFloat\r\n indexRanking(function: AggregateNumbersFunctionType): CustomFloat\r\n instantReports(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n createPermission(function: AggregateFunctionType): CustomFloat\r\n readPermission(function: AggregateFunctionType): CustomFloat\r\n updatePermission(function: AggregateFunctionType): CustomFloat\r\n deletePermission(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaAttributeFilter {\r\n defaultField_fabd12b125824306b91cc28f8f5deb0e: String\r\n and: [MetaAttributeFilter!]\r\n or: [MetaAttributeFilter!]\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeType_not: MetaAttributeTypeEnum\r\n metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_empty: Boolean\r\n metaAttributeLength: CustomInt\r\n metaAttributeLength_not: CustomInt\r\n metaAttributeLength_in: [CustomInt!]\r\n metaAttributeLength_not_in: [CustomInt!]\r\n metaAttributeLength_lt: CustomInt\r\n metaAttributeLength_lte: CustomInt\r\n metaAttributeLength_gt: CustomInt\r\n metaAttributeLength_gte: CustomInt\r\n metaAttributeLength_empty: Boolean\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n metaAttributeFormat_not: MetaAttributeFormatEnum\r\n metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_empty: Boolean\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_empty: Boolean\r\n loggability: LoggabilityEnum\r\n loggability_not: LoggabilityEnum\r\n loggability_in: [LoggabilityEnum!]\r\n loggability_not_in: [LoggabilityEnum!]\r\n loggability_empty: Boolean\r\n savability: SavabilityEnum\r\n savability_not: SavabilityEnum\r\n savability_in: [SavabilityEnum!]\r\n savability_not_in: [SavabilityEnum!]\r\n savability_empty: Boolean\r\n atIndex: AtIndexEnum\r\n atIndex_not: AtIndexEnum\r\n atIndex_in: [AtIndexEnum!]\r\n atIndex_not_in: [AtIndexEnum!]\r\n atIndex_empty: Boolean\r\n metaLayer: MetaLayerEnum\r\n metaLayer_not: MetaLayerEnum\r\n metaLayer_in: [MetaLayerEnum!]\r\n metaLayer_not_in: [MetaLayerEnum!]\r\n metaLayer_empty: Boolean\r\n atNature: AtNatureEnum\r\n atNature_not: AtNatureEnum\r\n atNature_in: [AtNatureEnum!]\r\n atNature_not_in: [AtNatureEnum!]\r\n atNature_empty: Boolean\r\n translatability: TranslatabilityEnum\r\n translatability_not: TranslatabilityEnum\r\n translatability_in: [TranslatabilityEnum!]\r\n translatability_not_in: [TranslatabilityEnum!]\r\n translatability_empty: Boolean\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n translatabilityLevel_not: TranslatabilityLevelEnum\r\n translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_empty: Boolean\r\n initialANSIValue: String\r\n initialANSIValue_not: String\r\n initialANSIValue_in: [String!]\r\n initialANSIValue_not_in: [String!]\r\n initialANSIValue_lt: String\r\n initialANSIValue_lte: String\r\n initialANSIValue_gt: String\r\n initialANSIValue_gte: String\r\n initialANSIValue_contains: String\r\n initialANSIValue_not_contains: String\r\n initialANSIValue_starts_with: String\r\n initialANSIValue_not_starts_with: String\r\n initialANSIValue_ends_with: String\r\n initialANSIValue_not_ends_with: String\r\n initialANSIValue_empty: Boolean\r\n defaultInternalValue: String\r\n defaultInternalValue_not: String\r\n defaultInternalValue_in: [String!]\r\n defaultInternalValue_not_in: [String!]\r\n defaultInternalValue_lt: String\r\n defaultInternalValue_lte: String\r\n defaultInternalValue_gt: String\r\n defaultInternalValue_gte: String\r\n defaultInternalValue_contains: String\r\n defaultInternalValue_not_contains: String\r\n defaultInternalValue_starts_with: String\r\n defaultInternalValue_not_starts_with: String\r\n defaultInternalValue_ends_with: String\r\n defaultInternalValue_not_ends_with: String\r\n defaultInternalValue_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultSubstitutedMetaAttribute_not: DefaultSubstitutedMetaAttributeEnum\r\n defaultSubstitutedMetaAttribute_in: [DefaultSubstitutedMetaAttributeEnum!]\r\n defaultSubstitutedMetaAttribute_not_in: [DefaultSubstitutedMetaAttributeEnum!]\r\n defaultSubstitutedMetaAttribute_empty: Boolean\r\n defaultOrder: CustomInt\r\n defaultOrder_not: CustomInt\r\n defaultOrder_in: [CustomInt!]\r\n defaultOrder_not_in: [CustomInt!]\r\n defaultOrder_lt: CustomInt\r\n defaultOrder_lte: CustomInt\r\n defaultOrder_gt: CustomInt\r\n defaultOrder_gte: CustomInt\r\n defaultOrder_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n sequence: CustomInt\r\n sequence_not: CustomInt\r\n sequence_in: [CustomInt!]\r\n sequence_not_in: [CustomInt!]\r\n sequence_lt: CustomInt\r\n sequence_lte: CustomInt\r\n sequence_gt: CustomInt\r\n sequence_gte: CustomInt\r\n sequence_empty: Boolean\r\n physicalStorage: PhysicalStorageEnum\r\n physicalStorage_not: PhysicalStorageEnum\r\n physicalStorage_in: [PhysicalStorageEnum!]\r\n physicalStorage_not_in: [PhysicalStorageEnum!]\r\n physicalStorage_empty: Boolean\r\n isIndexable: IsIndexableEnum\r\n isIndexable_not: IsIndexableEnum\r\n isIndexable_in: [IsIndexableEnum!]\r\n isIndexable_not_in: [IsIndexableEnum!]\r\n isIndexable_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n indexRanking: CustomInt\r\n indexRanking_not: CustomInt\r\n indexRanking_in: [CustomInt!]\r\n indexRanking_not_in: [CustomInt!]\r\n indexRanking_lt: CustomInt\r\n indexRanking_lte: CustomInt\r\n indexRanking_gt: CustomInt\r\n indexRanking_gte: CustomInt\r\n indexRanking_empty: Boolean\r\n instantReports: InstantReportsEnum\r\n instantReports_not: InstantReportsEnum\r\n instantReports_in: [InstantReportsEnum!]\r\n instantReports_not_in: [InstantReportsEnum!]\r\n instantReports_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n createPermission_empty: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n readPermission_empty: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n updatePermission_empty: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: Boolean\r\n deletePermission_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n language_some: [LanguageFilter!]\r\n language_count: countFilter\r\n macro_MetaAttributeUpdateTool_some: [MacroFilter!]\r\n macro_MetaAttributeUpdateTool_count: countFilter\r\n macro_some: [MacroFilter!]\r\n macro_count: countFilter\r\n metaAttributeGroup_some: [MetaAttributeGroupFilter!]\r\n metaAttributeGroup_count: countFilter\r\n metaClass_ReferencedMetaClass_some: [MetaClassFilter!]\r\n metaClass_ReferencedMetaClass_count: countFilter\r\n macro_ConditioningSettingMacro_some: [MacroFilter!]\r\n macro_ConditioningSettingMacro_count: countFilter\r\n}\r\n\r\nenum MetaAttributeFormatEnum {\r\n Standard\r\n Enumeration\r\n EnumerationOpened\r\n Duration\r\n Percent\r\n Double\r\n UTF_Eight\r\n Object\r\n SignedNumber\r\n Currency\r\n RGBColor\r\n}\r\n\r\ntype MetaAttributeGroup implements GraphQLObjectInterface {\r\n uIPermissions(format: StringFormat): String\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttribute(filter: Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupOrderBy]): [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroup]\r\n metaAttributeAggregatedValues(filter: Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupOrderBy]): [MetaAttributeAggregatedValues]\r\n metaClass(filter: Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter, orderBy: [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupOrderBy]): [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroup]\r\n metaClassAggregatedValues(filter: Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter, orderBy: [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupOrderBy]): [MetaClassAggregatedValues]\r\n}\r\n\r\ntype MetaAttributeGroupAggregatedValues {\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n mOFType(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaAttributeGroupFilter {\r\n defaultField_e235b12cc8ee477abf68541a89f1c92d: String\r\n and: [MetaAttributeGroupFilter!]\r\n or: [MetaAttributeGroupFilter!]\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n}\r\n\r\nenum MetaAttributeGroupOrderBy {\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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MetaAttributeOrderBy {\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n metaAttributeType_ASC\r\n metaAttributeType_DESC\r\n metaAttributeLength_ASC\r\n metaAttributeLength_DESC\r\n metaAttributeFormat_ASC\r\n metaAttributeFormat_DESC\r\n defaultMetaTextFormat_ASC\r\n defaultMetaTextFormat_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n atIndex_ASC\r\n atIndex_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n atNature_ASC\r\n atNature_DESC\r\n translatability_ASC\r\n translatability_DESC\r\n translatabilityLevel_ASC\r\n translatabilityLevel_DESC\r\n initialANSIValue_ASC\r\n initialANSIValue_DESC\r\n defaultInternalValue_ASC\r\n defaultInternalValue_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n defaultSubstitutedMetaAttribute_ASC\r\n defaultSubstitutedMetaAttribute_DESC\r\n defaultOrder_ASC\r\n defaultOrder_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n sequence_ASC\r\n sequence_DESC\r\n physicalStorage_ASC\r\n physicalStorage_DESC\r\n isIndexable_ASC\r\n isIndexable_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n indexRanking_ASC\r\n indexRanking_DESC\r\n instantReports_ASC\r\n instantReports_DESC\r\n settings_ASC\r\n settings_DESC\r\n createPermission_ASC\r\n createPermission_DESC\r\n readPermission_ASC\r\n readPermission_DESC\r\n updatePermission_ASC\r\n updatePermission_DESC\r\n deletePermission_ASC\r\n deletePermission_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MetaAttributeTypeEnum {\r\n String\r\n Boolean\r\n Short\r\n Long\r\n DateTime\r\n VarChar\r\n VarBinary\r\n Binary\r\n MegaIdentifier\r\n Float\r\n DateTimeSixFour\r\n AbsoluteDateTimeSixFour\r\n Currency\r\n}\r\n\r\ntype MetaAttributeValue implements GraphQLObjectInterface {\r\n internalValue: String\r\n abbreviation(language: Languages): String\r\n rGBColor: CustomInt\r\n valueName: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n metaPicture(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPicture]\r\n metaPictureAggregatedValues(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPictureAggregatedValues]\r\n language(filter: Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueFilter, orderBy: [Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueOrderBy]): [Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValue]\r\n languageAggregatedValues(filter: Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueFilter, orderBy: [Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueOrderBy]): [LanguageAggregatedValues]\r\n}\r\n\r\ntype MetaAttributeValueAggregatedValues {\r\n internalValue(function: AggregateFunctionType): CustomFloat\r\n abbreviation(function: AggregateFunctionType): CustomFloat\r\n rGBColor(function: AggregateNumbersFunctionType): CustomFloat\r\n valueName(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaAttributeValueFilter {\r\n defaultField_38f4256cc9b94cb091c4d5ac0087457a: String\r\n and: [MetaAttributeValueFilter!]\r\n or: [MetaAttributeValueFilter!]\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 internalValue_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n rGBColor: CustomInt\r\n rGBColor_not: CustomInt\r\n rGBColor_in: [CustomInt!]\r\n rGBColor_not_in: [CustomInt!]\r\n rGBColor_lt: CustomInt\r\n rGBColor_lte: CustomInt\r\n rGBColor_gt: CustomInt\r\n rGBColor_gte: CustomInt\r\n rGBColor_empty: Boolean\r\n 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 valueName_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n language_some: [LanguageFilter!]\r\n language_count: countFilter\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n metaPicture_some: [MetaPictureFilter!]\r\n metaPicture_count: countFilter\r\n}\r\n\r\nenum MetaAttributeValueOrderBy {\r\n internalValue_ASC\r\n internalValue_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n rGBColor_ASC\r\n rGBColor_DESC\r\n valueName_ASC\r\n valueName_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MetaCategoryEnum {\r\n User_Person_Etc_\r\n ProfileAndRole\r\n Authorization_ConfidentialityAndLDAP\r\n WorkflowObjects\r\n}\r\n\r\ntype MetaClass implements GraphQLObjectInterface {\r\n schemas: [Schema]\r\n abbreviation(language: Languages): String\r\n loggability(format: EnumFormat): LoggabilityEnum\r\n savability(format: EnumFormat): SavabilityEnum\r\n metaLayer(format: EnumFormat): MetaLayerEnum\r\n translatability(format: EnumFormat): TranslatabilityEnum\r\n translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n location(format: EnumFormat): LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance(format: EnumFormat): NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity(format: EnumFormat): LongevityEnum\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n metaClassSensitivity(format: EnumFormat): MetaClassSensitivityEnum\r\n readingAccessAreaUpdate(format: EnumFormat): ReadingAccessAreaUpdateEnum\r\n uIPermissions(format: StringFormat): String\r\n metaCategory(format: EnumFormat): MetaCategoryEnum\r\n rGBColor: CustomInt\r\n gUINameComputed(language: Languages): String\r\n metaUsage(format: EnumFormat): MetaUsageEnum\r\n physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n dataVolume: CustomInt\r\n isIndexable(format: EnumFormat): IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n candidateToIndexation(format: EnumFormat): CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams(format: EnumFormat): DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n systemDiagram_SystemDescription(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagram]\r\n systemDiagram_SystemDescriptionAggregatedValues(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagramAggregatedValues]\r\n diagramType_PossibleDiagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramType_PossibleDiagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n metaAssociationEnd_MetaOppositeAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEnd_MetaOppositeAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaModel(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModel]\r\n metaModelAggregatedValues(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModelAggregatedValues]\r\n metaClass_SubMetaClass(fromSchema: [String]): [MetaClass]\r\n metaClass_SubMetaClassAggregatedValues(fromSchema: [String]): [MetaClassAggregatedValues]\r\n metaClass_SuperMetaClass(fromSchema: [String]): [MetaClass]\r\n metaClass_SuperMetaClassAggregatedValues(fromSchema: [String]): [MetaClassAggregatedValues]\r\n diagram_Description(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagram_DescriptionAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n metaAttribute_MetaAttributeReferencingMetaClass(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttribute_MetaAttributeReferencingMetaClassAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n diagramTypeZoom(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoom]\r\n diagramTypeZoomAggregatedValues(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n metaAttribute(filter: Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy]): [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClass]\r\n metaAttributeAggregatedValues(filter: Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy]): [MetaAttributeAggregatedValues]\r\n metaAttributeGroup(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy]): [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClass]\r\n metaAttributeGroupAggregatedValues(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy]): [MetaAttributeGroupAggregatedValues]\r\n metaPropertyPage(filter: Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter, orderBy: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy]): [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClass]\r\n metaPropertyPageAggregatedValues(filter: Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter, orderBy: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy]): [MetaPropertyPageAggregatedValues]\r\n}\r\n\r\ntype MetaClassAggregatedValues {\r\n abbreviation(function: AggregateFunctionType): CustomFloat\r\n loggability(function: AggregateFunctionType): CustomFloat\r\n savability(function: AggregateFunctionType): CustomFloat\r\n metaLayer(function: AggregateFunctionType): CustomFloat\r\n translatability(function: AggregateFunctionType): CustomFloat\r\n translatabilityLevel(function: AggregateFunctionType): CustomFloat\r\n location(function: AggregateFunctionType): CustomFloat\r\n nameLength(function: AggregateNumbersFunctionType): CustomFloat\r\n nameCaseSensivity(function: AggregateFunctionType): CustomFloat\r\n nameSpaceSeparator(function: AggregateFunctionType): CustomFloat\r\n nameAppearance(function: AggregateFunctionType): CustomFloat\r\n nameFirstCharExclude(function: AggregateFunctionType): CustomFloat\r\n nameCurrentCharExclude(function: AggregateFunctionType): CustomFloat\r\n nameLastCharExclude(function: AggregateFunctionType): CustomFloat\r\n nameFirstCharInclude(function: AggregateFunctionType): CustomFloat\r\n nameCurrentCharInclude(function: AggregateFunctionType): CustomFloat\r\n nameLastCharInclude(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n longevity(function: AggregateFunctionType): CustomFloat\r\n extendedProperties(function: AggregateFunctionType): CustomFloat\r\n metaClassSensitivity(function: AggregateFunctionType): CustomFloat\r\n readingAccessAreaUpdate(function: AggregateFunctionType): CustomFloat\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n metaCategory(function: AggregateFunctionType): CustomFloat\r\n rGBColor(function: AggregateNumbersFunctionType): CustomFloat\r\n gUINameComputed(function: AggregateFunctionType): CustomFloat\r\n metaUsage(function: AggregateFunctionType): CustomFloat\r\n physicalStorage(function: AggregateFunctionType): CustomFloat\r\n dataVolume(function: AggregateNumbersFunctionType): CustomFloat\r\n isIndexable(function: AggregateFunctionType): CustomFloat\r\n dataVolumeMax(function: AggregateNumbersFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n mOFType(function: AggregateFunctionType): CustomFloat\r\n candidateToIndexation(function: AggregateFunctionType): CustomFloat\r\n displayConfidentialObjectsInDiagrams(function: AggregateFunctionType): CustomFloat\r\n createPermission(function: AggregateFunctionType): CustomFloat\r\n readPermission(function: AggregateFunctionType): CustomFloat\r\n updatePermission(function: AggregateFunctionType): CustomFloat\r\n deletePermission(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaClassFilter {\r\n defaultField_17f8fb4242ae4d3c8e4957eb47d571df: String\r\n and: [MetaClassFilter!]\r\n or: [MetaClassFilter!]\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n loggability: LoggabilityEnum\r\n loggability_not: LoggabilityEnum\r\n loggability_in: [LoggabilityEnum!]\r\n loggability_not_in: [LoggabilityEnum!]\r\n loggability_empty: Boolean\r\n savability: SavabilityEnum\r\n savability_not: SavabilityEnum\r\n savability_in: [SavabilityEnum!]\r\n savability_not_in: [SavabilityEnum!]\r\n savability_empty: Boolean\r\n metaLayer: MetaLayerEnum\r\n metaLayer_not: MetaLayerEnum\r\n metaLayer_in: [MetaLayerEnum!]\r\n metaLayer_not_in: [MetaLayerEnum!]\r\n metaLayer_empty: Boolean\r\n translatability: TranslatabilityEnum\r\n translatability_not: TranslatabilityEnum\r\n translatability_in: [TranslatabilityEnum!]\r\n translatability_not_in: [TranslatabilityEnum!]\r\n translatability_empty: Boolean\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n translatabilityLevel_not: TranslatabilityLevelEnum\r\n translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_empty: Boolean\r\n location: LocationEnum\r\n location_not: LocationEnum\r\n location_in: [LocationEnum!]\r\n location_not_in: [LocationEnum!]\r\n location_empty: Boolean\r\n nameLength: CustomInt\r\n nameLength_not: CustomInt\r\n nameLength_in: [CustomInt!]\r\n nameLength_not_in: [CustomInt!]\r\n nameLength_lt: CustomInt\r\n nameLength_lte: CustomInt\r\n nameLength_gt: CustomInt\r\n nameLength_gte: CustomInt\r\n nameLength_empty: Boolean\r\n nameCaseSensivity: String\r\n nameCaseSensivity_not: String\r\n nameCaseSensivity_in: [String!]\r\n nameCaseSensivity_not_in: [String!]\r\n nameCaseSensivity_lt: String\r\n nameCaseSensivity_lte: String\r\n nameCaseSensivity_gt: String\r\n nameCaseSensivity_gte: String\r\n nameCaseSensivity_contains: String\r\n nameCaseSensivity_not_contains: String\r\n nameCaseSensivity_starts_with: String\r\n nameCaseSensivity_not_starts_with: String\r\n nameCaseSensivity_ends_with: String\r\n nameCaseSensivity_not_ends_with: String\r\n nameCaseSensivity_empty: Boolean\r\n nameSpaceSeparator: String\r\n nameSpaceSeparator_not: String\r\n nameSpaceSeparator_in: [String!]\r\n nameSpaceSeparator_not_in: [String!]\r\n nameSpaceSeparator_lt: String\r\n nameSpaceSeparator_lte: String\r\n nameSpaceSeparator_gt: String\r\n nameSpaceSeparator_gte: String\r\n nameSpaceSeparator_contains: String\r\n nameSpaceSeparator_not_contains: String\r\n nameSpaceSeparator_starts_with: String\r\n nameSpaceSeparator_not_starts_with: String\r\n nameSpaceSeparator_ends_with: String\r\n nameSpaceSeparator_not_ends_with: String\r\n nameSpaceSeparator_empty: Boolean\r\n nameAppearance: NameAppearanceEnum\r\n nameAppearance_not: NameAppearanceEnum\r\n nameAppearance_in: [NameAppearanceEnum!]\r\n nameAppearance_not_in: [NameAppearanceEnum!]\r\n nameAppearance_empty: Boolean\r\n nameFirstCharExclude: String\r\n nameFirstCharExclude_not: String\r\n nameFirstCharExclude_in: [String!]\r\n nameFirstCharExclude_not_in: [String!]\r\n nameFirstCharExclude_lt: String\r\n nameFirstCharExclude_lte: String\r\n nameFirstCharExclude_gt: String\r\n nameFirstCharExclude_gte: String\r\n nameFirstCharExclude_contains: String\r\n nameFirstCharExclude_not_contains: String\r\n nameFirstCharExclude_starts_with: String\r\n nameFirstCharExclude_not_starts_with: String\r\n nameFirstCharExclude_ends_with: String\r\n nameFirstCharExclude_not_ends_with: String\r\n nameFirstCharExclude_empty: Boolean\r\n nameCurrentCharExclude: String\r\n nameCurrentCharExclude_not: String\r\n nameCurrentCharExclude_in: [String!]\r\n nameCurrentCharExclude_not_in: [String!]\r\n nameCurrentCharExclude_lt: String\r\n nameCurrentCharExclude_lte: String\r\n nameCurrentCharExclude_gt: String\r\n nameCurrentCharExclude_gte: String\r\n nameCurrentCharExclude_contains: String\r\n nameCurrentCharExclude_not_contains: String\r\n nameCurrentCharExclude_starts_with: String\r\n nameCurrentCharExclude_not_starts_with: String\r\n nameCurrentCharExclude_ends_with: String\r\n nameCurrentCharExclude_not_ends_with: String\r\n nameCurrentCharExclude_empty: Boolean\r\n nameLastCharExclude: String\r\n nameLastCharExclude_not: String\r\n nameLastCharExclude_in: [String!]\r\n nameLastCharExclude_not_in: [String!]\r\n nameLastCharExclude_lt: String\r\n nameLastCharExclude_lte: String\r\n nameLastCharExclude_gt: String\r\n nameLastCharExclude_gte: String\r\n nameLastCharExclude_contains: String\r\n nameLastCharExclude_not_contains: String\r\n nameLastCharExclude_starts_with: String\r\n nameLastCharExclude_not_starts_with: String\r\n nameLastCharExclude_ends_with: String\r\n nameLastCharExclude_not_ends_with: String\r\n nameLastCharExclude_empty: Boolean\r\n nameFirstCharInclude: String\r\n nameFirstCharInclude_not: String\r\n nameFirstCharInclude_in: [String!]\r\n nameFirstCharInclude_not_in: [String!]\r\n nameFirstCharInclude_lt: String\r\n nameFirstCharInclude_lte: String\r\n nameFirstCharInclude_gt: String\r\n nameFirstCharInclude_gte: String\r\n nameFirstCharInclude_contains: String\r\n nameFirstCharInclude_not_contains: String\r\n nameFirstCharInclude_starts_with: String\r\n nameFirstCharInclude_not_starts_with: String\r\n nameFirstCharInclude_ends_with: String\r\n nameFirstCharInclude_not_ends_with: String\r\n nameFirstCharInclude_empty: Boolean\r\n nameCurrentCharInclude: String\r\n nameCurrentCharInclude_not: String\r\n nameCurrentCharInclude_in: [String!]\r\n nameCurrentCharInclude_not_in: [String!]\r\n nameCurrentCharInclude_lt: String\r\n nameCurrentCharInclude_lte: String\r\n nameCurrentCharInclude_gt: String\r\n nameCurrentCharInclude_gte: String\r\n nameCurrentCharInclude_contains: String\r\n nameCurrentCharInclude_not_contains: String\r\n nameCurrentCharInclude_starts_with: String\r\n nameCurrentCharInclude_not_starts_with: String\r\n nameCurrentCharInclude_ends_with: String\r\n nameCurrentCharInclude_not_ends_with: String\r\n nameCurrentCharInclude_empty: Boolean\r\n nameLastCharInclude: String\r\n nameLastCharInclude_not: String\r\n nameLastCharInclude_in: [String!]\r\n nameLastCharInclude_not_in: [String!]\r\n nameLastCharInclude_lt: String\r\n nameLastCharInclude_lte: String\r\n nameLastCharInclude_gt: String\r\n nameLastCharInclude_gte: String\r\n nameLastCharInclude_contains: String\r\n nameLastCharInclude_not_contains: String\r\n nameLastCharInclude_starts_with: String\r\n nameLastCharInclude_not_starts_with: String\r\n nameLastCharInclude_ends_with: String\r\n nameLastCharInclude_not_ends_with: String\r\n nameLastCharInclude_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n longevity: LongevityEnum\r\n longevity_not: LongevityEnum\r\n longevity_in: [LongevityEnum!]\r\n longevity_not_in: [LongevityEnum!]\r\n longevity_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n metaClassSensitivity_not: MetaClassSensitivityEnum\r\n metaClassSensitivity_in: [MetaClassSensitivityEnum!]\r\n metaClassSensitivity_not_in: [MetaClassSensitivityEnum!]\r\n metaClassSensitivity_empty: Boolean\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n readingAccessAreaUpdate_not: ReadingAccessAreaUpdateEnum\r\n readingAccessAreaUpdate_in: [ReadingAccessAreaUpdateEnum!]\r\n readingAccessAreaUpdate_not_in: [ReadingAccessAreaUpdateEnum!]\r\n readingAccessAreaUpdate_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n metaCategory: MetaCategoryEnum\r\n metaCategory_not: MetaCategoryEnum\r\n metaCategory_in: [MetaCategoryEnum!]\r\n metaCategory_not_in: [MetaCategoryEnum!]\r\n metaCategory_empty: Boolean\r\n rGBColor: CustomInt\r\n rGBColor_not: CustomInt\r\n rGBColor_in: [CustomInt!]\r\n rGBColor_not_in: [CustomInt!]\r\n rGBColor_lt: CustomInt\r\n rGBColor_lte: CustomInt\r\n rGBColor_gt: CustomInt\r\n rGBColor_gte: CustomInt\r\n rGBColor_empty: Boolean\r\n gUINameComputed: String\r\n gUINameComputed_not: String\r\n gUINameComputed_in: [String!]\r\n gUINameComputed_not_in: [String!]\r\n gUINameComputed_lt: String\r\n gUINameComputed_lte: String\r\n gUINameComputed_gt: String\r\n gUINameComputed_gte: String\r\n gUINameComputed_contains: String\r\n gUINameComputed_not_contains: String\r\n gUINameComputed_starts_with: String\r\n gUINameComputed_not_starts_with: String\r\n gUINameComputed_ends_with: String\r\n gUINameComputed_not_ends_with: String\r\n gUINameComputed_empty: Boolean\r\n metaUsage: MetaUsageEnum\r\n metaUsage_not: MetaUsageEnum\r\n metaUsage_in: [MetaUsageEnum!]\r\n metaUsage_not_in: [MetaUsageEnum!]\r\n metaUsage_empty: Boolean\r\n physicalStorage: PhysicalStorageEnum\r\n physicalStorage_not: PhysicalStorageEnum\r\n physicalStorage_in: [PhysicalStorageEnum!]\r\n physicalStorage_not_in: [PhysicalStorageEnum!]\r\n physicalStorage_empty: Boolean\r\n dataVolume: CustomInt\r\n dataVolume_not: CustomInt\r\n dataVolume_in: [CustomInt!]\r\n dataVolume_not_in: [CustomInt!]\r\n dataVolume_lt: CustomInt\r\n dataVolume_lte: CustomInt\r\n dataVolume_gt: CustomInt\r\n dataVolume_gte: CustomInt\r\n dataVolume_empty: Boolean\r\n isIndexable: IsIndexableEnum\r\n isIndexable_not: IsIndexableEnum\r\n isIndexable_in: [IsIndexableEnum!]\r\n isIndexable_not_in: [IsIndexableEnum!]\r\n isIndexable_empty: Boolean\r\n dataVolumeMax: CustomInt\r\n dataVolumeMax_not: CustomInt\r\n dataVolumeMax_in: [CustomInt!]\r\n dataVolumeMax_not_in: [CustomInt!]\r\n dataVolumeMax_lt: CustomInt\r\n dataVolumeMax_lte: CustomInt\r\n dataVolumeMax_gt: CustomInt\r\n dataVolumeMax_gte: CustomInt\r\n dataVolumeMax_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n candidateToIndexation: CandidateToIndexationEnum\r\n candidateToIndexation_not: CandidateToIndexationEnum\r\n candidateToIndexation_in: [CandidateToIndexationEnum!]\r\n candidateToIndexation_not_in: [CandidateToIndexationEnum!]\r\n candidateToIndexation_empty: Boolean\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n displayConfidentialObjectsInDiagrams_not: DisplayConfidentialObjectsInDiagramsEnum\r\n displayConfidentialObjectsInDiagrams_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n displayConfidentialObjectsInDiagrams_not_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n displayConfidentialObjectsInDiagrams_empty: Boolean\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n createPermission_empty: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n readPermission_empty: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n updatePermission_empty: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: Boolean\r\n deletePermission_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n systemDiagram_SystemDescription_some: [SystemDiagramFilter!]\r\n systemDiagram_SystemDescription_count: countFilter\r\n diagramType_PossibleDiagramType_some: [DiagramTypeFilter!]\r\n diagramType_PossibleDiagramType_count: countFilter\r\n metaAssociationEnd_MetaOppositeAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_MetaOppositeAssociationEnd_count: countFilter\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n metaModel_some: [MetaModelFilter!]\r\n metaModel_count: countFilter\r\n metaClass_SubMetaClass_some: [MetaClassFilter!]\r\n metaClass_SubMetaClass_count: countFilter\r\n metaClass_SuperMetaClass_some: [MetaClassFilter!]\r\n metaClass_SuperMetaClass_count: countFilter\r\n metaAttributeGroup_some: [MetaAttributeGroupFilter!]\r\n metaAttributeGroup_count: countFilter\r\n metaPropertyPage_some: [MetaPropertyPageFilter!]\r\n metaPropertyPage_count: countFilter\r\n diagram_Description_some: [DiagramFilter!]\r\n diagram_Description_count: countFilter\r\n metaAttribute_MetaAttributeReferencingMetaClass_some: [MetaAttributeFilter!]\r\n metaAttribute_MetaAttributeReferencingMetaClass_count: countFilter\r\n diagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_count: countFilter\r\n}\r\n\r\nenum MetaClassOrderBy {\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n translatability_ASC\r\n translatability_DESC\r\n translatabilityLevel_ASC\r\n translatabilityLevel_DESC\r\n location_ASC\r\n location_DESC\r\n nameLength_ASC\r\n nameLength_DESC\r\n nameCaseSensivity_ASC\r\n nameCaseSensivity_DESC\r\n nameSpaceSeparator_ASC\r\n nameSpaceSeparator_DESC\r\n nameAppearance_ASC\r\n nameAppearance_DESC\r\n nameFirstCharExclude_ASC\r\n nameFirstCharExclude_DESC\r\n nameCurrentCharExclude_ASC\r\n nameCurrentCharExclude_DESC\r\n nameLastCharExclude_ASC\r\n nameLastCharExclude_DESC\r\n nameFirstCharInclude_ASC\r\n nameFirstCharInclude_DESC\r\n nameCurrentCharInclude_ASC\r\n nameCurrentCharInclude_DESC\r\n nameLastCharInclude_ASC\r\n nameLastCharInclude_DESC\r\n settings_ASC\r\n settings_DESC\r\n longevity_ASC\r\n longevity_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n metaClassSensitivity_ASC\r\n metaClassSensitivity_DESC\r\n readingAccessAreaUpdate_ASC\r\n readingAccessAreaUpdate_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n metaCategory_ASC\r\n metaCategory_DESC\r\n rGBColor_ASC\r\n rGBColor_DESC\r\n gUINameComputed_ASC\r\n gUINameComputed_DESC\r\n metaUsage_ASC\r\n metaUsage_DESC\r\n physicalStorage_ASC\r\n physicalStorage_DESC\r\n dataVolume_ASC\r\n dataVolume_DESC\r\n isIndexable_ASC\r\n isIndexable_DESC\r\n dataVolumeMax_ASC\r\n dataVolumeMax_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n candidateToIndexation_ASC\r\n candidateToIndexation_DESC\r\n displayConfidentialObjectsInDiagrams_ASC\r\n displayConfidentialObjectsInDiagrams_DESC\r\n createPermission_ASC\r\n createPermission_DESC\r\n readPermission_ASC\r\n readPermission_DESC\r\n updatePermission_ASC\r\n updatePermission_DESC\r\n deletePermission_ASC\r\n deletePermission_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MetaClassSensitivityEnum {\r\n High\r\n Standard\r\n}\r\n\r\ntype MetaCommandManager implements GraphQLObjectInterface {\r\n uIPermissions(format: StringFormat): String\r\n gUIName(language: Languages): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n}\r\n\r\ntype MetaCommandManagerAggregatedValues {\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaCommandManagerFilter {\r\n and: [MetaCommandManagerFilter!]\r\n or: [MetaCommandManagerFilter!]\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n}\r\n\r\nenum MetaCommandManagerOrderBy {\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n}\r\n\r\ntype MetaConnectionCheck implements GraphQLObjectInterface {\r\n metaConnectionCheckKind(format: EnumFormat): MetaConnectionCheckKindEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeParam(filter: Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckFilter, orderBy: [Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckOrderBy]): [Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheck]\r\n diagramTypeParamAggregatedValues(filter: Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckFilter, orderBy: [Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckOrderBy]): [DiagramTypeParamAggregatedValues]\r\n}\r\n\r\ntype MetaConnectionCheckAggregatedValues {\r\n metaConnectionCheckKind(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaConnectionCheckFilter {\r\n defaultField_a5f379ac838647abb5a81a454b82b4b3: String\r\n and: [MetaConnectionCheckFilter!]\r\n or: [MetaConnectionCheckFilter!]\r\n metaConnectionCheckKind: MetaConnectionCheckKindEnum\r\n metaConnectionCheckKind_not: MetaConnectionCheckKindEnum\r\n metaConnectionCheckKind_in: [MetaConnectionCheckKindEnum!]\r\n metaConnectionCheckKind_not_in: [MetaConnectionCheckKindEnum!]\r\n metaConnectionCheckKind_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n}\r\n\r\nenum MetaConnectionCheckKindEnum {\r\n AllExcept\r\n NoFilter\r\n None\r\n Only\r\n}\r\n\r\nenum MetaConnectionCheckOrderBy {\r\n metaConnectionCheckKind_ASC\r\n metaConnectionCheckKind_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MetaDeprecatedEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum MetaLayerEnum {\r\n Kernel\r\n Meta_metamodelMOF\r\n Concret\r\n Abstract\r\n}\r\n\r\ntype MetaModel implements GraphQLObjectInterface {\r\n metaModelKind(format: EnumFormat): MetaModelKindEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n systemDiagram_SystemDescription(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagram]\r\n systemDiagram_SystemDescriptionAggregatedValues(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagramAggregatedValues]\r\n metaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n}\r\n\r\ntype MetaModelAggregatedValues {\r\n metaModelKind(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaModelFilter {\r\n defaultField_fa4aff7d169942d3aa8866e89a85aa43: String\r\n and: [MetaModelFilter!]\r\n or: [MetaModelFilter!]\r\n metaModelKind: MetaModelKindEnum\r\n metaModelKind_not: MetaModelKindEnum\r\n metaModelKind_in: [MetaModelKindEnum!]\r\n metaModelKind_not_in: [MetaModelKindEnum!]\r\n metaModelKind_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n systemDiagram_SystemDescription_some: [SystemDiagramFilter!]\r\n systemDiagram_SystemDescription_count: countFilter\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n}\r\n\r\nenum MetaModelKindEnum {\r\n DraftMetamodel\r\n PatternMetaModel\r\n ConcreteMetaModel\r\n}\r\n\r\nenum MetaModelOrderBy {\r\n metaModelKind_ASC\r\n metaModelKind_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MetaMultiplicityEnum {\r\n Many\r\n OneToMany\r\n One\r\n ZeroToOne\r\n}\r\n\r\ntype MetaPattern implements GraphQLObjectInterface {\r\n gUIName(language: Languages): String\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramType_ModelZoomIn(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramType_ModelZoomInAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n diagramType_ModelZoomOut(filter: Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternFilter, orderBy: [Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternOrderBy]): [Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPattern]\r\n diagramType_ModelZoomOutAggregatedValues(filter: Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternFilter, orderBy: [Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternOrderBy]): [DiagramTypeAggregatedValues]\r\n}\r\n\r\ntype MetaPatternAggregatedValues {\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaPatternFilter {\r\n defaultField_aabc83d903d34592ae0c54366664cd01: String\r\n and: [MetaPatternFilter!]\r\n or: [MetaPatternFilter!]\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramType_ModelZoomIn_some: [DiagramTypeFilter!]\r\n diagramType_ModelZoomIn_count: countFilter\r\n diagramType_ModelZoomOut_some: [DiagramTypeFilter!]\r\n diagramType_ModelZoomOut_count: countFilter\r\n}\r\n\r\nenum MetaPatternOrderBy {\r\n gUIName_ASC\r\n gUIName_DESC\r\n settings_ASC\r\n settings_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype MetaPicture implements GraphQLObjectInterface {\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttributeValue_SystemElementWithPicture(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValue]\r\n metaAttributeValue_SystemElementWithPictureAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValueAggregatedValues]\r\n diagramType_SystemElementWithPicture(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramType_SystemElementWithPictureAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n viewpoint_SystemElementWithPicture(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [Viewpoint]\r\n viewpoint_SystemElementWithPictureAggregatedValues(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [ViewpointAggregatedValues]\r\n}\r\n\r\ntype MetaPictureAggregatedValues {\r\n pictureCondition(function: AggregateFunctionType): CustomFloat\r\n diagramTypeShapeFile(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaPictureFilter {\r\n defaultField_0be49cba5be14cc8a2410d827a4301c5: String\r\n and: [MetaPictureFilter!]\r\n or: [MetaPictureFilter!]\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 pictureCondition_empty: Boolean\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 diagramTypeShapeFile_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAttributeValue_SystemElementWithPicture_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_SystemElementWithPicture_count: countFilter\r\n diagramType_SystemElementWithPicture_some: [DiagramTypeFilter!]\r\n diagramType_SystemElementWithPicture_count: countFilter\r\n viewpoint_SystemElementWithPicture_some: [ViewpointFilter!]\r\n viewpoint_SystemElementWithPicture_count: countFilter\r\n}\r\n\r\nenum MetaPictureOrderBy {\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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype MetaPropertyPage implements GraphQLObjectInterface {\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n uIPermissions(format: StringFormat): String\r\n metaPropertyPageGUID: String\r\n metaPropertyPageType(format: EnumFormat): MetaPropertyPageTypeEnum\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaClass(filter: Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageOrderBy]): [Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPage]\r\n metaClassAggregatedValues(filter: Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageOrderBy]): [MetaClassAggregatedValues]\r\n}\r\n\r\ntype MetaPropertyPageAggregatedValues {\r\n extendedProperties(function: AggregateFunctionType): CustomFloat\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n metaPropertyPageGUID(function: AggregateFunctionType): CustomFloat\r\n metaPropertyPageType(function: AggregateFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n mOFType(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput MetaPropertyPageFilter {\r\n defaultField_aeb54ad550c4439a87a6bbb4c0accb3d: String\r\n and: [MetaPropertyPageFilter!]\r\n or: [MetaPropertyPageFilter!]\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n 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 metaPropertyPageGUID_empty: Boolean\r\n metaPropertyPageType: MetaPropertyPageTypeEnum\r\n metaPropertyPageType_not: MetaPropertyPageTypeEnum\r\n metaPropertyPageType_in: [MetaPropertyPageTypeEnum!]\r\n metaPropertyPageType_not_in: [MetaPropertyPageTypeEnum!]\r\n metaPropertyPageType_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n}\r\n\r\nenum MetaPropertyPageOrderBy {\r\n extendedProperties_ASC\r\n extendedProperties_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MetaPropertyPageTypeEnum {\r\n MultipleAssessment\r\n DirectAssessment\r\n}\r\n\r\nenum MetaTextFormatEnum {\r\n JSON\r\n XMLNotCompleted\r\n RTF\r\n FIELD\r\n RTFpreviousSix_Zero\r\n CSV\r\n HTML\r\n ANSI\r\n UTFEight\r\n XML\r\n CONDITION\r\n}\r\n\r\nenum MetaUsageEnum {\r\n Business\r\n Technical\r\n}\r\n\r\ntype MetamodelVersionType {\r\n id: String\r\n name: String\r\n}\r\n\r\nenum MinorToMajorBehaviorEnum {\r\n Abort\r\n Link\r\n Standard\r\n Deep\r\n Computed\r\n}\r\n\r\nenum MinorToMajorDefaultBehaviorEnum {\r\n Abort\r\n Deep\r\n Standard\r\n Link\r\n}\r\n\r\ntype Mutation {\r\n _updateCurrentContext(currentContext: currentContext!): CurrentContextForMutationType\r\n createLanguage(id: String, idType: IdType, language: InputUniqueLanguage!, creationMode: creationMode): Language!\r\n createUpdateLanguage(id: String, idType: IdType, language: InputUniqueLanguage!, creationMode: creationMode): Language!\r\n updateLanguage(id: String!, idType: IdType, language: InputUniqueLanguage!): Language!\r\n updateManyLanguage(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], language: InputLanguage!): [Language]\r\n deleteLanguage(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyLanguage(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createOperator(id: String, idType: IdType, operator: InputUniqueOperator!, creationMode: creationMode): Operator!\r\n createUpdateOperator(id: String, idType: IdType, operator: InputUniqueOperator!, creationMode: creationMode): Operator!\r\n updateOperator(id: String!, idType: IdType, operator: InputUniqueOperator!): Operator!\r\n updateManyOperator(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], operator: InputOperator!): [Operator]\r\n deleteOperator(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyOperator(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaAttribute(id: String, idType: IdType, metaAttribute: InputUniqueMetaAttribute!, creationMode: creationMode): MetaAttribute!\r\n createUpdateMetaAttribute(id: String, idType: IdType, metaAttribute: InputUniqueMetaAttribute!, creationMode: creationMode): MetaAttribute!\r\n updateMetaAttribute(id: String!, idType: IdType, metaAttribute: InputUniqueMetaAttribute!): MetaAttribute!\r\n updateManyMetaAttribute(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaAttribute: InputMetaAttribute!): [MetaAttribute]\r\n deleteMetaAttribute(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaAttribute(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaClass(id: String, idType: IdType, metaClass: InputUniqueMetaClass!, creationMode: creationMode): MetaClass!\r\n createUpdateMetaClass(id: String, idType: IdType, metaClass: InputUniqueMetaClass!, creationMode: creationMode): MetaClass!\r\n updateMetaClass(id: String!, idType: IdType, metaClass: InputUniqueMetaClass!): MetaClass!\r\n updateManyMetaClass(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaClass: InputMetaClass!): [MetaClass]\r\n deleteMetaClass(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaClass(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaAssociation(id: String, idType: IdType, metaAssociation: InputUniqueMetaAssociation!, creationMode: creationMode): MetaAssociation!\r\n createUpdateMetaAssociation(id: String, idType: IdType, metaAssociation: InputUniqueMetaAssociation!, creationMode: creationMode): MetaAssociation!\r\n updateMetaAssociation(id: String!, idType: IdType, metaAssociation: InputUniqueMetaAssociation!): MetaAssociation!\r\n updateManyMetaAssociation(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaAssociation: InputMetaAssociation!): [MetaAssociation]\r\n deleteMetaAssociation(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaAssociation(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaAssociationEnd(id: String, idType: IdType, metaAssociationEnd: InputUniqueMetaAssociationEnd!, creationMode: creationMode): MetaAssociationEnd!\r\n createUpdateMetaAssociationEnd(id: String, idType: IdType, metaAssociationEnd: InputUniqueMetaAssociationEnd!, creationMode: creationMode): MetaAssociationEnd!\r\n updateMetaAssociationEnd(id: String!, idType: IdType, metaAssociationEnd: InputUniqueMetaAssociationEnd!): MetaAssociationEnd!\r\n updateManyMetaAssociationEnd(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaAssociationEnd: InputMetaAssociationEnd!): [MetaAssociationEnd]\r\n deleteMetaAssociationEnd(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaAssociationEnd(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createSystemDiagram(id: String, idType: IdType, systemDiagram: InputUniqueSystemDiagram!, creationMode: creationMode): SystemDiagram!\r\n createUpdateSystemDiagram(id: String, idType: IdType, systemDiagram: InputUniqueSystemDiagram!, creationMode: creationMode): SystemDiagram!\r\n updateSystemDiagram(id: String!, idType: IdType, systemDiagram: InputUniqueSystemDiagram!): SystemDiagram!\r\n updateManySystemDiagram(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], systemDiagram: InputSystemDiagram!): [SystemDiagram]\r\n deleteSystemDiagram(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySystemDiagram(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaModel(id: String, idType: IdType, metaModel: InputUniqueMetaModel!, creationMode: creationMode): MetaModel!\r\n createUpdateMetaModel(id: String, idType: IdType, metaModel: InputUniqueMetaModel!, creationMode: creationMode): MetaModel!\r\n updateMetaModel(id: String!, idType: IdType, metaModel: InputUniqueMetaModel!): MetaModel!\r\n updateManyMetaModel(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaModel: InputMetaModel!): [MetaModel]\r\n deleteMetaModel(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaModel(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaAssociationType(id: String, idType: IdType, metaAssociationType: InputUniqueMetaAssociationType!, creationMode: creationMode): MetaAssociationType!\r\n createUpdateMetaAssociationType(id: String, idType: IdType, metaAssociationType: InputUniqueMetaAssociationType!, creationMode: creationMode): MetaAssociationType!\r\n updateMetaAssociationType(id: String!, idType: IdType, metaAssociationType: InputUniqueMetaAssociationType!): MetaAssociationType!\r\n updateManyMetaAssociationType(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaAssociationType: InputMetaAssociationType!): [MetaAssociationType]\r\n deleteMetaAssociationType(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaAssociationType(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaAttributeValue(id: String, idType: IdType, metaAttributeValue: InputUniqueMetaAttributeValue!, creationMode: creationMode): MetaAttributeValue!\r\n createUpdateMetaAttributeValue(id: String, idType: IdType, metaAttributeValue: InputUniqueMetaAttributeValue!, creationMode: creationMode): MetaAttributeValue!\r\n updateMetaAttributeValue(id: String!, idType: IdType, metaAttributeValue: InputUniqueMetaAttributeValue!): MetaAttributeValue!\r\n updateManyMetaAttributeValue(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaAttributeValue: InputMetaAttributeValue!): [MetaAttributeValue]\r\n deleteMetaAttributeValue(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaAttributeValue(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagramTypeParam(id: String, idType: IdType, diagramTypeParam: InputUniqueDiagramTypeParam!, creationMode: creationMode): DiagramTypeParam!\r\n createUpdateDiagramTypeParam(id: String, idType: IdType, diagramTypeParam: InputUniqueDiagramTypeParam!, creationMode: creationMode): DiagramTypeParam!\r\n updateDiagramTypeParam(id: String!, idType: IdType, diagramTypeParam: InputUniqueDiagramTypeParam!): DiagramTypeParam!\r\n updateManyDiagramTypeParam(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagramTypeParam: InputDiagramTypeParam!): [DiagramTypeParam]\r\n deleteDiagramTypeParam(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramTypeParam(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagramTypeView(id: String, idType: IdType, diagramTypeView: InputUniqueDiagramTypeView!, creationMode: creationMode): DiagramTypeView!\r\n createUpdateDiagramTypeView(id: String, idType: IdType, diagramTypeView: InputUniqueDiagramTypeView!, creationMode: creationMode): DiagramTypeView!\r\n updateDiagramTypeView(id: String!, idType: IdType, diagramTypeView: InputUniqueDiagramTypeView!): DiagramTypeView!\r\n updateManyDiagramTypeView(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagramTypeView: InputDiagramTypeView!): [DiagramTypeView]\r\n deleteDiagramTypeView(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramTypeView(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagramTypeObject(id: String, idType: IdType, diagramTypeObject: InputUniqueDiagramTypeObject!, creationMode: creationMode): DiagramTypeObject!\r\n createUpdateDiagramTypeObject(id: String, idType: IdType, diagramTypeObject: InputUniqueDiagramTypeObject!, creationMode: creationMode): DiagramTypeObject!\r\n updateDiagramTypeObject(id: String!, idType: IdType, diagramTypeObject: InputUniqueDiagramTypeObject!): DiagramTypeObject!\r\n updateManyDiagramTypeObject(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagramTypeObject: InputDiagramTypeObject!): [DiagramTypeObject]\r\n deleteDiagramTypeObject(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramTypeObject(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagramTypeLink(id: String, idType: IdType, diagramTypeLink: InputUniqueDiagramTypeLink!, creationMode: creationMode): DiagramTypeLink!\r\n createUpdateDiagramTypeLink(id: String, idType: IdType, diagramTypeLink: InputUniqueDiagramTypeLink!, creationMode: creationMode): DiagramTypeLink!\r\n updateDiagramTypeLink(id: String!, idType: IdType, diagramTypeLink: InputUniqueDiagramTypeLink!): DiagramTypeLink!\r\n updateManyDiagramTypeLink(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagramTypeLink: InputDiagramTypeLink!): [DiagramTypeLink]\r\n deleteDiagramTypeLink(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramTypeLink(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagramType(id: String, idType: IdType, diagramType: InputUniqueDiagramType!, creationMode: creationMode): DiagramType!\r\n createUpdateDiagramType(id: String, idType: IdType, diagramType: InputUniqueDiagramType!, creationMode: creationMode): DiagramType!\r\n updateDiagramType(id: String!, idType: IdType, diagramType: InputUniqueDiagramType!): DiagramType!\r\n updateManyDiagramType(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagramType: InputDiagramType!): [DiagramType]\r\n deleteDiagramType(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramType(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagramTypeZoom(id: String, idType: IdType, diagramTypeZoom: InputUniqueDiagramTypeZoom!, creationMode: creationMode): DiagramTypeZoom!\r\n createUpdateDiagramTypeZoom(id: String, idType: IdType, diagramTypeZoom: InputUniqueDiagramTypeZoom!, creationMode: creationMode): DiagramTypeZoom!\r\n updateDiagramTypeZoom(id: String!, idType: IdType, diagramTypeZoom: InputUniqueDiagramTypeZoom!): DiagramTypeZoom!\r\n updateManyDiagramTypeZoom(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagramTypeZoom: InputDiagramTypeZoom!): [DiagramTypeZoom]\r\n deleteDiagramTypeZoom(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramTypeZoom(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaConnectionCheck(id: String, idType: IdType, metaConnectionCheck: InputUniqueMetaConnectionCheck!, creationMode: creationMode): MetaConnectionCheck!\r\n createUpdateMetaConnectionCheck(id: String, idType: IdType, metaConnectionCheck: InputUniqueMetaConnectionCheck!, creationMode: creationMode): MetaConnectionCheck!\r\n updateMetaConnectionCheck(id: String!, idType: IdType, metaConnectionCheck: InputUniqueMetaConnectionCheck!): MetaConnectionCheck!\r\n updateManyMetaConnectionCheck(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaConnectionCheck: InputMetaConnectionCheck!): [MetaConnectionCheck]\r\n deleteMetaConnectionCheck(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaConnectionCheck(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagramTypeBarGroup(id: String, idType: IdType, diagramTypeBarGroup: InputUniqueDiagramTypeBarGroup!, creationMode: creationMode): DiagramTypeBarGroup!\r\n createUpdateDiagramTypeBarGroup(id: String, idType: IdType, diagramTypeBarGroup: InputUniqueDiagramTypeBarGroup!, creationMode: creationMode): DiagramTypeBarGroup!\r\n updateDiagramTypeBarGroup(id: String!, idType: IdType, diagramTypeBarGroup: InputUniqueDiagramTypeBarGroup!): DiagramTypeBarGroup!\r\n updateManyDiagramTypeBarGroup(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagramTypeBarGroup: InputDiagramTypeBarGroup!): [DiagramTypeBarGroup]\r\n deleteDiagramTypeBarGroup(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramTypeBarGroup(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaPicture(id: String, idType: IdType, metaPicture: InputUniqueMetaPicture!, creationMode: creationMode): MetaPicture!\r\n createUpdateMetaPicture(id: String, idType: IdType, metaPicture: InputUniqueMetaPicture!, creationMode: creationMode): MetaPicture!\r\n updateMetaPicture(id: String!, idType: IdType, metaPicture: InputUniqueMetaPicture!): MetaPicture!\r\n updateManyMetaPicture(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaPicture: InputMetaPicture!): [MetaPicture]\r\n deleteMetaPicture(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaPicture(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaCommandManager(id: String, idType: IdType, metaCommandManager: InputUniqueMetaCommandManager!, creationMode: creationMode): MetaCommandManager!\r\n createUpdateMetaCommandManager(id: String, idType: IdType, metaCommandManager: InputUniqueMetaCommandManager!, creationMode: creationMode): MetaCommandManager!\r\n updateMetaCommandManager(id: String!, idType: IdType, metaCommandManager: InputUniqueMetaCommandManager!): MetaCommandManager!\r\n updateManyMetaCommandManager(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaCommandManager: InputMetaCommandManager!): [MetaCommandManager]\r\n deleteMetaCommandManager(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaCommandManager(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaPropertyPage(id: String, idType: IdType, metaPropertyPage: InputUniqueMetaPropertyPage!, creationMode: creationMode): MetaPropertyPage!\r\n createUpdateMetaPropertyPage(id: String, idType: IdType, metaPropertyPage: InputUniqueMetaPropertyPage!, creationMode: creationMode): MetaPropertyPage!\r\n updateMetaPropertyPage(id: String!, idType: IdType, metaPropertyPage: InputUniqueMetaPropertyPage!): MetaPropertyPage!\r\n updateManyMetaPropertyPage(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaPropertyPage: InputMetaPropertyPage!): [MetaPropertyPage]\r\n deleteMetaPropertyPage(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaPropertyPage(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaAttributeGroup(id: String, idType: IdType, metaAttributeGroup: InputUniqueMetaAttributeGroup!, creationMode: creationMode): MetaAttributeGroup!\r\n createUpdateMetaAttributeGroup(id: String, idType: IdType, metaAttributeGroup: InputUniqueMetaAttributeGroup!, creationMode: creationMode): MetaAttributeGroup!\r\n updateMetaAttributeGroup(id: String!, idType: IdType, metaAttributeGroup: InputUniqueMetaAttributeGroup!): MetaAttributeGroup!\r\n updateManyMetaAttributeGroup(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaAttributeGroup: InputMetaAttributeGroup!): [MetaAttributeGroup]\r\n deleteMetaAttributeGroup(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaAttributeGroup(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagramTypePath(id: String, idType: IdType, diagramTypePath: InputUniqueDiagramTypePath!, creationMode: creationMode): DiagramTypePath!\r\n createUpdateDiagramTypePath(id: String, idType: IdType, diagramTypePath: InputUniqueDiagramTypePath!, creationMode: creationMode): DiagramTypePath!\r\n updateDiagramTypePath(id: String!, idType: IdType, diagramTypePath: InputUniqueDiagramTypePath!): DiagramTypePath!\r\n updateManyDiagramTypePath(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagramTypePath: InputDiagramTypePath!): [DiagramTypePath]\r\n deleteDiagramTypePath(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramTypePath(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createViewpoint(id: String, idType: IdType, viewpoint: InputUniqueViewpoint!, creationMode: creationMode): Viewpoint!\r\n createUpdateViewpoint(id: String, idType: IdType, viewpoint: InputUniqueViewpoint!, creationMode: creationMode): Viewpoint!\r\n updateViewpoint(id: String!, idType: IdType, viewpoint: InputUniqueViewpoint!): Viewpoint!\r\n updateManyViewpoint(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], viewpoint: InputViewpoint!): [Viewpoint]\r\n deleteViewpoint(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyViewpoint(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createSystemBusinessDocumentVersion(id: String, idType: IdType, systemBusinessDocumentVersion: InputUniqueSystemBusinessDocumentVersion!, creationMode: creationMode): SystemBusinessDocumentVersion!\r\n createUpdateSystemBusinessDocumentVersion(id: String, idType: IdType, systemBusinessDocumentVersion: InputUniqueSystemBusinessDocumentVersion!, creationMode: creationMode): SystemBusinessDocumentVersion!\r\n updateSystemBusinessDocumentVersion(id: String!, idType: IdType, systemBusinessDocumentVersion: InputUniqueSystemBusinessDocumentVersion!): SystemBusinessDocumentVersion!\r\n updateManySystemBusinessDocumentVersion(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], systemBusinessDocumentVersion: InputSystemBusinessDocumentVersion!): [SystemBusinessDocumentVersion]\r\n deleteSystemBusinessDocumentVersion(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySystemBusinessDocumentVersion(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createSystemBusinessDocument(id: String, idType: IdType, systemBusinessDocument: InputUniqueSystemBusinessDocument!, creationMode: creationMode): SystemBusinessDocument!\r\n createUpdateSystemBusinessDocument(id: String, idType: IdType, systemBusinessDocument: InputUniqueSystemBusinessDocument!, creationMode: creationMode): SystemBusinessDocument!\r\n updateSystemBusinessDocument(id: String!, idType: IdType, systemBusinessDocument: InputUniqueSystemBusinessDocument!): SystemBusinessDocument!\r\n updateManySystemBusinessDocument(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], systemBusinessDocument: InputSystemBusinessDocument!): [SystemBusinessDocument]\r\n deleteSystemBusinessDocument(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySystemBusinessDocument(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMacro(id: String, idType: IdType, macro: InputUniqueMacro!, creationMode: creationMode): Macro!\r\n createUpdateMacro(id: String, idType: IdType, macro: InputUniqueMacro!, creationMode: creationMode): Macro!\r\n updateMacro(id: String!, idType: IdType, macro: InputUniqueMacro!): Macro!\r\n updateManyMacro(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], macro: InputMacro!): [Macro]\r\n deleteMacro(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMacro(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createBusinessDocumentPattern(id: String, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n createUpdateBusinessDocumentPattern(id: String, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n updateBusinessDocumentPattern(id: String!, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!): BusinessDocumentPattern!\r\n updateManyBusinessDocumentPattern(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], businessDocumentPattern: InputBusinessDocumentPattern!): [BusinessDocumentPattern]\r\n deleteBusinessDocumentPattern(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessDocumentPattern(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDocumentCategory(id: String, idType: IdType, documentCategory: InputUniqueDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n createUpdateDocumentCategory(id: String, idType: IdType, documentCategory: InputUniqueDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n updateDocumentCategory(id: String!, idType: IdType, documentCategory: InputUniqueDocumentCategory!): DocumentCategory!\r\n updateManyDocumentCategory(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], documentCategory: InputDocumentCategory!): [DocumentCategory]\r\n deleteDocumentCategory(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDocumentCategory(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagram(id: String, idType: IdType, diagram: InputUniqueDiagram!, creationMode: creationMode): Diagram!\r\n createUpdateDiagram(id: String, idType: IdType, diagram: InputUniqueDiagram!, creationMode: creationMode): Diagram!\r\n updateDiagram(id: String!, idType: IdType, diagram: InputUniqueDiagram!): Diagram!\r\n updateManyDiagram(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagram: InputDiagram!): [Diagram]\r\n deleteDiagram(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagram(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createFolderOfDiagramTypes(id: String, idType: IdType, folderOfDiagramTypes: InputUniqueFolderOfDiagramTypes!, creationMode: creationMode): FolderOfDiagramTypes!\r\n createUpdateFolderOfDiagramTypes(id: String, idType: IdType, folderOfDiagramTypes: InputUniqueFolderOfDiagramTypes!, creationMode: creationMode): FolderOfDiagramTypes!\r\n updateFolderOfDiagramTypes(id: String!, idType: IdType, folderOfDiagramTypes: InputUniqueFolderOfDiagramTypes!): FolderOfDiagramTypes!\r\n updateManyFolderOfDiagramTypes(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], folderOfDiagramTypes: InputFolderOfDiagramTypes!): [FolderOfDiagramTypes]\r\n deleteFolderOfDiagramTypes(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyFolderOfDiagramTypes(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createExcelTemplate(id: String, idType: IdType, excelTemplate: InputUniqueExcelTemplate!, creationMode: creationMode): ExcelTemplate!\r\n createUpdateExcelTemplate(id: String, idType: IdType, excelTemplate: InputUniqueExcelTemplate!, creationMode: creationMode): ExcelTemplate!\r\n updateExcelTemplate(id: String!, idType: IdType, excelTemplate: InputUniqueExcelTemplate!): ExcelTemplate!\r\n updateManyExcelTemplate(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], excelTemplate: InputExcelTemplate!): [ExcelTemplate]\r\n deleteExcelTemplate(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyExcelTemplate(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createMetaPattern(id: String, idType: IdType, metaPattern: InputUniqueMetaPattern!, creationMode: creationMode): MetaPattern!\r\n createUpdateMetaPattern(id: String, idType: IdType, metaPattern: InputUniqueMetaPattern!, creationMode: creationMode): MetaPattern!\r\n updateMetaPattern(id: String!, idType: IdType, metaPattern: InputUniqueMetaPattern!): MetaPattern!\r\n updateManyMetaPattern(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], metaPattern: InputMetaPattern!): [MetaPattern]\r\n deleteMetaPattern(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyMetaPattern(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n createDiagTabDefinition(id: String, idType: IdType, diagTabDefinition: InputUniqueDiagTabDefinition!, creationMode: creationMode): DiagTabDefinition!\r\n createUpdateDiagTabDefinition(id: String, idType: IdType, diagTabDefinition: InputUniqueDiagTabDefinition!, creationMode: creationMode): DiagTabDefinition!\r\n updateDiagTabDefinition(id: String!, idType: IdType, diagTabDefinition: InputUniqueDiagTabDefinition!): DiagTabDefinition!\r\n updateManyDiagTabDefinition(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], diagTabDefinition: InputDiagTabDefinition!): [DiagTabDefinition]\r\n deleteDiagTabDefinition(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagTabDefinition(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], cascade: Boolean): DeleteType\r\n}\r\n\r\nenum NameAppearanceEnum {\r\n LongName\r\n ShortName\r\n}\r\n\r\nenum NatureEnum {\r\n ApplicationSystemEnvironmentDiagram_ASE\r\n OperationalInteractionScenarioDiagram_OPINTERACTSCENARIO\r\n SystemInteractionScenarioDiagram_INFRINTERACTSCENARIO\r\n OperationalScenarioDiagram_ORGCOMDIAG\r\n BusinessInformationAreaConceptDiagram_CIGD\r\n OperationalScenarioEnvironment_ORGSCEENV\r\n TOGAFNetworkedComputingHardwareDiagram_TNCHD\r\n GenericGanttDiagram_GENERICGANTT\r\n ApplicationTreeDiagramATD_ATD\r\n BusinessInformationAreaStructureDiagram_BIASD\r\n FunctionalityDiagram_FUNC\r\n FunctionalProcessTreeDiagram_FPTD\r\n ApplicationTechnicalArchitectureDiagram_ITARC_TA_TAD\r\n RelationDataAreaTableDiagram_RPDAD\r\n PortfolioDiagram_PMO\r\n TOGAFProcessingDiagram_TPD\r\n HardwareAssemblyStructureDiagram_HASD\r\n BusinessCapacityMapSite_SBCZONE\r\n ScenarioOfApplicationEnvironmentFlowsDiagram_APPSCENENV\r\n DataAreaStructureDiagram_LDAS\r\n FlowAssessmentDiagramSites_SITEFLOW\r\n BusinessCapabilityMapDiagram_BUS_CAP_MAP\r\n DataMapDiagram_LOGDATAMAPDIAG\r\n FunctionalityMapDiagram_FUNC_MAP\r\n BusinessCapabilityMapBusinessProcess_ABCZONE\r\n OrganizationalProcessDiagram_BPMNFLOWCHART\r\n ScenarioOfITServiceFlowsDiagram_ITSERVINTSCENA\r\n HardwareFunctionalityDiagram_HARDFUNCTD\r\n HardwareFunctionalityMapDiagram_HARDFUNCTMD\r\n ComponentDiagram_MCMP\r\n OverviewOfTechnicalInfrastructure_OVERTECHARCHI\r\n TOGAFUseCaseDiagram_TUCD\r\n Organizational_UnitTreeDiagram_OUTD\r\n DataAreaEntityDiagram_LDD\r\n RelationalDataAreaStructureDiagram_RDASD\r\n BusinessServiceStructureDiagram_BSSD\r\n TOGAFApplicationAndUserLocationDiagram_TAULD\r\n Micro_ServiceStructureDiagram_MicroServStructDiag\r\n TOGAFDataMigrationDiagram_TDMD\r\n ApplicationEnvironmentUseCaseDiagram_APPENVMUTI\r\n TOGAFBusinessServiceInformationDiagram_TBSID\r\n RelationalDataMapDiagram_RELDATAMAPDIAG\r\n CapabilityTreeDiagram_CAPABILITY_TREE\r\n IoTDeviceAssemblyDiagram_IOTDAD\r\n ITServiceStructureDiagram_SSSD\r\n CompositeStructureDiagram_COMPSTRDIAG\r\n DataAreaStructureDiagram_ERDASD\r\n ScenarioOfApplicationSystemFlows_SYSINTSCEDIAG\r\n ApplicationArchitectureEnvironmentReport_APPARCHDAISY\r\n ExchangeDiagramBPMN_BPMN_SOD\r\n ScenarioOfSystemOfResourceSystems_SoSoRS\r\n ScenarioOfSystemOfResources_SoSoR\r\n ConceptStructureDiagram_CPTINFODIAG\r\n ResourceArchitectureAssemblyDiagram_RASD\r\n TOGAFClassDiagram_TCD\r\n TOGAFSoftwareDistributionDiagram_TSDD\r\n FunctionalDiagram_ITARC_ATA_FD\r\n BatchProgramStructureDiagram_BPROG_STRUCT\r\n TOGAFProcessSystemRealizationDiagram_TPSRD\r\n ConceptTypeStructureDiagram_DEFTYPESTRUCT\r\n ArchiMateDiagram_AMThree\r\n ExchangeContractDiagramBPMN_BPMN_SDD\r\n GeographicalRiskMap_RMG\r\n ResourceArchitectureEnvironmentDiagram_RARCENV\r\n SkillDiagram_BUS_SKILL\r\n MappingDiagram_MAPPING\r\n ProjectImpactDiagram_PRJIMPACT\r\n TOGAFBusinessFootprintDiagram_TBFD\r\n ResourceConfigurationDiagram_IFD\r\n OverviewOfApplications_OVERAPPL\r\n ApplicationSystemStructureDiagram_APARSD\r\n ComputingDeviceAssemblyDiagram_CDAD\r\n CityPlanningZoningDiagram_CITYPLANTREE\r\n Sketching_SKECH\r\n ITTechnicalDeviceDiagram_ITDD\r\n TOGAFClassHierachyDiagram_TCHD\r\n CustomerJourneyMap_CustomerJourneyMap\r\n CityPlanningDiagram_URB\r\n LibraryDiagram_LIBRARY\r\n OverviewOfSites_OVERSITE\r\n ObjectDiagram_OBJECTDIAGRAM\r\n ScenarioOfMicro_ServiceFlowsDiagram_MSrvInterScenario\r\n BusinessCapabilityMapPortfolio_PFBCZONE\r\n FlowAssessmentDiagramCityPlanningsAreas_CITYPLANFLOW\r\n TOGAFOrganizationDecompositionDiagram_TODD\r\n ApplicationTechnicalAreaArchitectureDiagram_ITARC_ATA_TAD\r\n TechnicalInfrastructureDiagram_TID\r\n ApplicationEnvironmentDiagram_ACD\r\n StateMachineDiagram_STATEMACHINE\r\n TOGAFSoftwareEngineeringDiagram_TSED\r\n ServiceInteractionScenarioDiagram_SERVINTERACTSCENDIAG\r\n CapabilityStructureDiagram_CAPABILITY_STRUCTURE\r\n BusinessCapabilityMapOrg_Unit_OUBCZONE\r\n Micro_ServiceScenarioSequenceDiagram_MSrvIntScenSeqDiag\r\n SiteTreeDiagram_SITETREE\r\n Organizational_UnitStructureDiagram_OUSTRD\r\n ApplicationInternalArchitectureDiagram_ADD\r\n ApplicationSystemScenarioSequenceDiagram_ASINTSCESEQDIAG\r\n ResourceArchitectureStructureDiagram_PASD\r\n SequenceDiagramUMLTwo_SEQUENCEDIAGUMLTwo\r\n BusinessCapabilityDecompositionTree_BCDT\r\n ITServiceScenarioSequenceDiagram_ITSERVINTSCENASEQ\r\n BusinessArchitectureEnvironmentDiagram_BUS_ARC_ENV\r\n EnterpriseStageStrategyDiagram_NESD\r\n BusinessInformationMap_BUSINFMAPDIAG\r\n DataDiagram_DATA_DIAGRAM\r\n IndividualConceptStructureDiagram_IESD\r\n SchedulingDiagram_PERT\r\n BusinessFunctionTreeDiagram_BPTD\r\n OperationalScenarioSequenceDiagram_ORGINTSCESEQDIAG\r\n TOGAFProcessFlowDiagram_TPFD\r\n ServiceArchitectureDiagram_SAD\r\n OverviewOfBusinessFunctions_BFMD\r\n OrganizationalProcessTreeDiagram_OPTD\r\n TOGAFEnvironmentsAndLocationsDiagram_TELD\r\n ResourceArchitectureTreeDiagram_CCTD\r\n ConceptLifeCycleStructureDiagram_DICSTATEMACHINESD\r\n BatchPlanningStructureDiagram_BPLAN_STRUCT\r\n ApplicationSystemTechnicalArchitectureDiagram_ITARC_ASTA_TAD\r\n EnterprisePhaseTreeDiagram_EPTD\r\n TOGAFDataLifecycleDiagram_TDLD\r\n SystemProcessDiagram_BPMNSYSPROC\r\n GlobalApplicationFlowMap_GLOBINTSCEDIAG\r\n ValueStreamDiagram_BPMNFUNPROC\r\n ScenarioOfApplicationFlowsDiagram_APPLIINTERSCENA\r\n ClassDiagram_MOBJ\r\n TOGAFGoalObjectiveServiceDiagram_TGOSD\r\n StateDiagram_MTRE\r\n ApplicationStructureDiagram_ASD\r\n TOGAFDataSecurityDiagram_TDSD\r\n OrganizationalChart_ORGANIGRAMME\r\n ApplicationArchitectureDiagram_MODELE_APPLICATION\r\n RelationalDiagram_MR\r\n UseCaseDiagram_MUTI\r\n ApplicationTree_ARBRE_APPLICATIF\r\n TechnicalArchitectureDiagram_MAT\r\n BusinessServiceTreeDiagram_BSTD\r\n BusinessFunctionalAreaDiagram_BF_ARC\r\n TOGAFPlatformDecompositionDiagram_TPDD\r\n ApplicationEnvironment_AE\r\n CommunicationDiagram_COMMUNICATION\r\n ActivityDiagramUMLTwo_ACTIVIYYDIAGUMLTwo\r\n InteractionOverviewDiagram_InteractionOverview\r\n LogicalApplicationSystemEnvironmentDiagram_LASE\r\n Org_UnitOrganizationalChart_ORGUNITORGCHART\r\n TOGAFApplicationCommunicationDiagram_TACD\r\n TOGAFEventDiagram_TED\r\n SystemProcessTreeDiagram_SYSPROC_TREE\r\n TOGAFDataDisseminationDiagram_TDDD\r\n TOGAFFunctionalDecompositionDiagram_TFDD\r\n RiskDiagram_RISKD\r\n StateConceptStructureDiagram_SCPTINFODIAG\r\n ServiceTaxonomyDiagram_SDVD\r\n Cause_and_EffectDiagram_CED\r\n GeneralOrganizationalChart_GENORGCHART\r\n TimelineDiagram_TIMELINE\r\n BusinessFunctionStructureDiagram_ONSD\r\n OrganizationEnvironmentDiagram_ORGENVDIAG\r\n TOGAFEnterpriseManageabilityDiagram_TEMD\r\n PackageDiagram_MPAC\r\n IDEFDataAreaDiagram_IDEFDAD\r\n TOGAFCommunicationsEngineeringDiagram_TCED\r\n ApplicationSystemEnvironmentScenario_APPSYSENVINTSCENARIO\r\n LogicalApplicationSystemStructureDiagram_SSASD\r\n TechnicalFunctionalityDiagram_TECHFUNCTD\r\n TechnicalFunctionalityMapDiagram_TECHFUNCTMD\r\n UserInterfaceDiagram_UI\r\n BusinessProcessDiagram_BPMNBIZPROC\r\n ProjectCompositionDiagram_PROJ_C\r\n ApplicationEnvironmentScenarioSequenceDiagram_APPENVSCENSEQ\r\n ArtifactAssemblyDiagram_ARTIFACT_ASSEMBLY\r\n InfrastructureAssemblyStructureDiagram_ITA_IASD\r\n BusinessFunctionHierarchyDiagram_ONTD\r\n InteractionScenarioDiagram_APPINTERACTSCENARIO\r\n ApplicationScenarioSequenceDiagram_APPLIINTERSCENASEQ\r\n SkillMapDiagram_BUS_SKILL_MAP\r\n}\r\n\r\nenum OpDiscriminatingEnum {\r\n WeaklyCompound\r\n NoCompound\r\n Discriminating\r\n NotDiscriminating\r\n}\r\n\r\nenum OpNatureEnum {\r\n Method\r\n ToolDeprecated\r\n Atomic\r\n Compound\r\n}\r\n\r\nenum OpPreviewEnum {\r\n Inactive\r\n Active\r\n}\r\n\r\ntype Operator implements GraphQLObjectInterface {\r\n opNature(format: EnumFormat): OpNatureEnum\r\n operatorDefinitionMode(format: EnumFormat): OperatorDefinitionModeEnum\r\n minorToMajorDefaultBehavior(format: EnumFormat): MinorToMajorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior(format: EnumFormat): MajorToMinorDefaultBehaviorEnum\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n opDiscriminating(format: EnumFormat): OpDiscriminatingEnum\r\n opPreview(format: EnumFormat): OpPreviewEnum\r\n defaultPerimeter: GraphQLObjectInterface\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAssociationType(filter: Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorFilter, orderBy: [Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorOrderBy]): [Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_Operator]\r\n metaAssociationTypeAggregatedValues(filter: Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorFilter, orderBy: [Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorOrderBy]): [MetaAssociationTypeAggregatedValues]\r\n}\r\n\r\ntype OperatorAggregatedValues {\r\n opNature(function: AggregateFunctionType): CustomFloat\r\n operatorDefinitionMode(function: AggregateFunctionType): CustomFloat\r\n minorToMajorDefaultBehavior(function: AggregateFunctionType): CustomFloat\r\n majorToMinorDefaultBehavior(function: AggregateFunctionType): CustomFloat\r\n extendedProperties(function: AggregateFunctionType): CustomFloat\r\n opDiscriminating(function: AggregateFunctionType): CustomFloat\r\n opPreview(function: AggregateFunctionType): CustomFloat\r\n defaultPerimeter(function: AggregateFunctionType): CustomFloat\r\n settings(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum OperatorDefinitionModeEnum {\r\n AssociationOnly\r\n AssociationOrLinkType\r\n}\r\n\r\ninput OperatorFilter {\r\n and: [OperatorFilter!]\r\n or: [OperatorFilter!]\r\n opNature: OpNatureEnum\r\n opNature_not: OpNatureEnum\r\n opNature_in: [OpNatureEnum!]\r\n opNature_not_in: [OpNatureEnum!]\r\n opNature_empty: Boolean\r\n operatorDefinitionMode: OperatorDefinitionModeEnum\r\n operatorDefinitionMode_not: OperatorDefinitionModeEnum\r\n operatorDefinitionMode_in: [OperatorDefinitionModeEnum!]\r\n operatorDefinitionMode_not_in: [OperatorDefinitionModeEnum!]\r\n operatorDefinitionMode_empty: Boolean\r\n minorToMajorDefaultBehavior: MinorToMajorDefaultBehaviorEnum\r\n minorToMajorDefaultBehavior_not: MinorToMajorDefaultBehaviorEnum\r\n minorToMajorDefaultBehavior_in: [MinorToMajorDefaultBehaviorEnum!]\r\n minorToMajorDefaultBehavior_not_in: [MinorToMajorDefaultBehaviorEnum!]\r\n minorToMajorDefaultBehavior_empty: Boolean\r\n majorToMinorDefaultBehavior: MajorToMinorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior_not: MajorToMinorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior_in: [MajorToMinorDefaultBehaviorEnum!]\r\n majorToMinorDefaultBehavior_not_in: [MajorToMinorDefaultBehaviorEnum!]\r\n majorToMinorDefaultBehavior_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n opDiscriminating: OpDiscriminatingEnum\r\n opDiscriminating_not: OpDiscriminatingEnum\r\n opDiscriminating_in: [OpDiscriminatingEnum!]\r\n opDiscriminating_not_in: [OpDiscriminatingEnum!]\r\n opDiscriminating_empty: Boolean\r\n opPreview: OpPreviewEnum\r\n opPreview_not: OpPreviewEnum\r\n opPreview_in: [OpPreviewEnum!]\r\n opPreview_not_in: [OpPreviewEnum!]\r\n opPreview_empty: Boolean\r\n defaultPerimeter: String\r\n defaultPerimeter_not: String\r\n defaultPerimeter_in: [String!]\r\n defaultPerimeter_not_in: [String!]\r\n defaultPerimeter_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAssociationType_some: [MetaAssociationTypeFilter!]\r\n metaAssociationType_count: countFilter\r\n}\r\n\r\nenum OperatorOrderBy {\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 extendedProperties_ASC\r\n extendedProperties_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum PhysicalStorageEnum {\r\n Default\r\n FKMetaAssociation\r\n Encrypted\r\n}\r\n\r\nenum PictureProviderEnum {\r\n No\r\n Yes\r\n}\r\n\r\ntype Query {\r\n _currentContext: CurrentContextType\r\n _APIdiagnostic: DiagnosticType\r\n language(filter: LanguageFilter, orderBy: [LanguageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Language]\r\n languageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [LanguageAggregatedValues]\r\n operator(filter: OperatorFilter, orderBy: [OperatorOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Operator]\r\n operatorAggregatedValues(filter: OperatorFilter, orderBy: [OperatorOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OperatorAggregatedValues]\r\n metaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAttribute]\r\n metaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAttributeAggregatedValues]\r\n metaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaClass]\r\n metaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaClassAggregatedValues]\r\n metaAssociation(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAssociation]\r\n metaAssociationAggregatedValues(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAssociationAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAssociationEndAggregatedValues]\r\n systemDiagram(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SystemDiagram]\r\n systemDiagramAggregatedValues(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SystemDiagramAggregatedValues]\r\n metaModel(filter: MetaModelFilter, orderBy: [MetaModelOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaModel]\r\n metaModelAggregatedValues(filter: MetaModelFilter, orderBy: [MetaModelOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaModelAggregatedValues]\r\n metaAssociationType(filter: MetaAssociationTypeFilter, orderBy: [MetaAssociationTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAssociationType]\r\n metaAssociationTypeAggregatedValues(filter: MetaAssociationTypeFilter, orderBy: [MetaAssociationTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAssociationTypeAggregatedValues]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAttributeValue]\r\n metaAttributeValueAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAttributeValueAggregatedValues]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeParamAggregatedValues]\r\n diagramTypeView(filter: DiagramTypeViewFilter, orderBy: [DiagramTypeViewOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeView]\r\n diagramTypeViewAggregatedValues(filter: DiagramTypeViewFilter, orderBy: [DiagramTypeViewOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeViewAggregatedValues]\r\n diagramTypeObject(filter: DiagramTypeObjectFilter, orderBy: [DiagramTypeObjectOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeObject]\r\n diagramTypeObjectAggregatedValues(filter: DiagramTypeObjectFilter, orderBy: [DiagramTypeObjectOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeObjectAggregatedValues]\r\n diagramTypeLink(filter: DiagramTypeLinkFilter, orderBy: [DiagramTypeLinkOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeLink]\r\n diagramTypeLinkAggregatedValues(filter: DiagramTypeLinkFilter, orderBy: [DiagramTypeLinkOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeLinkAggregatedValues]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeAggregatedValues]\r\n diagramTypeZoom(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeZoom]\r\n diagramTypeZoomAggregatedValues(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeZoomAggregatedValues]\r\n metaConnectionCheck(filter: MetaConnectionCheckFilter, orderBy: [MetaConnectionCheckOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaConnectionCheck]\r\n metaConnectionCheckAggregatedValues(filter: MetaConnectionCheckFilter, orderBy: [MetaConnectionCheckOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaConnectionCheckAggregatedValues]\r\n diagramTypeBarGroup(filter: DiagramTypeBarGroupFilter, orderBy: [DiagramTypeBarGroupOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeBarGroup]\r\n diagramTypeBarGroupAggregatedValues(filter: DiagramTypeBarGroupFilter, orderBy: [DiagramTypeBarGroupOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeBarGroupAggregatedValues]\r\n metaPicture(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaPicture]\r\n metaPictureAggregatedValues(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaPictureAggregatedValues]\r\n metaCommandManager(filter: MetaCommandManagerFilter, orderBy: [MetaCommandManagerOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaCommandManager]\r\n metaCommandManagerAggregatedValues(filter: MetaCommandManagerFilter, orderBy: [MetaCommandManagerOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaCommandManagerAggregatedValues]\r\n metaPropertyPage(filter: MetaPropertyPageFilter, orderBy: [MetaPropertyPageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaPropertyPage]\r\n metaPropertyPageAggregatedValues(filter: MetaPropertyPageFilter, orderBy: [MetaPropertyPageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaPropertyPageAggregatedValues]\r\n metaAttributeGroup(filter: MetaAttributeGroupFilter, orderBy: [MetaAttributeGroupOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAttributeGroup]\r\n metaAttributeGroupAggregatedValues(filter: MetaAttributeGroupFilter, orderBy: [MetaAttributeGroupOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaAttributeGroupAggregatedValues]\r\n diagramTypePath(filter: DiagramTypePathFilter, orderBy: [DiagramTypePathOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypePath]\r\n diagramTypePathAggregatedValues(filter: DiagramTypePathFilter, orderBy: [DiagramTypePathOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypePathAggregatedValues]\r\n viewpoint(filter: ViewpointFilter, orderBy: [ViewpointOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Viewpoint]\r\n viewpointAggregatedValues(filter: ViewpointFilter, orderBy: [ViewpointOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ViewpointAggregatedValues]\r\n systemBusinessDocumentVersion(filter: SystemBusinessDocumentVersionFilter, orderBy: [SystemBusinessDocumentVersionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SystemBusinessDocumentVersion]\r\n systemBusinessDocumentVersionAggregatedValues(filter: SystemBusinessDocumentVersionFilter, orderBy: [SystemBusinessDocumentVersionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SystemBusinessDocumentVersionAggregatedValues]\r\n systemBusinessDocument(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SystemBusinessDocument]\r\n systemBusinessDocumentAggregatedValues(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SystemBusinessDocumentAggregatedValues]\r\n macro(filter: MacroFilter, orderBy: [MacroOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Macro]\r\n macroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MacroAggregatedValues]\r\n businessDocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentPattern]\r\n businessDocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentPatternAggregatedValues]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DocumentCategoryAggregatedValues]\r\n diagram(filter: DiagramFilter, orderBy: [DiagramOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Diagram]\r\n diagramAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramAggregatedValues]\r\n folderOfDiagramTypes(filter: FolderOfDiagramTypesFilter, orderBy: [FolderOfDiagramTypesOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FolderOfDiagramTypes]\r\n folderOfDiagramTypesAggregatedValues(filter: FolderOfDiagramTypesFilter, orderBy: [FolderOfDiagramTypesOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FolderOfDiagramTypesAggregatedValues]\r\n excelTemplate(filter: ExcelTemplateFilter, orderBy: [ExcelTemplateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ExcelTemplate]\r\n excelTemplateAggregatedValues(filter: ExcelTemplateFilter, orderBy: [ExcelTemplateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ExcelTemplateAggregatedValues]\r\n metaPattern(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaPattern]\r\n metaPatternAggregatedValues(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaPatternAggregatedValues]\r\n diagTabDefinition(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagTabDefinition]\r\n diagTabDefinitionAggregatedValues(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagTabDefinitionAggregatedValues]\r\n}\r\n\r\nenum ReadingAccessAreaUpdateEnum {\r\n Yes\r\n No\r\n}\r\n\r\ntype Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheck implements GraphQLObjectInterface {\r\n diagramTypeParamWebSupport(format: EnumFormat): DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle(format: EnumFormat): DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner(format: EnumFormat): DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool(format: EnumFormat): DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup(format: EnumFormat): DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible(format: EnumFormat): DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete(format: EnumFormat): DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject(format: EnumFormat): DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive(format: EnumFormat): DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm(format: EnumFormat): DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible(format: EnumFormat): DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow(format: EnumFormat): DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n diagramTypeView(filter: DiagramTypeViewFilter, orderBy: [DiagramTypeViewOrderBy]): [DiagramTypeView]\r\n diagramTypeViewAggregatedValues(filter: DiagramTypeViewFilter, orderBy: [DiagramTypeViewOrderBy]): [DiagramTypeViewAggregatedValues]\r\n diagramTypeObject(filter: DiagramTypeObjectFilter, orderBy: [DiagramTypeObjectOrderBy]): [DiagramTypeObject]\r\n diagramTypeObjectAggregatedValues(filter: DiagramTypeObjectFilter, orderBy: [DiagramTypeObjectOrderBy]): [DiagramTypeObjectAggregatedValues]\r\n diagramTypeLink(filter: DiagramTypeLinkFilter, orderBy: [DiagramTypeLinkOrderBy]): [DiagramTypeLink]\r\n diagramTypeLinkAggregatedValues(filter: DiagramTypeLinkFilter, orderBy: [DiagramTypeLinkOrderBy]): [DiagramTypeLinkAggregatedValues]\r\n diagramTypePath(filter: DiagramTypePathFilter, orderBy: [DiagramTypePathOrderBy]): [DiagramTypePath]\r\n diagramTypePathAggregatedValues(filter: DiagramTypePathFilter, orderBy: [DiagramTypePathOrderBy]): [DiagramTypePathAggregatedValues]\r\n diagramTypeBarGroup(filter: DiagramTypeBarGroupFilter, orderBy: [DiagramTypeBarGroupOrderBy]): [DiagramTypeBarGroup]\r\n diagramTypeBarGroupAggregatedValues(filter: DiagramTypeBarGroupFilter, orderBy: [DiagramTypeBarGroupOrderBy]): [DiagramTypeBarGroupAggregatedValues]\r\n diagTabDefinition(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy]): [DiagTabDefinition]\r\n diagTabDefinitionAggregatedValues(filter: DiagTabDefinitionFilter, orderBy: [DiagTabDefinitionOrderBy]): [DiagTabDefinitionAggregatedValues]\r\n metaConnectionCheck(filter: Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamFilter, orderBy: [Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamOrderBy]): [Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParam]\r\n metaConnectionCheckAggregatedValues(filter: Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamFilter, orderBy: [Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamOrderBy]): [MetaConnectionCheckAggregatedValues]\r\n metaCondition: String\r\n}\r\n\r\ninput Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckFilter {\r\n and: [Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckFilter!]\r\n or: [Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckFilter!]\r\n metaCondition: String\r\n metaCondition_not: String\r\n metaCondition_in: [String!]\r\n metaCondition_not_in: [String!]\r\n metaCondition_lt: String\r\n metaCondition_lte: String\r\n metaCondition_gt: String\r\n metaCondition_gte: String\r\n metaCondition_contains: String\r\n metaCondition_not_contains: String\r\n metaCondition_starts_with: String\r\n metaCondition_not_starts_with: String\r\n metaCondition_ends_with: String\r\n metaCondition_not_ends_with: String\r\n metaCondition_empty: Boolean\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamWebSupport_not: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamWebSupport_in: [DiagramTypeParamWebSupportEnum!]\r\n diagramTypeParamWebSupport_not_in: [DiagramTypeParamWebSupportEnum!]\r\n diagramTypeParamWebSupport_empty: Boolean\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamLineStyle_not: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamLineStyle_in: [DiagramTypeParamLineStyleEnum!]\r\n diagramTypeParamLineStyle_not_in: [DiagramTypeParamLineStyleEnum!]\r\n diagramTypeParamLineStyle_empty: Boolean\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamRoundedCorner_not: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamRoundedCorner_in: [DiagramTypeParamRoundedCornerEnum!]\r\n diagramTypeParamRoundedCorner_not_in: [DiagramTypeParamRoundedCornerEnum!]\r\n diagramTypeParamRoundedCorner_empty: Boolean\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamLanePool_not: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamLanePool_in: [DiagramTypeParamLanePoolEnum!]\r\n diagramTypeParamLanePool_not_in: [DiagramTypeParamLanePoolEnum!]\r\n diagramTypeParamLanePool_empty: Boolean\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamBpmnGroup_not: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamBpmnGroup_in: [DiagramTypeParamBpmnGroupEnum!]\r\n diagramTypeParamBpmnGroup_not_in: [DiagramTypeParamBpmnGroupEnum!]\r\n diagramTypeParamBpmnGroup_empty: Boolean\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamGridVisible_not: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamGridVisible_in: [DiagramTypeParamGridVisibleEnum!]\r\n diagramTypeParamGridVisible_not_in: [DiagramTypeParamGridVisibleEnum!]\r\n diagramTypeParamGridVisible_empty: Boolean\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamEnableKeyboardDelete_not: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamEnableKeyboardDelete_in: [DiagramTypeParamEnableKeyboardDeleteEnum!]\r\n diagramTypeParamEnableKeyboardDelete_not_in: [DiagramTypeParamEnableKeyboardDeleteEnum!]\r\n diagramTypeParamEnableKeyboardDelete_empty: Boolean\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamCanvasAsDescribedObject_not: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamCanvasAsDescribedObject_in: [DiagramTypeParamCanvasAsDescribedObjectEnum!]\r\n diagramTypeParamCanvasAsDescribedObject_not_in: [DiagramTypeParamCanvasAsDescribedObjectEnum!]\r\n diagramTypeParamCanvasAsDescribedObject_empty: Boolean\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridActive_not: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridActive_in: [DiagramTypeParamGridActiveEnum!]\r\n diagramTypeParamGridActive_not_in: [DiagramTypeParamGridActiveEnum!]\r\n diagramTypeParamGridActive_empty: Boolean\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamGridInMn_not: CustomInt\r\n diagramTypeParamGridInMn_in: [CustomInt!]\r\n diagramTypeParamGridInMn_not_in: [CustomInt!]\r\n diagramTypeParamGridInMn_lt: CustomInt\r\n diagramTypeParamGridInMn_lte: CustomInt\r\n diagramTypeParamGridInMn_gt: CustomInt\r\n diagramTypeParamGridInMn_gte: CustomInt\r\n diagramTypeParamGridInMn_empty: Boolean\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamLayoutAlgorithm_not: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamLayoutAlgorithm_in: [DiagramTypeParamLayoutAlgorithmEnum!]\r\n diagramTypeParamLayoutAlgorithm_not_in: [DiagramTypeParamLayoutAlgorithmEnum!]\r\n diagramTypeParamLayoutAlgorithm_empty: Boolean\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPageBoudariesVisible_not: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPageBoudariesVisible_in: [DiagramTypeParamPageBoudariesVisibleEnum!]\r\n diagramTypeParamPageBoudariesVisible_not_in: [DiagramTypeParamPageBoudariesVisibleEnum!]\r\n diagramTypeParamPageBoudariesVisible_empty: Boolean\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n diagramTypeParamPerspectiveMenuShow_not: DiagramTypeParamPerspectiveMenuShowEnum\r\n diagramTypeParamPerspectiveMenuShow_in: [DiagramTypeParamPerspectiveMenuShowEnum!]\r\n diagramTypeParamPerspectiveMenuShow_not_in: [DiagramTypeParamPerspectiveMenuShowEnum!]\r\n diagramTypeParamPerspectiveMenuShow_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n diagramTypeView_some: [DiagramTypeViewFilter!]\r\n diagramTypeView_count: countFilter\r\n diagramTypeObject_some: [DiagramTypeObjectFilter!]\r\n diagramTypeObject_count: countFilter\r\n diagramTypeLink_some: [DiagramTypeLinkFilter!]\r\n diagramTypeLink_count: countFilter\r\n diagramTypePath_some: [DiagramTypePathFilter!]\r\n diagramTypePath_count: countFilter\r\n diagramTypeBarGroup_some: [DiagramTypeBarGroupFilter!]\r\n diagramTypeBarGroup_count: countFilter\r\n diagTabDefinition_some: [DiagTabDefinitionFilter!]\r\n diagTabDefinition_count: countFilter\r\n metaConnectionCheck_some: [MetaConnectionCheckFilter!]\r\n metaConnectionCheck_count: countFilter\r\n}\r\n\r\nenum Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckOrderBy {\r\n metaCondition_ASC\r\n metaCondition_DESC\r\n diagramTypeParamWebSupport_ASC\r\n diagramTypeParamWebSupport_DESC\r\n diagramTypeParamLineStyle_ASC\r\n diagramTypeParamLineStyle_DESC\r\n diagramTypeParamRoundedCorner_ASC\r\n diagramTypeParamRoundedCorner_DESC\r\n diagramTypeParamLanePool_ASC\r\n diagramTypeParamLanePool_DESC\r\n diagramTypeParamBpmnGroup_ASC\r\n diagramTypeParamBpmnGroup_DESC\r\n diagramTypeParamGridVisible_ASC\r\n diagramTypeParamGridVisible_DESC\r\n diagramTypeParamEnableKeyboardDelete_ASC\r\n diagramTypeParamEnableKeyboardDelete_DESC\r\n diagramTypeParamCanvasAsDescribedObject_ASC\r\n diagramTypeParamCanvasAsDescribedObject_DESC\r\n diagramTypeParamGridActive_ASC\r\n diagramTypeParamGridActive_DESC\r\n diagramTypeParamGridInMn_ASC\r\n diagramTypeParamGridInMn_DESC\r\n diagramTypeParamLayoutAlgorithm_ASC\r\n diagramTypeParamLayoutAlgorithm_DESC\r\n diagramTypeParamPageBoudariesVisible_ASC\r\n diagramTypeParamPageBoudariesVisible_DESC\r\n diagramTypeParamPerspectiveMenuShow_ASC\r\n diagramTypeParamPerspectiveMenuShow_DESC\r\n settings_ASC\r\n settings_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramType implements GraphQLObjectInterface {\r\n uIPermissions(format: StringFormat): String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n macro_PostCreationMacro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macro_PostCreationMacroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n metaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n diagramType(filter: Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomFilter, orderBy: [Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomOrderBy]): [Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoom]\r\n diagramTypeAggregatedValues(filter: Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomFilter, orderBy: [Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomOrderBy]): [DiagramTypeAggregatedValues]\r\n metaClassDiagramTypeCardinality: String\r\n}\r\n\r\ninput Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter {\r\n and: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter!]\r\n or: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter!]\r\n metaClassDiagramTypeCardinality: String\r\n metaClassDiagramTypeCardinality_not: String\r\n metaClassDiagramTypeCardinality_in: [String!]\r\n metaClassDiagramTypeCardinality_not_in: [String!]\r\n metaClassDiagramTypeCardinality_lt: String\r\n metaClassDiagramTypeCardinality_lte: String\r\n metaClassDiagramTypeCardinality_gt: String\r\n metaClassDiagramTypeCardinality_gte: String\r\n metaClassDiagramTypeCardinality_contains: String\r\n metaClassDiagramTypeCardinality_not_contains: String\r\n metaClassDiagramTypeCardinality_starts_with: String\r\n metaClassDiagramTypeCardinality_not_starts_with: String\r\n metaClassDiagramTypeCardinality_ends_with: String\r\n metaClassDiagramTypeCardinality_not_ends_with: String\r\n metaClassDiagramTypeCardinality_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n diagramTypeZoomCondition: String\r\n diagramTypeZoomCondition_not: String\r\n diagramTypeZoomCondition_in: [String!]\r\n diagramTypeZoomCondition_not_in: [String!]\r\n diagramTypeZoomCondition_lt: String\r\n diagramTypeZoomCondition_lte: String\r\n diagramTypeZoomCondition_gt: String\r\n diagramTypeZoomCondition_gte: String\r\n diagramTypeZoomCondition_contains: String\r\n diagramTypeZoomCondition_not_contains: String\r\n diagramTypeZoomCondition_starts_with: String\r\n diagramTypeZoomCondition_not_starts_with: String\r\n diagramTypeZoomCondition_ends_with: String\r\n diagramTypeZoomCondition_not_ends_with: String\r\n diagramTypeZoomCondition_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n macro_PostCreationMacro_some: [MacroFilter!]\r\n macro_PostCreationMacro_count: countFilter\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n}\r\n\r\nenum Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy {\r\n metaClassDiagramTypeCardinality_ASC\r\n metaClassDiagramTypeCardinality_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n diagramTypeZoomCondition_ASC\r\n diagramTypeZoomCondition_DESC\r\n settings_ASC\r\n settings_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoom implements GraphQLObjectInterface {\r\n nature(format: EnumFormat): NatureEnum\r\n wizardImageFilename: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaClass_DescribedMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_DescribedMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValue]\r\n metaAttributeValueAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValueAggregatedValues]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n metaPattern_ModelZoomIn(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy]): [MetaPattern]\r\n metaPattern_ModelZoomInAggregatedValues(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy]): [MetaPatternAggregatedValues]\r\n viewpoint_Viewpoints(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [Viewpoint]\r\n viewpoint_ViewpointsAggregatedValues(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [ViewpointAggregatedValues]\r\n diagram(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagramAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n metaPicture(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPicture]\r\n metaPictureAggregatedValues(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPictureAggregatedValues]\r\n folderOfDiagramTypes_ParentFolder(filter: Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter, orderBy: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy]): [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramType]\r\n folderOfDiagramTypes_ParentFolderAggregatedValues(filter: Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter, orderBy: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy]): [FolderOfDiagramTypesAggregatedValues]\r\n metaPattern_ModelZoomOut(filter: Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter, orderBy: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy]): [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramType]\r\n metaPattern_ModelZoomOutAggregatedValues(filter: Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter, orderBy: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy]): [MetaPatternAggregatedValues]\r\n diagramTypeZoom(filter: Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter, orderBy: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy]): [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramType]\r\n diagramTypeZoomAggregatedValues(filter: Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter, orderBy: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n metaClassDiagramTypeCardinality: String\r\n}\r\n\r\ninput Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomFilter {\r\n and: [Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomFilter!]\r\n or: [Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomFilter!]\r\n metaClassDiagramTypeCardinality: String\r\n metaClassDiagramTypeCardinality_not: String\r\n metaClassDiagramTypeCardinality_in: [String!]\r\n metaClassDiagramTypeCardinality_not_in: [String!]\r\n metaClassDiagramTypeCardinality_lt: String\r\n metaClassDiagramTypeCardinality_lte: String\r\n metaClassDiagramTypeCardinality_gt: String\r\n metaClassDiagramTypeCardinality_gte: String\r\n metaClassDiagramTypeCardinality_contains: String\r\n metaClassDiagramTypeCardinality_not_contains: String\r\n metaClassDiagramTypeCardinality_starts_with: String\r\n metaClassDiagramTypeCardinality_not_starts_with: String\r\n metaClassDiagramTypeCardinality_ends_with: String\r\n metaClassDiagramTypeCardinality_not_ends_with: String\r\n metaClassDiagramTypeCardinality_empty: Boolean\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n wizardImageFilename: String\r\n wizardImageFilename_not: String\r\n wizardImageFilename_in: [String!]\r\n wizardImageFilename_not_in: [String!]\r\n wizardImageFilename_lt: String\r\n wizardImageFilename_lte: String\r\n wizardImageFilename_gt: String\r\n wizardImageFilename_gte: String\r\n wizardImageFilename_contains: String\r\n wizardImageFilename_not_contains: String\r\n wizardImageFilename_starts_with: String\r\n wizardImageFilename_not_starts_with: String\r\n wizardImageFilename_ends_with: String\r\n wizardImageFilename_not_ends_with: String\r\n wizardImageFilename_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_DescribedMetaClass_some: [MetaClassFilter!]\r\n metaClass_DescribedMetaClass_count: countFilter\r\n folderOfDiagramTypes_ParentFolder_some: [FolderOfDiagramTypesFilter!]\r\n folderOfDiagramTypes_ParentFolder_count: countFilter\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n metaPattern_ModelZoomIn_some: [MetaPatternFilter!]\r\n metaPattern_ModelZoomIn_count: countFilter\r\n metaPattern_ModelZoomOut_some: [MetaPatternFilter!]\r\n metaPattern_ModelZoomOut_count: countFilter\r\n viewpoint_Viewpoints_some: [ViewpointFilter!]\r\n viewpoint_Viewpoints_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n diagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_count: countFilter\r\n metaPicture_some: [MetaPictureFilter!]\r\n metaPicture_count: countFilter\r\n}\r\n\r\nenum Relationship_DiagramType_DiagramType_MetaClassDiagramTypeDiagramType_DiagramTypeZoomOrderBy {\r\n metaClassDiagramTypeCardinality_ASC\r\n metaClassDiagramTypeCardinality_DESC\r\n nature_ASC\r\n nature_DESC\r\n wizardImageFilename_ASC\r\n wizardImageFilename_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPattern implements GraphQLObjectInterface {\r\n nature(format: EnumFormat): NatureEnum\r\n wizardImageFilename: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaClass_DescribedMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_DescribedMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValue]\r\n metaAttributeValueAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValueAggregatedValues]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n metaPattern_ModelZoomIn(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy]): [MetaPattern]\r\n metaPattern_ModelZoomInAggregatedValues(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy]): [MetaPatternAggregatedValues]\r\n viewpoint_Viewpoints(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [Viewpoint]\r\n viewpoint_ViewpointsAggregatedValues(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [ViewpointAggregatedValues]\r\n diagram(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagramAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n metaPicture(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPicture]\r\n metaPictureAggregatedValues(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPictureAggregatedValues]\r\n folderOfDiagramTypes_ParentFolder(filter: Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter, orderBy: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy]): [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramType]\r\n folderOfDiagramTypes_ParentFolderAggregatedValues(filter: Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter, orderBy: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy]): [FolderOfDiagramTypesAggregatedValues]\r\n metaPattern_ModelZoomOut(filter: Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter, orderBy: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy]): [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramType]\r\n metaPattern_ModelZoomOutAggregatedValues(filter: Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter, orderBy: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy]): [MetaPatternAggregatedValues]\r\n diagramTypeZoom(filter: Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter, orderBy: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy]): [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramType]\r\n diagramTypeZoomAggregatedValues(filter: Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter, orderBy: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n modelZoomCardinality: String\r\n}\r\n\r\ninput Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternFilter {\r\n and: [Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternFilter!]\r\n or: [Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternFilter!]\r\n modelZoomCardinality: String\r\n modelZoomCardinality_not: String\r\n modelZoomCardinality_in: [String!]\r\n modelZoomCardinality_not_in: [String!]\r\n modelZoomCardinality_lt: String\r\n modelZoomCardinality_lte: String\r\n modelZoomCardinality_gt: String\r\n modelZoomCardinality_gte: String\r\n modelZoomCardinality_contains: String\r\n modelZoomCardinality_not_contains: String\r\n modelZoomCardinality_starts_with: String\r\n modelZoomCardinality_not_starts_with: String\r\n modelZoomCardinality_ends_with: String\r\n modelZoomCardinality_not_ends_with: String\r\n modelZoomCardinality_empty: Boolean\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n wizardImageFilename: String\r\n wizardImageFilename_not: String\r\n wizardImageFilename_in: [String!]\r\n wizardImageFilename_not_in: [String!]\r\n wizardImageFilename_lt: String\r\n wizardImageFilename_lte: String\r\n wizardImageFilename_gt: String\r\n wizardImageFilename_gte: String\r\n wizardImageFilename_contains: String\r\n wizardImageFilename_not_contains: String\r\n wizardImageFilename_starts_with: String\r\n wizardImageFilename_not_starts_with: String\r\n wizardImageFilename_ends_with: String\r\n wizardImageFilename_not_ends_with: String\r\n wizardImageFilename_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_DescribedMetaClass_some: [MetaClassFilter!]\r\n metaClass_DescribedMetaClass_count: countFilter\r\n folderOfDiagramTypes_ParentFolder_some: [FolderOfDiagramTypesFilter!]\r\n folderOfDiagramTypes_ParentFolder_count: countFilter\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n metaPattern_ModelZoomIn_some: [MetaPatternFilter!]\r\n metaPattern_ModelZoomIn_count: countFilter\r\n metaPattern_ModelZoomOut_some: [MetaPatternFilter!]\r\n metaPattern_ModelZoomOut_count: countFilter\r\n viewpoint_Viewpoints_some: [ViewpointFilter!]\r\n viewpoint_Viewpoints_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n diagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_count: countFilter\r\n metaPicture_some: [MetaPictureFilter!]\r\n metaPicture_count: countFilter\r\n}\r\n\r\nenum Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternOrderBy {\r\n modelZoomCardinality_ASC\r\n modelZoomCardinality_DESC\r\n nature_ASC\r\n nature_DESC\r\n wizardImageFilename_ASC\r\n wizardImageFilename_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypes implements GraphQLObjectInterface {\r\n nature(format: EnumFormat): NatureEnum\r\n wizardImageFilename: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaClass_DescribedMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_DescribedMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValue]\r\n metaAttributeValueAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValueAggregatedValues]\r\n diagramTypeParam(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParam]\r\n diagramTypeParamAggregatedValues(filter: DiagramTypeParamFilter, orderBy: [DiagramTypeParamOrderBy]): [DiagramTypeParamAggregatedValues]\r\n metaPattern_ModelZoomIn(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy]): [MetaPattern]\r\n metaPattern_ModelZoomInAggregatedValues(filter: MetaPatternFilter, orderBy: [MetaPatternOrderBy]): [MetaPatternAggregatedValues]\r\n viewpoint_Viewpoints(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [Viewpoint]\r\n viewpoint_ViewpointsAggregatedValues(filter: ViewpointFilter, orderBy: [ViewpointOrderBy]): [ViewpointAggregatedValues]\r\n diagram(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagramAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n metaPicture(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPicture]\r\n metaPictureAggregatedValues(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPictureAggregatedValues]\r\n folderOfDiagramTypes_ParentFolder(filter: Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter, orderBy: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy]): [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramType]\r\n folderOfDiagramTypes_ParentFolderAggregatedValues(filter: Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter, orderBy: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy]): [FolderOfDiagramTypesAggregatedValues]\r\n metaPattern_ModelZoomOut(filter: Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter, orderBy: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy]): [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramType]\r\n metaPattern_ModelZoomOutAggregatedValues(filter: Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter, orderBy: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy]): [MetaPatternAggregatedValues]\r\n diagramTypeZoom(filter: Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter, orderBy: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy]): [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramType]\r\n diagramTypeZoomAggregatedValues(filter: Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeFilter, orderBy: [Relationship_DiagramTypeZoom_DiagramTypeZoom_MetaClassDiagramTypeDiagramType_DiagramTypeOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n startingPageVisibility(format: EnumFormat): StartingPageVisibilityEnum\r\n}\r\n\r\ninput Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesFilter {\r\n and: [Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesFilter!]\r\n or: [Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesFilter!]\r\n startingPageVisibility: StartingPageVisibilityEnum\r\n startingPageVisibility_not: StartingPageVisibilityEnum\r\n startingPageVisibility_in: [StartingPageVisibilityEnum!]\r\n startingPageVisibility_not_in: [StartingPageVisibilityEnum!]\r\n startingPageVisibility_empty: Boolean\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n wizardImageFilename: String\r\n wizardImageFilename_not: String\r\n wizardImageFilename_in: [String!]\r\n wizardImageFilename_not_in: [String!]\r\n wizardImageFilename_lt: String\r\n wizardImageFilename_lte: String\r\n wizardImageFilename_gt: String\r\n wizardImageFilename_gte: String\r\n wizardImageFilename_contains: String\r\n wizardImageFilename_not_contains: String\r\n wizardImageFilename_starts_with: String\r\n wizardImageFilename_not_starts_with: String\r\n wizardImageFilename_ends_with: String\r\n wizardImageFilename_not_ends_with: String\r\n wizardImageFilename_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_DescribedMetaClass_some: [MetaClassFilter!]\r\n metaClass_DescribedMetaClass_count: countFilter\r\n folderOfDiagramTypes_ParentFolder_some: [FolderOfDiagramTypesFilter!]\r\n folderOfDiagramTypes_ParentFolder_count: countFilter\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n metaPattern_ModelZoomIn_some: [MetaPatternFilter!]\r\n metaPattern_ModelZoomIn_count: countFilter\r\n metaPattern_ModelZoomOut_some: [MetaPatternFilter!]\r\n metaPattern_ModelZoomOut_count: countFilter\r\n viewpoint_Viewpoints_some: [ViewpointFilter!]\r\n viewpoint_Viewpoints_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n diagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_count: countFilter\r\n metaPicture_some: [MetaPictureFilter!]\r\n metaPicture_count: countFilter\r\n}\r\n\r\nenum Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesOrderBy {\r\n startingPageVisibility_ASC\r\n startingPageVisibility_DESC\r\n nature_ASC\r\n nature_DESC\r\n wizardImageFilename_ASC\r\n wizardImageFilename_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramType implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n diagramTypeFolderNumber: CustomInt\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramType_ReferencedDiagramType(filter: Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesFilter, orderBy: [Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesOrderBy]): [Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypes]\r\n diagramType_ReferencedDiagramTypeAggregatedValues(filter: Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesFilter, orderBy: [Relationship_DiagramType_ReferencedDiagramType_DiagramTypeFolderDiagramType_FolderOfDiagramTypesOrderBy]): [DiagramTypeAggregatedValues]\r\n startingPageVisibility(format: EnumFormat): StartingPageVisibilityEnum\r\n}\r\n\r\ninput Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter {\r\n and: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter!]\r\n or: [Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeFilter!]\r\n startingPageVisibility: StartingPageVisibilityEnum\r\n startingPageVisibility_not: StartingPageVisibilityEnum\r\n startingPageVisibility_in: [StartingPageVisibilityEnum!]\r\n startingPageVisibility_not_in: [StartingPageVisibilityEnum!]\r\n startingPageVisibility_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n diagramTypeFolderNumber: CustomInt\r\n diagramTypeFolderNumber_not: CustomInt\r\n diagramTypeFolderNumber_in: [CustomInt!]\r\n diagramTypeFolderNumber_not_in: [CustomInt!]\r\n diagramTypeFolderNumber_lt: CustomInt\r\n diagramTypeFolderNumber_lte: CustomInt\r\n diagramTypeFolderNumber_gt: CustomInt\r\n diagramTypeFolderNumber_gte: CustomInt\r\n diagramTypeFolderNumber_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramType_ReferencedDiagramType_some: [DiagramTypeFilter!]\r\n diagramType_ReferencedDiagramType_count: countFilter\r\n}\r\n\r\nenum Relationship_FolderOfDiagramTypes_ParentFolder_DiagramTypeFolderDiagramType_DiagramTypeOrderBy {\r\n startingPageVisibility_ASC\r\n startingPageVisibility_DESC\r\n name_ASC\r\n name_DESC\r\n diagramTypeFolderNumber_ASC\r\n diagramTypeFolderNumber_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValue implements GraphQLObjectInterface {\r\n languageCharacteristics(format: StringFormat): String\r\n languageCode: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n language_GeneralLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_GeneralLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n language_SpecializedLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_SpecializedLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n language_DefaultUsingLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_DefaultUsingLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n language_DefaultUsedLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_DefaultUsedLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n metaAttributeValue(filter: Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageFilter, orderBy: [Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageOrderBy]): [Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_Language]\r\n metaAttributeValueAggregatedValues(filter: Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageFilter, orderBy: [Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageOrderBy]): [MetaAttributeValueAggregatedValues]\r\n externalValue: String\r\n externalAbbreviation: String\r\n}\r\n\r\ninput Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueFilter {\r\n and: [Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueFilter!]\r\n or: [Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueFilter!]\r\n externalValue: String\r\n externalValue_not: String\r\n externalValue_in: [String!]\r\n externalValue_not_in: [String!]\r\n externalValue_lt: String\r\n externalValue_lte: String\r\n externalValue_gt: String\r\n externalValue_gte: String\r\n externalValue_contains: String\r\n externalValue_not_contains: String\r\n externalValue_starts_with: String\r\n externalValue_not_starts_with: String\r\n externalValue_ends_with: String\r\n externalValue_not_ends_with: String\r\n externalValue_empty: Boolean\r\n externalAbbreviation: String\r\n externalAbbreviation_not: String\r\n externalAbbreviation_in: [String!]\r\n externalAbbreviation_not_in: [String!]\r\n externalAbbreviation_lt: String\r\n externalAbbreviation_lte: String\r\n externalAbbreviation_gt: String\r\n externalAbbreviation_gte: String\r\n externalAbbreviation_contains: String\r\n externalAbbreviation_not_contains: String\r\n externalAbbreviation_starts_with: String\r\n externalAbbreviation_not_starts_with: String\r\n externalAbbreviation_ends_with: String\r\n externalAbbreviation_not_ends_with: String\r\n externalAbbreviation_empty: Boolean\r\n languageCharacteristics: String\r\n languageCharacteristics_not: String\r\n languageCharacteristics_in: [String!]\r\n languageCharacteristics_not_in: [String!]\r\n languageCharacteristics_lt: String\r\n languageCharacteristics_lte: String\r\n languageCharacteristics_gt: String\r\n languageCharacteristics_gte: String\r\n languageCharacteristics_contains: String\r\n languageCharacteristics_not_contains: String\r\n languageCharacteristics_starts_with: String\r\n languageCharacteristics_not_starts_with: String\r\n languageCharacteristics_ends_with: String\r\n languageCharacteristics_not_ends_with: String\r\n languageCharacteristics_empty: Boolean\r\n languageCode: String\r\n languageCode_not: String\r\n languageCode_in: [String!]\r\n languageCode_not_in: [String!]\r\n languageCode_lt: String\r\n languageCode_lte: String\r\n languageCode_gt: String\r\n languageCode_gte: String\r\n languageCode_contains: String\r\n languageCode_not_contains: String\r\n languageCode_starts_with: String\r\n languageCode_not_starts_with: String\r\n languageCode_ends_with: String\r\n languageCode_not_ends_with: String\r\n languageCode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n language_GeneralLanguage_some: [LanguageFilter!]\r\n language_GeneralLanguage_count: countFilter\r\n language_SpecializedLanguage_some: [LanguageFilter!]\r\n language_SpecializedLanguage_count: countFilter\r\n language_DefaultUsingLanguage_some: [LanguageFilter!]\r\n language_DefaultUsingLanguage_count: countFilter\r\n language_DefaultUsedLanguage_some: [LanguageFilter!]\r\n language_DefaultUsedLanguage_count: countFilter\r\n}\r\n\r\nenum Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueOrderBy {\r\n externalValue_ASC\r\n externalValue_DESC\r\n externalAbbreviation_ASC\r\n externalAbbreviation_DESC\r\n languageCharacteristics_ASC\r\n languageCharacteristics_DESC\r\n languageCode_ASC\r\n languageCode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_Operator implements GraphQLObjectInterface {\r\n nameconvention61: String\r\n legOrderMajor: CustomInt\r\n legOrderMinor: CustomInt\r\n commentMajor(format: StringFormat, language: Languages): String\r\n commentMinor(format: StringFormat, language: Languages): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAssociation_TypedMetaAssociation(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy]): [MetaAssociation]\r\n metaAssociation_TypedMetaAssociationAggregatedValues(filter: MetaAssociationFilter, orderBy: [MetaAssociationOrderBy]): [MetaAssociationAggregatedValues]\r\n operator(filter: Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeFilter, orderBy: [Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeOrderBy]): [Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationType]\r\n operatorAggregatedValues(filter: Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeFilter, orderBy: [Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeOrderBy]): [OperatorAggregatedValues]\r\n minorToMajorBehavior(format: EnumFormat): MinorToMajorBehaviorEnum\r\n majorToMinorBehavior(format: EnumFormat): MajorToMinorBehaviorEnum\r\n}\r\n\r\ninput Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorFilter {\r\n and: [Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorFilter!]\r\n or: [Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorFilter!]\r\n minorToMajorBehavior: MinorToMajorBehaviorEnum\r\n minorToMajorBehavior_not: MinorToMajorBehaviorEnum\r\n minorToMajorBehavior_in: [MinorToMajorBehaviorEnum!]\r\n minorToMajorBehavior_not_in: [MinorToMajorBehaviorEnum!]\r\n minorToMajorBehavior_empty: Boolean\r\n majorToMinorBehavior: MajorToMinorBehaviorEnum\r\n majorToMinorBehavior_not: MajorToMinorBehaviorEnum\r\n majorToMinorBehavior_in: [MajorToMinorBehaviorEnum!]\r\n majorToMinorBehavior_not_in: [MajorToMinorBehaviorEnum!]\r\n majorToMinorBehavior_empty: Boolean\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 nameconvention61_empty: Boolean\r\n legOrderMajor: CustomInt\r\n legOrderMajor_not: CustomInt\r\n legOrderMajor_in: [CustomInt!]\r\n legOrderMajor_not_in: [CustomInt!]\r\n legOrderMajor_lt: CustomInt\r\n legOrderMajor_lte: CustomInt\r\n legOrderMajor_gt: CustomInt\r\n legOrderMajor_gte: CustomInt\r\n legOrderMajor_empty: Boolean\r\n legOrderMinor: CustomInt\r\n legOrderMinor_not: CustomInt\r\n legOrderMinor_in: [CustomInt!]\r\n legOrderMinor_not_in: [CustomInt!]\r\n legOrderMinor_lt: CustomInt\r\n legOrderMinor_lte: CustomInt\r\n legOrderMinor_gt: CustomInt\r\n legOrderMinor_gte: CustomInt\r\n legOrderMinor_empty: Boolean\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 commentMajor_empty: Boolean\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 commentMinor_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAssociation_TypedMetaAssociation_some: [MetaAssociationFilter!]\r\n metaAssociation_TypedMetaAssociation_count: countFilter\r\n operator_some: [OperatorFilter!]\r\n operator_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorOrderBy {\r\n minorToMajorBehavior_ASC\r\n minorToMajorBehavior_DESC\r\n majorToMinorBehavior_ASC\r\n majorToMinorBehavior_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttribute implements GraphQLObjectInterface {\r\n uIPermissions(format: StringFormat): String\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttribute(filter: Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupOrderBy]): [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroup]\r\n metaAttributeAggregatedValues(filter: Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupOrderBy]): [MetaAttributeAggregatedValues]\r\n metaClass(filter: Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter, orderBy: [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupOrderBy]): [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroup]\r\n metaClassAggregatedValues(filter: Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter, orderBy: [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupOrderBy]): [MetaClassAggregatedValues]\r\n technicalLevel(format: EnumFormat): TechnicalLevelEnum\r\n}\r\n\r\ninput Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter {\r\n and: [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter!]\r\n or: [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter!]\r\n technicalLevel: TechnicalLevelEnum\r\n technicalLevel_not: TechnicalLevelEnum\r\n technicalLevel_in: [TechnicalLevelEnum!]\r\n technicalLevel_not_in: [TechnicalLevelEnum!]\r\n technicalLevel_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeOrderBy {\r\n technicalLevel_ASC\r\n technicalLevel_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClass implements GraphQLObjectInterface {\r\n uIPermissions(format: StringFormat): String\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttribute(filter: Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupOrderBy]): [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroup]\r\n metaAttributeAggregatedValues(filter: Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupOrderBy]): [MetaAttributeAggregatedValues]\r\n metaClass(filter: Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter, orderBy: [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupOrderBy]): [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroup]\r\n metaClassAggregatedValues(filter: Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter, orderBy: [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupOrderBy]): [MetaClassAggregatedValues]\r\n inheritability(format: EnumFormat): InheritabilityEnum\r\n}\r\n\r\ninput Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter {\r\n and: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter!]\r\n or: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter!]\r\n inheritability: InheritabilityEnum\r\n inheritability_not: InheritabilityEnum\r\n inheritability_in: [InheritabilityEnum!]\r\n inheritability_not_in: [InheritabilityEnum!]\r\n inheritability_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy {\r\n inheritability_ASC\r\n inheritability_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_Language implements GraphQLObjectInterface {\r\n internalValue: String\r\n abbreviation(language: Languages): String\r\n rGBColor: CustomInt\r\n valueName: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttribute(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttributeAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n metaPicture(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPicture]\r\n metaPictureAggregatedValues(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPictureAggregatedValues]\r\n language(filter: Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueFilter, orderBy: [Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueOrderBy]): [Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValue]\r\n languageAggregatedValues(filter: Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueFilter, orderBy: [Relationship_Language_Language_MetaAttributeValueLanguage_MetaAttributeValueOrderBy]): [LanguageAggregatedValues]\r\n externalValue: String\r\n externalAbbreviation: String\r\n}\r\n\r\ninput Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageFilter {\r\n and: [Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageFilter!]\r\n or: [Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageFilter!]\r\n externalValue: String\r\n externalValue_not: String\r\n externalValue_in: [String!]\r\n externalValue_not_in: [String!]\r\n externalValue_lt: String\r\n externalValue_lte: String\r\n externalValue_gt: String\r\n externalValue_gte: String\r\n externalValue_contains: String\r\n externalValue_not_contains: String\r\n externalValue_starts_with: String\r\n externalValue_not_starts_with: String\r\n externalValue_ends_with: String\r\n externalValue_not_ends_with: String\r\n externalValue_empty: Boolean\r\n externalAbbreviation: String\r\n externalAbbreviation_not: String\r\n externalAbbreviation_in: [String!]\r\n externalAbbreviation_not_in: [String!]\r\n externalAbbreviation_lt: String\r\n externalAbbreviation_lte: String\r\n externalAbbreviation_gt: String\r\n externalAbbreviation_gte: String\r\n externalAbbreviation_contains: String\r\n externalAbbreviation_not_contains: String\r\n externalAbbreviation_starts_with: String\r\n externalAbbreviation_not_starts_with: String\r\n externalAbbreviation_ends_with: String\r\n externalAbbreviation_not_ends_with: String\r\n externalAbbreviation_empty: Boolean\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 internalValue_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n rGBColor: CustomInt\r\n rGBColor_not: CustomInt\r\n rGBColor_in: [CustomInt!]\r\n rGBColor_not_in: [CustomInt!]\r\n rGBColor_lt: CustomInt\r\n rGBColor_lte: CustomInt\r\n rGBColor_gt: CustomInt\r\n rGBColor_gte: CustomInt\r\n rGBColor_empty: Boolean\r\n 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 valueName_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n language_some: [LanguageFilter!]\r\n language_count: countFilter\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n metaPicture_some: [MetaPictureFilter!]\r\n metaPicture_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaAttributeValue_MetaAttributeValue_MetaAttributeValueLanguage_LanguageOrderBy {\r\n externalValue_ASC\r\n externalValue_DESC\r\n externalAbbreviation_ASC\r\n externalAbbreviation_DESC\r\n internalValue_ASC\r\n internalValue_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n rGBColor_ASC\r\n rGBColor_DESC\r\n valueName_ASC\r\n valueName_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroup implements GraphQLObjectInterface {\r\n abbreviation(language: Languages): String\r\n metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n loggability(format: EnumFormat): LoggabilityEnum\r\n savability(format: EnumFormat): SavabilityEnum\r\n atIndex(format: EnumFormat): AtIndexEnum\r\n metaLayer(format: EnumFormat): MetaLayerEnum\r\n atNature(format: EnumFormat): AtNatureEnum\r\n translatability(format: EnumFormat): TranslatabilityEnum\r\n translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute(format: EnumFormat): DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions(format: StringFormat): String\r\n sequence: CustomInt\r\n physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n isIndexable(format: EnumFormat): IsIndexableEnum\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports(format: EnumFormat): InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValue]\r\n metaAttributeValueAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValueAggregatedValues]\r\n language(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n languageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n macro_MetaAttributeUpdateTool(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macro_MetaAttributeUpdateToolAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n macro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n metaClass_ReferencedMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_ReferencedMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n macro_ConditioningSettingMacro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macro_ConditioningSettingMacroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n metaClass(filter: Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeOrderBy]): [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttribute]\r\n metaClassAggregatedValues(filter: Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeOrderBy]): [MetaClassAggregatedValues]\r\n metaAttributeGroup(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeOrderBy]): [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttribute]\r\n metaAttributeGroupAggregatedValues(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeOrderBy]): [MetaAttributeGroupAggregatedValues]\r\n technicalLevel(format: EnumFormat): TechnicalLevelEnum\r\n}\r\n\r\ninput Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter {\r\n and: [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter!]\r\n or: [Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupFilter!]\r\n technicalLevel: TechnicalLevelEnum\r\n technicalLevel_not: TechnicalLevelEnum\r\n technicalLevel_in: [TechnicalLevelEnum!]\r\n technicalLevel_not_in: [TechnicalLevelEnum!]\r\n technicalLevel_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeType_not: MetaAttributeTypeEnum\r\n metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_empty: Boolean\r\n metaAttributeLength: CustomInt\r\n metaAttributeLength_not: CustomInt\r\n metaAttributeLength_in: [CustomInt!]\r\n metaAttributeLength_not_in: [CustomInt!]\r\n metaAttributeLength_lt: CustomInt\r\n metaAttributeLength_lte: CustomInt\r\n metaAttributeLength_gt: CustomInt\r\n metaAttributeLength_gte: CustomInt\r\n metaAttributeLength_empty: Boolean\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n metaAttributeFormat_not: MetaAttributeFormatEnum\r\n metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_empty: Boolean\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_empty: Boolean\r\n loggability: LoggabilityEnum\r\n loggability_not: LoggabilityEnum\r\n loggability_in: [LoggabilityEnum!]\r\n loggability_not_in: [LoggabilityEnum!]\r\n loggability_empty: Boolean\r\n savability: SavabilityEnum\r\n savability_not: SavabilityEnum\r\n savability_in: [SavabilityEnum!]\r\n savability_not_in: [SavabilityEnum!]\r\n savability_empty: Boolean\r\n atIndex: AtIndexEnum\r\n atIndex_not: AtIndexEnum\r\n atIndex_in: [AtIndexEnum!]\r\n atIndex_not_in: [AtIndexEnum!]\r\n atIndex_empty: Boolean\r\n metaLayer: MetaLayerEnum\r\n metaLayer_not: MetaLayerEnum\r\n metaLayer_in: [MetaLayerEnum!]\r\n metaLayer_not_in: [MetaLayerEnum!]\r\n metaLayer_empty: Boolean\r\n atNature: AtNatureEnum\r\n atNature_not: AtNatureEnum\r\n atNature_in: [AtNatureEnum!]\r\n atNature_not_in: [AtNatureEnum!]\r\n atNature_empty: Boolean\r\n translatability: TranslatabilityEnum\r\n translatability_not: TranslatabilityEnum\r\n translatability_in: [TranslatabilityEnum!]\r\n translatability_not_in: [TranslatabilityEnum!]\r\n translatability_empty: Boolean\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n translatabilityLevel_not: TranslatabilityLevelEnum\r\n translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_empty: Boolean\r\n initialANSIValue: String\r\n initialANSIValue_not: String\r\n initialANSIValue_in: [String!]\r\n initialANSIValue_not_in: [String!]\r\n initialANSIValue_lt: String\r\n initialANSIValue_lte: String\r\n initialANSIValue_gt: String\r\n initialANSIValue_gte: String\r\n initialANSIValue_contains: String\r\n initialANSIValue_not_contains: String\r\n initialANSIValue_starts_with: String\r\n initialANSIValue_not_starts_with: String\r\n initialANSIValue_ends_with: String\r\n initialANSIValue_not_ends_with: String\r\n initialANSIValue_empty: Boolean\r\n defaultInternalValue: String\r\n defaultInternalValue_not: String\r\n defaultInternalValue_in: [String!]\r\n defaultInternalValue_not_in: [String!]\r\n defaultInternalValue_lt: String\r\n defaultInternalValue_lte: String\r\n defaultInternalValue_gt: String\r\n defaultInternalValue_gte: String\r\n defaultInternalValue_contains: String\r\n defaultInternalValue_not_contains: String\r\n defaultInternalValue_starts_with: String\r\n defaultInternalValue_not_starts_with: String\r\n defaultInternalValue_ends_with: String\r\n defaultInternalValue_not_ends_with: String\r\n defaultInternalValue_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultSubstitutedMetaAttribute_not: DefaultSubstitutedMetaAttributeEnum\r\n defaultSubstitutedMetaAttribute_in: [DefaultSubstitutedMetaAttributeEnum!]\r\n defaultSubstitutedMetaAttribute_not_in: [DefaultSubstitutedMetaAttributeEnum!]\r\n defaultSubstitutedMetaAttribute_empty: Boolean\r\n defaultOrder: CustomInt\r\n defaultOrder_not: CustomInt\r\n defaultOrder_in: [CustomInt!]\r\n defaultOrder_not_in: [CustomInt!]\r\n defaultOrder_lt: CustomInt\r\n defaultOrder_lte: CustomInt\r\n defaultOrder_gt: CustomInt\r\n defaultOrder_gte: CustomInt\r\n defaultOrder_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n sequence: CustomInt\r\n sequence_not: CustomInt\r\n sequence_in: [CustomInt!]\r\n sequence_not_in: [CustomInt!]\r\n sequence_lt: CustomInt\r\n sequence_lte: CustomInt\r\n sequence_gt: CustomInt\r\n sequence_gte: CustomInt\r\n sequence_empty: Boolean\r\n physicalStorage: PhysicalStorageEnum\r\n physicalStorage_not: PhysicalStorageEnum\r\n physicalStorage_in: [PhysicalStorageEnum!]\r\n physicalStorage_not_in: [PhysicalStorageEnum!]\r\n physicalStorage_empty: Boolean\r\n isIndexable: IsIndexableEnum\r\n isIndexable_not: IsIndexableEnum\r\n isIndexable_in: [IsIndexableEnum!]\r\n isIndexable_not_in: [IsIndexableEnum!]\r\n isIndexable_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n indexRanking: CustomInt\r\n indexRanking_not: CustomInt\r\n indexRanking_in: [CustomInt!]\r\n indexRanking_not_in: [CustomInt!]\r\n indexRanking_lt: CustomInt\r\n indexRanking_lte: CustomInt\r\n indexRanking_gt: CustomInt\r\n indexRanking_gte: CustomInt\r\n indexRanking_empty: Boolean\r\n instantReports: InstantReportsEnum\r\n instantReports_not: InstantReportsEnum\r\n instantReports_in: [InstantReportsEnum!]\r\n instantReports_not_in: [InstantReportsEnum!]\r\n instantReports_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n createPermission_empty: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n readPermission_empty: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n updatePermission_empty: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: Boolean\r\n deletePermission_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n language_some: [LanguageFilter!]\r\n language_count: countFilter\r\n macro_MetaAttributeUpdateTool_some: [MacroFilter!]\r\n macro_MetaAttributeUpdateTool_count: countFilter\r\n macro_some: [MacroFilter!]\r\n macro_count: countFilter\r\n metaAttributeGroup_some: [MetaAttributeGroupFilter!]\r\n metaAttributeGroup_count: countFilter\r\n metaClass_ReferencedMetaClass_some: [MetaClassFilter!]\r\n metaClass_ReferencedMetaClass_count: countFilter\r\n macro_ConditioningSettingMacro_some: [MacroFilter!]\r\n macro_ConditioningSettingMacro_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaAttribute_MetaAttribute_MetaAttributeGroupAttribute_MetaAttributeGroupOrderBy {\r\n technicalLevel_ASC\r\n technicalLevel_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n metaAttributeType_ASC\r\n metaAttributeType_DESC\r\n metaAttributeLength_ASC\r\n metaAttributeLength_DESC\r\n metaAttributeFormat_ASC\r\n metaAttributeFormat_DESC\r\n defaultMetaTextFormat_ASC\r\n defaultMetaTextFormat_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n atIndex_ASC\r\n atIndex_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n atNature_ASC\r\n atNature_DESC\r\n translatability_ASC\r\n translatability_DESC\r\n translatabilityLevel_ASC\r\n translatabilityLevel_DESC\r\n initialANSIValue_ASC\r\n initialANSIValue_DESC\r\n defaultInternalValue_ASC\r\n defaultInternalValue_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n defaultSubstitutedMetaAttribute_ASC\r\n defaultSubstitutedMetaAttribute_DESC\r\n defaultOrder_ASC\r\n defaultOrder_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n sequence_ASC\r\n sequence_DESC\r\n physicalStorage_ASC\r\n physicalStorage_DESC\r\n isIndexable_ASC\r\n isIndexable_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n indexRanking_ASC\r\n indexRanking_DESC\r\n instantReports_ASC\r\n instantReports_DESC\r\n settings_ASC\r\n settings_DESC\r\n createPermission_ASC\r\n createPermission_DESC\r\n readPermission_ASC\r\n readPermission_DESC\r\n updatePermission_ASC\r\n updatePermission_DESC\r\n deletePermission_ASC\r\n deletePermission_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClass implements GraphQLObjectInterface {\r\n schemas: [Schema]\r\n abbreviation(language: Languages): String\r\n metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n loggability(format: EnumFormat): LoggabilityEnum\r\n savability(format: EnumFormat): SavabilityEnum\r\n atIndex(format: EnumFormat): AtIndexEnum\r\n metaLayer(format: EnumFormat): MetaLayerEnum\r\n atNature(format: EnumFormat): AtNatureEnum\r\n translatability(format: EnumFormat): TranslatabilityEnum\r\n translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute(format: EnumFormat): DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions(format: StringFormat): String\r\n sequence: CustomInt\r\n physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n isIndexable(format: EnumFormat): IsIndexableEnum\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports(format: EnumFormat): InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAttributeValue(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValue]\r\n metaAttributeValueAggregatedValues(filter: MetaAttributeValueFilter, orderBy: [MetaAttributeValueOrderBy]): [MetaAttributeValueAggregatedValues]\r\n language(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n languageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n macro_MetaAttributeUpdateTool(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macro_MetaAttributeUpdateToolAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n macro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n metaClass_ReferencedMetaClass(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_ReferencedMetaClassAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n macro_ConditioningSettingMacro(filter: MacroFilter, orderBy: [MacroOrderBy]): [Macro]\r\n macro_ConditioningSettingMacroAggregatedValues(filter: MacroFilter, orderBy: [MacroOrderBy]): [MacroAggregatedValues]\r\n metaClass(filter: Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeOrderBy]): [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttribute]\r\n metaClassAggregatedValues(filter: Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeOrderBy]): [MetaClassAggregatedValues]\r\n metaAttributeGroup(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeOrderBy]): [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttribute]\r\n metaAttributeGroupAggregatedValues(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_MetaAttributeGroupAttribute_MetaAttributeOrderBy]): [MetaAttributeGroupAggregatedValues]\r\n metaTextFormat(format: EnumFormat): MetaTextFormatEnum\r\n substitutedMetaAttribute(format: EnumFormat): SubstitutedMetaAttributeEnum\r\n detailedBehavior(format: EnumFormat): DetailedBehaviorEnum\r\n previousSubstitutingMetaAttribute: GraphQLObjectInterface\r\n textFormatModifiable: Boolean\r\n parameterization: String\r\n currentNameServerSetupVersion(format: EnumFormat): CurrentNameServerSetupVersionEnum\r\n pictureProvider(format: EnumFormat): PictureProviderEnum\r\n}\r\n\r\ninput Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter {\r\n and: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter!]\r\n or: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter!]\r\n metaTextFormat: MetaTextFormatEnum\r\n metaTextFormat_not: MetaTextFormatEnum\r\n metaTextFormat_in: [MetaTextFormatEnum!]\r\n metaTextFormat_not_in: [MetaTextFormatEnum!]\r\n metaTextFormat_empty: Boolean\r\n substitutedMetaAttribute: SubstitutedMetaAttributeEnum\r\n substitutedMetaAttribute_not: SubstitutedMetaAttributeEnum\r\n substitutedMetaAttribute_in: [SubstitutedMetaAttributeEnum!]\r\n substitutedMetaAttribute_not_in: [SubstitutedMetaAttributeEnum!]\r\n substitutedMetaAttribute_empty: Boolean\r\n detailedBehavior: DetailedBehaviorEnum\r\n detailedBehavior_not: DetailedBehaviorEnum\r\n detailedBehavior_in: [DetailedBehaviorEnum!]\r\n detailedBehavior_not_in: [DetailedBehaviorEnum!]\r\n detailedBehavior_empty: Boolean\r\n previousSubstitutingMetaAttribute: String\r\n previousSubstitutingMetaAttribute_not: String\r\n previousSubstitutingMetaAttribute_in: [String!]\r\n previousSubstitutingMetaAttribute_not_in: [String!]\r\n previousSubstitutingMetaAttribute_empty: Boolean\r\n textFormatModifiable: Boolean\r\n textFormatModifiable_not: Boolean\r\n textFormatModifiable_empty: Boolean\r\n parameterization: String\r\n parameterization_not: String\r\n parameterization_in: [String!]\r\n parameterization_not_in: [String!]\r\n parameterization_lt: String\r\n parameterization_lte: String\r\n parameterization_gt: String\r\n parameterization_gte: String\r\n parameterization_contains: String\r\n parameterization_not_contains: String\r\n parameterization_starts_with: String\r\n parameterization_not_starts_with: String\r\n parameterization_ends_with: String\r\n parameterization_not_ends_with: String\r\n parameterization_empty: Boolean\r\n currentNameServerSetupVersion: CurrentNameServerSetupVersionEnum\r\n currentNameServerSetupVersion_not: CurrentNameServerSetupVersionEnum\r\n currentNameServerSetupVersion_in: [CurrentNameServerSetupVersionEnum!]\r\n currentNameServerSetupVersion_not_in: [CurrentNameServerSetupVersionEnum!]\r\n currentNameServerSetupVersion_empty: Boolean\r\n pictureProvider: PictureProviderEnum\r\n pictureProvider_not: PictureProviderEnum\r\n pictureProvider_in: [PictureProviderEnum!]\r\n pictureProvider_not_in: [PictureProviderEnum!]\r\n pictureProvider_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeType_not: MetaAttributeTypeEnum\r\n metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_empty: Boolean\r\n metaAttributeLength: CustomInt\r\n metaAttributeLength_not: CustomInt\r\n metaAttributeLength_in: [CustomInt!]\r\n metaAttributeLength_not_in: [CustomInt!]\r\n metaAttributeLength_lt: CustomInt\r\n metaAttributeLength_lte: CustomInt\r\n metaAttributeLength_gt: CustomInt\r\n metaAttributeLength_gte: CustomInt\r\n metaAttributeLength_empty: Boolean\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n metaAttributeFormat_not: MetaAttributeFormatEnum\r\n metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_empty: Boolean\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_empty: Boolean\r\n loggability: LoggabilityEnum\r\n loggability_not: LoggabilityEnum\r\n loggability_in: [LoggabilityEnum!]\r\n loggability_not_in: [LoggabilityEnum!]\r\n loggability_empty: Boolean\r\n savability: SavabilityEnum\r\n savability_not: SavabilityEnum\r\n savability_in: [SavabilityEnum!]\r\n savability_not_in: [SavabilityEnum!]\r\n savability_empty: Boolean\r\n atIndex: AtIndexEnum\r\n atIndex_not: AtIndexEnum\r\n atIndex_in: [AtIndexEnum!]\r\n atIndex_not_in: [AtIndexEnum!]\r\n atIndex_empty: Boolean\r\n metaLayer: MetaLayerEnum\r\n metaLayer_not: MetaLayerEnum\r\n metaLayer_in: [MetaLayerEnum!]\r\n metaLayer_not_in: [MetaLayerEnum!]\r\n metaLayer_empty: Boolean\r\n atNature: AtNatureEnum\r\n atNature_not: AtNatureEnum\r\n atNature_in: [AtNatureEnum!]\r\n atNature_not_in: [AtNatureEnum!]\r\n atNature_empty: Boolean\r\n translatability: TranslatabilityEnum\r\n translatability_not: TranslatabilityEnum\r\n translatability_in: [TranslatabilityEnum!]\r\n translatability_not_in: [TranslatabilityEnum!]\r\n translatability_empty: Boolean\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n translatabilityLevel_not: TranslatabilityLevelEnum\r\n translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_empty: Boolean\r\n initialANSIValue: String\r\n initialANSIValue_not: String\r\n initialANSIValue_in: [String!]\r\n initialANSIValue_not_in: [String!]\r\n initialANSIValue_lt: String\r\n initialANSIValue_lte: String\r\n initialANSIValue_gt: String\r\n initialANSIValue_gte: String\r\n initialANSIValue_contains: String\r\n initialANSIValue_not_contains: String\r\n initialANSIValue_starts_with: String\r\n initialANSIValue_not_starts_with: String\r\n initialANSIValue_ends_with: String\r\n initialANSIValue_not_ends_with: String\r\n initialANSIValue_empty: Boolean\r\n defaultInternalValue: String\r\n defaultInternalValue_not: String\r\n defaultInternalValue_in: [String!]\r\n defaultInternalValue_not_in: [String!]\r\n defaultInternalValue_lt: String\r\n defaultInternalValue_lte: String\r\n defaultInternalValue_gt: String\r\n defaultInternalValue_gte: String\r\n defaultInternalValue_contains: String\r\n defaultInternalValue_not_contains: String\r\n defaultInternalValue_starts_with: String\r\n defaultInternalValue_not_starts_with: String\r\n defaultInternalValue_ends_with: String\r\n defaultInternalValue_not_ends_with: String\r\n defaultInternalValue_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultSubstitutedMetaAttribute_not: DefaultSubstitutedMetaAttributeEnum\r\n defaultSubstitutedMetaAttribute_in: [DefaultSubstitutedMetaAttributeEnum!]\r\n defaultSubstitutedMetaAttribute_not_in: [DefaultSubstitutedMetaAttributeEnum!]\r\n defaultSubstitutedMetaAttribute_empty: Boolean\r\n defaultOrder: CustomInt\r\n defaultOrder_not: CustomInt\r\n defaultOrder_in: [CustomInt!]\r\n defaultOrder_not_in: [CustomInt!]\r\n defaultOrder_lt: CustomInt\r\n defaultOrder_lte: CustomInt\r\n defaultOrder_gt: CustomInt\r\n defaultOrder_gte: CustomInt\r\n defaultOrder_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n sequence: CustomInt\r\n sequence_not: CustomInt\r\n sequence_in: [CustomInt!]\r\n sequence_not_in: [CustomInt!]\r\n sequence_lt: CustomInt\r\n sequence_lte: CustomInt\r\n sequence_gt: CustomInt\r\n sequence_gte: CustomInt\r\n sequence_empty: Boolean\r\n physicalStorage: PhysicalStorageEnum\r\n physicalStorage_not: PhysicalStorageEnum\r\n physicalStorage_in: [PhysicalStorageEnum!]\r\n physicalStorage_not_in: [PhysicalStorageEnum!]\r\n physicalStorage_empty: Boolean\r\n isIndexable: IsIndexableEnum\r\n isIndexable_not: IsIndexableEnum\r\n isIndexable_in: [IsIndexableEnum!]\r\n isIndexable_not_in: [IsIndexableEnum!]\r\n isIndexable_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n indexRanking: CustomInt\r\n indexRanking_not: CustomInt\r\n indexRanking_in: [CustomInt!]\r\n indexRanking_not_in: [CustomInt!]\r\n indexRanking_lt: CustomInt\r\n indexRanking_lte: CustomInt\r\n indexRanking_gt: CustomInt\r\n indexRanking_gte: CustomInt\r\n indexRanking_empty: Boolean\r\n instantReports: InstantReportsEnum\r\n instantReports_not: InstantReportsEnum\r\n instantReports_in: [InstantReportsEnum!]\r\n instantReports_not_in: [InstantReportsEnum!]\r\n instantReports_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n createPermission_empty: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n readPermission_empty: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n updatePermission_empty: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: Boolean\r\n deletePermission_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n metaAttributeValue_some: [MetaAttributeValueFilter!]\r\n metaAttributeValue_count: countFilter\r\n language_some: [LanguageFilter!]\r\n language_count: countFilter\r\n macro_MetaAttributeUpdateTool_some: [MacroFilter!]\r\n macro_MetaAttributeUpdateTool_count: countFilter\r\n macro_some: [MacroFilter!]\r\n macro_count: countFilter\r\n metaAttributeGroup_some: [MetaAttributeGroupFilter!]\r\n metaAttributeGroup_count: countFilter\r\n metaClass_ReferencedMetaClass_some: [MetaClassFilter!]\r\n metaClass_ReferencedMetaClass_count: countFilter\r\n macro_ConditioningSettingMacro_some: [MacroFilter!]\r\n macro_ConditioningSettingMacro_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy {\r\n metaTextFormat_ASC\r\n metaTextFormat_DESC\r\n substitutedMetaAttribute_ASC\r\n substitutedMetaAttribute_DESC\r\n detailedBehavior_ASC\r\n detailedBehavior_DESC\r\n previousSubstitutingMetaAttribute_ASC\r\n previousSubstitutingMetaAttribute_DESC\r\n textFormatModifiable_ASC\r\n textFormatModifiable_DESC\r\n parameterization_ASC\r\n parameterization_DESC\r\n currentNameServerSetupVersion_ASC\r\n currentNameServerSetupVersion_DESC\r\n pictureProvider_ASC\r\n pictureProvider_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n metaAttributeType_ASC\r\n metaAttributeType_DESC\r\n metaAttributeLength_ASC\r\n metaAttributeLength_DESC\r\n metaAttributeFormat_ASC\r\n metaAttributeFormat_DESC\r\n defaultMetaTextFormat_ASC\r\n defaultMetaTextFormat_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n atIndex_ASC\r\n atIndex_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n atNature_ASC\r\n atNature_DESC\r\n translatability_ASC\r\n translatability_DESC\r\n translatabilityLevel_ASC\r\n translatabilityLevel_DESC\r\n initialANSIValue_ASC\r\n initialANSIValue_DESC\r\n defaultInternalValue_ASC\r\n defaultInternalValue_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n defaultSubstitutedMetaAttribute_ASC\r\n defaultSubstitutedMetaAttribute_DESC\r\n defaultOrder_ASC\r\n defaultOrder_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n sequence_ASC\r\n sequence_DESC\r\n physicalStorage_ASC\r\n physicalStorage_DESC\r\n isIndexable_ASC\r\n isIndexable_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n indexRanking_ASC\r\n indexRanking_DESC\r\n instantReports_ASC\r\n instantReports_DESC\r\n settings_ASC\r\n settings_DESC\r\n createPermission_ASC\r\n createPermission_DESC\r\n readPermission_ASC\r\n readPermission_DESC\r\n updatePermission_ASC\r\n updatePermission_DESC\r\n deletePermission_ASC\r\n deletePermission_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttribute implements GraphQLObjectInterface {\r\n schemas: [Schema]\r\n abbreviation(language: Languages): String\r\n loggability(format: EnumFormat): LoggabilityEnum\r\n savability(format: EnumFormat): SavabilityEnum\r\n metaLayer(format: EnumFormat): MetaLayerEnum\r\n translatability(format: EnumFormat): TranslatabilityEnum\r\n translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n location(format: EnumFormat): LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance(format: EnumFormat): NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity(format: EnumFormat): LongevityEnum\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n metaClassSensitivity(format: EnumFormat): MetaClassSensitivityEnum\r\n readingAccessAreaUpdate(format: EnumFormat): ReadingAccessAreaUpdateEnum\r\n uIPermissions(format: StringFormat): String\r\n metaCategory(format: EnumFormat): MetaCategoryEnum\r\n rGBColor: CustomInt\r\n gUINameComputed(language: Languages): String\r\n metaUsage(format: EnumFormat): MetaUsageEnum\r\n physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n dataVolume: CustomInt\r\n isIndexable(format: EnumFormat): IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n candidateToIndexation(format: EnumFormat): CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams(format: EnumFormat): DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n systemDiagram_SystemDescription(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagram]\r\n systemDiagram_SystemDescriptionAggregatedValues(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagramAggregatedValues]\r\n diagramType_PossibleDiagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramType_PossibleDiagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n metaAssociationEnd_MetaOppositeAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEnd_MetaOppositeAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaModel(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModel]\r\n metaModelAggregatedValues(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModelAggregatedValues]\r\n metaClass_SubMetaClass(fromSchema: [String]): [MetaClass]\r\n metaClass_SubMetaClassAggregatedValues(fromSchema: [String]): [MetaClassAggregatedValues]\r\n metaClass_SuperMetaClass(fromSchema: [String]): [MetaClass]\r\n metaClass_SuperMetaClassAggregatedValues(fromSchema: [String]): [MetaClassAggregatedValues]\r\n diagram_Description(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagram_DescriptionAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n metaAttribute_MetaAttributeReferencingMetaClass(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttribute_MetaAttributeReferencingMetaClassAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n diagramTypeZoom(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoom]\r\n diagramTypeZoomAggregatedValues(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n metaAttribute(filter: Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy]): [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClass]\r\n metaAttributeAggregatedValues(filter: Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy]): [MetaAttributeAggregatedValues]\r\n metaAttributeGroup(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy]): [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClass]\r\n metaAttributeGroupAggregatedValues(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy]): [MetaAttributeGroupAggregatedValues]\r\n metaPropertyPage(filter: Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter, orderBy: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy]): [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClass]\r\n metaPropertyPageAggregatedValues(filter: Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter, orderBy: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy]): [MetaPropertyPageAggregatedValues]\r\n metaTextFormat(format: EnumFormat): MetaTextFormatEnum\r\n substitutedMetaAttribute(format: EnumFormat): SubstitutedMetaAttributeEnum\r\n detailedBehavior(format: EnumFormat): DetailedBehaviorEnum\r\n previousSubstitutingMetaAttribute: GraphQLObjectInterface\r\n textFormatModifiable: Boolean\r\n parameterization: String\r\n currentNameServerSetupVersion(format: EnumFormat): CurrentNameServerSetupVersionEnum\r\n pictureProvider(format: EnumFormat): PictureProviderEnum\r\n}\r\n\r\ninput Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter {\r\n and: [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter!]\r\n or: [Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeFilter!]\r\n metaTextFormat: MetaTextFormatEnum\r\n metaTextFormat_not: MetaTextFormatEnum\r\n metaTextFormat_in: [MetaTextFormatEnum!]\r\n metaTextFormat_not_in: [MetaTextFormatEnum!]\r\n metaTextFormat_empty: Boolean\r\n substitutedMetaAttribute: SubstitutedMetaAttributeEnum\r\n substitutedMetaAttribute_not: SubstitutedMetaAttributeEnum\r\n substitutedMetaAttribute_in: [SubstitutedMetaAttributeEnum!]\r\n substitutedMetaAttribute_not_in: [SubstitutedMetaAttributeEnum!]\r\n substitutedMetaAttribute_empty: Boolean\r\n detailedBehavior: DetailedBehaviorEnum\r\n detailedBehavior_not: DetailedBehaviorEnum\r\n detailedBehavior_in: [DetailedBehaviorEnum!]\r\n detailedBehavior_not_in: [DetailedBehaviorEnum!]\r\n detailedBehavior_empty: Boolean\r\n previousSubstitutingMetaAttribute: String\r\n previousSubstitutingMetaAttribute_not: String\r\n previousSubstitutingMetaAttribute_in: [String!]\r\n previousSubstitutingMetaAttribute_not_in: [String!]\r\n previousSubstitutingMetaAttribute_empty: Boolean\r\n textFormatModifiable: Boolean\r\n textFormatModifiable_not: Boolean\r\n textFormatModifiable_empty: Boolean\r\n parameterization: String\r\n parameterization_not: String\r\n parameterization_in: [String!]\r\n parameterization_not_in: [String!]\r\n parameterization_lt: String\r\n parameterization_lte: String\r\n parameterization_gt: String\r\n parameterization_gte: String\r\n parameterization_contains: String\r\n parameterization_not_contains: String\r\n parameterization_starts_with: String\r\n parameterization_not_starts_with: String\r\n parameterization_ends_with: String\r\n parameterization_not_ends_with: String\r\n parameterization_empty: Boolean\r\n currentNameServerSetupVersion: CurrentNameServerSetupVersionEnum\r\n currentNameServerSetupVersion_not: CurrentNameServerSetupVersionEnum\r\n currentNameServerSetupVersion_in: [CurrentNameServerSetupVersionEnum!]\r\n currentNameServerSetupVersion_not_in: [CurrentNameServerSetupVersionEnum!]\r\n currentNameServerSetupVersion_empty: Boolean\r\n pictureProvider: PictureProviderEnum\r\n pictureProvider_not: PictureProviderEnum\r\n pictureProvider_in: [PictureProviderEnum!]\r\n pictureProvider_not_in: [PictureProviderEnum!]\r\n pictureProvider_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n loggability: LoggabilityEnum\r\n loggability_not: LoggabilityEnum\r\n loggability_in: [LoggabilityEnum!]\r\n loggability_not_in: [LoggabilityEnum!]\r\n loggability_empty: Boolean\r\n savability: SavabilityEnum\r\n savability_not: SavabilityEnum\r\n savability_in: [SavabilityEnum!]\r\n savability_not_in: [SavabilityEnum!]\r\n savability_empty: Boolean\r\n metaLayer: MetaLayerEnum\r\n metaLayer_not: MetaLayerEnum\r\n metaLayer_in: [MetaLayerEnum!]\r\n metaLayer_not_in: [MetaLayerEnum!]\r\n metaLayer_empty: Boolean\r\n translatability: TranslatabilityEnum\r\n translatability_not: TranslatabilityEnum\r\n translatability_in: [TranslatabilityEnum!]\r\n translatability_not_in: [TranslatabilityEnum!]\r\n translatability_empty: Boolean\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n translatabilityLevel_not: TranslatabilityLevelEnum\r\n translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_empty: Boolean\r\n location: LocationEnum\r\n location_not: LocationEnum\r\n location_in: [LocationEnum!]\r\n location_not_in: [LocationEnum!]\r\n location_empty: Boolean\r\n nameLength: CustomInt\r\n nameLength_not: CustomInt\r\n nameLength_in: [CustomInt!]\r\n nameLength_not_in: [CustomInt!]\r\n nameLength_lt: CustomInt\r\n nameLength_lte: CustomInt\r\n nameLength_gt: CustomInt\r\n nameLength_gte: CustomInt\r\n nameLength_empty: Boolean\r\n nameCaseSensivity: String\r\n nameCaseSensivity_not: String\r\n nameCaseSensivity_in: [String!]\r\n nameCaseSensivity_not_in: [String!]\r\n nameCaseSensivity_lt: String\r\n nameCaseSensivity_lte: String\r\n nameCaseSensivity_gt: String\r\n nameCaseSensivity_gte: String\r\n nameCaseSensivity_contains: String\r\n nameCaseSensivity_not_contains: String\r\n nameCaseSensivity_starts_with: String\r\n nameCaseSensivity_not_starts_with: String\r\n nameCaseSensivity_ends_with: String\r\n nameCaseSensivity_not_ends_with: String\r\n nameCaseSensivity_empty: Boolean\r\n nameSpaceSeparator: String\r\n nameSpaceSeparator_not: String\r\n nameSpaceSeparator_in: [String!]\r\n nameSpaceSeparator_not_in: [String!]\r\n nameSpaceSeparator_lt: String\r\n nameSpaceSeparator_lte: String\r\n nameSpaceSeparator_gt: String\r\n nameSpaceSeparator_gte: String\r\n nameSpaceSeparator_contains: String\r\n nameSpaceSeparator_not_contains: String\r\n nameSpaceSeparator_starts_with: String\r\n nameSpaceSeparator_not_starts_with: String\r\n nameSpaceSeparator_ends_with: String\r\n nameSpaceSeparator_not_ends_with: String\r\n nameSpaceSeparator_empty: Boolean\r\n nameAppearance: NameAppearanceEnum\r\n nameAppearance_not: NameAppearanceEnum\r\n nameAppearance_in: [NameAppearanceEnum!]\r\n nameAppearance_not_in: [NameAppearanceEnum!]\r\n nameAppearance_empty: Boolean\r\n nameFirstCharExclude: String\r\n nameFirstCharExclude_not: String\r\n nameFirstCharExclude_in: [String!]\r\n nameFirstCharExclude_not_in: [String!]\r\n nameFirstCharExclude_lt: String\r\n nameFirstCharExclude_lte: String\r\n nameFirstCharExclude_gt: String\r\n nameFirstCharExclude_gte: String\r\n nameFirstCharExclude_contains: String\r\n nameFirstCharExclude_not_contains: String\r\n nameFirstCharExclude_starts_with: String\r\n nameFirstCharExclude_not_starts_with: String\r\n nameFirstCharExclude_ends_with: String\r\n nameFirstCharExclude_not_ends_with: String\r\n nameFirstCharExclude_empty: Boolean\r\n nameCurrentCharExclude: String\r\n nameCurrentCharExclude_not: String\r\n nameCurrentCharExclude_in: [String!]\r\n nameCurrentCharExclude_not_in: [String!]\r\n nameCurrentCharExclude_lt: String\r\n nameCurrentCharExclude_lte: String\r\n nameCurrentCharExclude_gt: String\r\n nameCurrentCharExclude_gte: String\r\n nameCurrentCharExclude_contains: String\r\n nameCurrentCharExclude_not_contains: String\r\n nameCurrentCharExclude_starts_with: String\r\n nameCurrentCharExclude_not_starts_with: String\r\n nameCurrentCharExclude_ends_with: String\r\n nameCurrentCharExclude_not_ends_with: String\r\n nameCurrentCharExclude_empty: Boolean\r\n nameLastCharExclude: String\r\n nameLastCharExclude_not: String\r\n nameLastCharExclude_in: [String!]\r\n nameLastCharExclude_not_in: [String!]\r\n nameLastCharExclude_lt: String\r\n nameLastCharExclude_lte: String\r\n nameLastCharExclude_gt: String\r\n nameLastCharExclude_gte: String\r\n nameLastCharExclude_contains: String\r\n nameLastCharExclude_not_contains: String\r\n nameLastCharExclude_starts_with: String\r\n nameLastCharExclude_not_starts_with: String\r\n nameLastCharExclude_ends_with: String\r\n nameLastCharExclude_not_ends_with: String\r\n nameLastCharExclude_empty: Boolean\r\n nameFirstCharInclude: String\r\n nameFirstCharInclude_not: String\r\n nameFirstCharInclude_in: [String!]\r\n nameFirstCharInclude_not_in: [String!]\r\n nameFirstCharInclude_lt: String\r\n nameFirstCharInclude_lte: String\r\n nameFirstCharInclude_gt: String\r\n nameFirstCharInclude_gte: String\r\n nameFirstCharInclude_contains: String\r\n nameFirstCharInclude_not_contains: String\r\n nameFirstCharInclude_starts_with: String\r\n nameFirstCharInclude_not_starts_with: String\r\n nameFirstCharInclude_ends_with: String\r\n nameFirstCharInclude_not_ends_with: String\r\n nameFirstCharInclude_empty: Boolean\r\n nameCurrentCharInclude: String\r\n nameCurrentCharInclude_not: String\r\n nameCurrentCharInclude_in: [String!]\r\n nameCurrentCharInclude_not_in: [String!]\r\n nameCurrentCharInclude_lt: String\r\n nameCurrentCharInclude_lte: String\r\n nameCurrentCharInclude_gt: String\r\n nameCurrentCharInclude_gte: String\r\n nameCurrentCharInclude_contains: String\r\n nameCurrentCharInclude_not_contains: String\r\n nameCurrentCharInclude_starts_with: String\r\n nameCurrentCharInclude_not_starts_with: String\r\n nameCurrentCharInclude_ends_with: String\r\n nameCurrentCharInclude_not_ends_with: String\r\n nameCurrentCharInclude_empty: Boolean\r\n nameLastCharInclude: String\r\n nameLastCharInclude_not: String\r\n nameLastCharInclude_in: [String!]\r\n nameLastCharInclude_not_in: [String!]\r\n nameLastCharInclude_lt: String\r\n nameLastCharInclude_lte: String\r\n nameLastCharInclude_gt: String\r\n nameLastCharInclude_gte: String\r\n nameLastCharInclude_contains: String\r\n nameLastCharInclude_not_contains: String\r\n nameLastCharInclude_starts_with: String\r\n nameLastCharInclude_not_starts_with: String\r\n nameLastCharInclude_ends_with: String\r\n nameLastCharInclude_not_ends_with: String\r\n nameLastCharInclude_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n longevity: LongevityEnum\r\n longevity_not: LongevityEnum\r\n longevity_in: [LongevityEnum!]\r\n longevity_not_in: [LongevityEnum!]\r\n longevity_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n metaClassSensitivity_not: MetaClassSensitivityEnum\r\n metaClassSensitivity_in: [MetaClassSensitivityEnum!]\r\n metaClassSensitivity_not_in: [MetaClassSensitivityEnum!]\r\n metaClassSensitivity_empty: Boolean\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n readingAccessAreaUpdate_not: ReadingAccessAreaUpdateEnum\r\n readingAccessAreaUpdate_in: [ReadingAccessAreaUpdateEnum!]\r\n readingAccessAreaUpdate_not_in: [ReadingAccessAreaUpdateEnum!]\r\n readingAccessAreaUpdate_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n metaCategory: MetaCategoryEnum\r\n metaCategory_not: MetaCategoryEnum\r\n metaCategory_in: [MetaCategoryEnum!]\r\n metaCategory_not_in: [MetaCategoryEnum!]\r\n metaCategory_empty: Boolean\r\n rGBColor: CustomInt\r\n rGBColor_not: CustomInt\r\n rGBColor_in: [CustomInt!]\r\n rGBColor_not_in: [CustomInt!]\r\n rGBColor_lt: CustomInt\r\n rGBColor_lte: CustomInt\r\n rGBColor_gt: CustomInt\r\n rGBColor_gte: CustomInt\r\n rGBColor_empty: Boolean\r\n gUINameComputed: String\r\n gUINameComputed_not: String\r\n gUINameComputed_in: [String!]\r\n gUINameComputed_not_in: [String!]\r\n gUINameComputed_lt: String\r\n gUINameComputed_lte: String\r\n gUINameComputed_gt: String\r\n gUINameComputed_gte: String\r\n gUINameComputed_contains: String\r\n gUINameComputed_not_contains: String\r\n gUINameComputed_starts_with: String\r\n gUINameComputed_not_starts_with: String\r\n gUINameComputed_ends_with: String\r\n gUINameComputed_not_ends_with: String\r\n gUINameComputed_empty: Boolean\r\n metaUsage: MetaUsageEnum\r\n metaUsage_not: MetaUsageEnum\r\n metaUsage_in: [MetaUsageEnum!]\r\n metaUsage_not_in: [MetaUsageEnum!]\r\n metaUsage_empty: Boolean\r\n physicalStorage: PhysicalStorageEnum\r\n physicalStorage_not: PhysicalStorageEnum\r\n physicalStorage_in: [PhysicalStorageEnum!]\r\n physicalStorage_not_in: [PhysicalStorageEnum!]\r\n physicalStorage_empty: Boolean\r\n dataVolume: CustomInt\r\n dataVolume_not: CustomInt\r\n dataVolume_in: [CustomInt!]\r\n dataVolume_not_in: [CustomInt!]\r\n dataVolume_lt: CustomInt\r\n dataVolume_lte: CustomInt\r\n dataVolume_gt: CustomInt\r\n dataVolume_gte: CustomInt\r\n dataVolume_empty: Boolean\r\n isIndexable: IsIndexableEnum\r\n isIndexable_not: IsIndexableEnum\r\n isIndexable_in: [IsIndexableEnum!]\r\n isIndexable_not_in: [IsIndexableEnum!]\r\n isIndexable_empty: Boolean\r\n dataVolumeMax: CustomInt\r\n dataVolumeMax_not: CustomInt\r\n dataVolumeMax_in: [CustomInt!]\r\n dataVolumeMax_not_in: [CustomInt!]\r\n dataVolumeMax_lt: CustomInt\r\n dataVolumeMax_lte: CustomInt\r\n dataVolumeMax_gt: CustomInt\r\n dataVolumeMax_gte: CustomInt\r\n dataVolumeMax_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n candidateToIndexation: CandidateToIndexationEnum\r\n candidateToIndexation_not: CandidateToIndexationEnum\r\n candidateToIndexation_in: [CandidateToIndexationEnum!]\r\n candidateToIndexation_not_in: [CandidateToIndexationEnum!]\r\n candidateToIndexation_empty: Boolean\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n displayConfidentialObjectsInDiagrams_not: DisplayConfidentialObjectsInDiagramsEnum\r\n displayConfidentialObjectsInDiagrams_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n displayConfidentialObjectsInDiagrams_not_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n displayConfidentialObjectsInDiagrams_empty: Boolean\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n createPermission_empty: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n readPermission_empty: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n updatePermission_empty: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: Boolean\r\n deletePermission_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n systemDiagram_SystemDescription_some: [SystemDiagramFilter!]\r\n systemDiagram_SystemDescription_count: countFilter\r\n diagramType_PossibleDiagramType_some: [DiagramTypeFilter!]\r\n diagramType_PossibleDiagramType_count: countFilter\r\n metaAssociationEnd_MetaOppositeAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_MetaOppositeAssociationEnd_count: countFilter\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n metaModel_some: [MetaModelFilter!]\r\n metaModel_count: countFilter\r\n metaClass_SubMetaClass_some: [MetaClassFilter!]\r\n metaClass_SubMetaClass_count: countFilter\r\n metaClass_SuperMetaClass_some: [MetaClassFilter!]\r\n metaClass_SuperMetaClass_count: countFilter\r\n metaAttributeGroup_some: [MetaAttributeGroupFilter!]\r\n metaAttributeGroup_count: countFilter\r\n metaPropertyPage_some: [MetaPropertyPageFilter!]\r\n metaPropertyPage_count: countFilter\r\n diagram_Description_some: [DiagramFilter!]\r\n diagram_Description_count: countFilter\r\n metaAttribute_MetaAttributeReferencingMetaClass_some: [MetaAttributeFilter!]\r\n metaAttribute_MetaAttributeReferencingMetaClass_count: countFilter\r\n diagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaClass_MetaClass_MetaClassMetaAttribute_MetaAttributeOrderBy {\r\n metaTextFormat_ASC\r\n metaTextFormat_DESC\r\n substitutedMetaAttribute_ASC\r\n substitutedMetaAttribute_DESC\r\n detailedBehavior_ASC\r\n detailedBehavior_DESC\r\n previousSubstitutingMetaAttribute_ASC\r\n previousSubstitutingMetaAttribute_DESC\r\n textFormatModifiable_ASC\r\n textFormatModifiable_DESC\r\n parameterization_ASC\r\n parameterization_DESC\r\n currentNameServerSetupVersion_ASC\r\n currentNameServerSetupVersion_DESC\r\n pictureProvider_ASC\r\n pictureProvider_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n translatability_ASC\r\n translatability_DESC\r\n translatabilityLevel_ASC\r\n translatabilityLevel_DESC\r\n location_ASC\r\n location_DESC\r\n nameLength_ASC\r\n nameLength_DESC\r\n nameCaseSensivity_ASC\r\n nameCaseSensivity_DESC\r\n nameSpaceSeparator_ASC\r\n nameSpaceSeparator_DESC\r\n nameAppearance_ASC\r\n nameAppearance_DESC\r\n nameFirstCharExclude_ASC\r\n nameFirstCharExclude_DESC\r\n nameCurrentCharExclude_ASC\r\n nameCurrentCharExclude_DESC\r\n nameLastCharExclude_ASC\r\n nameLastCharExclude_DESC\r\n nameFirstCharInclude_ASC\r\n nameFirstCharInclude_DESC\r\n nameCurrentCharInclude_ASC\r\n nameCurrentCharInclude_DESC\r\n nameLastCharInclude_ASC\r\n nameLastCharInclude_DESC\r\n settings_ASC\r\n settings_DESC\r\n longevity_ASC\r\n longevity_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n metaClassSensitivity_ASC\r\n metaClassSensitivity_DESC\r\n readingAccessAreaUpdate_ASC\r\n readingAccessAreaUpdate_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n metaCategory_ASC\r\n metaCategory_DESC\r\n rGBColor_ASC\r\n rGBColor_DESC\r\n gUINameComputed_ASC\r\n gUINameComputed_DESC\r\n metaUsage_ASC\r\n metaUsage_DESC\r\n physicalStorage_ASC\r\n physicalStorage_DESC\r\n dataVolume_ASC\r\n dataVolume_DESC\r\n isIndexable_ASC\r\n isIndexable_DESC\r\n dataVolumeMax_ASC\r\n dataVolumeMax_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n candidateToIndexation_ASC\r\n candidateToIndexation_DESC\r\n displayConfidentialObjectsInDiagrams_ASC\r\n displayConfidentialObjectsInDiagrams_DESC\r\n createPermission_ASC\r\n createPermission_DESC\r\n readPermission_ASC\r\n readPermission_DESC\r\n updatePermission_ASC\r\n updatePermission_DESC\r\n deletePermission_ASC\r\n deletePermission_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPage implements GraphQLObjectInterface {\r\n schemas: [Schema]\r\n abbreviation(language: Languages): String\r\n loggability(format: EnumFormat): LoggabilityEnum\r\n savability(format: EnumFormat): SavabilityEnum\r\n metaLayer(format: EnumFormat): MetaLayerEnum\r\n translatability(format: EnumFormat): TranslatabilityEnum\r\n translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n location(format: EnumFormat): LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance(format: EnumFormat): NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity(format: EnumFormat): LongevityEnum\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n metaClassSensitivity(format: EnumFormat): MetaClassSensitivityEnum\r\n readingAccessAreaUpdate(format: EnumFormat): ReadingAccessAreaUpdateEnum\r\n uIPermissions(format: StringFormat): String\r\n metaCategory(format: EnumFormat): MetaCategoryEnum\r\n rGBColor: CustomInt\r\n gUINameComputed(language: Languages): String\r\n metaUsage(format: EnumFormat): MetaUsageEnum\r\n physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n dataVolume: CustomInt\r\n isIndexable(format: EnumFormat): IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n candidateToIndexation(format: EnumFormat): CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams(format: EnumFormat): DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n systemDiagram_SystemDescription(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagram]\r\n systemDiagram_SystemDescriptionAggregatedValues(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagramAggregatedValues]\r\n diagramType_PossibleDiagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramType_PossibleDiagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n metaAssociationEnd_MetaOppositeAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEnd_MetaOppositeAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaModel(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModel]\r\n metaModelAggregatedValues(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModelAggregatedValues]\r\n metaClass_SubMetaClass(fromSchema: [String]): [MetaClass]\r\n metaClass_SubMetaClassAggregatedValues(fromSchema: [String]): [MetaClassAggregatedValues]\r\n metaClass_SuperMetaClass(fromSchema: [String]): [MetaClass]\r\n metaClass_SuperMetaClassAggregatedValues(fromSchema: [String]): [MetaClassAggregatedValues]\r\n diagram_Description(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagram_DescriptionAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n metaAttribute_MetaAttributeReferencingMetaClass(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttribute_MetaAttributeReferencingMetaClassAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n diagramTypeZoom(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoom]\r\n diagramTypeZoomAggregatedValues(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n metaAttribute(filter: Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy]): [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClass]\r\n metaAttributeAggregatedValues(filter: Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy]): [MetaAttributeAggregatedValues]\r\n metaAttributeGroup(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy]): [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClass]\r\n metaAttributeGroupAggregatedValues(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy]): [MetaAttributeGroupAggregatedValues]\r\n metaPropertyPage(filter: Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter, orderBy: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy]): [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClass]\r\n metaPropertyPageAggregatedValues(filter: Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter, orderBy: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy]): [MetaPropertyPageAggregatedValues]\r\n inheritability(format: EnumFormat): InheritabilityEnum\r\n}\r\n\r\ninput Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageFilter {\r\n and: [Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageFilter!]\r\n or: [Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageFilter!]\r\n inheritability: InheritabilityEnum\r\n inheritability_not: InheritabilityEnum\r\n inheritability_in: [InheritabilityEnum!]\r\n inheritability_not_in: [InheritabilityEnum!]\r\n inheritability_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n loggability: LoggabilityEnum\r\n loggability_not: LoggabilityEnum\r\n loggability_in: [LoggabilityEnum!]\r\n loggability_not_in: [LoggabilityEnum!]\r\n loggability_empty: Boolean\r\n savability: SavabilityEnum\r\n savability_not: SavabilityEnum\r\n savability_in: [SavabilityEnum!]\r\n savability_not_in: [SavabilityEnum!]\r\n savability_empty: Boolean\r\n metaLayer: MetaLayerEnum\r\n metaLayer_not: MetaLayerEnum\r\n metaLayer_in: [MetaLayerEnum!]\r\n metaLayer_not_in: [MetaLayerEnum!]\r\n metaLayer_empty: Boolean\r\n translatability: TranslatabilityEnum\r\n translatability_not: TranslatabilityEnum\r\n translatability_in: [TranslatabilityEnum!]\r\n translatability_not_in: [TranslatabilityEnum!]\r\n translatability_empty: Boolean\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n translatabilityLevel_not: TranslatabilityLevelEnum\r\n translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_empty: Boolean\r\n location: LocationEnum\r\n location_not: LocationEnum\r\n location_in: [LocationEnum!]\r\n location_not_in: [LocationEnum!]\r\n location_empty: Boolean\r\n nameLength: CustomInt\r\n nameLength_not: CustomInt\r\n nameLength_in: [CustomInt!]\r\n nameLength_not_in: [CustomInt!]\r\n nameLength_lt: CustomInt\r\n nameLength_lte: CustomInt\r\n nameLength_gt: CustomInt\r\n nameLength_gte: CustomInt\r\n nameLength_empty: Boolean\r\n nameCaseSensivity: String\r\n nameCaseSensivity_not: String\r\n nameCaseSensivity_in: [String!]\r\n nameCaseSensivity_not_in: [String!]\r\n nameCaseSensivity_lt: String\r\n nameCaseSensivity_lte: String\r\n nameCaseSensivity_gt: String\r\n nameCaseSensivity_gte: String\r\n nameCaseSensivity_contains: String\r\n nameCaseSensivity_not_contains: String\r\n nameCaseSensivity_starts_with: String\r\n nameCaseSensivity_not_starts_with: String\r\n nameCaseSensivity_ends_with: String\r\n nameCaseSensivity_not_ends_with: String\r\n nameCaseSensivity_empty: Boolean\r\n nameSpaceSeparator: String\r\n nameSpaceSeparator_not: String\r\n nameSpaceSeparator_in: [String!]\r\n nameSpaceSeparator_not_in: [String!]\r\n nameSpaceSeparator_lt: String\r\n nameSpaceSeparator_lte: String\r\n nameSpaceSeparator_gt: String\r\n nameSpaceSeparator_gte: String\r\n nameSpaceSeparator_contains: String\r\n nameSpaceSeparator_not_contains: String\r\n nameSpaceSeparator_starts_with: String\r\n nameSpaceSeparator_not_starts_with: String\r\n nameSpaceSeparator_ends_with: String\r\n nameSpaceSeparator_not_ends_with: String\r\n nameSpaceSeparator_empty: Boolean\r\n nameAppearance: NameAppearanceEnum\r\n nameAppearance_not: NameAppearanceEnum\r\n nameAppearance_in: [NameAppearanceEnum!]\r\n nameAppearance_not_in: [NameAppearanceEnum!]\r\n nameAppearance_empty: Boolean\r\n nameFirstCharExclude: String\r\n nameFirstCharExclude_not: String\r\n nameFirstCharExclude_in: [String!]\r\n nameFirstCharExclude_not_in: [String!]\r\n nameFirstCharExclude_lt: String\r\n nameFirstCharExclude_lte: String\r\n nameFirstCharExclude_gt: String\r\n nameFirstCharExclude_gte: String\r\n nameFirstCharExclude_contains: String\r\n nameFirstCharExclude_not_contains: String\r\n nameFirstCharExclude_starts_with: String\r\n nameFirstCharExclude_not_starts_with: String\r\n nameFirstCharExclude_ends_with: String\r\n nameFirstCharExclude_not_ends_with: String\r\n nameFirstCharExclude_empty: Boolean\r\n nameCurrentCharExclude: String\r\n nameCurrentCharExclude_not: String\r\n nameCurrentCharExclude_in: [String!]\r\n nameCurrentCharExclude_not_in: [String!]\r\n nameCurrentCharExclude_lt: String\r\n nameCurrentCharExclude_lte: String\r\n nameCurrentCharExclude_gt: String\r\n nameCurrentCharExclude_gte: String\r\n nameCurrentCharExclude_contains: String\r\n nameCurrentCharExclude_not_contains: String\r\n nameCurrentCharExclude_starts_with: String\r\n nameCurrentCharExclude_not_starts_with: String\r\n nameCurrentCharExclude_ends_with: String\r\n nameCurrentCharExclude_not_ends_with: String\r\n nameCurrentCharExclude_empty: Boolean\r\n nameLastCharExclude: String\r\n nameLastCharExclude_not: String\r\n nameLastCharExclude_in: [String!]\r\n nameLastCharExclude_not_in: [String!]\r\n nameLastCharExclude_lt: String\r\n nameLastCharExclude_lte: String\r\n nameLastCharExclude_gt: String\r\n nameLastCharExclude_gte: String\r\n nameLastCharExclude_contains: String\r\n nameLastCharExclude_not_contains: String\r\n nameLastCharExclude_starts_with: String\r\n nameLastCharExclude_not_starts_with: String\r\n nameLastCharExclude_ends_with: String\r\n nameLastCharExclude_not_ends_with: String\r\n nameLastCharExclude_empty: Boolean\r\n nameFirstCharInclude: String\r\n nameFirstCharInclude_not: String\r\n nameFirstCharInclude_in: [String!]\r\n nameFirstCharInclude_not_in: [String!]\r\n nameFirstCharInclude_lt: String\r\n nameFirstCharInclude_lte: String\r\n nameFirstCharInclude_gt: String\r\n nameFirstCharInclude_gte: String\r\n nameFirstCharInclude_contains: String\r\n nameFirstCharInclude_not_contains: String\r\n nameFirstCharInclude_starts_with: String\r\n nameFirstCharInclude_not_starts_with: String\r\n nameFirstCharInclude_ends_with: String\r\n nameFirstCharInclude_not_ends_with: String\r\n nameFirstCharInclude_empty: Boolean\r\n nameCurrentCharInclude: String\r\n nameCurrentCharInclude_not: String\r\n nameCurrentCharInclude_in: [String!]\r\n nameCurrentCharInclude_not_in: [String!]\r\n nameCurrentCharInclude_lt: String\r\n nameCurrentCharInclude_lte: String\r\n nameCurrentCharInclude_gt: String\r\n nameCurrentCharInclude_gte: String\r\n nameCurrentCharInclude_contains: String\r\n nameCurrentCharInclude_not_contains: String\r\n nameCurrentCharInclude_starts_with: String\r\n nameCurrentCharInclude_not_starts_with: String\r\n nameCurrentCharInclude_ends_with: String\r\n nameCurrentCharInclude_not_ends_with: String\r\n nameCurrentCharInclude_empty: Boolean\r\n nameLastCharInclude: String\r\n nameLastCharInclude_not: String\r\n nameLastCharInclude_in: [String!]\r\n nameLastCharInclude_not_in: [String!]\r\n nameLastCharInclude_lt: String\r\n nameLastCharInclude_lte: String\r\n nameLastCharInclude_gt: String\r\n nameLastCharInclude_gte: String\r\n nameLastCharInclude_contains: String\r\n nameLastCharInclude_not_contains: String\r\n nameLastCharInclude_starts_with: String\r\n nameLastCharInclude_not_starts_with: String\r\n nameLastCharInclude_ends_with: String\r\n nameLastCharInclude_not_ends_with: String\r\n nameLastCharInclude_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n longevity: LongevityEnum\r\n longevity_not: LongevityEnum\r\n longevity_in: [LongevityEnum!]\r\n longevity_not_in: [LongevityEnum!]\r\n longevity_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n metaClassSensitivity_not: MetaClassSensitivityEnum\r\n metaClassSensitivity_in: [MetaClassSensitivityEnum!]\r\n metaClassSensitivity_not_in: [MetaClassSensitivityEnum!]\r\n metaClassSensitivity_empty: Boolean\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n readingAccessAreaUpdate_not: ReadingAccessAreaUpdateEnum\r\n readingAccessAreaUpdate_in: [ReadingAccessAreaUpdateEnum!]\r\n readingAccessAreaUpdate_not_in: [ReadingAccessAreaUpdateEnum!]\r\n readingAccessAreaUpdate_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n metaCategory: MetaCategoryEnum\r\n metaCategory_not: MetaCategoryEnum\r\n metaCategory_in: [MetaCategoryEnum!]\r\n metaCategory_not_in: [MetaCategoryEnum!]\r\n metaCategory_empty: Boolean\r\n rGBColor: CustomInt\r\n rGBColor_not: CustomInt\r\n rGBColor_in: [CustomInt!]\r\n rGBColor_not_in: [CustomInt!]\r\n rGBColor_lt: CustomInt\r\n rGBColor_lte: CustomInt\r\n rGBColor_gt: CustomInt\r\n rGBColor_gte: CustomInt\r\n rGBColor_empty: Boolean\r\n gUINameComputed: String\r\n gUINameComputed_not: String\r\n gUINameComputed_in: [String!]\r\n gUINameComputed_not_in: [String!]\r\n gUINameComputed_lt: String\r\n gUINameComputed_lte: String\r\n gUINameComputed_gt: String\r\n gUINameComputed_gte: String\r\n gUINameComputed_contains: String\r\n gUINameComputed_not_contains: String\r\n gUINameComputed_starts_with: String\r\n gUINameComputed_not_starts_with: String\r\n gUINameComputed_ends_with: String\r\n gUINameComputed_not_ends_with: String\r\n gUINameComputed_empty: Boolean\r\n metaUsage: MetaUsageEnum\r\n metaUsage_not: MetaUsageEnum\r\n metaUsage_in: [MetaUsageEnum!]\r\n metaUsage_not_in: [MetaUsageEnum!]\r\n metaUsage_empty: Boolean\r\n physicalStorage: PhysicalStorageEnum\r\n physicalStorage_not: PhysicalStorageEnum\r\n physicalStorage_in: [PhysicalStorageEnum!]\r\n physicalStorage_not_in: [PhysicalStorageEnum!]\r\n physicalStorage_empty: Boolean\r\n dataVolume: CustomInt\r\n dataVolume_not: CustomInt\r\n dataVolume_in: [CustomInt!]\r\n dataVolume_not_in: [CustomInt!]\r\n dataVolume_lt: CustomInt\r\n dataVolume_lte: CustomInt\r\n dataVolume_gt: CustomInt\r\n dataVolume_gte: CustomInt\r\n dataVolume_empty: Boolean\r\n isIndexable: IsIndexableEnum\r\n isIndexable_not: IsIndexableEnum\r\n isIndexable_in: [IsIndexableEnum!]\r\n isIndexable_not_in: [IsIndexableEnum!]\r\n isIndexable_empty: Boolean\r\n dataVolumeMax: CustomInt\r\n dataVolumeMax_not: CustomInt\r\n dataVolumeMax_in: [CustomInt!]\r\n dataVolumeMax_not_in: [CustomInt!]\r\n dataVolumeMax_lt: CustomInt\r\n dataVolumeMax_lte: CustomInt\r\n dataVolumeMax_gt: CustomInt\r\n dataVolumeMax_gte: CustomInt\r\n dataVolumeMax_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n candidateToIndexation: CandidateToIndexationEnum\r\n candidateToIndexation_not: CandidateToIndexationEnum\r\n candidateToIndexation_in: [CandidateToIndexationEnum!]\r\n candidateToIndexation_not_in: [CandidateToIndexationEnum!]\r\n candidateToIndexation_empty: Boolean\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n displayConfidentialObjectsInDiagrams_not: DisplayConfidentialObjectsInDiagramsEnum\r\n displayConfidentialObjectsInDiagrams_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n displayConfidentialObjectsInDiagrams_not_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n displayConfidentialObjectsInDiagrams_empty: Boolean\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n createPermission_empty: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n readPermission_empty: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n updatePermission_empty: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: Boolean\r\n deletePermission_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n systemDiagram_SystemDescription_some: [SystemDiagramFilter!]\r\n systemDiagram_SystemDescription_count: countFilter\r\n diagramType_PossibleDiagramType_some: [DiagramTypeFilter!]\r\n diagramType_PossibleDiagramType_count: countFilter\r\n metaAssociationEnd_MetaOppositeAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_MetaOppositeAssociationEnd_count: countFilter\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n metaModel_some: [MetaModelFilter!]\r\n metaModel_count: countFilter\r\n metaClass_SubMetaClass_some: [MetaClassFilter!]\r\n metaClass_SubMetaClass_count: countFilter\r\n metaClass_SuperMetaClass_some: [MetaClassFilter!]\r\n metaClass_SuperMetaClass_count: countFilter\r\n metaAttributeGroup_some: [MetaAttributeGroupFilter!]\r\n metaAttributeGroup_count: countFilter\r\n metaPropertyPage_some: [MetaPropertyPageFilter!]\r\n metaPropertyPage_count: countFilter\r\n diagram_Description_some: [DiagramFilter!]\r\n diagram_Description_count: countFilter\r\n metaAttribute_MetaAttributeReferencingMetaClass_some: [MetaAttributeFilter!]\r\n metaAttribute_MetaAttributeReferencingMetaClass_count: countFilter\r\n diagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageOrderBy {\r\n inheritability_ASC\r\n inheritability_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n translatability_ASC\r\n translatability_DESC\r\n translatabilityLevel_ASC\r\n translatabilityLevel_DESC\r\n location_ASC\r\n location_DESC\r\n nameLength_ASC\r\n nameLength_DESC\r\n nameCaseSensivity_ASC\r\n nameCaseSensivity_DESC\r\n nameSpaceSeparator_ASC\r\n nameSpaceSeparator_DESC\r\n nameAppearance_ASC\r\n nameAppearance_DESC\r\n nameFirstCharExclude_ASC\r\n nameFirstCharExclude_DESC\r\n nameCurrentCharExclude_ASC\r\n nameCurrentCharExclude_DESC\r\n nameLastCharExclude_ASC\r\n nameLastCharExclude_DESC\r\n nameFirstCharInclude_ASC\r\n nameFirstCharInclude_DESC\r\n nameCurrentCharInclude_ASC\r\n nameCurrentCharInclude_DESC\r\n nameLastCharInclude_ASC\r\n nameLastCharInclude_DESC\r\n settings_ASC\r\n settings_DESC\r\n longevity_ASC\r\n longevity_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n metaClassSensitivity_ASC\r\n metaClassSensitivity_DESC\r\n readingAccessAreaUpdate_ASC\r\n readingAccessAreaUpdate_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n metaCategory_ASC\r\n metaCategory_DESC\r\n rGBColor_ASC\r\n rGBColor_DESC\r\n gUINameComputed_ASC\r\n gUINameComputed_DESC\r\n metaUsage_ASC\r\n metaUsage_DESC\r\n physicalStorage_ASC\r\n physicalStorage_DESC\r\n dataVolume_ASC\r\n dataVolume_DESC\r\n isIndexable_ASC\r\n isIndexable_DESC\r\n dataVolumeMax_ASC\r\n dataVolumeMax_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n candidateToIndexation_ASC\r\n candidateToIndexation_DESC\r\n displayConfidentialObjectsInDiagrams_ASC\r\n displayConfidentialObjectsInDiagrams_DESC\r\n createPermission_ASC\r\n createPermission_DESC\r\n readPermission_ASC\r\n readPermission_DESC\r\n updatePermission_ASC\r\n updatePermission_DESC\r\n deletePermission_ASC\r\n deletePermission_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroup implements GraphQLObjectInterface {\r\n schemas: [Schema]\r\n abbreviation(language: Languages): String\r\n loggability(format: EnumFormat): LoggabilityEnum\r\n savability(format: EnumFormat): SavabilityEnum\r\n metaLayer(format: EnumFormat): MetaLayerEnum\r\n translatability(format: EnumFormat): TranslatabilityEnum\r\n translatabilityLevel(format: EnumFormat): TranslatabilityLevelEnum\r\n location(format: EnumFormat): LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance(format: EnumFormat): NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity(format: EnumFormat): LongevityEnum\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n metaClassSensitivity(format: EnumFormat): MetaClassSensitivityEnum\r\n readingAccessAreaUpdate(format: EnumFormat): ReadingAccessAreaUpdateEnum\r\n uIPermissions(format: StringFormat): String\r\n metaCategory(format: EnumFormat): MetaCategoryEnum\r\n rGBColor: CustomInt\r\n gUINameComputed(language: Languages): String\r\n metaUsage(format: EnumFormat): MetaUsageEnum\r\n physicalStorage(format: EnumFormat): PhysicalStorageEnum\r\n dataVolume: CustomInt\r\n isIndexable(format: EnumFormat): IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n candidateToIndexation(format: EnumFormat): CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams(format: EnumFormat): DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n systemDiagram_SystemDescription(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagram]\r\n systemDiagram_SystemDescriptionAggregatedValues(filter: SystemDiagramFilter, orderBy: [SystemDiagramOrderBy]): [SystemDiagramAggregatedValues]\r\n diagramType_PossibleDiagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramType_PossibleDiagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n metaAssociationEnd_MetaOppositeAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEnd_MetaOppositeAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaAssociationEnd(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEnd]\r\n metaAssociationEndAggregatedValues(filter: MetaAssociationEndFilter, orderBy: [MetaAssociationEndOrderBy]): [MetaAssociationEndAggregatedValues]\r\n metaModel(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModel]\r\n metaModelAggregatedValues(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModelAggregatedValues]\r\n metaClass_SubMetaClass(fromSchema: [String]): [MetaClass]\r\n metaClass_SubMetaClassAggregatedValues(fromSchema: [String]): [MetaClassAggregatedValues]\r\n metaClass_SuperMetaClass(fromSchema: [String]): [MetaClass]\r\n metaClass_SuperMetaClassAggregatedValues(fromSchema: [String]): [MetaClassAggregatedValues]\r\n diagram_Description(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagram_DescriptionAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n metaAttribute_MetaAttributeReferencingMetaClass(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttribute]\r\n metaAttribute_MetaAttributeReferencingMetaClassAggregatedValues(filter: MetaAttributeFilter, orderBy: [MetaAttributeOrderBy]): [MetaAttributeAggregatedValues]\r\n diagramTypeZoom(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoom]\r\n diagramTypeZoomAggregatedValues(filter: DiagramTypeZoomFilter, orderBy: [DiagramTypeZoomOrderBy]): [DiagramTypeZoomAggregatedValues]\r\n metaAttribute(filter: Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy]): [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClass]\r\n metaAttributeAggregatedValues(filter: Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassFilter, orderBy: [Relationship_MetaAttribute_MetaAttribute_MetaClassMetaAttribute_MetaClassOrderBy]): [MetaAttributeAggregatedValues]\r\n metaAttributeGroup(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy]): [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClass]\r\n metaAttributeGroupAggregatedValues(filter: Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassFilter, orderBy: [Relationship_MetaAttributeGroup_MetaAttributeGroup_SegmentMetaAttributeGroup_MetaClassOrderBy]): [MetaAttributeGroupAggregatedValues]\r\n metaPropertyPage(filter: Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter, orderBy: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy]): [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClass]\r\n metaPropertyPageAggregatedValues(filter: Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter, orderBy: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy]): [MetaPropertyPageAggregatedValues]\r\n inheritability(format: EnumFormat): InheritabilityEnum\r\n}\r\n\r\ninput Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter {\r\n and: [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter!]\r\n or: [Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupFilter!]\r\n inheritability: InheritabilityEnum\r\n inheritability_not: InheritabilityEnum\r\n inheritability_in: [InheritabilityEnum!]\r\n inheritability_not_in: [InheritabilityEnum!]\r\n inheritability_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n loggability: LoggabilityEnum\r\n loggability_not: LoggabilityEnum\r\n loggability_in: [LoggabilityEnum!]\r\n loggability_not_in: [LoggabilityEnum!]\r\n loggability_empty: Boolean\r\n savability: SavabilityEnum\r\n savability_not: SavabilityEnum\r\n savability_in: [SavabilityEnum!]\r\n savability_not_in: [SavabilityEnum!]\r\n savability_empty: Boolean\r\n metaLayer: MetaLayerEnum\r\n metaLayer_not: MetaLayerEnum\r\n metaLayer_in: [MetaLayerEnum!]\r\n metaLayer_not_in: [MetaLayerEnum!]\r\n metaLayer_empty: Boolean\r\n translatability: TranslatabilityEnum\r\n translatability_not: TranslatabilityEnum\r\n translatability_in: [TranslatabilityEnum!]\r\n translatability_not_in: [TranslatabilityEnum!]\r\n translatability_empty: Boolean\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n translatabilityLevel_not: TranslatabilityLevelEnum\r\n translatabilityLevel_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_not_in: [TranslatabilityLevelEnum!]\r\n translatabilityLevel_empty: Boolean\r\n location: LocationEnum\r\n location_not: LocationEnum\r\n location_in: [LocationEnum!]\r\n location_not_in: [LocationEnum!]\r\n location_empty: Boolean\r\n nameLength: CustomInt\r\n nameLength_not: CustomInt\r\n nameLength_in: [CustomInt!]\r\n nameLength_not_in: [CustomInt!]\r\n nameLength_lt: CustomInt\r\n nameLength_lte: CustomInt\r\n nameLength_gt: CustomInt\r\n nameLength_gte: CustomInt\r\n nameLength_empty: Boolean\r\n nameCaseSensivity: String\r\n nameCaseSensivity_not: String\r\n nameCaseSensivity_in: [String!]\r\n nameCaseSensivity_not_in: [String!]\r\n nameCaseSensivity_lt: String\r\n nameCaseSensivity_lte: String\r\n nameCaseSensivity_gt: String\r\n nameCaseSensivity_gte: String\r\n nameCaseSensivity_contains: String\r\n nameCaseSensivity_not_contains: String\r\n nameCaseSensivity_starts_with: String\r\n nameCaseSensivity_not_starts_with: String\r\n nameCaseSensivity_ends_with: String\r\n nameCaseSensivity_not_ends_with: String\r\n nameCaseSensivity_empty: Boolean\r\n nameSpaceSeparator: String\r\n nameSpaceSeparator_not: String\r\n nameSpaceSeparator_in: [String!]\r\n nameSpaceSeparator_not_in: [String!]\r\n nameSpaceSeparator_lt: String\r\n nameSpaceSeparator_lte: String\r\n nameSpaceSeparator_gt: String\r\n nameSpaceSeparator_gte: String\r\n nameSpaceSeparator_contains: String\r\n nameSpaceSeparator_not_contains: String\r\n nameSpaceSeparator_starts_with: String\r\n nameSpaceSeparator_not_starts_with: String\r\n nameSpaceSeparator_ends_with: String\r\n nameSpaceSeparator_not_ends_with: String\r\n nameSpaceSeparator_empty: Boolean\r\n nameAppearance: NameAppearanceEnum\r\n nameAppearance_not: NameAppearanceEnum\r\n nameAppearance_in: [NameAppearanceEnum!]\r\n nameAppearance_not_in: [NameAppearanceEnum!]\r\n nameAppearance_empty: Boolean\r\n nameFirstCharExclude: String\r\n nameFirstCharExclude_not: String\r\n nameFirstCharExclude_in: [String!]\r\n nameFirstCharExclude_not_in: [String!]\r\n nameFirstCharExclude_lt: String\r\n nameFirstCharExclude_lte: String\r\n nameFirstCharExclude_gt: String\r\n nameFirstCharExclude_gte: String\r\n nameFirstCharExclude_contains: String\r\n nameFirstCharExclude_not_contains: String\r\n nameFirstCharExclude_starts_with: String\r\n nameFirstCharExclude_not_starts_with: String\r\n nameFirstCharExclude_ends_with: String\r\n nameFirstCharExclude_not_ends_with: String\r\n nameFirstCharExclude_empty: Boolean\r\n nameCurrentCharExclude: String\r\n nameCurrentCharExclude_not: String\r\n nameCurrentCharExclude_in: [String!]\r\n nameCurrentCharExclude_not_in: [String!]\r\n nameCurrentCharExclude_lt: String\r\n nameCurrentCharExclude_lte: String\r\n nameCurrentCharExclude_gt: String\r\n nameCurrentCharExclude_gte: String\r\n nameCurrentCharExclude_contains: String\r\n nameCurrentCharExclude_not_contains: String\r\n nameCurrentCharExclude_starts_with: String\r\n nameCurrentCharExclude_not_starts_with: String\r\n nameCurrentCharExclude_ends_with: String\r\n nameCurrentCharExclude_not_ends_with: String\r\n nameCurrentCharExclude_empty: Boolean\r\n nameLastCharExclude: String\r\n nameLastCharExclude_not: String\r\n nameLastCharExclude_in: [String!]\r\n nameLastCharExclude_not_in: [String!]\r\n nameLastCharExclude_lt: String\r\n nameLastCharExclude_lte: String\r\n nameLastCharExclude_gt: String\r\n nameLastCharExclude_gte: String\r\n nameLastCharExclude_contains: String\r\n nameLastCharExclude_not_contains: String\r\n nameLastCharExclude_starts_with: String\r\n nameLastCharExclude_not_starts_with: String\r\n nameLastCharExclude_ends_with: String\r\n nameLastCharExclude_not_ends_with: String\r\n nameLastCharExclude_empty: Boolean\r\n nameFirstCharInclude: String\r\n nameFirstCharInclude_not: String\r\n nameFirstCharInclude_in: [String!]\r\n nameFirstCharInclude_not_in: [String!]\r\n nameFirstCharInclude_lt: String\r\n nameFirstCharInclude_lte: String\r\n nameFirstCharInclude_gt: String\r\n nameFirstCharInclude_gte: String\r\n nameFirstCharInclude_contains: String\r\n nameFirstCharInclude_not_contains: String\r\n nameFirstCharInclude_starts_with: String\r\n nameFirstCharInclude_not_starts_with: String\r\n nameFirstCharInclude_ends_with: String\r\n nameFirstCharInclude_not_ends_with: String\r\n nameFirstCharInclude_empty: Boolean\r\n nameCurrentCharInclude: String\r\n nameCurrentCharInclude_not: String\r\n nameCurrentCharInclude_in: [String!]\r\n nameCurrentCharInclude_not_in: [String!]\r\n nameCurrentCharInclude_lt: String\r\n nameCurrentCharInclude_lte: String\r\n nameCurrentCharInclude_gt: String\r\n nameCurrentCharInclude_gte: String\r\n nameCurrentCharInclude_contains: String\r\n nameCurrentCharInclude_not_contains: String\r\n nameCurrentCharInclude_starts_with: String\r\n nameCurrentCharInclude_not_starts_with: String\r\n nameCurrentCharInclude_ends_with: String\r\n nameCurrentCharInclude_not_ends_with: String\r\n nameCurrentCharInclude_empty: Boolean\r\n nameLastCharInclude: String\r\n nameLastCharInclude_not: String\r\n nameLastCharInclude_in: [String!]\r\n nameLastCharInclude_not_in: [String!]\r\n nameLastCharInclude_lt: String\r\n nameLastCharInclude_lte: String\r\n nameLastCharInclude_gt: String\r\n nameLastCharInclude_gte: String\r\n nameLastCharInclude_contains: String\r\n nameLastCharInclude_not_contains: String\r\n nameLastCharInclude_starts_with: String\r\n nameLastCharInclude_not_starts_with: String\r\n nameLastCharInclude_ends_with: String\r\n nameLastCharInclude_not_ends_with: String\r\n nameLastCharInclude_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n longevity: LongevityEnum\r\n longevity_not: LongevityEnum\r\n longevity_in: [LongevityEnum!]\r\n longevity_not_in: [LongevityEnum!]\r\n longevity_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n metaClassSensitivity_not: MetaClassSensitivityEnum\r\n metaClassSensitivity_in: [MetaClassSensitivityEnum!]\r\n metaClassSensitivity_not_in: [MetaClassSensitivityEnum!]\r\n metaClassSensitivity_empty: Boolean\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n readingAccessAreaUpdate_not: ReadingAccessAreaUpdateEnum\r\n readingAccessAreaUpdate_in: [ReadingAccessAreaUpdateEnum!]\r\n readingAccessAreaUpdate_not_in: [ReadingAccessAreaUpdateEnum!]\r\n readingAccessAreaUpdate_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n metaCategory: MetaCategoryEnum\r\n metaCategory_not: MetaCategoryEnum\r\n metaCategory_in: [MetaCategoryEnum!]\r\n metaCategory_not_in: [MetaCategoryEnum!]\r\n metaCategory_empty: Boolean\r\n rGBColor: CustomInt\r\n rGBColor_not: CustomInt\r\n rGBColor_in: [CustomInt!]\r\n rGBColor_not_in: [CustomInt!]\r\n rGBColor_lt: CustomInt\r\n rGBColor_lte: CustomInt\r\n rGBColor_gt: CustomInt\r\n rGBColor_gte: CustomInt\r\n rGBColor_empty: Boolean\r\n gUINameComputed: String\r\n gUINameComputed_not: String\r\n gUINameComputed_in: [String!]\r\n gUINameComputed_not_in: [String!]\r\n gUINameComputed_lt: String\r\n gUINameComputed_lte: String\r\n gUINameComputed_gt: String\r\n gUINameComputed_gte: String\r\n gUINameComputed_contains: String\r\n gUINameComputed_not_contains: String\r\n gUINameComputed_starts_with: String\r\n gUINameComputed_not_starts_with: String\r\n gUINameComputed_ends_with: String\r\n gUINameComputed_not_ends_with: String\r\n gUINameComputed_empty: Boolean\r\n metaUsage: MetaUsageEnum\r\n metaUsage_not: MetaUsageEnum\r\n metaUsage_in: [MetaUsageEnum!]\r\n metaUsage_not_in: [MetaUsageEnum!]\r\n metaUsage_empty: Boolean\r\n physicalStorage: PhysicalStorageEnum\r\n physicalStorage_not: PhysicalStorageEnum\r\n physicalStorage_in: [PhysicalStorageEnum!]\r\n physicalStorage_not_in: [PhysicalStorageEnum!]\r\n physicalStorage_empty: Boolean\r\n dataVolume: CustomInt\r\n dataVolume_not: CustomInt\r\n dataVolume_in: [CustomInt!]\r\n dataVolume_not_in: [CustomInt!]\r\n dataVolume_lt: CustomInt\r\n dataVolume_lte: CustomInt\r\n dataVolume_gt: CustomInt\r\n dataVolume_gte: CustomInt\r\n dataVolume_empty: Boolean\r\n isIndexable: IsIndexableEnum\r\n isIndexable_not: IsIndexableEnum\r\n isIndexable_in: [IsIndexableEnum!]\r\n isIndexable_not_in: [IsIndexableEnum!]\r\n isIndexable_empty: Boolean\r\n dataVolumeMax: CustomInt\r\n dataVolumeMax_not: CustomInt\r\n dataVolumeMax_in: [CustomInt!]\r\n dataVolumeMax_not_in: [CustomInt!]\r\n dataVolumeMax_lt: CustomInt\r\n dataVolumeMax_lte: CustomInt\r\n dataVolumeMax_gt: CustomInt\r\n dataVolumeMax_gte: CustomInt\r\n dataVolumeMax_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n candidateToIndexation: CandidateToIndexationEnum\r\n candidateToIndexation_not: CandidateToIndexationEnum\r\n candidateToIndexation_in: [CandidateToIndexationEnum!]\r\n candidateToIndexation_not_in: [CandidateToIndexationEnum!]\r\n candidateToIndexation_empty: Boolean\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n displayConfidentialObjectsInDiagrams_not: DisplayConfidentialObjectsInDiagramsEnum\r\n displayConfidentialObjectsInDiagrams_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n displayConfidentialObjectsInDiagrams_not_in: [DisplayConfidentialObjectsInDiagramsEnum!]\r\n displayConfidentialObjectsInDiagrams_empty: Boolean\r\n createPermission: Boolean\r\n createPermission_not: Boolean\r\n createPermission_empty: Boolean\r\n readPermission: Boolean\r\n readPermission_not: Boolean\r\n readPermission_empty: Boolean\r\n updatePermission: Boolean\r\n updatePermission_not: Boolean\r\n updatePermission_empty: Boolean\r\n deletePermission: Boolean\r\n deletePermission_not: Boolean\r\n deletePermission_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n systemDiagram_SystemDescription_some: [SystemDiagramFilter!]\r\n systemDiagram_SystemDescription_count: countFilter\r\n diagramType_PossibleDiagramType_some: [DiagramTypeFilter!]\r\n diagramType_PossibleDiagramType_count: countFilter\r\n metaAssociationEnd_MetaOppositeAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_MetaOppositeAssociationEnd_count: countFilter\r\n metaAssociationEnd_some: [MetaAssociationEndFilter!]\r\n metaAssociationEnd_count: countFilter\r\n metaAttribute_some: [MetaAttributeFilter!]\r\n metaAttribute_count: countFilter\r\n metaModel_some: [MetaModelFilter!]\r\n metaModel_count: countFilter\r\n metaClass_SubMetaClass_some: [MetaClassFilter!]\r\n metaClass_SubMetaClass_count: countFilter\r\n metaClass_SuperMetaClass_some: [MetaClassFilter!]\r\n metaClass_SuperMetaClass_count: countFilter\r\n metaAttributeGroup_some: [MetaAttributeGroupFilter!]\r\n metaAttributeGroup_count: countFilter\r\n metaPropertyPage_some: [MetaPropertyPageFilter!]\r\n metaPropertyPage_count: countFilter\r\n diagram_Description_some: [DiagramFilter!]\r\n diagram_Description_count: countFilter\r\n metaAttribute_MetaAttributeReferencingMetaClass_some: [MetaAttributeFilter!]\r\n metaAttribute_MetaAttributeReferencingMetaClass_count: countFilter\r\n diagramTypeZoom_some: [DiagramTypeZoomFilter!]\r\n diagramTypeZoom_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaClass_MetaClass_SegmentMetaAttributeGroup_MetaAttributeGroupOrderBy {\r\n inheritability_ASC\r\n inheritability_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n loggability_ASC\r\n loggability_DESC\r\n savability_ASC\r\n savability_DESC\r\n metaLayer_ASC\r\n metaLayer_DESC\r\n translatability_ASC\r\n translatability_DESC\r\n translatabilityLevel_ASC\r\n translatabilityLevel_DESC\r\n location_ASC\r\n location_DESC\r\n nameLength_ASC\r\n nameLength_DESC\r\n nameCaseSensivity_ASC\r\n nameCaseSensivity_DESC\r\n nameSpaceSeparator_ASC\r\n nameSpaceSeparator_DESC\r\n nameAppearance_ASC\r\n nameAppearance_DESC\r\n nameFirstCharExclude_ASC\r\n nameFirstCharExclude_DESC\r\n nameCurrentCharExclude_ASC\r\n nameCurrentCharExclude_DESC\r\n nameLastCharExclude_ASC\r\n nameLastCharExclude_DESC\r\n nameFirstCharInclude_ASC\r\n nameFirstCharInclude_DESC\r\n nameCurrentCharInclude_ASC\r\n nameCurrentCharInclude_DESC\r\n nameLastCharInclude_ASC\r\n nameLastCharInclude_DESC\r\n settings_ASC\r\n settings_DESC\r\n longevity_ASC\r\n longevity_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n metaClassSensitivity_ASC\r\n metaClassSensitivity_DESC\r\n readingAccessAreaUpdate_ASC\r\n readingAccessAreaUpdate_DESC\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n metaCategory_ASC\r\n metaCategory_DESC\r\n rGBColor_ASC\r\n rGBColor_DESC\r\n gUINameComputed_ASC\r\n gUINameComputed_DESC\r\n metaUsage_ASC\r\n metaUsage_DESC\r\n physicalStorage_ASC\r\n physicalStorage_DESC\r\n dataVolume_ASC\r\n dataVolume_DESC\r\n isIndexable_ASC\r\n isIndexable_DESC\r\n dataVolumeMax_ASC\r\n dataVolumeMax_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n mOFType_ASC\r\n mOFType_DESC\r\n candidateToIndexation_ASC\r\n candidateToIndexation_DESC\r\n displayConfidentialObjectsInDiagrams_ASC\r\n displayConfidentialObjectsInDiagrams_DESC\r\n createPermission_ASC\r\n createPermission_DESC\r\n readPermission_ASC\r\n readPermission_DESC\r\n updatePermission_ASC\r\n updatePermission_DESC\r\n deletePermission_ASC\r\n deletePermission_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParam implements GraphQLObjectInterface {\r\n metaConnectionCheckKind(format: EnumFormat): MetaConnectionCheckKindEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramTypeParam(filter: Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckFilter, orderBy: [Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckOrderBy]): [Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheck]\r\n diagramTypeParamAggregatedValues(filter: Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckFilter, orderBy: [Relationship_DiagramTypeParam_DiagramTypeParam_DiagramTypeParamMetaConnectionCheck_MetaConnectionCheckOrderBy]): [DiagramTypeParamAggregatedValues]\r\n metaCondition: String\r\n}\r\n\r\ninput Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamFilter {\r\n and: [Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamFilter!]\r\n or: [Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamFilter!]\r\n metaCondition: String\r\n metaCondition_not: String\r\n metaCondition_in: [String!]\r\n metaCondition_not_in: [String!]\r\n metaCondition_lt: String\r\n metaCondition_lte: String\r\n metaCondition_gt: String\r\n metaCondition_gte: String\r\n metaCondition_contains: String\r\n metaCondition_not_contains: String\r\n metaCondition_starts_with: String\r\n metaCondition_not_starts_with: String\r\n metaCondition_ends_with: String\r\n metaCondition_not_ends_with: String\r\n metaCondition_empty: Boolean\r\n metaConnectionCheckKind: MetaConnectionCheckKindEnum\r\n metaConnectionCheckKind_not: MetaConnectionCheckKindEnum\r\n metaConnectionCheckKind_in: [MetaConnectionCheckKindEnum!]\r\n metaConnectionCheckKind_not_in: [MetaConnectionCheckKindEnum!]\r\n metaConnectionCheckKind_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramTypeParam_some: [DiagramTypeParamFilter!]\r\n diagramTypeParam_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaConnectionCheck_MetaConnectionCheck_DiagramTypeParamMetaConnectionCheck_DiagramTypeParamOrderBy {\r\n metaCondition_ASC\r\n metaCondition_DESC\r\n metaConnectionCheckKind_ASC\r\n metaConnectionCheckKind_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramType implements GraphQLObjectInterface {\r\n gUIName(language: Languages): String\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramType_ModelZoomIn(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramType_ModelZoomInAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n diagramType_ModelZoomOut(filter: Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternFilter, orderBy: [Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternOrderBy]): [Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPattern]\r\n diagramType_ModelZoomOutAggregatedValues(filter: Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternFilter, orderBy: [Relationship_DiagramType_ModelZoomOut_DiagramTypeModelZoomOut_MetaPatternOrderBy]): [DiagramTypeAggregatedValues]\r\n modelZoomCardinality: String\r\n}\r\n\r\ninput Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter {\r\n and: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter!]\r\n or: [Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeFilter!]\r\n modelZoomCardinality: String\r\n modelZoomCardinality_not: String\r\n modelZoomCardinality_in: [String!]\r\n modelZoomCardinality_not_in: [String!]\r\n modelZoomCardinality_lt: String\r\n modelZoomCardinality_lte: String\r\n modelZoomCardinality_gt: String\r\n modelZoomCardinality_gte: String\r\n modelZoomCardinality_contains: String\r\n modelZoomCardinality_not_contains: String\r\n modelZoomCardinality_starts_with: String\r\n modelZoomCardinality_not_starts_with: String\r\n modelZoomCardinality_ends_with: String\r\n modelZoomCardinality_not_ends_with: String\r\n modelZoomCardinality_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramType_ModelZoomIn_some: [DiagramTypeFilter!]\r\n diagramType_ModelZoomIn_count: countFilter\r\n diagramType_ModelZoomOut_some: [DiagramTypeFilter!]\r\n diagramType_ModelZoomOut_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaPattern_ModelZoomOut_DiagramTypeModelZoomOut_DiagramTypeOrderBy {\r\n modelZoomCardinality_ASC\r\n modelZoomCardinality_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n settings_ASC\r\n settings_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClass implements GraphQLObjectInterface {\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n uIPermissions(format: StringFormat): String\r\n metaPropertyPageGUID: String\r\n metaPropertyPageType(format: EnumFormat): MetaPropertyPageTypeEnum\r\n gUIName(language: Languages): String\r\n mOFType(format: EnumFormat): MOFTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaClass(filter: Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageOrderBy]): [Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPage]\r\n metaClassAggregatedValues(filter: Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageFilter, orderBy: [Relationship_MetaClass_MetaClass_MetaClassMetaPropertyPage_MetaPropertyPageOrderBy]): [MetaClassAggregatedValues]\r\n inheritability(format: EnumFormat): InheritabilityEnum\r\n}\r\n\r\ninput Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter {\r\n and: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter!]\r\n or: [Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassFilter!]\r\n inheritability: InheritabilityEnum\r\n inheritability_not: InheritabilityEnum\r\n inheritability_in: [InheritabilityEnum!]\r\n inheritability_not_in: [InheritabilityEnum!]\r\n inheritability_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n 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 metaPropertyPageGUID_empty: Boolean\r\n metaPropertyPageType: MetaPropertyPageTypeEnum\r\n metaPropertyPageType_not: MetaPropertyPageTypeEnum\r\n metaPropertyPageType_in: [MetaPropertyPageTypeEnum!]\r\n metaPropertyPageType_not_in: [MetaPropertyPageTypeEnum!]\r\n metaPropertyPageType_empty: Boolean\r\n gUIName: String\r\n gUIName_not: String\r\n gUIName_in: [String!]\r\n gUIName_not_in: [String!]\r\n gUIName_lt: String\r\n gUIName_lte: String\r\n gUIName_gt: String\r\n gUIName_gte: String\r\n gUIName_contains: String\r\n gUIName_not_contains: String\r\n gUIName_starts_with: String\r\n gUIName_not_starts_with: String\r\n gUIName_ends_with: String\r\n gUIName_not_ends_with: String\r\n gUIName_empty: Boolean\r\n mOFType: MOFTypeEnum\r\n mOFType_not: MOFTypeEnum\r\n mOFType_in: [MOFTypeEnum!]\r\n mOFType_not_in: [MOFTypeEnum!]\r\n mOFType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_some: [MetaClassFilter!]\r\n metaClass_count: countFilter\r\n}\r\n\r\nenum Relationship_MetaPropertyPage_MetaPropertyPage_MetaClassMetaPropertyPage_MetaClassOrderBy {\r\n inheritability_ASC\r\n inheritability_DESC\r\n extendedProperties_ASC\r\n extendedProperties_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationType implements GraphQLObjectInterface {\r\n opNature(format: EnumFormat): OpNatureEnum\r\n operatorDefinitionMode(format: EnumFormat): OperatorDefinitionModeEnum\r\n minorToMajorDefaultBehavior(format: EnumFormat): MinorToMajorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior(format: EnumFormat): MajorToMinorDefaultBehaviorEnum\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n opDiscriminating(format: EnumFormat): OpDiscriminatingEnum\r\n opPreview(format: EnumFormat): OpPreviewEnum\r\n defaultPerimeter: GraphQLObjectInterface\r\n settings: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaAssociationType(filter: Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorFilter, orderBy: [Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorOrderBy]): [Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_Operator]\r\n metaAssociationTypeAggregatedValues(filter: Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorFilter, orderBy: [Relationship_MetaAssociationType_MetaAssociationType_OperatorMetaAssociationType_OperatorOrderBy]): [MetaAssociationTypeAggregatedValues]\r\n minorToMajorBehavior(format: EnumFormat): MinorToMajorBehaviorEnum\r\n majorToMinorBehavior(format: EnumFormat): MajorToMinorBehaviorEnum\r\n}\r\n\r\ninput Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeFilter {\r\n and: [Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeFilter!]\r\n or: [Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeFilter!]\r\n minorToMajorBehavior: MinorToMajorBehaviorEnum\r\n minorToMajorBehavior_not: MinorToMajorBehaviorEnum\r\n minorToMajorBehavior_in: [MinorToMajorBehaviorEnum!]\r\n minorToMajorBehavior_not_in: [MinorToMajorBehaviorEnum!]\r\n minorToMajorBehavior_empty: Boolean\r\n majorToMinorBehavior: MajorToMinorBehaviorEnum\r\n majorToMinorBehavior_not: MajorToMinorBehaviorEnum\r\n majorToMinorBehavior_in: [MajorToMinorBehaviorEnum!]\r\n majorToMinorBehavior_not_in: [MajorToMinorBehaviorEnum!]\r\n majorToMinorBehavior_empty: Boolean\r\n opNature: OpNatureEnum\r\n opNature_not: OpNatureEnum\r\n opNature_in: [OpNatureEnum!]\r\n opNature_not_in: [OpNatureEnum!]\r\n opNature_empty: Boolean\r\n operatorDefinitionMode: OperatorDefinitionModeEnum\r\n operatorDefinitionMode_not: OperatorDefinitionModeEnum\r\n operatorDefinitionMode_in: [OperatorDefinitionModeEnum!]\r\n operatorDefinitionMode_not_in: [OperatorDefinitionModeEnum!]\r\n operatorDefinitionMode_empty: Boolean\r\n minorToMajorDefaultBehavior: MinorToMajorDefaultBehaviorEnum\r\n minorToMajorDefaultBehavior_not: MinorToMajorDefaultBehaviorEnum\r\n minorToMajorDefaultBehavior_in: [MinorToMajorDefaultBehaviorEnum!]\r\n minorToMajorDefaultBehavior_not_in: [MinorToMajorDefaultBehaviorEnum!]\r\n minorToMajorDefaultBehavior_empty: Boolean\r\n majorToMinorDefaultBehavior: MajorToMinorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior_not: MajorToMinorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior_in: [MajorToMinorDefaultBehaviorEnum!]\r\n majorToMinorDefaultBehavior_not_in: [MajorToMinorDefaultBehaviorEnum!]\r\n majorToMinorDefaultBehavior_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n opDiscriminating: OpDiscriminatingEnum\r\n opDiscriminating_not: OpDiscriminatingEnum\r\n opDiscriminating_in: [OpDiscriminatingEnum!]\r\n opDiscriminating_not_in: [OpDiscriminatingEnum!]\r\n opDiscriminating_empty: Boolean\r\n opPreview: OpPreviewEnum\r\n opPreview_not: OpPreviewEnum\r\n opPreview_in: [OpPreviewEnum!]\r\n opPreview_not_in: [OpPreviewEnum!]\r\n opPreview_empty: Boolean\r\n defaultPerimeter: String\r\n defaultPerimeter_not: String\r\n defaultPerimeter_in: [String!]\r\n defaultPerimeter_not_in: [String!]\r\n defaultPerimeter_empty: Boolean\r\n settings: String\r\n settings_not: String\r\n settings_in: [String!]\r\n settings_not_in: [String!]\r\n settings_lt: String\r\n settings_lte: String\r\n settings_gt: String\r\n settings_gte: String\r\n settings_contains: String\r\n settings_not_contains: String\r\n settings_starts_with: String\r\n settings_not_starts_with: String\r\n settings_ends_with: String\r\n settings_not_ends_with: String\r\n settings_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaAssociationType_some: [MetaAssociationTypeFilter!]\r\n metaAssociationType_count: countFilter\r\n}\r\n\r\nenum Relationship_Operator_Operator_OperatorMetaAssociationType_MetaAssociationTypeOrderBy {\r\n minorToMajorBehavior_ASC\r\n minorToMajorBehavior_DESC\r\n majorToMinorBehavior_ASC\r\n majorToMinorBehavior_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 extendedProperties_ASC\r\n extendedProperties_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum SavabilityEnum {\r\n Savable\r\n Unsavable\r\n}\r\n\r\ntype Schema {\r\n name: String!\r\n graphQLNameInSchema: String!\r\n}\r\n\r\nenum ShapesVersionEnum {\r\n FromHOPEXVOneRThree\r\n FromMEGATwoZeroZeroNine\r\n BeforeMEGAFive_Two\r\n FromMEGAFive_Two\r\n FromMEGATwoZeroZeroFive\r\n}\r\n\r\nenum StartingPageVisibilityEnum {\r\n Visible\r\n Hidden\r\n}\r\n\r\nenum StringFormat {\r\n HTML\r\n RTF\r\n RAW\r\n}\r\n\r\nenum SubstitutedMetaAttributeEnum {\r\n Name\r\n Authorization\r\n Availability\r\n MetaPictureIdentifier\r\n MetaClassIdAbs\r\n Comment\r\n}\r\n\r\ntype SystemBusinessDocument implements GraphQLObjectInterface {\r\n uploadUrl: String\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isCiphered: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n excelTemplate(filter: ExcelTemplateFilter, orderBy: [ExcelTemplateOrderBy]): [ExcelTemplate]\r\n excelTemplateAggregatedValues(filter: ExcelTemplateFilter, orderBy: [ExcelTemplateOrderBy]): [ExcelTemplateAggregatedValues]\r\n businessDocumentPattern_DocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPattern]\r\n businessDocumentPattern_DocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPatternAggregatedValues]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n systemBusinessDocumentVersion_SystemDocumentVersions(filter: SystemBusinessDocumentVersionFilter, orderBy: [SystemBusinessDocumentVersionOrderBy]): [SystemBusinessDocumentVersion]\r\n systemBusinessDocumentVersion_SystemDocumentVersionsAggregatedValues(filter: SystemBusinessDocumentVersionFilter, orderBy: [SystemBusinessDocumentVersionOrderBy]): [SystemBusinessDocumentVersionAggregatedValues]\r\n}\r\n\r\ntype SystemBusinessDocumentAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isCiphered(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput SystemBusinessDocumentFilter {\r\n defaultField_c7b990f0887941af83ef219cb18946aa: String\r\n and: [SystemBusinessDocumentFilter!]\r\n or: [SystemBusinessDocumentFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n isCiphered: Boolean\r\n isCiphered_not: Boolean\r\n isCiphered_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n excelTemplate_some: [ExcelTemplateFilter!]\r\n excelTemplate_count: countFilter\r\n businessDocumentPattern_DocumentPattern_some: [BusinessDocumentPatternFilter!]\r\n businessDocumentPattern_DocumentPattern_count: countFilter\r\n documentCategory_some: [DocumentCategoryFilter!]\r\n documentCategory_count: countFilter\r\n systemBusinessDocumentVersion_SystemDocumentVersions_some: [SystemBusinessDocumentVersionFilter!]\r\n systemBusinessDocumentVersion_SystemDocumentVersions_count: countFilter\r\n}\r\n\r\nenum SystemBusinessDocumentOrderBy {\r\n name_ASC\r\n name_DESC\r\n isCiphered_ASC\r\n isCiphered_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype SystemBusinessDocumentVersion implements GraphQLObjectInterface {\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n systemBusinessDocument_SystemDocument(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy]): [SystemBusinessDocument]\r\n systemBusinessDocument_SystemDocumentAggregatedValues(filter: SystemBusinessDocumentFilter, orderBy: [SystemBusinessDocumentOrderBy]): [SystemBusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype SystemBusinessDocumentVersionAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n fileExtension(function: AggregateFunctionType): CustomFloat\r\n businessDocumentVersionName(function: AggregateFunctionType): CustomFloat\r\n documentVersion(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput SystemBusinessDocumentVersionFilter {\r\n and: [SystemBusinessDocumentVersionFilter!]\r\n or: [SystemBusinessDocumentVersionFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n 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 fileExtension_empty: Boolean\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 businessDocumentVersionName_empty: Boolean\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 documentVersion_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n systemBusinessDocument_SystemDocument_some: [SystemBusinessDocumentFilter!]\r\n systemBusinessDocument_SystemDocument_count: countFilter\r\n}\r\n\r\nenum SystemBusinessDocumentVersionOrderBy {\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum SystemComponentEnum {\r\n External\r\n Scripts\r\n Dispatch\r\n}\r\n\r\ntype SystemDiagram implements GraphQLObjectInterface {\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n mifCode: String\r\n systemNature(format: EnumFormat): SystemNatureEnum\r\n shapesVersion(format: EnumFormat): ShapesVersionEnum\r\n systemDiagramAvailability(format: EnumFormat): SystemDiagramAvailabilityEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n metaClass_DescribedElement(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClass]\r\n metaClass_DescribedElementAggregatedValues(filter: MetaClassFilter, orderBy: [MetaClassOrderBy]): [MetaClassAggregatedValues]\r\n metaModel_DescribedElement(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModel]\r\n metaModel_DescribedElementAggregatedValues(filter: MetaModelFilter, orderBy: [MetaModelOrderBy]): [MetaModelAggregatedValues]\r\n}\r\n\r\ntype SystemDiagramAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n mifCode(function: AggregateFunctionType): CustomFloat\r\n systemNature(function: AggregateFunctionType): CustomFloat\r\n shapesVersion(function: AggregateFunctionType): CustomFloat\r\n systemDiagramAvailability(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum SystemDiagramAvailabilityEnum {\r\n Available\r\n Unavailable\r\n}\r\n\r\ninput SystemDiagramFilter {\r\n defaultField_82ec185250e244288b4214ba1bd0d8a7: String\r\n and: [SystemDiagramFilter!]\r\n or: [SystemDiagramFilter!]\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n 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 mifCode_empty: Boolean\r\n systemNature: SystemNatureEnum\r\n systemNature_not: SystemNatureEnum\r\n systemNature_in: [SystemNatureEnum!]\r\n systemNature_not_in: [SystemNatureEnum!]\r\n systemNature_empty: Boolean\r\n shapesVersion: ShapesVersionEnum\r\n shapesVersion_not: ShapesVersionEnum\r\n shapesVersion_in: [ShapesVersionEnum!]\r\n shapesVersion_not_in: [ShapesVersionEnum!]\r\n shapesVersion_empty: Boolean\r\n systemDiagramAvailability: SystemDiagramAvailabilityEnum\r\n systemDiagramAvailability_not: SystemDiagramAvailabilityEnum\r\n systemDiagramAvailability_in: [SystemDiagramAvailabilityEnum!]\r\n systemDiagramAvailability_not_in: [SystemDiagramAvailabilityEnum!]\r\n systemDiagramAvailability_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n metaClass_DescribedElement_some: [MetaClassFilter!]\r\n metaClass_DescribedElement_count: countFilter\r\n metaModel_DescribedElement_some: [MetaModelFilter!]\r\n metaModel_DescribedElement_count: countFilter\r\n}\r\n\r\nenum SystemDiagramOrderBy {\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum SystemNatureEnum {\r\n VisibilityManagement\r\n ProfileDiagram\r\n PhaseSchedulingDiagram\r\n AuthorizationDiagram\r\n MetaModelDiagram\r\n WorkflowDefinitionDiagram\r\n}\r\n\r\nenum TechnicalLevelEnum {\r\n Intermediate\r\n Advanced\r\n System\r\n Expert\r\n Beginner\r\n}\r\n\r\nenum TranslatabilityEnum {\r\n Translatable\r\n Untranslatable\r\n}\r\n\r\nenum TranslatabilityLevelEnum {\r\n Country\r\n Terminology\r\n}\r\n\r\ntype Viewpoint implements GraphQLObjectInterface {\r\n uIPermissions(format: StringFormat): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagramType_AvailableDiagramTypes(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramType_AvailableDiagramTypesAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n metaPicture(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPicture]\r\n metaPictureAggregatedValues(filter: MetaPictureFilter, orderBy: [MetaPictureOrderBy]): [MetaPictureAggregatedValues]\r\n}\r\n\r\ntype ViewpointAggregatedValues {\r\n uIPermissions(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ViewpointFilter {\r\n defaultField_0a3f64feda7649e0a07fb06216b6ade2: String\r\n and: [ViewpointFilter!]\r\n or: [ViewpointFilter!]\r\n uIPermissions: String\r\n uIPermissions_not: String\r\n uIPermissions_in: [String!]\r\n uIPermissions_not_in: [String!]\r\n uIPermissions_lt: String\r\n uIPermissions_lte: String\r\n uIPermissions_gt: String\r\n uIPermissions_gte: String\r\n uIPermissions_contains: String\r\n uIPermissions_not_contains: String\r\n uIPermissions_starts_with: String\r\n uIPermissions_not_starts_with: String\r\n uIPermissions_ends_with: String\r\n uIPermissions_not_ends_with: String\r\n uIPermissions_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\r\n name: String\r\n name_not: String\r\n name_in: [String!]\r\n name_not_in: [String!]\r\n name_lt: String\r\n name_lte: String\r\n name_gt: String\r\n name_gte: String\r\n name_contains: String\r\n name_not_contains: String\r\n name_starts_with: String\r\n name_not_starts_with: String\r\n name_ends_with: String\r\n name_not_ends_with: String\r\n name_empty: Boolean\r\n comment: String\r\n comment_not: String\r\n comment_in: [String!]\r\n comment_not_in: [String!]\r\n comment_lt: String\r\n comment_lte: String\r\n comment_gt: String\r\n comment_gte: String\r\n comment_contains: String\r\n comment_not_contains: String\r\n comment_starts_with: String\r\n comment_not_starts_with: String\r\n comment_ends_with: String\r\n comment_not_ends_with: String\r\n comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: Boolean\r\n hexaIdAbs: String\r\n hexaIdAbs_not: String\r\n hexaIdAbs_in: [String!]\r\n hexaIdAbs_not_in: [String!]\r\n hexaIdAbs_lt: String\r\n hexaIdAbs_lte: String\r\n hexaIdAbs_gt: String\r\n hexaIdAbs_gte: String\r\n hexaIdAbs_contains: String\r\n hexaIdAbs_not_contains: String\r\n hexaIdAbs_starts_with: String\r\n hexaIdAbs_not_starts_with: String\r\n hexaIdAbs_ends_with: String\r\n hexaIdAbs_not_ends_with: String\r\n hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagramType_AvailableDiagramTypes_some: [DiagramTypeFilter!]\r\n diagramType_AvailableDiagramTypes_count: countFilter\r\n metaPicture_some: [MetaPictureFilter!]\r\n metaPicture_count: countFilter\r\n}\r\n\r\nenum ViewpointOrderBy {\r\n uIPermissions_ASC\r\n uIPermissions_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ninput _InputCollectionAction15025 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15025]\r\n}\r\n\r\ninput _InputCollectionAction15026 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15026]\r\n}\r\n\r\ninput _InputCollectionAction15027 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15027]\r\n}\r\n\r\ninput _InputCollectionAction15028 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15028]\r\n}\r\n\r\ninput _InputCollectionAction15029 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15029]\r\n}\r\n\r\ninput _InputCollectionAction15030 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15030]\r\n}\r\n\r\ninput _InputCollectionAction15031 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15031]\r\n}\r\n\r\ninput _InputCollectionAction15032 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15032]\r\n}\r\n\r\ninput _InputCollectionAction15033 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15033]\r\n}\r\n\r\ninput _InputCollectionAction15034 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15034]\r\n}\r\n\r\ninput _InputCollectionAction15035 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15035]\r\n}\r\n\r\ninput _InputCollectionAction15036 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15036]\r\n}\r\n\r\ninput _InputCollectionAction15037 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15037]\r\n}\r\n\r\ninput _InputCollectionAction15038 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15038]\r\n}\r\n\r\ninput _InputCollectionAction15039 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15039]\r\n}\r\n\r\ninput _InputCollectionAction15040 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15040]\r\n}\r\n\r\ninput _InputCollectionAction15041 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15041]\r\n}\r\n\r\ninput _InputCollectionAction15042 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15042]\r\n}\r\n\r\ninput _InputCollectionAction15043 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15043]\r\n}\r\n\r\ninput _InputCollectionAction15044 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15044]\r\n}\r\n\r\ninput _InputCollectionAction15045 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15045]\r\n}\r\n\r\ninput _InputCollectionAction15046 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15046]\r\n}\r\n\r\ninput _InputCollectionAction15047 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15047]\r\n}\r\n\r\ninput _InputCollectionAction15048 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15048]\r\n}\r\n\r\ninput _InputCollectionAction15049 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15049]\r\n}\r\n\r\ninput _InputCollectionAction15050 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15050]\r\n}\r\n\r\ninput _InputCollectionAction15051 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15051]\r\n}\r\n\r\ninput _InputCollectionAction15052 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15052]\r\n}\r\n\r\ninput _InputCollectionAction15053 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15053]\r\n}\r\n\r\ninput _InputCollectionAction15054 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15054]\r\n}\r\n\r\ninput _InputCollectionAction15055 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15055]\r\n}\r\n\r\ninput _InputCollectionAction15056 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15056]\r\n}\r\n\r\ninput _InputCollectionAction15057 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15057]\r\n}\r\n\r\ninput _InputCollectionAction15058 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15058]\r\n}\r\n\r\ninput _InputCollectionAction15059 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15059]\r\n}\r\n\r\ninput _InputCollectionAction15060 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15060]\r\n}\r\n\r\ninput _InputCollectionAction15061 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15061]\r\n}\r\n\r\ninput _InputCollectionAction15062 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15062]\r\n}\r\n\r\ninput _InputCollectionAction15063 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15063]\r\n}\r\n\r\ninput _InputCollectionAction15064 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15064]\r\n}\r\n\r\ninput _InputCollectionAction15065 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15065]\r\n}\r\n\r\ninput _InputCollectionAction15066 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15066]\r\n}\r\n\r\ninput _InputCollectionAction15067 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15067]\r\n}\r\n\r\ninput _InputCollectionAction15068 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15068]\r\n}\r\n\r\ninput _InputCollectionAction15069 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15069]\r\n}\r\n\r\ninput _InputCollectionAction15070 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15070]\r\n}\r\n\r\ninput _InputCollectionAction15071 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15071]\r\n}\r\n\r\ninput _InputCollectionAction15072 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15072]\r\n}\r\n\r\ninput _InputCollectionAction15073 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15073]\r\n}\r\n\r\ninput _InputCollectionAction15074 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15074]\r\n}\r\n\r\ninput _InputCollectionAction15075 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15075]\r\n}\r\n\r\ninput _InputCollectionAction15076 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15076]\r\n}\r\n\r\ninput _InputCollectionAction15077 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15077]\r\n}\r\n\r\ninput _InputCollectionAction15078 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15078]\r\n}\r\n\r\ninput _InputCollectionAction15079 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15079]\r\n}\r\n\r\ninput _InputCollectionAction15080 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15080]\r\n}\r\n\r\ninput _InputCollectionAction15081 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15081]\r\n}\r\n\r\ninput _InputCollectionAction15082 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15082]\r\n}\r\n\r\ninput _InputCollectionAction15083 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15083]\r\n}\r\n\r\ninput _InputCollectionAction15084 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15084]\r\n}\r\n\r\ninput _InputCollectionAction15085 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15085]\r\n}\r\n\r\ninput _InputCollectionAction15086 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15086]\r\n}\r\n\r\ninput _InputCollectionAction15087 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15087]\r\n}\r\n\r\ninput _InputCollectionAction15088 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15088]\r\n}\r\n\r\ninput _InputCollectionAction15089 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15089]\r\n}\r\n\r\ninput _InputCollectionAction15090 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15090]\r\n}\r\n\r\ninput _InputCollectionAction15091 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15091]\r\n}\r\n\r\ninput _InputCollectionAction15092 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15092]\r\n}\r\n\r\ninput _InputCollectionAction15093 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15093]\r\n}\r\n\r\ninput _InputCollectionAction15094 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15094]\r\n}\r\n\r\ninput _InputCollectionAction15095 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15095]\r\n}\r\n\r\ninput _InputCollectionAction15096 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15096]\r\n}\r\n\r\ninput _InputCollectionAction15097 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15097]\r\n}\r\n\r\ninput _InputCollectionAction15098 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15098]\r\n}\r\n\r\ninput _InputCollectionAction15099 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15099]\r\n}\r\n\r\ninput _InputCollectionAction15100 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15100]\r\n}\r\n\r\ninput _InputCollectionAction15101 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15101]\r\n}\r\n\r\ninput _InputCollectionAction15102 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15102]\r\n}\r\n\r\ninput _InputCollectionAction15103 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15103]\r\n}\r\n\r\ninput _InputCollectionAction15104 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15104]\r\n}\r\n\r\ninput _InputCollectionAction15105 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15105]\r\n}\r\n\r\ninput _InputCollectionAction15106 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15106]\r\n}\r\n\r\ninput _InputCollectionAction15107 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15107]\r\n}\r\n\r\ninput _InputCollectionAction15108 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15108]\r\n}\r\n\r\ninput _InputCollectionAction15109 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15109]\r\n}\r\n\r\ninput _InputCollectionAction15110 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15110]\r\n}\r\n\r\ninput _InputCollectionAction15111 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15111]\r\n}\r\n\r\ninput _InputCollectionAction15112 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15112]\r\n}\r\n\r\ninput _InputCollectionAction15113 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15113]\r\n}\r\n\r\ninput _InputCollectionAction15114 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15114]\r\n}\r\n\r\ninput _InputCollectionAction15115 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15115]\r\n}\r\n\r\ninput _InputCollectionAction15116 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15116]\r\n}\r\n\r\ninput _InputCollectionAction15117 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15117]\r\n}\r\n\r\ninput _InputCollectionAction15118 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15118]\r\n}\r\n\r\ninput _InputCollectionAction15119 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15119]\r\n}\r\n\r\ninput _InputCollectionAction15120 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15120]\r\n}\r\n\r\ninput _InputCollectionAction15121 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15121]\r\n}\r\n\r\ninput _InputCollectionAction15122 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15122]\r\n}\r\n\r\ninput _InputCollectionAction15123 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15123]\r\n}\r\n\r\ninput _InputCollectionAction15124 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15124]\r\n}\r\n\r\ninput _InputCollectionAction15125 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15125]\r\n}\r\n\r\ninput _InputCollectionAction15126 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15126]\r\n}\r\n\r\ninput _InputCollectionAction15127 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15127]\r\n}\r\n\r\ninput _InputCollectionAction15128 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15128]\r\n}\r\n\r\ninput _InputCollectionAction15129 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15129]\r\n}\r\n\r\ninput _InputCollectionAction15130 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15130]\r\n}\r\n\r\ninput _InputCollectionAction15131 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15131]\r\n}\r\n\r\ninput _InputCollectionAction15132 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15132]\r\n}\r\n\r\ninput _InputCollectionAction15133 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15133]\r\n}\r\n\r\ninput _InputCollectionAction15134 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15134]\r\n}\r\n\r\ninput _InputCollectionAction15135 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15135]\r\n}\r\n\r\ninput _InputCollectionAction15136 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15136]\r\n}\r\n\r\ninput _InputCollectionAction15137 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15137]\r\n}\r\n\r\ninput _InputCollectionAction15138 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15138]\r\n}\r\n\r\ninput _InputCollectionAction15139 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15139]\r\n}\r\n\r\ninput _InputCollectionAction15140 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15140]\r\n}\r\n\r\ninput _InputCollectionAction15141 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15141]\r\n}\r\n\r\ninput _InputCollectionAction15142 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15142]\r\n}\r\n\r\ninput _InputCollectionAction15143 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15143]\r\n}\r\n\r\ninput _InputCollectionAction15144 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15144]\r\n}\r\n\r\ninput _InputCollectionAction15145 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15145]\r\n}\r\n\r\ninput _InputCollectionAction15146 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15146]\r\n}\r\n\r\ninput _InputCollectionAction15147 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15147]\r\n}\r\n\r\ninput _InputCollectionAction15148 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15148]\r\n}\r\n\r\ninput _InputCollectionAction15149 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15149]\r\n}\r\n\r\ninput _InputCollectionAction15150 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15150]\r\n}\r\n\r\ninput _InputCollectionAction15151 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15151]\r\n}\r\n\r\ninput _InputCollectionAction15152 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15152]\r\n}\r\n\r\ninput _InputCollectionAction15153 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15153]\r\n}\r\n\r\ninput _InputCollectionAction15154 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15154]\r\n}\r\n\r\ninput _InputCollectionAction15155 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15155]\r\n}\r\n\r\ninput _InputCollectionAction15156 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15156]\r\n}\r\n\r\ninput _InputCollectionAction15157 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15157]\r\n}\r\n\r\ninput _InputCollectionAction15158 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15158]\r\n}\r\n\r\ninput _InputCollectionAction15159 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15159]\r\n}\r\n\r\ninput _InputCollectionAction15160 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15160]\r\n}\r\n\r\ninput _InputCollectionAction15161 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15161]\r\n}\r\n\r\ninput _InputCollectionAction15162 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15162]\r\n}\r\n\r\ninput _InputCollectionAction15163 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15163]\r\n}\r\n\r\ninput _InputCollectionAction15164 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15164]\r\n}\r\n\r\ninput _InputCollectionAction15165 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15165]\r\n}\r\n\r\ninput _InputCollectionAction15166 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15166]\r\n}\r\n\r\ninput _InputCollectionAction15167 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15167]\r\n}\r\n\r\ninput _InputCollectionAction15168 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15168]\r\n}\r\n\r\ninput _InputCollectionAction15169 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15169]\r\n}\r\n\r\ninput _InputCollectionAction15170 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15170]\r\n}\r\n\r\ninput _InputCollectionAction15171 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15171]\r\n}\r\n\r\ninput _InputCollectionAction15172 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15172]\r\n}\r\n\r\ninput _InputCollectionAction15173 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15173]\r\n}\r\n\r\ninput _InputCollectionAction15174 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15174]\r\n}\r\n\r\ninput _InputCollectionAction15175 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15175]\r\n}\r\n\r\ninput _InputCollectionAction15176 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15176]\r\n}\r\n\r\ninput _InputCollectionAction15177 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15177]\r\n}\r\n\r\ninput _InputCollectionAction15178 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15178]\r\n}\r\n\r\ninput _InputCollectionAction15179 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15179]\r\n}\r\n\r\ninput _InputCollectionAction15180 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15180]\r\n}\r\n\r\ninput _InputCollectionAction15181 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15181]\r\n}\r\n\r\ninput _InputCollectionAction15182 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15182]\r\n}\r\n\r\ninput _InputCollectionAction15183 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15183]\r\n}\r\n\r\ninput _InputCollectionAction15184 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15184]\r\n}\r\n\r\ninput _InputCollectionAction15185 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15185]\r\n}\r\n\r\ninput _InputCollectionAction15186 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15186]\r\n}\r\n\r\ninput _InputCollectionAction15187 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15187]\r\n}\r\n\r\ninput _InputCollectionAction15188 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15188]\r\n}\r\n\r\ninput _InputCollectionAction15189 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15189]\r\n}\r\n\r\ninput _InputCollectionAction15190 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15190]\r\n}\r\n\r\ninput _InputCollectionAction15191 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15191]\r\n}\r\n\r\ninput _InputCollectionAction15192 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15192]\r\n}\r\n\r\ninput _InputCollectionAction15193 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15193]\r\n}\r\n\r\ninput _InputCollectionAction15194 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15194]\r\n}\r\n\r\ninput _InputCollectionAction15195 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15195]\r\n}\r\n\r\ninput _InputCollectionAction15196 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15196]\r\n}\r\n\r\ninput _InputCollectionAction15197 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15197]\r\n}\r\n\r\ninput _InputCollectionAction15198 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15198]\r\n}\r\n\r\ninput _InputCollectionAction15199 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15199]\r\n}\r\n\r\ninput _InputCollectionAction15200 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15200]\r\n}\r\n\r\ninput _InputCollectionAction15201 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15201]\r\n}\r\n\r\ninput _InputCollectionAction15202 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15202]\r\n}\r\n\r\ninput _InputCollectionAction15203 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15203]\r\n}\r\n\r\ninput _InputCollectionAction15204 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15204]\r\n}\r\n\r\ninput _InputCollectionAction15205 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15205]\r\n}\r\n\r\ninput _InputCollectionAction15206 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15206]\r\n}\r\n\r\ninput _InputCollectionAction15207 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15207]\r\n}\r\n\r\ninput _InputCollectionAction15208 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15208]\r\n}\r\n\r\ninput _InputCollectionAction15209 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15209]\r\n}\r\n\r\ninput _InputCollectionAction15210 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15210]\r\n}\r\n\r\ninput _InputCollectionAction15211 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15211]\r\n}\r\n\r\ninput _InputCollectionAction15212 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15212]\r\n}\r\n\r\ninput _InputCollectionAction15213 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15213]\r\n}\r\n\r\ninput _InputCollectionAction15214 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15214]\r\n}\r\n\r\ninput _InputCollectionAction15215 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15215]\r\n}\r\n\r\ninput _InputCollectionAction15216 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15216]\r\n}\r\n\r\ninput _InputCollectionAction15217 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15217]\r\n}\r\n\r\ninput _InputCollectionAction15218 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15218]\r\n}\r\n\r\ninput _InputCollectionAction15219 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15219]\r\n}\r\n\r\ninput _InputCollectionAction15220 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15220]\r\n}\r\n\r\ninput _InputCollectionAction15221 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15221]\r\n}\r\n\r\ninput _InputCollectionAction15222 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15222]\r\n}\r\n\r\ninput _InputCollectionAction15223 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15223]\r\n}\r\n\r\ninput _InputCollectionAction15224 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15224]\r\n}\r\n\r\ninput _InputCollectionAction15225 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15225]\r\n}\r\n\r\ninput _InputCollectionAction15226 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15226]\r\n}\r\n\r\ninput _InputCollectionAction15227 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15227]\r\n}\r\n\r\ninput _InputCollectionAction15228 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15228]\r\n}\r\n\r\ninput _InputCollectionAction15229 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15229]\r\n}\r\n\r\ninput _InputCollectionAction15230 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15230]\r\n}\r\n\r\ninput _InputCollectionAction15231 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15231]\r\n}\r\n\r\ninput _InputCollectionAction15232 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15232]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n ADD\r\n REMOVE\r\n REPLACE_ALL\r\n}\r\n\r\ninput _InputCustomRelationChild {\r\n id: String!\r\n customFields: [CustomFieldInput]\r\n}\r\n\r\ninput _InputCustomRelationship {\r\n action: _InputCollectionActionEnum!\r\n relationId: String!\r\n list: [_InputCustomRelationChild]!\r\n}\r\n\r\ninput _defaultActionElement15025 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n externalValue: String\r\n externalAbbreviation: String\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15026 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15027 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15028 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15029 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15030 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15031 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n externalValue: String\r\n externalAbbreviation: String\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15032 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15033 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15034 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15035 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15036 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15037 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n minorToMajorBehavior: MinorToMajorBehaviorEnum\r\n majorToMinorBehavior: MajorToMinorBehaviorEnum\r\n nameconvention61: String\r\n legOrderMajor: CustomInt\r\n legOrderMinor: CustomInt\r\n commentMajor: String\r\n commentMinor: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15038 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n minorToMajorBehavior: MinorToMajorBehaviorEnum\r\n majorToMinorBehavior: MajorToMinorBehaviorEnum\r\n nameconvention61: String\r\n legOrderMajor: CustomInt\r\n legOrderMinor: CustomInt\r\n commentMajor: String\r\n commentMinor: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15039 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaTextFormat: MetaTextFormatEnum\r\n substitutedMetaAttribute: SubstitutedMetaAttributeEnum\r\n detailedBehavior: DetailedBehaviorEnum\r\n previousSubstitutingMetaAttribute: String\r\n textFormatModifiable: Boolean\r\n parameterization: String\r\n currentNameServerSetupVersion: CurrentNameServerSetupVersionEnum\r\n pictureProvider: PictureProviderEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15040 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15041 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15042 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15043 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15044 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n technicalLevel: TechnicalLevelEnum\r\n uIPermissions: String\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15045 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15046 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15047 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaTextFormat: MetaTextFormatEnum\r\n substitutedMetaAttribute: SubstitutedMetaAttributeEnum\r\n detailedBehavior: DetailedBehaviorEnum\r\n previousSubstitutingMetaAttribute: String\r\n textFormatModifiable: Boolean\r\n parameterization: String\r\n currentNameServerSetupVersion: CurrentNameServerSetupVersionEnum\r\n pictureProvider: PictureProviderEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15048 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15049 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15050 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15051 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15052 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n technicalLevel: TechnicalLevelEnum\r\n uIPermissions: String\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15053 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15054 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15055 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n mifCode: String\r\n systemNature: SystemNatureEnum\r\n shapesVersion: ShapesVersionEnum\r\n systemDiagramAvailability: SystemDiagramAvailabilityEnum\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15056 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15057 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15058 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15059 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaTextFormat: MetaTextFormatEnum\r\n substitutedMetaAttribute: SubstitutedMetaAttributeEnum\r\n detailedBehavior: DetailedBehaviorEnum\r\n previousSubstitutingMetaAttribute: String\r\n textFormatModifiable: Boolean\r\n parameterization: String\r\n currentNameServerSetupVersion: CurrentNameServerSetupVersionEnum\r\n pictureProvider: PictureProviderEnum\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15060 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaModelKind: MetaModelKindEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15061 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15062 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15063 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n inheritability: InheritabilityEnum\r\n uIPermissions: String\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15064 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n inheritability: InheritabilityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n uIPermissions: String\r\n metaPropertyPageGUID: String\r\n metaPropertyPageType: MetaPropertyPageTypeEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15065 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n cardinal: String\r\n dB: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15066 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15067 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15068 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n mifCode: String\r\n systemNature: SystemNatureEnum\r\n shapesVersion: ShapesVersionEnum\r\n systemDiagramAvailability: SystemDiagramAvailabilityEnum\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15069 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15070 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15071 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15072 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaTextFormat: MetaTextFormatEnum\r\n substitutedMetaAttribute: SubstitutedMetaAttributeEnum\r\n detailedBehavior: DetailedBehaviorEnum\r\n previousSubstitutingMetaAttribute: String\r\n textFormatModifiable: Boolean\r\n parameterization: String\r\n currentNameServerSetupVersion: CurrentNameServerSetupVersionEnum\r\n pictureProvider: PictureProviderEnum\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15073 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaModelKind: MetaModelKindEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15074 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15075 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15076 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n inheritability: InheritabilityEnum\r\n uIPermissions: String\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15077 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n inheritability: InheritabilityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n uIPermissions: String\r\n metaPropertyPageGUID: String\r\n metaPropertyPageType: MetaPropertyPageTypeEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15078 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n cardinal: String\r\n dB: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15079 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15080 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15081 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15082 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nameconvention61: String\r\n legOrderMajor: CustomInt\r\n legOrderMinor: CustomInt\r\n commentMajor: String\r\n commentMinor: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15083 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15084 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15085 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nameconvention61: String\r\n legOrderMajor: CustomInt\r\n legOrderMinor: CustomInt\r\n commentMajor: String\r\n commentMinor: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15086 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15087 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaDeprecated: MetaDeprecatedEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n location: LocationEnum\r\n longevity: LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage: PhysicalStorageEnum\r\n mOFType: MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15088 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15089 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15090 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15091 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaDeprecated: MetaDeprecatedEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n location: LocationEnum\r\n longevity: LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage: PhysicalStorageEnum\r\n mOFType: MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15092 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaDeprecated: MetaDeprecatedEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n location: LocationEnum\r\n longevity: LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage: PhysicalStorageEnum\r\n mOFType: MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15093 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15094 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15095 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15096 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaDeprecated: MetaDeprecatedEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n location: LocationEnum\r\n longevity: LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage: PhysicalStorageEnum\r\n mOFType: MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15097 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15098 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaModelKind: MetaModelKindEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15099 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15100 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaModelKind: MetaModelKindEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15101 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n mifCode: String\r\n systemNature: SystemNatureEnum\r\n shapesVersion: ShapesVersionEnum\r\n systemDiagramAvailability: SystemDiagramAvailabilityEnum\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15102 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15103 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n mifCode: String\r\n systemNature: SystemNatureEnum\r\n shapesVersion: ShapesVersionEnum\r\n systemDiagramAvailability: SystemDiagramAvailabilityEnum\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15104 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15105 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaDeprecated: MetaDeprecatedEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n location: LocationEnum\r\n longevity: LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage: PhysicalStorageEnum\r\n mOFType: MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15106 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n minorToMajorBehavior: MinorToMajorBehaviorEnum\r\n majorToMinorBehavior: MajorToMinorBehaviorEnum\r\n opNature: OpNatureEnum\r\n operatorDefinitionMode: OperatorDefinitionModeEnum\r\n minorToMajorDefaultBehavior: MinorToMajorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior: MajorToMinorDefaultBehaviorEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n opDiscriminating: OpDiscriminatingEnum\r\n opPreview: OpPreviewEnum\r\n defaultPerimeter: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15107 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaDeprecated: MetaDeprecatedEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n majorAssociationEndName: String\r\n metaAssociationNature: MetaAssociationNatureEnum\r\n minorAssociationEndName: String\r\n uIPermissions: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n location: LocationEnum\r\n longevity: LongevityEnum\r\n majorMetaClassName: String\r\n minorMetaClassName: String\r\n physicalStorage: PhysicalStorageEnum\r\n mOFType: MOFTypeEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15108 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n minorToMajorBehavior: MinorToMajorBehaviorEnum\r\n majorToMinorBehavior: MajorToMinorBehaviorEnum\r\n opNature: OpNatureEnum\r\n operatorDefinitionMode: OperatorDefinitionModeEnum\r\n minorToMajorDefaultBehavior: MinorToMajorDefaultBehaviorEnum\r\n majorToMinorDefaultBehavior: MajorToMinorDefaultBehaviorEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n opDiscriminating: OpDiscriminatingEnum\r\n opPreview: OpPreviewEnum\r\n defaultPerimeter: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15109 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15110 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n externalValue: String\r\n externalAbbreviation: String\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15111 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15112 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15113 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15114 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n externalValue: String\r\n externalAbbreviation: String\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15115 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15116 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15117 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15118 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeViewNumber: CustomInt\r\n diagramTypeViewVisibility: Boolean\r\n diagramTypeViewName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15119 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n settings: String\r\n diagramTypeShapeFile: String\r\n diagramTypeObjectAddAble: DiagramTypeObjectAddAbleEnum\r\n diagramTypeObjectDroppable: DiagramTypeObjectDroppableEnum\r\n diagramTypeObjectInsertButtonGrouped: DiagramTypeObjectInsertButtonGroupedEnum\r\n diagramTypeObjectReusable: DiagramTypeObjectReusableEnum\r\n diagramTypeObjectCreatable: DiagramTypeObjectCreatableEnum\r\n diagramTypeObjectArrangement: DiagramTypeObjectArrangementEnum\r\n diagramTypeObjectLane: DiagramTypeObjectLaneEnum\r\n diagramTypeObjectAutomaticName: DiagramTypeObjectAutomaticNameEnum\r\n diagramTypeObjectLinkingObject: DiagramTypeObjectLinkingObjectEnum\r\n diagramTypeObjectBetweenConnection: DiagramTypeObjectBetweenConnectionEnum\r\n diagramTypeObjectDeleteOnDelKey: DiagramTypeObjectDeleteOnDelKeyEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15120 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n unidirectional: Boolean\r\n settings: String\r\n diagramTypeLinkLineStyle: DiagramTypeLinkLineStyleEnum\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n diagramTypeLinkInsideConnection: DiagramTypeLinkInsideConnectionEnum\r\n diagramTypeLinkReverseInReorganization: DiagramTypeLinkReverseInReorganizationEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15121 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypePathUnidirectional: Boolean\r\n diagramTypePathLineAddable: DiagramTypePathLineAddableEnum\r\n diagramTypePathAutoPopulate: DiagramTypePathAutoPopulateEnum\r\n diagramTypePathLineStyle: DiagramTypePathLineStyleEnum\r\n diagramTypePathInsideConnection: DiagramTypePathInsideConnectionEnum\r\n diagramTypePathPopulateCondition: String\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15122 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n gUIName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15123 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15124 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaCondition: String\r\n metaConnectionCheckKind: MetaConnectionCheckKindEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15125 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15126 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeViewNumber: CustomInt\r\n diagramTypeViewVisibility: Boolean\r\n diagramTypeViewName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15127 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n settings: String\r\n diagramTypeShapeFile: String\r\n diagramTypeObjectAddAble: DiagramTypeObjectAddAbleEnum\r\n diagramTypeObjectDroppable: DiagramTypeObjectDroppableEnum\r\n diagramTypeObjectInsertButtonGrouped: DiagramTypeObjectInsertButtonGroupedEnum\r\n diagramTypeObjectReusable: DiagramTypeObjectReusableEnum\r\n diagramTypeObjectCreatable: DiagramTypeObjectCreatableEnum\r\n diagramTypeObjectArrangement: DiagramTypeObjectArrangementEnum\r\n diagramTypeObjectLane: DiagramTypeObjectLaneEnum\r\n diagramTypeObjectAutomaticName: DiagramTypeObjectAutomaticNameEnum\r\n diagramTypeObjectLinkingObject: DiagramTypeObjectLinkingObjectEnum\r\n diagramTypeObjectBetweenConnection: DiagramTypeObjectBetweenConnectionEnum\r\n diagramTypeObjectDeleteOnDelKey: DiagramTypeObjectDeleteOnDelKeyEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15128 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n unidirectional: Boolean\r\n settings: String\r\n diagramTypeLinkLineStyle: DiagramTypeLinkLineStyleEnum\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n diagramTypeLinkInsideConnection: DiagramTypeLinkInsideConnectionEnum\r\n diagramTypeLinkReverseInReorganization: DiagramTypeLinkReverseInReorganizationEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15129 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypePathUnidirectional: Boolean\r\n diagramTypePathLineAddable: DiagramTypePathLineAddableEnum\r\n diagramTypePathAutoPopulate: DiagramTypePathAutoPopulateEnum\r\n diagramTypePathLineStyle: DiagramTypePathLineStyleEnum\r\n diagramTypePathInsideConnection: DiagramTypePathInsideConnectionEnum\r\n diagramTypePathPopulateCondition: String\r\n diagramTypeLinkLineBeginStyle: DiagramTypeLinkLineBeginStyleEnum\r\n diagramTypeLinkLineEndStyle: DiagramTypeLinkLineEndStyleEnum\r\n diagramTypeLinkLineDouble: DiagramTypeLinkLineDoubleEnum\r\n diagramTypeLinkRoundedCorner: DiagramTypeLinkRoundedCornerEnum\r\n diagramTypeLinkPenColor: String\r\n diagramTypeLinkPenStyle: DiagramTypeLinkPenStyleEnum\r\n diagramTypeLinkPenSize: String\r\n diagramTypeLinkBrushColor: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15130 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n gUIName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15131 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15132 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaCondition: String\r\n metaConnectionCheckKind: MetaConnectionCheckKindEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15133 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15134 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15135 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15136 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15137 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15138 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15139 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15140 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n startingPageVisibility: StartingPageVisibilityEnum\r\n name: String\r\n diagramTypeFolderNumber: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15141 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15142 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15143 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15144 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n gUIName: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15145 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n modelZoomCardinality: String\r\n gUIName: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15146 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15147 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n cardinal: String\r\n dB: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15148 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaClassDiagramTypeCardinality: String\r\n uIPermissions: String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15149 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15150 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15151 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n startingPageVisibility: StartingPageVisibilityEnum\r\n name: String\r\n diagramTypeFolderNumber: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15152 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n legIndex: String\r\n linkOrder: CustomInt\r\n cardMax: CardMaxEnum\r\n cardMin: String\r\n major: Boolean\r\n abbreviation: String\r\n uIPermissions: String\r\n dataVolumeChildren: CustomInt\r\n dataVolumeMax: CustomInt\r\n dataVolumeMaxChildren: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n metaMultiplicity: MetaMultiplicityEnum\r\n instantReports: InstantReportsEnum\r\n nameAppearance: NameAppearanceEnum\r\n linkOptions: CustomInt\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15153 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15154 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15155 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n gUIName: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15156 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n modelZoomCardinality: String\r\n gUIName: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15157 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15158 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n cardinal: String\r\n dB: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15159 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaClassDiagramTypeCardinality: String\r\n uIPermissions: String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15160 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15161 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15162 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15163 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaClassDiagramTypeCardinality: String\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15164 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n objectFactory: String\r\n systemComponent: SystemComponentEnum\r\n vBScript: String\r\n settings: String\r\n executionOptions: ExecutionOptionsEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15165 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15166 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaClassDiagramTypeCardinality: String\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15167 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaCondition: String\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15168 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n metaCondition: String\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15169 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15170 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15171 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15172 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15173 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15174 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n internalValue: String\r\n abbreviation: String\r\n rGBColor: CustomInt\r\n valueName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15175 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15176 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15177 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n inheritability: InheritabilityEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15178 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n inheritability: InheritabilityEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15179 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n technicalLevel: TechnicalLevelEnum\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15180 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n inheritability: InheritabilityEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15181 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n technicalLevel: TechnicalLevelEnum\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15182 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n inheritability: InheritabilityEnum\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15183 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15184 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15185 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15186 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15187 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15188 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n pictureCondition: String\r\n diagramTypeShapeFile: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15189 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15190 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15191 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15192 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15193 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15194 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15195 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15196 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15197 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15198 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15199 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15200 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15201 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15202 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15203 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n uIPermissions: String\r\n diagramTypeZoomCondition: String\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15204 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15205 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15206 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n atIndex: AtIndexEnum\r\n metaLayer: MetaLayerEnum\r\n atNature: AtNatureEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n initialANSIValue: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultSubstitutedMetaAttribute: DefaultSubstitutedMetaAttributeEnum\r\n defaultOrder: CustomInt\r\n uIPermissions: String\r\n sequence: CustomInt\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n indexRanking: CustomInt\r\n instantReports: InstantReportsEnum\r\n settings: String\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15207 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15208 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15209 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15210 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15211 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15212 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15213 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15214 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15215 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15216 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15217 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15218 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15219 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15220 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15221 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n abbreviation: String\r\n loggability: LoggabilityEnum\r\n savability: SavabilityEnum\r\n metaLayer: MetaLayerEnum\r\n translatability: TranslatabilityEnum\r\n translatabilityLevel: TranslatabilityLevelEnum\r\n location: LocationEnum\r\n nameLength: CustomInt\r\n nameCaseSensivity: String\r\n nameSpaceSeparator: String\r\n nameAppearance: NameAppearanceEnum\r\n nameFirstCharExclude: String\r\n nameCurrentCharExclude: String\r\n nameLastCharExclude: String\r\n nameFirstCharInclude: String\r\n nameCurrentCharInclude: String\r\n nameLastCharInclude: String\r\n settings: String\r\n longevity: LongevityEnum\r\n extendedProperties: ExtendedPropertiesEnum\r\n metaClassSensitivity: MetaClassSensitivityEnum\r\n readingAccessAreaUpdate: ReadingAccessAreaUpdateEnum\r\n uIPermissions: String\r\n metaCategory: MetaCategoryEnum\r\n rGBColor: CustomInt\r\n metaUsage: MetaUsageEnum\r\n physicalStorage: PhysicalStorageEnum\r\n isIndexable: IsIndexableEnum\r\n dataVolumeMax: CustomInt\r\n gUIName: String\r\n mOFType: MOFTypeEnum\r\n candidateToIndexation: CandidateToIndexationEnum\r\n displayConfidentialObjectsInDiagrams: DisplayConfidentialObjectsInDiagramsEnum\r\n createPermission: Boolean\r\n readPermission: Boolean\r\n updatePermission: Boolean\r\n deletePermission: Boolean\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15222 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15223 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n startingPageVisibility: StartingPageVisibilityEnum\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15224 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n startingPageVisibility: StartingPageVisibilityEnum\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15225 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15226 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15227 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15228 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n modelZoomCardinality: String\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15229 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15230 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n modelZoomCardinality: String\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15231 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement15232 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n diagramTypeParamWebSupport: DiagramTypeParamWebSupportEnum\r\n diagramTypeParamLineStyle: DiagramTypeParamLineStyleEnum\r\n diagramTypeParamRoundedCorner: DiagramTypeParamRoundedCornerEnum\r\n diagramTypeParamLanePool: DiagramTypeParamLanePoolEnum\r\n diagramTypeParamBpmnGroup: DiagramTypeParamBpmnGroupEnum\r\n diagramTypeParamGridVisible: DiagramTypeParamGridVisibleEnum\r\n diagramTypeParamEnableKeyboardDelete: DiagramTypeParamEnableKeyboardDeleteEnum\r\n diagramTypeParamCanvasAsDescribedObject: DiagramTypeParamCanvasAsDescribedObjectEnum\r\n diagramTypeParamGridActive: DiagramTypeParamGridActiveEnum\r\n diagramTypeParamGridInMn: CustomInt\r\n diagramTypeParamLayoutAlgorithm: DiagramTypeParamLayoutAlgorithmEnum\r\n diagramTypeParamPageBoudariesVisible: DiagramTypeParamPageBoudariesVisibleEnum\r\n diagramTypeParamPerspectiveMenuShow: DiagramTypeParamPerspectiveMenuShowEnum\r\n settings: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput countFilter {\r\n count: Int\r\n count_not: Int\r\n count_lt: Int\r\n count_lte: Int\r\n count_gt: Int\r\n count_gte: Int\r\n}\r\n\r\nenum creationMode {\r\n RAW\r\n BUSINESS\r\n}\r\n\r\ninput currentContext {\r\n language: Languages!\r\n}\r\n\r\nenum nameSpace {\r\n LOCAL\r\n SHORT\r\n LONG\r\n}\r\n"