ProductionEnvironment#
Fully qualified class name of the UML model DDI-CDI 1.0: DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment
Definition#
Production environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent.
Examples#
Data processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes.
Diagram#
Diagram
Attributes#
Attributes
Name |
Inherited from |
Description |
Data Type |
Multiplicity |
Default value |
|---|---|---|---|---|---|
description |
- own class - |
A description of the control logic in human-readable language. |
String |
0..1 |
|
displayLabel |
- own class - |
A human-readable display label for the object. Supports the use of multiple languages. Repeat for labels with different content, for example, labels with differing length limitations. |
0..* |
||
identifier |
- own class - |
Identifier for objects requiring short- or long-lasting referencing and management. |
0..1 |
||
name |
- own class - |
Human understandable name (linguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage. |
0..* |
Associations#
Associations
Direction |
Association |
Description |
Multiplicity of ProductionEnvironment |
Package of Other Class |
Other Class |
Multiplicity of other class |
Aggregation Kind |
Inherited from |
|---|---|---|---|---|---|---|---|---|
to |
ProcessingAgent operatesOn ProductionEnvironment |
0..* |
- own package - |
0..* |
none |
own class |
Encodings#
Syntax representations / encodings
All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.
Fragment for the class ProductionEnvironment (entire model as XMI)
1<packagedElement xmlns:StandardProfile="http://www.omg.org/spec/UML/20131001/StandardProfile"
2 xmlns:uml="http://www.omg.org/spec/UML/20131001"
3 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
4 xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment"
6 xmi:type="uml:Class">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment"/>
11 <body>Definition
12============
13Production environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent.
14
15Examples
16==========
17Data processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes.</body>
18 </ownedComment>
19 <name>ProductionEnvironment</name>
20 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-description"
21 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-description"
22 xmi:type="uml:Property">
23 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-description-ownedComment"
24 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-description-ownedComment"
25 xmi:type="uml:Comment">
26 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-description"/>
27 <body>A description of the control logic in human-readable language.</body>
28 </ownedComment>
29 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-description-lowerValue"
30 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-description-lowerValue"
31 xmi:type="uml:LiteralInteger"/>
32 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-description-upperValue"
33 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-description-upperValue"
34 xmi:type="uml:LiteralUnlimitedNatural">
35 <value>1</value>
36 </upperValue>
37 <name>description</name>
38 <type href="http://www.omg.org/spec/UML/20131001/PrimitiveTypes.xmi#String"
39 xmi:type="uml:PrimitiveType"/>
40 </ownedAttribute>
41 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-displayLabel"
42 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-displayLabel"
43 xmi:type="uml:Property">
44 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-displayLabel-ownedComment"
45 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-displayLabel-ownedComment"
46 xmi:type="uml:Comment">
47 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-displayLabel"/>
48 <body>A human-readable display label for the object. Supports the use of multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.</body>
49 </ownedComment>
50 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-displayLabel-lowerValue"
51 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-displayLabel-lowerValue"
52 xmi:type="uml:LiteralInteger"/>
53 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-displayLabel-upperValue"
54 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-displayLabel-upperValue"
55 xmi:type="uml:LiteralUnlimitedNatural">
56 <value>*</value>
57 </upperValue>
58 <name>displayLabel</name>
59 <isOrdered>true</isOrdered>
60 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-LabelForDisplay"/>
61 </ownedAttribute>
62 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier"
63 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-identifier"
64 xmi:type="uml:Property">
65 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier-ownedComment"
66 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-identifier-ownedComment"
67 xmi:type="uml:Comment">
68 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier"/>
69 <body>Identifier for objects requiring short- or long-lasting referencing and management.</body>
70 </ownedComment>
71 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier-lowerValue"
72 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-identifier-lowerValue"
73 xmi:type="uml:LiteralInteger"/>
74 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier-upperValue"
75 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-identifier-upperValue"
76 xmi:type="uml:LiteralUnlimitedNatural">
77 <value>1</value>
78 </upperValue>
79 <name>identifier</name>
80 <isID>true</isID>
81 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Identifier"/>
82 </ownedAttribute>
83 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-name"
84 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-name"
85 xmi:type="uml:Property">
86 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-name-ownedComment"
87 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-name-ownedComment"
88 xmi:type="uml:Comment">
89 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-name"/>
90 <body>Human understandable name (linguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</body>
91 </ownedComment>
92 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-name-lowerValue"
93 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-name-lowerValue"
94 xmi:type="uml:LiteralInteger"/>
95 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-name-upperValue"
96 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-name-upperValue"
97 xmi:type="uml:LiteralUnlimitedNatural">
98 <value>*</value>
99 </upperValue>
100 <name>name</name>
101 <isOrdered>true</isOrdered>
102 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ObjectName"/>
103 </ownedAttribute>
104</packagedElement>
Fragment for the class ProductionEnvironment (entire XML Schema)
1<xs:element name="ProductionEnvironment"
2 type="ProductionEnvironmentXsdType"
3 xml:id="ProductionEnvironment">
4 <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment -->
5 <xs:annotation>
6 <xs:documentation>Definition
7 ============
8 Production environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent.
9
10 Examples
11 ==========
12 Data processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes.</xs:documentation>
13 </xs:annotation>
14</xs:element>
15<xs:complexType name="ProductionEnvironmentXsdType"
16 xml:id="ProductionEnvironmentXsdType">
17 <xs:annotation>
18 <xs:documentation>Definition
19 ============
20 Production environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent.
21
22 Examples
23 ==========
24 Data processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes.</xs:documentation>
25 </xs:annotation>
26 <xs:sequence>
27 <xs:element name="description"
28 type="xs:string"
29 minOccurs="0"
30 maxOccurs="1"
31 xml:id="ProductionEnvironment-description">
32 <xs:annotation>
33 <xs:documentation>A description of the control logic in human-readable language.</xs:documentation>
34 </xs:annotation>
35 </xs:element>
36 <xs:element name="displayLabel"
37 type="LabelForDisplayXsdType"
38 minOccurs="0"
39 maxOccurs="unbounded"
40 xml:id="ProductionEnvironment-displayLabel">
41 <xs:annotation>
42 <xs:documentation>A human-readable display label for the object. Supports the use of multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.</xs:documentation>
43 </xs:annotation>
44 </xs:element>
45 <xs:element name="identifier"
46 type="IdentifierXsdType"
47 minOccurs="0"
48 maxOccurs="1"
49 xml:id="ProductionEnvironment-identifier">
50 <xs:annotation>
51 <xs:documentation>Identifier for objects requiring short- or long-lasting referencing and management.</xs:documentation>
52 </xs:annotation>
53 </xs:element>
54 <xs:element name="name"
55 type="ObjectNameXsdType"
56 minOccurs="0"
57 maxOccurs="unbounded"
58 xml:id="ProductionEnvironment-name">
59 <xs:annotation>
60 <xs:documentation>Human understandable name (linguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</xs:documentation>
61 </xs:annotation>
62 </xs:element>
63 </xs:sequence>
64</xs:complexType>
Fragment for the class ProductionEnvironment (entire JSON Schema)
1"cls-ProductionEnvironment": {
2 "description": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ProductionEnvironment",
3 "type": "object",
4 "properties": {
5 "@context": {
6 "$ref": "#/defs/at-context"
7 },
8 "@id": {
9 "type": "string",
10 "format": "iri-reference"
11 },
12 "@type": {
13 "const": "ProductionEnvironment"
14 },
15 "description": {
16 "$comment": "cardinality 0..1 – from cdi:ProductionEnvironment",
17 "$ref": "#/defs/xsd:string"
18 },
19 "displayLabel": {
20 "$comment": "cardinality 0..-1 – from cdi:ProductionEnvironment",
21 "if": { "type": "array" },
22 "then": { "items": { "$ref": "#/defs/dt-LabelForDisplay" } },
23 "else": { "$ref": "#/defs/dt-LabelForDisplay" }
24 },
25 "identifier": {
26 "$comment": "cardinality 0..1 – from cdi:ProductionEnvironment",
27 "$ref": "#/defs/dt-Identifier"
28 },
29 "name": {
30 "$comment": "cardinality 0..-1 – from cdi:ProductionEnvironment",
31 "if": { "type": "array" },
32 "then": { "items": { "$ref": "#/defs/dt-ObjectName" } },
33 "else": { "$ref": "#/defs/dt-ObjectName" }
34 },
35
36 "operatesOn_OF_ProcessingAgent": {
37 "description": "ProcessingAgent_operatesOn_ProductionEnvironment",
38 "$comment": "cardinality 0..-1",
39 "anyOf": [
40 {
41 "$ref": "#/defs/target-ProcessingAgent"
42 },
43 {
44 "type": "array",
45 "items": {
46 "$ref": "#/defs/target-ProcessingAgent"
47 }
48 }
49 ]
50 },
51 "sameAs": {
52 "$ref": "#/defs/owl:sameAs"
53 }
54 },
55 "required": ["@type"],
56 "additionalProperties": false
57},
58"target-ProductionEnvironment": {
59 "description": "all subclasses of http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ProductionEnvironment",
60 "anyOf": [
61 { "$ref": "#/defs/cls-ProductionEnvironment" },
62 { "type": "string", "format": "iri-reference" }
63 ]
64},
Fragment for the class ProductionEnvironment (main ontology)
1# class ProductionEnvironment
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment
3cdi:ProductionEnvironment
4 a rdfs:Class, owl:Class, ucmis:Class;
5 rdfs:label "ProductionEnvironment";
6 rdfs:comment "Definition \n============ \nProduction environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent. \n\nExamples \n========== \nData processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes."@en;
7
8.
9
10cdi:ProductionEnvironment-description
11 a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
12 rdfs:label "description";
13 rdfs:comment "A description of the control logic in human-readable language."@en;
14 rdfs:domain cdi:ProductionEnvironment;
15 rdfs:range xsd:string;
16.
17
18cdi:ProductionEnvironment-displayLabel
19 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
20 rdfs:label "displayLabel";
21 rdfs:comment "A human-readable display label for the object. Supports the use of multiple languages. Repeat for labels with different content, for example, labels with differing length limitations."@en;
22 rdfs:domain cdi:ProductionEnvironment;
23 rdfs:range cdi:LabelForDisplay;
24.
25
26cdi:ProductionEnvironment-identifier
27 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
28 rdfs:label "identifier";
29 rdfs:comment "Identifier for objects requiring short- or long-lasting referencing and management."@en;
30 rdfs:domain cdi:ProductionEnvironment;
31 rdfs:range cdi:Identifier;
32.
33
34cdi:ProductionEnvironment-name
35 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
36 rdfs:label "name";
37 rdfs:comment "Human understandable name (linguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage."@en;
38 rdfs:domain cdi:ProductionEnvironment;
39 rdfs:range cdi:ObjectName;
40.
Fragment for the class ProductionEnvironment (entire JSON-LD)
1{
2 "@context": [
3 {
4 "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
5 "xsd": "http://www.w3.org/2001/XMLSchema#",
6
7 "description": {
8 "@id": "cdi:ProductionEnvironment-description",
9 "@type": "xsd:string"
10 },
11 "displayLabel": {
12 "@id": "cdi:ProductionEnvironment-displayLabel",
13 "@type": "@id",
14 "@context": "LabelForDisplay.jsonld"
15 },
16 "identifier": {
17 "@id": "cdi:ProductionEnvironment-identifier",
18 "@type": "@id",
19 "@context": "Identifier.jsonld"
20 },
21 "name": {
22 "@id": "cdi:ProductionEnvironment-name",
23 "@type": "@id",
24 "@context": "ObjectName.jsonld"
25 },
26
27 "operatesOn_OF_ProcessingAgent": {
28 "@reverse": "cdi:ProcessingAgent_operatesOn_ProductionEnvironment",
29 "@type": "@id",
30 "@context": "ProcessingAgent.jsonld"
31 },
32 " comment ": "tag:json-should-support-trailing-commas"
33 }
34 ],
35 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2025-08-29 14:34:53.",
36 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment"
37}
Fragment for the class ProductionEnvironment (entire SHACL - Shapes Constraint Language)
1# class ProductionEnvironment
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment
3<#ProductionEnvironment> a sh:NodeShape;
4 sh:targetClass cdi:ProductionEnvironment;
5 sh:message "See http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ProductionEnvironment";
6 sh:closed true;
7 sh:ignoredProperties ( owl:sameAs );
8 sh:property [
9 sh:path rdf:type;
10 sh:in ( cdi:ProductionEnvironment
11 ) ;
12 ];
13 # attributes
14 sh:property <#ProductionEnvironment-description>;
15 sh:property <#ProductionEnvironment-displayLabel>;
16 sh:property <#ProductionEnvironment-identifier>;
17 sh:property <#ProductionEnvironment-name>;
18 # associations from ProductionEnvironment
19 # associations to ProductionEnvironment
20 sh:property <#rev_ProcessingAgent_operatesOn_ProductionEnvironment>;
21
22
23
24.
25
26<#ProductionEnvironment-description> a sh:PropertyShape ;
27 sh:path cdi:ProductionEnvironment-description;
28 sh:datatype xsd:string;
29 sh:maxCount 1;
30.
31<#ProductionEnvironment-displayLabel> a sh:PropertyShape ;
32 sh:path cdi:ProductionEnvironment-displayLabel;
33 sh:node [ sh:property [ sh:path rdf:type; sh:minCount 1; sh:in (
34 cdi:LabelForDisplay
35
36 ) ]];
37.
38<#ProductionEnvironment-identifier> a sh:PropertyShape ;
39 sh:path cdi:ProductionEnvironment-identifier;
40 sh:node [ sh:property [ sh:path rdf:type; sh:minCount 1; sh:in (
41 cdi:Identifier
42
43 ) ]];
44 sh:maxCount 1;
45.
46<#ProductionEnvironment-name> a sh:PropertyShape ;
47 sh:path cdi:ProductionEnvironment-name;
48 sh:node [ sh:property [ sh:path rdf:type; sh:minCount 1; sh:in (
49 cdi:ObjectName
50 cdi:OrganizationName
51
52 ) ]];
53.
Fragment for the class ProductionEnvironment (entire ShEx - Shape Expressions)
1# class ProductionEnvironment
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment
3cdi:ProductionEnvironmentShape CLOSED {
4 a [cdi:ProductionEnvironment];
5 cdi:ProductionEnvironment-description xsd:string?;
6 cdi:ProductionEnvironment-displayLabel @cdi:LabelForDisplayShape*;
7 cdi:ProductionEnvironment-identifier @cdi:IdentifierShape?;
8 cdi:ProductionEnvironment-name @cdi:ObjectNameShape*;
9 ^cdi:ProcessingAgent_operatesOn_ProductionEnvironment @cdi:ProcessingAgentShape OR @cdi:CuratorShape OR @cdi:ServiceShape*;
10 }