Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError _CDECL edmiGetExtendedAttributesOfInstance (SdaiInstance currInst, SdaiInteger *numberOfExtededAttributes, SdaiInstance **extendedAttributesIds); /* attributeIds should be freed (edmiFree()) by caller */ edmiGetExtensionSchemataUsedByModel (SdaiModel _CDECL edmiCreateModelWithExtensionSchemataBN (SdaiString repositoryName, modelId, SdaiString modelName, SdaiString schemaName, SdaiOptions options, SdaiInteger *numberOfExtensionSchemata, SdaiString *extensionSchemataNames); /* String array (buffer) of extension schema names. May be NULL */ EdmiError _CDECL edmiGetModelsUsingExtensionSchema (SdaiSchema expressSchemaId**extensionSchemataNames, SdaiInteger extensionSchemaId, /* optional; When not set, models using any extension schemata of schema will be returned */ SdaiInteger *numberOfModels, SdaiInstance **modelsIds); /* modelsIds should be freed (edmiFree()) by caller */ EdmiError _CDECL edmiGetExtensionSchemataUsedByModel (SdaiModel modelId, SdaiInteger *numberOfExtensionSchemata, SdaiString **extensionSchemataNames, /* Optionsl; Extension schema names. extensionSchemataNames must be freed by caller */ SdaiInteger **extensionSchemataIds); /* Optional; Extension schemata ids. extensionSchemataIds must be freed by caller */ |
Use this function to get attribute metainformation for attribute declared in an extension schemata for an EXPRESS schema.
Arguments
<arguments missing>
**extensionSchemataIds); |
Use this function to list extension schemata used by specified data model
Arguments
...
Type | Name | Comment |
SdaiModel | modelId | |
SdaiInteger | numberOfExtensionSchemata | |
SdaiString | extensionSchemataNames | Optionsl; Extension schema names. extensionSchemataNames must be freed by caller |
SdaiInteger | extensionSchemataIds | Optional; Extension schemata ids. extensionSchemataIds must be freed by caller |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
<arguments missing>
Example
...
...
Code Block | ||
---|---|---|
| ||
<example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
...