Entity Data Model schema oor Spaans

Entity Data Model schema

en
An XML text file that describes entity and relationship types. The schema also defines a container within which instances of these types are logically organized.

Vertalings in die woordeboek Engels - Spaans

esquema EDM

en
An XML text file that describes entity and relationship types. The schema also defines a container within which instances of these types are logically organized.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
A simple EXPRESS data model looks like fig 2, and the code like this: SCHEMA Family; ENTITY Person ABSTRACT SUPERTYPE OF (ONEOF (Male, Female)); name: STRING; mother: OPTIONAL Female; father: OPTIONAL Male; END_ENTITY; ENTITY Female SUBTYPE OF (Person); END_ENTITY; ENTITY Male SUBTYPE of (Person); END_ENTITY; END_SCHEMA; The data model is enclosed within the EXPRESS schema Family.
Esto es un ejemplo: SCHEMA Familia ENTITY Persona ABSTRACT SUPERTYPE OF (ONEOF (Hombre, Mujer)); nombre: STRING; padre OPTIONAL Hombre madre OPTIONAL Mujer END_ENTITY; ENTITY Hombre SUBTYPE OF (Persona); END_ENTITY; ENTITY Mujer SUBTYPE OF (Persona); END_ENTITY; END_SCHEMA; Familia sea un EXPRESS SCHEMA Persona sea un ENTITY SUPERTYPE Hombre/Mujer sean los ENTITY SUBTYPE.WikiMatrix WikiMatrix
Once you obtain the schema for a given Entity in your Bizagi project's data model, you may want to use other methods to obtain business information for that Entity, and use the schema as a filter for the fields obtained in the result.
Una vez que se obtenga la definición del esquema de una Entidad del modelo de datos, puede optar por utilizar otros métodos para obtener la información de esa Entidad de acuerdo al esquema. Para ello, use el esquema como filtro.ParaCrawl Corpus ParaCrawl Corpus
An easy way to create this schema is to use the Xml Schemas option for the entity with the highest hierarchy in the data model (e.g.
Una forma sencilla de crear este esquema es usar la opción Xml Schemas para la entidad con la jerarquía mas alta en el modelo (e.g.ParaCrawl Corpus ParaCrawl Corpus
In Sofia2, an Ontology states the data model and it is defined using a JSON Schema. Any entity interacting with an Ontology shall respect this Schema in all operations.
Una ontología en Sofia2 se refiere al modelo de datos, que se define mediante un esquema de JSON que deberán de cumplir todas las entidades que interactúen con la misma.ParaCrawl Corpus ParaCrawl Corpus
Through Bizagi's XML schemas options, you may generate and view what is the XSD of any entity or process data model structured (as expected by Bizagi).
La opción de Bizagi de Generar esquemas XML permite visualizar la estructura XSD de cualquier entidad o del modelo de datos del proceso.ParaCrawl Corpus ParaCrawl Corpus
If a formal schema is needed, the application itself is responsible for ensuring that entities conform to it; the Python SDK includes a rich library of data modeling features for this purpose.
Si se necesita un esquema formal, la aplicación en sí es responsable de garantizar que las entidades lo cumplan.ParaCrawl Corpus ParaCrawl Corpus
6 sinne gevind in 27 ms. Hulle kom uit baie bronne en word nie nagegaan nie.