<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
            xmlns:EA="http://maenad.eu/M2.1.10"
            targetNamespace="http://maenad.eu/M2.1.10"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified">

<!--EAST-ADL Schema Definition-->

  
  
  
  
  
  
  
  
  
  <xsd:complexType name="ACTOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Actor represents a type of role played by an entity that interacts with the UseCase, e.g. by exchanging signals and data, but which is external to the subject, i.e., in the sense that an instance of an Actor is not a part of the instance of its corresponding subject. Actors may represent roles played by human users, external hardware, or other subjects. Note that an Actor does not necessarily represent a specific physical entity but merely a particular facet (i.e., "role") of some entity that is relevant to the specification of its associated UseCases. Thus, a single physical instance may play the role of several different Actors and, conversely, a given Actor may be played by multiple different instances. Since an Actor is external to the subject, it is typically defined in the same classifier or package that incorporates the subject classifier.

Semantics:
The Actor element represents entities that interacts with a UseCase.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="ACTUATOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Actuator is the element that represents electrical actuators, such as valves, motors, lamps, brake units, etc. Non-electrical actuators such as the engine, hydraulics, etc. are considered part of the plant model (environment). Plant models are not part of the Hardware Design Architecture. 

Semantics:
The Actuator metaclass represents the physical and electrical aspects of actuator hardware. The logical aspect is represented by a HardwareFunctionType associated with the Actuator.

Notation:
Actuator is shown as a solid-outline rectangle with double vertical borders. The rectangle contains the name, and its ports or port groups on the perimeter.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:HARDWARE-COMPONENT-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="AGE-TIMING-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Different tolerances on over-/undersampling can be identified when the solution has been modeled.

An age constraint is of interest in control engineering when looking back through the system.

In case of over- or undersampling, a one-to-one relation is not possible between the occurrences of stimuli and responses of the associated event chain. Thus, the age constraint defines the semantic of which delay must be constrained.

The attribute upper is applicable in worst-case analysis.

The attribute lower is applicable in best-case analysis.

Semantics:
AgeTimingConstraint characterizes the age of the stimulus event compared to the response event.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:DELAY-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ALLOCATEABLE-ELEMENT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="DESIGN-FUNCTION-PROTOTYPE"/>
            <xsd:enumeration value="FUNCTION-CONNECTOR"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ALLOCATION">
        <xsd:annotation>
            <xsd:documentation>The Allocation element contains function allocations. It can bundle function allocations that belong together, e.g., all function allocations for a simulation.

Semantics:
The Allocation element contains function allocations, i.e., it can bundle function allocations that belong together.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FUNCTION-ALLOCATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTION-ALLOCATION" type="EA:FUNCTION-ALLOCATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ALLOCATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Allocation element contains function allocations. It can bundle function allocations that belong together, e.g., all function allocations for a simulation.

Semantics:
The Allocation element contains function allocations, i.e., it can bundle function allocations that belong together.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ALLOCATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ALLOCATION-TARGET--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="HARDWARE-COMPONENT-PROTOTYPE"/>
            <xsd:enumeration value="LOGICAL-BUS"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ANALYSIS-FUNCTION-PROTOTYPE">
        <xsd:annotation>
            <xsd:documentation>The AnalysisFunctionPrototype represents references to the occurrence of the AnalysisFunctionType that types it when it acts as a part.

The AnalysisFunctionPrototype is typed by an AnalysisFunctionType.


Semantics:
The AnalysisFunctionPrototype represents an occurrence of the AnalysisFunctionType that types it.


Extension:
UML Property, specialization of SysML::BlockProperty</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ANALYSIS-FUNCTION-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ANALYSIS-FUNCTION-PROTOTYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The AnalysisFunctionPrototype represents references to the occurrence of the AnalysisFunctionType that types it when it acts as a part.

The AnalysisFunctionPrototype is typed by an AnalysisFunctionType.


Semantics:
The AnalysisFunctionPrototype represents an occurrence of the AnalysisFunctionType that types it.


Extension:
UML Property, specialization of SysML::BlockProperty</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ANALYSIS-FUNCTION-PROTOTYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="ANALYSIS-FUNCTION-TYPE">
        <xsd:annotation>
            <xsd:documentation>The AnalysisFunctionType is a concrete FunctionType and therefore inherits the elementary function properties from the abstract metaclass FunctionType. The AnalysisFunctionType is used to model the functional structure on AnalysisLevel. The syntax of AnalysisFunctionTypes is inspired from the type-prototype pattern used by AUTOSAR.

The AnalysisFunctions may interact with other AnalysisFunctions (i.e., also FunctionalDevices) through their FunctionPorts.

Furthermore, an AnalysisFunction may be decomposed into AnalysisFunctions the contained parts that are AnalysisFunctionPrototypes. This allows the functionalities provided by the parent AnalysisFunction to be broken up hierarchically into subfunctionalities.

A FunctionBehavior may be associated with each AnalysisFunction. In the case where the AnalysisFunction is decomposed, the behavior is a specification for the composed behavior of the parts.


Semantics:
The AnalysisFunctionType represents a node in a tree structure corresponding to the functional decomposition of a top level AnalysisFunction. The AnalysisFunction represents the analysis function used to describe the functionalities provided by a vehicle on the AnalysisLevel. At the AnalysisLevel, AnalysisFunctions are defined and structured according to the functional requirements, i.e., the functionalities provided to the user. 

Constraints:
[1] AnalysisFunctionTypes may only be used on AnalysisLevel.


Extension: UML Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PARTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ANALYSIS-FUNCTION-PROTOTYPE" type="EA:ANALYSIS-FUNCTION-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ANALYSIS-FUNCTION-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The AnalysisFunctionType is a concrete FunctionType and therefore inherits the elementary function properties from the abstract metaclass FunctionType. The AnalysisFunctionType is used to model the functional structure on AnalysisLevel. The syntax of AnalysisFunctionTypes is inspired from the type-prototype pattern used by AUTOSAR.

The AnalysisFunctions may interact with other AnalysisFunctions (i.e., also FunctionalDevices) through their FunctionPorts.

Furthermore, an AnalysisFunction may be decomposed into AnalysisFunctions the contained parts that are AnalysisFunctionPrototypes. This allows the functionalities provided by the parent AnalysisFunction to be broken up hierarchically into subfunctionalities.

A FunctionBehavior may be associated with each AnalysisFunction. In the case where the AnalysisFunction is decomposed, the behavior is a specification for the composed behavior of the parts.


Semantics:
The AnalysisFunctionType represents a node in a tree structure corresponding to the functional decomposition of a top level AnalysisFunction. The AnalysisFunction represents the analysis function used to describe the functionalities provided by a vehicle on the AnalysisLevel. At the AnalysisLevel, AnalysisFunctions are defined and structured according to the functional requirements, i.e., the functionalities provided to the user. 

Constraints:
[1] AnalysisFunctionTypes may only be used on AnalysisLevel.


Extension: UML Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FUNCTION-TYPE"/>
            <xsd:group ref="EA:ANALYSIS-FUNCTION-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ANALYSIS-FUNCTION-TYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ANALYSIS-FUNCTION-TYPE"/>
            <xsd:enumeration value="FUNCTIONAL-DEVICE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ANALYSIS-LEVEL">
        <xsd:annotation>
            <xsd:documentation>The AnalysisLevel represents the vehicle electrical/electronic system in terms of its abstract functional definition. It includes the functional analysis architecture (FAA), which represents the functional structure.

Semantics:
AnalysisLevel represents the vehicle electrical/electronic system in terms of its abstract functional definition. It defines the logical functionality and a logical decomposition of functionality down to the appropriate granularity.

Notation:
The Analysis Architecture is shown as a solid-outline rectangle containing the name, with its ports or port groups on the perimeter. Contained entities may be shown with their connectors (White-box view).

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FUNCTIONAL-ANALYSIS-ARCHITECTURE" type="EA:ANALYSIS-FUNCTION-PROTOTYPE"
                         minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ANALYSIS-LEVEL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The AnalysisLevel represents the vehicle electrical/electronic system in terms of its abstract functional definition. It includes the functional analysis architecture (FAA), which represents the functional structure.

Semantics:
AnalysisLevel represents the vehicle electrical/electronic system in terms of its abstract functional definition. It defines the logical functionality and a logical decomposition of functionality down to the appropriate granularity.

Notation:
The Analysis Architecture is shown as a solid-outline rectangle containing the name, with its ports or port groups on the perimeter. Contained entities may be shown with their connectors (White-box view).

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:ANALYSIS-LEVEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="ANOMALY">
        <xsd:annotation>
            <xsd:documentation>The Anomaly metaclass represents a Fault that may occur internally in an ErrorModel or be propagated to it, or a Failure that is propagated out of an Error Model. The anomaly may represent different Faults or Failures depending on the range of its EADatatype. Typically, the EADatatype is an Enumeration, for example:

BrakeAnomaly:

- BrakePressureTooLow

Semantics="brake pressure is below 20% of requested value"

- Omission

Semantics="brake pressure is below 10% of maximal brake pressure"

- Comission

Semantics="brake pressure exceeds requested value with more than 10% of maximal brake pressure"

Semantics may also be a more formal expression defining in the type of the nominal datatype what value range is considered a fault. This depends on the user and tooling available.


Semantics:
An anomaly refers to a condition that deviates from expectations based on requirements specifications, design documents, user documents, standards, etc., or from someone's perceptions or experiences (ISO26262). The set of available faults or failures represented by the Anomaly is defined by its EADatatype, typically an enumeration type like {omission, commission}. It is an abstract class further specialized with metaclasses for different types of fault/failure.


Extension:
(UML::Part)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="GENERIC-DESCRIPTION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>A description of the Anomaly</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-DATATYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="ANOMALY--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FAILURE-OUT-PORT"/>
            <xsd:enumeration value="FAULT-IN-PORT"/>
            <xsd:enumeration value="INTERNAL-FAULT-PROTOTYPE"/>
            <xsd:enumeration value="PROCESS-FAULT-PROTOTYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ARBITRARY-EVENT-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The Arbitrary Event Model describes whether an event occurs occasionally, singly, irregularly or randomly. The primary purpose of this event model is to abstract event occurrences captured by data acquisition tools (background debugger, trace analyzer, etc.) during the operation of a system.

Constraints:
[1] The number of elements in the sets minimum inter-arrival time and maximum inter-arrival time must be the same. Rationale: Consistent specification of arrival times.

Semantics:
ArbitraryEventConstraint characterizes the occurrence pattern of the associated Event. minimumInterArrivalTime and maximumInterArrivalTime defines the timing constraints for the pattern.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="MAXIMUM-INTER-ARRIVAL-TIMES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TIME-DURATION" type="EA:TIME-DURATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="MINIMUM-INTER-ARRIVAL-TIMES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TIME-DURATION" type="EA:TIME-DURATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ARBITRARY-EVENT-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Arbitrary Event Model describes whether an event occurs occasionally, singly, irregularly or randomly. The primary purpose of this event model is to abstract event occurrences captured by data acquisition tools (background debugger, trace analyzer, etc.) during the operation of a system.

Constraints:
[1] The number of elements in the sets minimum inter-arrival time and maximum inter-arrival time must be the same. Rationale: Consistent specification of arrival times.

Semantics:
ArbitraryEventConstraint characterizes the occurrence pattern of the associated Event. minimumInterArrivalTime and maximumInterArrivalTime defines the timing constraints for the pattern.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:EVENT-CONSTRAINT"/>
            <xsd:group ref="EA:ARBITRARY-EVENT-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="ARCHITECTURAL-DESCRIPTION">
        <xsd:annotation>
            <xsd:documentation>A collection of products to document an architecture. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="AGGREGATESS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ARCHITECTURAL-MODEL" type="EA:ARCHITECTURAL-MODEL"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IDENTIFIES-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="IDENTIFIES-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:STAKEHOLDER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ARCHITECTURAL-DESCRIPTION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A collection of products to document an architecture. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ARCHITECTURAL-DESCRIPTION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ARCHITECTURAL-DESCRIPTION--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ARCHITECTURAL-DESCRIPTION"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ARCHITECTURAL-MODEL">
        <xsd:annotation>
            <xsd:documentation>A view may consist of one or more architectural models. Each such architectural model is developed using the methods established by its associated architectural viewpoint. An architectural model may participate in more than one view. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="IS-CONCEPT-FOR-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="IS-CONCEPT-FOR-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:SYSTEM-MODEL--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ARCHITECTURAL-MODEL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A view may consist of one or more architectural models. Each such architectural model is developed using the methods established by its associated architectural viewpoint. An architectural model may participate in more than one view. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ARCHITECTURAL-MODEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="ARCHITECTURE">
        <xsd:annotation>
            <xsd:documentation>The fundamental organization of a system embodied by its components, their relationships to each other, and to the environment, and the principles guiding its design and evolution. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DESCRIBED-BY-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ARCHITECTURAL-DESCRIPTION--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ARCHITECTURE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The fundamental organization of a system embodied by its components, their relationships to each other, and to the environment, and the principles guiding its design and evolution. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ARCHITECTURE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ARCHITECTURE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ARCHITECTURE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ATP-CLASSIFIER">
        <xsd:annotation>
            <xsd:documentation>A classifier classifies M0 instances according to their features. Or: a classifier is something that has instances - an M1 classifier has M0 instances.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ATP-FEATURES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SYSTEM" type="EA:SYSTEM"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="ATP-CLASSIFIER--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="SYSTEM"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="ATP-FEATURE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="SYSTEM"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ATP-INSTANCE-REF-IREF">
        <xsd:annotation>
            <xsd:documentation>An M0 instance of a classifier may be represented as a tree rooted at that instance, where under each node come the subrtees representing the instances which act as features under that node. 

An instance ref specifies a navigation path from any M0 tree-instance of the base (which is a classifier) to a leaf (which is an instance of the target).</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ATP-BASE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ATP-CLASSIFIER--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ATP-CONTEXT-ELEMENT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ATP-FEATURE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ATP-TARGET-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ATP-FEATURE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="ATP-PROTOTYPE">
        <xsd:annotation>
            <xsd:documentation>A prototype is a typed feature. A prorotype in a classifier indicates that instances of that classifier will have a feature, and the structure of that feature is given by the its type. An instance of that type will play the role indicated by the feature in the owning classifier.

A feature is not an instance but an indication of an instance-to-be.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ATP-TYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ATP-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="ATP-TYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
  
    <xsd:complexType name="BASIC-SOFTWARE-FUNCTION-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The BasicSoftwareFunctionType allow for the representation of a layered architecture of functionality on the DesignLevel. A BasicSoftwareFunctionType then represents a function in the service layer.

Semantics:
The BasicSoftwareFunctionType is an abstraction of the middleware.

Extension: 
UML Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FUNCTION-TYPE"/>
            <xsd:group ref="EA:DESIGN-FUNCTION-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="BEHAVIOR">
        <xsd:annotation>
            <xsd:documentation>Behavior is a container of FunctionBehaviors. It enables grouping of the behaviors assigned to functions in a particular context on which TraceableSpecifications can be applied. This can take any appropriate form depending on the language implementation (for instance in a UML implementation it could be a Package).

The collection of functional behaviors can be performed across the EAST-ADL abstraction levels.

Semantics:
This element has the same role and semantics as Context, but for behavioral aspects.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="BEHAVIORS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTION-BEHAVIOR" type="EA:FUNCTION-BEHAVIOR"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-TRIGGERS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTION-TRIGGER" type="EA:FUNCTION-TRIGGER"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="MODE-GROUPS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MODE-GROUP" type="EA:MODE-GROUP"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="BEHAVIOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Behavior is a container of FunctionBehaviors. It enables grouping of the behaviors assigned to functions in a particular context on which TraceableSpecifications can be applied. This can take any appropriate form depending on the language implementation (for instance in a UML implementation it could be a Package).

The collection of functional behaviors can be performed across the EAST-ADL abstraction levels.

Semantics:
This element has the same role and semantics as Context, but for behavioral aspects.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:BEHAVIOR"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="BEHAVIOR-ANNEX">
        <xsd:sequence>
            <xsd:element name="BEHAVIOR-CONSTRAINTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="COMPUTATION-CONSTRAINT" type="EA:COMPUTATION-CONSTRAINT"/>
                        <xsd:element name="PARAMETER-CONSTRAINT" type="EA:PARAMETER-CONSTRAINT"/>
                        <xsd:element name="STATE-MACHINE-CONSTRAINT" type="EA:STATE-MACHINE-CONSTRAINT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="BEHAVIOR-ANNEX" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:BEHAVIOR-ANNEX"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="BEHAVIOR-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>Behavior constraints specify the behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity. In particular, for system artifacts and environment entities, the behaviors under constraint include their function behaviors and function triggers. 

For functional requirements and operation situations, the introduction of behavior constraints allows the related textual descriptions in the requirement model to be refined through the existing requirement refine relationship. The refinements in terms of behavior constraints provide declarations of behavior elements, including the expected parameters, states and transitions, of one or multiple functional requirements. This facilitates the analysis and validation of requirements in regards to the semantics and consistency of textual descriptions, and thereby the reuse and management of requirements and their implied behaviors.

BehaviorConstraint is an EAElement. It is further specialized by ParameterConstraint, StateMachineConstraint, and ComputationConstraint.

Constraints:
A behavior constraint references at least one vehicle feature, mode, function behavior, function trigger, or error behavior definition. 

Semantics:
Behavior constraints refine textual requirements and provide additional information for defining and managing behavior information in EAST-ADL and external models.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONSTRAINED-ERROR-BEHAVIOR-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONSTRAINED-ERROR-BEHAVIOR-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:ERROR-BEHAVIOR--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONSTRAINED-FUNCTION-BEHAVIOR-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONSTRAINED-FUNCTION-BEHAVIOR-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FUNCTION-BEHAVIOR--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONSTRAINED-FUNCTION-TRIGGER-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONSTRAINED-FUNCTION-TRIGGER-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FUNCTION-TRIGGER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONSTRAINED-MODE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONSTRAINED-MODE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="RELATED-VEHICLE-FEATURE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="RELATED-VEHICLE-FEATURE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:VEHICLE-FEATURE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="BINDING-TIME">
        <xsd:annotation>
            <xsd:documentation>The motivation for attributing features and variable elements with binding times is that binding times encapsulate important information about the variability under view.

Variability that must be bound (determined, decided) very early in the system development may not be visible in one single feature model but only in comparison with different feature models in the context of multi-level feature trees; late bound variability is variability providing the driver with choices for current equipment configuration.

Binding times are important because they describe if the variability must be decided during system development or if the variability is determined by a customer or if the variability itself is part of the product features that are sold to the customer. Possible binding times are:

-	SystemDesignTime
-	CodeGenerationTime
-	PreCompileTime
-	LinkTime
-	PostBuild
-	Runtime

Note that a binding time is never a particular point in time such as April 2nd, 2011, but always a certain stage in the overall development, production and shipment process as represented by the above values.

Each feature must have a binding time (association requiredBindingTime) and may have one further binding time (association actualBindingTime).

The required binding time describes the binding time that the feature is intended to have. But due to technical conditions it may occur that the actually realized binding time of the feature differs from the originally intended binding time. In this case one has to provide information about the actual binding time. In the rationale it must be described by what the required binding time is motivated by and what the reasons are for a (different) actual binding time.

Semantics:
See description.

Extension:
Class.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="KIND" type="EA:BINDING-TIME-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The kind of the binding time, see enumeration BindingTimeKind for specification of binding times.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="BINDING-TIME" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The motivation for attributing features and variable elements with binding times is that binding times encapsulate important information about the variability under view.

Variability that must be bound (determined, decided) very early in the system development may not be visible in one single feature model but only in comparison with different feature models in the context of multi-level feature trees; late bound variability is variability providing the driver with choices for current equipment configuration.

Binding times are important because they describe if the variability must be decided during system development or if the variability is determined by a customer or if the variability itself is part of the product features that are sold to the customer. Possible binding times are:

-	SystemDesignTime
-	CodeGenerationTime
-	PreCompileTime
-	LinkTime
-	PostBuild
-	Runtime

Note that a binding time is never a particular point in time such as April 2nd, 2011, but always a certain stage in the overall development, production and shipment process as represented by the above values.

Each feature must have a binding time (association requiredBindingTime) and may have one further binding time (association actualBindingTime).

The required binding time describes the binding time that the feature is intended to have. But due to technical conditions it may occur that the actually realized binding time of the feature differs from the originally intended binding time. In this case one has to provide information about the actual binding time. In the rationale it must be described by what the required binding time is motivated by and what the reasons are for a (different) actual binding time.

Semantics:
See description.

Extension:
Class.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:BINDING-TIME"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="BUSINESS-OPPORTUNITY">
        <xsd:annotation>
            <xsd:documentation>The business opportunity represents a brief description of the business opportunity being met by developing the electrical/electronic system which establishes traceability from artifacts created later, for example to provide rationales to design decisions or trade-off analysis.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="BUSINESS-OPPORTUNITY" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This attribute holds a brief description of the business opportunity being met by developing the electrical/electronic system. This redefines the text attribute in TraceableSpecification.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="MOTIVATES-DEVELOPMENT-OF-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MOTIVATES-DEVELOPMENT-OF-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:SYSTEM-MODEL--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PROBLEM-STATEMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PROBLEM-STATEMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PROBLEM-STATEMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PRODUCT-POSITIONING-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PRODUCT-POSITIONING-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PRODUCT-POSITIONING--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="BUSINESS-OPPORTUNITY" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The business opportunity represents a brief description of the business opportunity being met by developing the electrical/electronic system which establishes traceability from artifacts created later, for example to provide rationales to design decisions or trade-off analysis.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:BUSINESS-OPPORTUNITY"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="CLAIM">
        <xsd:annotation>
            <xsd:documentation>Claim represents a statement, the truth of which needs to be confirmed.

Claim has associations to the strategy for goal decomposition and to supported arguments. It also holds associations to the evidences for the SafetyCase.


Semantics:
Goal-based development provides the claim what should be achieved.

Goal is what the argument must show to be true.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="EVIDENCE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EVIDENCE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:GROUND--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="GOAL-DECOMPOSITION-STRATEGY-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="GOAL-DECOMPOSITION-STRATEGY-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:WARRANT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="JUSTIFICATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="RATIONALE" type="EA:RATIONALE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SAFETY-REQUIREMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SAFETY-REQUIREMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:TRACEABLE-SPECIFICATION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SUPPORTED-ARGUMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SUPPORTED-ARGUMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:WARRANT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="CLAIM" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Claim represents a statement, the truth of which needs to be confirmed.

Claim has associations to the strategy for goal decomposition and to supported arguments. It also holds associations to the evidences for the SafetyCase.


Semantics:
Goal-based development provides the claim what should be achieved.

Goal is what the argument must show to be true.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:CLAIM"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="CLAIM--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="CLAIM"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="CLAMP-CONNECTOR">
        <xsd:annotation>
            <xsd:documentation>The clamp connector connects ports across function boundaries and containment hierarchies. It is used to connect from an EnvironmentModel to the FunctionalAnalysisArchitecture, the FunctionalDesignArchitecture, the autosarSystem or another EnvironmentModel. Typically, the EnvironmentModel contains physical ports, which restrict the valid ports in the FunctionalAnalysisArchitecture to those on FunctionalDevices and in the FunctionalDesignArchitecture to those on HardwareFunctions. In case the connection concerns logical interaction, this restriction does not apply. The ClampConnector is always an assembly connector, never a delegation connector.

Semantics:
ClampConnectors represents the interaction link between a functional model of the EE Architecture and the functional model of the plant. 

Constraints:
[1] Can connect two FunctionFlowPorts of different direction.
[2] Can connect two ClientServerPorts of different kind.
[3] Can connect two FunctionFlowPorts with direction inout.
[4] Cannot connect ports in the same SystemModel.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PORT-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="2">
                        <xsd:element name="PORT-IREF" type="EA:CLAMP-CONNECTOR--PORT-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="CLAMP-CONNECTOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The clamp connector connects ports across function boundaries and containment hierarchies. It is used to connect from an EnvironmentModel to the FunctionalAnalysisArchitecture, the FunctionalDesignArchitecture, the autosarSystem or another EnvironmentModel. Typically, the EnvironmentModel contains physical ports, which restrict the valid ports in the FunctionalAnalysisArchitecture to those on FunctionalDevices and in the FunctionalDesignArchitecture to those on HardwareFunctions. In case the connection concerns logical interaction, this restriction does not apply. The ClampConnector is always an assembly connector, never a delegation connector.

Semantics:
ClampConnectors represents the interaction link between a functional model of the EE Architecture and the functional model of the plant. 

Constraints:
[1] Can connect two FunctionFlowPorts of different direction.
[2] Can connect two ClientServerPorts of different kind.
[3] Can connect two FunctionFlowPorts with direction inout.
[4] Cannot connect ports in the same SystemModel.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CLAMP-CONNECTOR"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="CLAMP-CONNECTOR--PORT-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-PORT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PORT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="CLAMP-CONNECTOR--PORT-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:CLAMP-CONNECTOR--PORT-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="COMMENT">
        <xsd:annotation>
            <xsd:documentation>Comment represents a textual annotation.

Semantics:
Comment represents a textual annotation that applies to the containing or associated element.


Extension: Comment</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="BODY" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Specifies a string that is the comment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="COMMENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Comment represents a textual annotation.

Semantics:
Comment represents a textual annotation that applies to the containing or associated element.


Extension: Comment</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:COMMENT"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:complexType name="COMMUNICATION-HARDWARE-PIN" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>CommunicationHardwarePin represents an electrical connection point that can be used to define how the wire harness is logically defined. 

Semantics:
The CommunicationHardwarePin represents the hardware connection point of a communication bus. 

Depending on modeling style, one or two pins may be defined for a dual-wire bus.

Notation:
CommunicationHardwarePin is shown as a solid square with a C inside. Its name may appear outside the square.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:HARDWARE-PIN"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="COMPOSITE-DATATYPE">
        <xsd:annotation>
            <xsd:documentation>A CompositeDatatype represents a non-scalar datatype. Take as an example a CompositeDatatype "MyCountries" that can refer, e.g., to an Enumeration "CountryEnumeration" {USA, Canada, Japan, EU} via two EADatatypePrototypes (record variables): FirstCountry and SecondCountry. Then an attribute typed by this CompositeDatatype "MyCountries" may have a value like: (EU (identified as FirstCountry), Japan (identified as SecondCountry)).

Semantics:
A CompositeDatatype represents a non-scalar datatype. The contained datatypePrototypes act as record variables to identify the ordered datatype instances of the tuple (the CompositeDatatype).

Notation:
The datatype CompositeDatatype is denoted using the rectangle symbol with keyword «Datatype CompositeDatatype».

Extension: UML Datatype</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DATATYPE-PROTOTYPES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EA-DATATYPE-PROTOTYPE" type="EA:EA-DATATYPE-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="COMPOSITE-DATATYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A CompositeDatatype represents a non-scalar datatype. Take as an example a CompositeDatatype "MyCountries" that can refer, e.g., to an Enumeration "CountryEnumeration" {USA, Canada, Japan, EU} via two EADatatypePrototypes (record variables): FirstCountry and SecondCountry. Then an attribute typed by this CompositeDatatype "MyCountries" may have a value like: (EU (identified as FirstCountry), Japan (identified as SecondCountry)).

Semantics:
A CompositeDatatype represents a non-scalar datatype. The contained datatypePrototypes act as record variables to identify the ordered datatype instances of the tuple (the CompositeDatatype).

Notation:
The datatype CompositeDatatype is denoted using the rectangle symbol with keyword «Datatype CompositeDatatype».

Extension: UML Datatype</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:COMPOSITE-DATATYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="COMPOSITE-DATATYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="COMPOSITE-DATATYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="COMPUTATION-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>Computation constraints define required computation activities and the paths of quantities across such activities.

Constraints:
A computation constraint contains at least one transformation or one flow definition.

Semantics:
Computation constraints refine textual requirements and provide detailed specifications about the computations to be supported.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FLOWS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FLOW" type="EA:FLOW"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TRANSFORMATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TRANSFORMATION" type="EA:TRANSFORMATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="COMPUTATION-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Computation constraints define required computation activities and the paths of quantities across such activities.

Constraints:
A computation constraint contains at least one transformation or one flow definition.

Semantics:
Computation constraints refine textual requirements and provide detailed specifications about the computations to be supported.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:BEHAVIOR-CONSTRAINT"/>
            <xsd:group ref="EA:COMPUTATION-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="COMPUTATION-CONSTRAINT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="COMPUTATION-CONSTRAINT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="CONFIGURABLE-CONTAINER">
        <xsd:annotation>
            <xsd:documentation>ConfigurableContainer is a marker class that marks an element identified by association configurableElement as a configurable container of some variable content, i.e. VariableElements and other, lower-level ConfigurableContainers. In order to describe the contained variability to the outside world and to allow configuration of it, the ConfigurableContainer can have a public feature model and an internal configuration decision model not visible from the outside, called "internal binding".

In addition, the ConfigurableContainer can be used to extend the EAST-ADL variability approach to other languages and standards by pointing from the ConfigurableContainer to the respective (non EAST-ADL) element with association configurableElement. This provides the public feature model and the ConfigurationDecisionModel to that non EAST-ADL element.

The variable content of a ConfigurableContainer is defined as all VariableElements and all other ConfigurableContainers that are directly or indirectly contained in the Identifiable denoted by association configurableElement. Instead of 'variable content' the term 'internal variability' may be used.

Note that, according to this rule, the containment between a ConfigurableContainer and its variable content, i.e. its contained VariableElements and lower-level ConfigurableContainers, is not directly defined between these meta-classes. Instead, the containment is defined by the Identifiable pointed to by association configurableElement. For example, consider a FunctionType "WiperSystem" containing two FunctionPrototypes "front" and "rear" both typed by FunctionType "WiperMotor"; to make the wiper system configurable and the rear wiper motor optional, a ConfigurableContainer is created that points to FunctionType "WiperSystem" (with association configurableElement) and a VariableElement is created that points to FunctionPrototype "rear" (with association optionalElement); the containment between the ConfigurableContainer and the VariableElement is therefore not explicitly defined between these classes but instead only between FunctionType "WiperSystem" and "FunctionPrototype" rear. In addition, the variability-related visibility of "rear" can be changed with PrivateContent: by default the variability of "rear" will be public and visible for direct configuration from the outside of its containing ConfigurableContainer, i.e. "WiperSystem"; by defining a PrivateContent marker object pointing to the FunctionPrototype "rear", this can be changed to private and this variability will not be visible from the outside of "WiperSystem".

Constraints:
[1] Identifies one FunctionType or one HardwareComponentType.

[2] The publicFeatureModel is only allowed to contain Features (no VehicleFeatures).

Semantics:
Marks the element identified by association configurableElement as a configurable container of variable content (i.e. it contains VariableElements and/or other, lower-level ConfigurableContainers) and optionally provides a public feature model and an internal configuration decision model for it, thus providing configurability support for them.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONFIGURABLE-ELEMENT-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="INTERNAL-BINDING" type="EA:INTERNAL-BINDING" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="PUBLIC-FEATURE-MODEL" type="EA:FEATURE-MODEL" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="VARIATION-GROUPS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VARIATION-GROUP" type="EA:VARIATION-GROUP"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="CONFIGURABLE-CONTAINER" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ConfigurableContainer is a marker class that marks an element identified by association configurableElement as a configurable container of some variable content, i.e. VariableElements and other, lower-level ConfigurableContainers. In order to describe the contained variability to the outside world and to allow configuration of it, the ConfigurableContainer can have a public feature model and an internal configuration decision model not visible from the outside, called "internal binding".

In addition, the ConfigurableContainer can be used to extend the EAST-ADL variability approach to other languages and standards by pointing from the ConfigurableContainer to the respective (non EAST-ADL) element with association configurableElement. This provides the public feature model and the ConfigurationDecisionModel to that non EAST-ADL element.

The variable content of a ConfigurableContainer is defined as all VariableElements and all other ConfigurableContainers that are directly or indirectly contained in the Identifiable denoted by association configurableElement. Instead of 'variable content' the term 'internal variability' may be used.

Note that, according to this rule, the containment between a ConfigurableContainer and its variable content, i.e. its contained VariableElements and lower-level ConfigurableContainers, is not directly defined between these meta-classes. Instead, the containment is defined by the Identifiable pointed to by association configurableElement. For example, consider a FunctionType "WiperSystem" containing two FunctionPrototypes "front" and "rear" both typed by FunctionType "WiperMotor"; to make the wiper system configurable and the rear wiper motor optional, a ConfigurableContainer is created that points to FunctionType "WiperSystem" (with association configurableElement) and a VariableElement is created that points to FunctionPrototype "rear" (with association optionalElement); the containment between the ConfigurableContainer and the VariableElement is therefore not explicitly defined between these classes but instead only between FunctionType "WiperSystem" and "FunctionPrototype" rear. In addition, the variability-related visibility of "rear" can be changed with PrivateContent: by default the variability of "rear" will be public and visible for direct configuration from the outside of its containing ConfigurableContainer, i.e. "WiperSystem"; by defining a PrivateContent marker object pointing to the FunctionPrototype "rear", this can be changed to private and this variability will not be visible from the outside of "WiperSystem".

Constraints:
[1] Identifies one FunctionType or one HardwareComponentType.

[2] The publicFeatureModel is only allowed to contain Features (no VehicleFeatures).

Semantics:
Marks the element identified by association configurableElement as a configurable container of variable content (i.e. it contains VariableElements and/or other, lower-level ConfigurableContainers) and optionally provides a public feature model and an internal configuration decision model for it, thus providing configurability support for them.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONFIGURABLE-CONTAINER"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="CONFIGURABLE-CONTAINER--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="CONFIGURABLE-CONTAINER"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="CONFIGURATION-DECISION">
        <xsd:annotation>
            <xsd:documentation>ConfigurationDecision represents a single, atomized rule on how to configure the target feature model(s) of the containing ConfigurationDecisionModel, depending on a given configuration of the source feature model(s). Two examples are: "all North American (USA+Canada) cars except A-Class have cruise control" (one ConfigurationDecision) or "all Canadian cars have adaptive cruise control" (another ConfigurationDecision). All ConfigurationDecisions within a single ConfigurationDecisionModel then specify how the target feature model(s) are to be configured depending on the configuration of the source feature model(s).

Example: 
Lets assume we have two FeatureModels: FM1 and FM2. FM1 has possible end-customer decisions like USA, Canada, EU, Japan and A-Class, C-Class, etc. FM2 has another possible end-customer decision such as CruiseControl, AdaptiveCruiseControl, RearWiper, RainSensor. End-customer decisions in FM2 describe possible technical features of the delivered products. By way of a set of ConfigurationDecisions it is now possible to define the configuration of FM2 (i.e. if there is a RainSensor, etc.) dependent on a configuration of FM1. In other words, with a ConfigurationDecision we can express something like: "If USA is selected in FM1 AND A-Class is not selected in FM1, then CruiseControl will be selected in FM2".

The two most important constituents of a ConfigurationDecision are its 'criterion' and 'effect'. The effect is a list of things to select and deselect in the target configuration(s), whereas the criterion formulates a condition on the source configuration(s) under which this ConfigurationDecision's effect will actually be applied to the target configuration(s). In the first example above, the criterion would be "USA &amp;amp; not A-Class" and the effect would be "CruiseControl[+]".


Semantics:
The ConfigurationDecision excludes or includes Features based on a given criterion.

The elements of the criterion and effect attributes may be identified through the target and the source in the selectionCriterion. The criterion and effect attributes can contain a VSL expression with qualified names of the identified elements. 

Constraints:
[1] Attribute "criterion" or association "selectionCriterion" (or both) must be defined.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CRITERION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The criterion is a logical expression on the source configuration(s) that states under which condition the 'effect' will be applied to the target configuration(s). This attribute adheres to the syntax and semantics of the VSL language.

Note that association "selectionCriterion" provides an alternative means for defining such an expression in the form of an AUTOSAR mixed string expression. If both "criterion" and "selectionCriterion" are defined, they are assumed to be semantically equivalent and a tool may choose which one to use for variability and configuration management.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="EFFECT" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>States which Features are included/selected by the ConfigurationDecision in case the logical expression in 'criterion' evaluates to true. Each of these Features needs to be defined in one of the target feature models of the containing ConfigurationDecisionModel. This attribute adheres to the syntax and semantics of the VSL language.

The Features are documented as a comma-separated list of strings. Each string has the form &amp;lt;Name of FeatureModel&amp;gt;#&amp;lt;Name of Feature&amp;gt;. If a string is unique in all the source and target FeatureModels of the ConfigurationDecisionModel containing this ConfigurationDecision, then the first part (the FeatureModel name and the #-separator) can be omitted. If a Feature name is not unique in a single FeatureModel, then a dot-notation may be used to prepend the name(s) of predecessors in order to identify the Feature.

Configuring a cloned feature does not mean selecting or deselecting it but instead instances of the cloned feature are created. Each such instance is provided with a name, which thus becomes a part of the configuration (not the feature model). If several instances are created for a single cloned feature, then the name is used to identify these instances. For example, consider a cloned feature Wiper with cardinality [*]. A first configuration decision might create an instance called "front" and a second might create another named "rear"; a third configuration decision creating or otherwise referring to an instance called "front" will denote the same instance as the first configuration decision. The name space for these instance names is a particular feature configuration.

As an example for the syntax and semantics of the effect attribute, assume there are two FeatureModels called FMa and FMb and they both contain the Features Wiper and ClimateControl. In FMa (but not in FMb), Wiper and ClimateControl are both refined into the child features Simple and Advanced. In addition, the wiper in FMa has a RainSensor. To denote the RainSensor in FMa you can state:

FMa#Wiper.RainSensor

or simply write:

RainSensor

This is sufficient here, because the name of Feature RainSensor is unique within FMa and within all FeatureModels referenced by the ConfigurationDecisionModel. In contrast, to denote the advanced version of the climate control in FMa you can specify:

FMa#ClimateControl.Advanced

or simply:

ClimateControl.Advanced

but merely stating "Advanced" would not suffice because there are two features with that name. Finally, to denote the wiper of feature model FMb you write:

FMb#Wiper</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="IS-EQUIVALENCE" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Setting the attribute isEquivalence to true means that the features referred to in the ConfigurationDecision's effect are exclusively configured by this ConfigurationDecision (i.e. no other ConfigurationDecision in the same ConfigurationDecisionModel may refer to these features). This means that this ConfigurationDecision is the ONLY way in which these features can be selected and therefore the usual logical implication that a ConfigurationDecision represents is turned into a logical equivalence, hence the name: the effect is applied to the target configurations if and only if the specified criterion holds.

When setting this attribute to true, the modeler can state that the target-side features in this ConfigurationDecision's effect are exclusively configured by this ConfigurationDecision, i.e. no other ConfigurationDecision may influence these target-side features.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SELECTION-CRITERION" type="EA:SELECTION-CRITERION" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="TARGET-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TARGET-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="CONFIGURATION-DECISION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ConfigurationDecision represents a single, atomized rule on how to configure the target feature model(s) of the containing ConfigurationDecisionModel, depending on a given configuration of the source feature model(s). Two examples are: "all North American (USA+Canada) cars except A-Class have cruise control" (one ConfigurationDecision) or "all Canadian cars have adaptive cruise control" (another ConfigurationDecision). All ConfigurationDecisions within a single ConfigurationDecisionModel then specify how the target feature model(s) are to be configured depending on the configuration of the source feature model(s).

Example: 
Lets assume we have two FeatureModels: FM1 and FM2. FM1 has possible end-customer decisions like USA, Canada, EU, Japan and A-Class, C-Class, etc. FM2 has another possible end-customer decision such as CruiseControl, AdaptiveCruiseControl, RearWiper, RainSensor. End-customer decisions in FM2 describe possible technical features of the delivered products. By way of a set of ConfigurationDecisions it is now possible to define the configuration of FM2 (i.e. if there is a RainSensor, etc.) dependent on a configuration of FM1. In other words, with a ConfigurationDecision we can express something like: "If USA is selected in FM1 AND A-Class is not selected in FM1, then CruiseControl will be selected in FM2".

The two most important constituents of a ConfigurationDecision are its 'criterion' and 'effect'. The effect is a list of things to select and deselect in the target configuration(s), whereas the criterion formulates a condition on the source configuration(s) under which this ConfigurationDecision's effect will actually be applied to the target configuration(s). In the first example above, the criterion would be "USA &amp;amp; not A-Class" and the effect would be "CruiseControl[+]".


Semantics:
The ConfigurationDecision excludes or includes Features based on a given criterion.

The elements of the criterion and effect attributes may be identified through the target and the source in the selectionCriterion. The criterion and effect attributes can contain a VSL expression with qualified names of the identified elements. 

Constraints:
[1] Attribute "criterion" or association "selectionCriterion" (or both) must be defined.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONFIGURATION-DECISION-MODEL-ENTRY"/>
            <xsd:group ref="EA:CONFIGURATION-DECISION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="CONFIGURATION-DECISION-FOLDER">
        <xsd:annotation>
            <xsd:documentation>ConfigurationDecisionFolder represents a grouping for ConfigurationDecisions.


Semantics:
ConfigurationDecisionFolder is a grouping entity for ConfigurationDecisions.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CHILD-ENTRYS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONFIGURATION-DECISION" type="EA:CONFIGURATION-DECISION"/>
                        <xsd:element name="CONFIGURATION-DECISION-FOLDER" type="EA:CONFIGURATION-DECISION-FOLDER"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="CONFIGURATION-DECISION-FOLDER" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ConfigurationDecisionFolder represents a grouping for ConfigurationDecisions.


Semantics:
ConfigurationDecisionFolder is a grouping entity for ConfigurationDecisions.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONFIGURATION-DECISION-MODEL-ENTRY"/>
            <xsd:group ref="EA:CONFIGURATION-DECISION-FOLDER"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="CONFIGURATION-DECISION-MODEL">
        <xsd:annotation>
            <xsd:documentation>A ConfigurationDecisionModel defines how to configure m target feature models, depending on a given configuration of n source feature models, thus establishing a configuration-related link from the n source feature models to the m target feature models (also called configuration link). With the information captured in a ConfigurationDecisionModel it is then possible to transform a given set of source configurations (one for every source feature model) into corresponding target configurations (one for every target feature model).

For example, a ConfigurationDecisionModel can capture information such as "if feature 'S-Class' is selected in the source feature model, then select feature 'RainSensor' in the target feature model" or "if feature 'USA' is selected in the source feature model, then select feature 'CupHolder' in the target feature model".

Note that in principle all ConfigurationDecisionModels have source / target feature models. However, they are only defined explicitly for those used on vehicle level; for ConfigurationDecisionModels used as an internal binding on FunctionTypes, the source and target feature models are defined implicitly (cf. metaclass InternalBinding). In addition, in the special case of FeatureConfiguration there is by definition no source and only a single target feature model, which is defined explicitly (cf. metaclass FeatureConfiguration).

The configuration information captured in a ConfigurationDecisionModel is represented by ConfigurationDecisions, each of which captures a single, atomized rule on how to configure the target feature model(s) depending on a given configuration of the source feature model(s).

Semantics:
See description.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ROOT-ENTRYS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONFIGURATION-DECISION" type="EA:CONFIGURATION-DECISION"/>
                        <xsd:element name="CONFIGURATION-DECISION-FOLDER" type="EA:CONFIGURATION-DECISION-FOLDER"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="CONFIGURATION-DECISION-MODEL-ENTRY">
        <xsd:annotation>
            <xsd:documentation>ConfigurationDecisionModelEntry is the abstract base class for all content of a ConfigurationDecisionModel.

Semantics:
See description.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="IS-ACTIVE" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>If active==TRUE then the ConfigurationDecisionModelEntry is actually applied when transforming source into target configurations; otherwise it will be ignored. With this attribute, configuration decisions can (temporarily) be disabled without having to delete them from the model.

If this is set to FALSE for a ConfigurationDecisionFolder, then the entire contents of this folder are deactivated, no matter to what value their isActive-attribute is set.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="CONTAINER-CONFIGURATION">
        <xsd:annotation>
            <xsd:documentation>ContainerConfiguration defines an actual configuration of the variable content of a ConfigurableContainer, in particular the selection or deselection of contained VariableElements and the configuration of the public feature models of other contained ConfigurableContainers. For more details on the variable content of a ConfigurableContainer refer to the documentation of meta-class ConfigurableContainer.

The ContainerConfiguration inherits from ConfigurationDecisionModel even though it does not define a configuration link between feature models, similar to FeatureConfiguration. For more information on this, refer to the documentation of meta-class FeatureConfiguration.

The source and target feature models of a ContainerConfiguration are defined implicitly: it always has zero source feature models (as explained for FeatureConfiguration) and its target feature models can be deduced from the ConfigurableContainer being configured by applying the same rules as defined for InternalBinding.

Semantics:
The ContainerConfiguration specifies a concrete configuration of the variable content of a ConfigurableContainer.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONFIGURED-CONTAINER-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:CONFIGURABLE-CONTAINER--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="CONTAINER-CONFIGURATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ContainerConfiguration defines an actual configuration of the variable content of a ConfigurableContainer, in particular the selection or deselection of contained VariableElements and the configuration of the public feature models of other contained ConfigurableContainers. For more details on the variable content of a ConfigurableContainer refer to the documentation of meta-class ConfigurableContainer.

The ContainerConfiguration inherits from ConfigurationDecisionModel even though it does not define a configuration link between feature models, similar to FeatureConfiguration. For more information on this, refer to the documentation of meta-class FeatureConfiguration.

The source and target feature models of a ContainerConfiguration are defined implicitly: it always has zero source feature models (as explained for FeatureConfiguration) and its target feature models can be deduced from the ConfigurableContainer being configured by applying the same rules as defined for InternalBinding.

Semantics:
The ContainerConfiguration specifies a concrete configuration of the variable content of a ConfigurableContainer.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONFIGURATION-DECISION-MODEL"/>
            <xsd:group ref="EA:CONTAINER-CONFIGURATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="CONTEXT">
        <xsd:annotation>
            <xsd:documentation>Context represents a simple and practical way to allocate TraceableSpecifications to a specific EAST-ADL model context, and to let this specific model context own Relationships.

Semantics:
See Relationship and TraceableSpecification.

Extension: 
The ADLContext stereotype is an abstract stereotype which extends UML2 metaclass Element</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="OWNED-RELATIONSHIPS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="DERIVE-REQUIREMENT" type="EA:DERIVE-REQUIREMENT"/>
                        <xsd:element name="EXTEND" type="EA:EXTEND"/>
                        <xsd:element name="FEATURE-LINK" type="EA:FEATURE-LINK"/>
                        <xsd:element name="INCLUDE" type="EA:INCLUDE"/>
                        <xsd:element name="MULTI-LEVEL-REFERENCE" type="EA:MULTI-LEVEL-REFERENCE"/>
                        <xsd:element name="REALIZATION" type="EA:REALIZATION"/>
                        <xsd:element name="REFINE" type="EA:REFINE"/>
                        <xsd:element name="REQUIREMENTS-LINK" type="EA:REQUIREMENTS-LINK"/>
                        <xsd:element name="SATISFY" type="EA:SATISFY"/>
                        <xsd:element name="VERIFY" type="EA:VERIFY"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TRACEABLE-SPECIFICATION-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TRACEABLE-SPECIFICATION-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:TRACEABLE-SPECIFICATION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="DELAY-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>DelayConstraints give bounds on system timing attributes, i.e. end-to-end delays, periods, etc.

A DelayConstraint can specify one or several of an upper bound, a lower bound or a nominal value and jitter. For example, [lower=10, upper=20, nominal=15] means a nominal value of 15 +/- 5. This is equivalent to [nominal=15, jitter=10], i.e. the nominal value varies by +/- 5 around 15. Note that the nominal value may also vary asymmetrically, e.g. [lower=10, nominal=12, upper=20]. Defining [nominal=15], without upper/lower or jitter, denotes an exact value of 15 without variations.

The bound will be measured in a given unit, see TimeDuration.

Constraints:
[1] Exactly one of the following combinations of upper, lower, jitter, and nominal shall be specified: {upper, lower}, {upper, lower, jitter}, {upper}, {lower}, {nominal, jitter}.
Any combination may in addition have a nominal parameter. If nominal is defined, it shall be in the range [lower ... upper].
Rationale: At least one value is necessary to describe a reasonable DelayConstraint, and the given combinations are sufficient to describe all possible variations. 


Semantics:
lower (from TimingConstraint) denotes the minimum value of the actual delay. 

upper (from TimingConstraint) denotes the maximum value of the actual delay. 

Delay variation at runtime is constrained by means of the jitter value such that the maximal actual delay-minimum actual delay is less than jitter. 

If only {upper, lower} are specified, nominal is assumed to be (lower + (upper - lower) / 2)

If only upper is defined, lower is assumed to be zero, nominal=upper

If only lower is defined, upper is assumed to be infinity and nominal=lower 

If no jitter is defined jitter is assumed to be upper-lower. 

If {nominal, jitter} is defined, lower=nominal-jitter/2, upper=nominal+jitter/2.

The possible variations and interpretations are shown in the following table. 'L' denotes 'Lower, 'U' denotes 'Upper', 'N' denotes 'Nominal', and 'J' denotes 'Jitter'.

L	| U	| N	| J	| Lower	| Upper	| Nominal	| Jitter
----------------------------------------------------------------------------------------------------------------------------
	|	|	|	| n/a	| n/a	| n/a	| n/a
	|	|	| X	| 0	| L + J	| n/a	| &lt;value&gt;
	|	| X	|	| 0	| infinite	| &lt;value&gt;	| 0
	|	| X	| X	| N - ½ J	| N + ½ J	| &lt;value&gt;	| &lt;value&gt;
	| X	| 	| 	| 0	| &lt;value&gt;	| L + ½ (U - L)	| U - L
	| X	| 	| X	| 0	| &lt;value&gt;	| L + ½ (U - L)	| &lt;value&gt;
	| X	| X	| 	| 0	| &lt;value&gt;	| &lt;value&gt;	| U - L
	| X	| X	| X 	| 0	| &lt;value&gt;	| &lt;value&gt;	| &lt;value&gt;
X 	| 	|	| 	| &lt;value&gt;	| infinite	| n/a	| 0
X	|	|	| X	| &lt;value&gt;	| infinite	| n/a	| &lt;value&gt;
X 	| 	| X 	|	| &lt;value&gt;	| infinite	| &lt;value&gt;	| 0
X 	| 	| X 	| X 	| &lt;value&gt;	| N + ½ J	| &lt;value&gt;	| &lt;value&gt;
X 	| X 	| 	|	| &lt;value&gt;	| &lt;value&gt;	| L + ½ (U - L)	| U - L
X 	| X 	|	| X 	|&lt;value&gt;	| &lt;value&gt;	| L + ½ (U - L)	| &lt;value&gt;
X 	| X 	| X 	|	| &lt;value&gt;	| &lt;value&gt;	| &lt;value&gt;	| U - L(1)
X 	| X 	| X 	| X 	| &lt;value&gt;	| &lt;value&gt;	| &lt;value&gt;	| &lt;value&gt;

(1) In case of symmetric jitter. Otherwise asymmetric jitter.


Extension:
abstract, no extension</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="JITTER" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="NOMINAL" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="SCOPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EVENT-CHAIN--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="DEPENDABILITY">
        <xsd:annotation>
            <xsd:documentation>The collection of dependability related information. This includes safety requirements, safety cases, safety constraints, and error modeling. This collection can be used across the EAST-ADL abstraction levels.

Semantics:
Dependability is a container element that collects elements related to dependabilty. It is possible to have several Dependability elements to organize related dependability information in dedicated containers.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="EA-DATATYPES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="COMPOSITE-DATATYPE" type="EA:COMPOSITE-DATATYPE"/>
                        <xsd:element name="EA-BOOLEAN" type="EA:EA-BOOLEAN"/>
                        <xsd:element name="EA-FLOAT" type="EA:EA-FLOAT"/>
                        <xsd:element name="EA-INTEGER" type="EA:EA-INTEGER"/>
                        <xsd:element name="EA-STRING" type="EA:EA-STRING"/>
                        <xsd:element name="ENUMERATION" type="EA:ENUMERATION"/>
                        <xsd:element name="ENUMERATION-VALUE-TYPE" type="EA:ENUMERATION-VALUE-TYPE"/>
                        <xsd:element name="RANGEABLE-VALUE-TYPE" type="EA:RANGEABLE-VALUE-TYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ERROR-MODEL-TYPES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ERROR-MODEL-TYPE" type="EA:ERROR-MODEL-TYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FAULT-FAILURES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FAULT-FAILURE" type="EA:FAULT-FAILURE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FEATURE-FLAWS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE-FLAW" type="EA:FEATURE-FLAW"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTIONAL-SAFETY-CONCEPTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTIONAL-SAFETY-CONCEPT" type="EA:FUNCTIONAL-SAFETY-CONCEPT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HAZARDS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HAZARD" type="EA:HAZARD"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HAZARDOUS-EVENTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HAZARDOUS-EVENT" type="EA:HAZARDOUS-EVENT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ITEMS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ITEM" type="EA:ITEM"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="QUANTITIATIVE-SAFETY-CONSTRAINTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="QUANTITATIVE-SAFETY-CONSTRAINT" type="EA:QUANTITATIVE-SAFETY-CONSTRAINT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SAFETY-CASES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SAFETY-CASE" type="EA:SAFETY-CASE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SAFETY-CONSTRAINTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SAFETY-CONSTRAINT" type="EA:SAFETY-CONSTRAINT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SAFETY-GOALS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SAFETY-GOAL" type="EA:SAFETY-GOAL"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TECHNICAL-SAFETY-CONCEPTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TECHNICAL-SAFETY-CONCEPT" type="EA:TECHNICAL-SAFETY-CONCEPT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="DEPENDABILITY" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The collection of dependability related information. This includes safety requirements, safety cases, safety constraints, and error modeling. This collection can be used across the EAST-ADL abstraction levels.

Semantics:
Dependability is a container element that collects elements related to dependabilty. It is possible to have several Dependability elements to organize related dependability information in dedicated containers.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:DEPENDABILITY"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="DERIVE-REQUIREMENT">
        <xsd:annotation>
            <xsd:documentation>The DeriveRequirement is a relationship metaclass, which signifies a dependency relationship between two sets of Requirements, showing the relationship when a set of derived client Requirement (client requirement) is derived from a set of Requirements (supplier requirement).

Semantics:
The DeriveRequirement metaclass signifies a derived/derived by relationship between Requirements, where the modification of the supplier Requirement may impact the derived client Requirement.

Notation: 
A DeriveRequirement relationship is shown as a dashed arrow between two Requirements. The Requirement at the tail of the arrow (the derived Requirement) depends on the Requirement at the arrowhead (the Requirement derived from).

Extension: 
To specialize SysML DeriveReqt, which specializes UML2 stereotype Trace, which extends Dependency.

Temporary change in the profile (to overcome bug in Eclipse/UML2 concerning standard stereotypes)
- added extension towards Dependency
- removed generalization link towards SysML::DeriveReqt

TODO:
Move to Requirement package</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DERIVED-FROM-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="DERIVED-FROM-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="DERIVED-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="DERIVED-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="DERIVE-REQUIREMENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The DeriveRequirement is a relationship metaclass, which signifies a dependency relationship between two sets of Requirements, showing the relationship when a set of derived client Requirement (client requirement) is derived from a set of Requirements (supplier requirement).

Semantics:
The DeriveRequirement metaclass signifies a derived/derived by relationship between Requirements, where the modification of the supplier Requirement may impact the derived client Requirement.

Notation: 
A DeriveRequirement relationship is shown as a dashed arrow between two Requirements. The Requirement at the tail of the arrow (the derived Requirement) depends on the Requirement at the arrowhead (the Requirement derived from).

Extension: 
To specialize SysML DeriveReqt, which specializes UML2 stereotype Trace, which extends Dependency.

Temporary change in the profile (to overcome bug in Eclipse/UML2 concerning standard stereotypes)
- added extension towards Dependency
- removed generalization link towards SysML::DeriveReqt

TODO:
Move to Requirement package</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:DERIVE-REQUIREMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="DESIGN-FUNCTION-PROTOTYPE">
        <xsd:annotation>
            <xsd:documentation>The DesignFunctionPrototype represents references to the occurrence of the DesignFunctionType that types it when it acts as a part.
The DesignFunctionPrototype is typed by a DesignFunctionType .

Semantics:
The DesignFunctionPrototype represents an occurrence of the DesignFunctionType that types it.

Extension:
UML Property, specialization of SysML::BlockProperty</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:DESIGN-FUNCTION-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="DESIGN-FUNCTION-PROTOTYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The DesignFunctionPrototype represents references to the occurrence of the DesignFunctionType that types it when it acts as a part.
The DesignFunctionPrototype is typed by a DesignFunctionType .

Semantics:
The DesignFunctionPrototype represents an occurrence of the DesignFunctionType that types it.

Extension:
UML Property, specialization of SysML::BlockProperty</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:DESIGN-FUNCTION-PROTOTYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="DESIGN-FUNCTION-PROTOTYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="DESIGN-FUNCTION-PROTOTYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="DESIGN-FUNCTION-TYPE">
        <xsd:annotation>
            <xsd:documentation>The DesignFunctionType is a concrete FunctionType and therefore inherits the elementary function properties from the abstract metaclass FunctionType. The DesignFunctionType is used to model the functional structure on DesignLevel. The syntax of DesignFunctionTypes is inspired by the type-prototype pattern used by AUTOSAR.

The DesignFunctions may interact with other DesignFunctions (i.e., also BasicSoftwareFunctions, HardwareFunctions, and LocalDeviceManagers) through their FunctionPorts.

Furthermore, a DesignFunction may be decomposed into the contained parts that are DesignFunctionPrototypes. This allows the functionalities provided by the parent DesignFunction to be broken up hierarchically into subfunctionalities.

Execution time constraints on the DesignFunctionType can be expressed by ExecutionTimeConstraints, see the Timing package.

If two or more occurrences of an elementary Function are allocated on the same ECU, the code will be placed on the ECU only once (so these occurrences will use the same code but separate memory areas for data).


Semantics:
The DesignFunctionType represents a node in a tree structure corresponding to the functional decomposition of a top level DesignFunction. The DesignFunction represents the design function used to describe the functionalities provided by a vehicle on the DesignLevel. At the DesignLevel, DesignFunctions are defined and structured according to the functional and hardware system design.

Constraints:
[1] DesignFunctionTypes may only be used on DesignLevel.



Extension: UML Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PARTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="DESIGN-FUNCTION-PROTOTYPE" type="EA:DESIGN-FUNCTION-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="DESIGN-FUNCTION-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The DesignFunctionType is a concrete FunctionType and therefore inherits the elementary function properties from the abstract metaclass FunctionType. The DesignFunctionType is used to model the functional structure on DesignLevel. The syntax of DesignFunctionTypes is inspired by the type-prototype pattern used by AUTOSAR.

The DesignFunctions may interact with other DesignFunctions (i.e., also BasicSoftwareFunctions, HardwareFunctions, and LocalDeviceManagers) through their FunctionPorts.

Furthermore, a DesignFunction may be decomposed into the contained parts that are DesignFunctionPrototypes. This allows the functionalities provided by the parent DesignFunction to be broken up hierarchically into subfunctionalities.

Execution time constraints on the DesignFunctionType can be expressed by ExecutionTimeConstraints, see the Timing package.

If two or more occurrences of an elementary Function are allocated on the same ECU, the code will be placed on the ECU only once (so these occurrences will use the same code but separate memory areas for data).


Semantics:
The DesignFunctionType represents a node in a tree structure corresponding to the functional decomposition of a top level DesignFunction. The DesignFunction represents the design function used to describe the functionalities provided by a vehicle on the DesignLevel. At the DesignLevel, DesignFunctions are defined and structured according to the functional and hardware system design.

Constraints:
[1] DesignFunctionTypes may only be used on DesignLevel.



Extension: UML Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FUNCTION-TYPE"/>
            <xsd:group ref="EA:DESIGN-FUNCTION-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="DESIGN-FUNCTION-TYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="BASIC-SOFTWARE-FUNCTION-TYPE"/>
            <xsd:enumeration value="DESIGN-FUNCTION-TYPE"/>
            <xsd:enumeration value="HARDWARE-FUNCTION-TYPE"/>
            <xsd:enumeration value="LOCAL-DEVICE-MANAGER"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="DESIGN-LEVEL">
        <xsd:annotation>
            <xsd:documentation>The DesignLevel represents the vehicle electrical/electronic system on the design abstraction level. It includes primarily the Functional Design Architecture (FDA), and the HardwareDesignArchitecture (HDA).

FDA represents a top level Function. It is supposed to implement all the functionalities of a vehicle, as specified by a FAA or a Vehicle level (if no FAA has been defined during the process).

The design level in EAST-ADL includes the design architecture containing the functional specification and hardware architecture of the vehicle electrical/electronic system. The design architecture includes the FDA representing a decomposition of functionalities analyzed on the analysis level. The decomposition has the purpose of making it possible to meet constraints regarding non-functional properties such as allocation, efficiency, reuse, or supplier concerns. There is an n-to-m mapping between entities of the design level and the ones on the analysis level.

Non-transparent infrastructure functionality such as mode changes and error handling are also represented at the design level, such that their impact on applications' behaviors can be estimated.

The FDA parts are typed by DesignFunctionTypes and e.g. LocalDeviceManagers. The view of the HardwareArchitecture facilitates the realization of LocalDeviceManager as sensor/actuator HW elements.

The HDA is the hardware design from a system perspective. The HDA has two purposes:

1) It shows the physical entities and how they are connected.

2) It is an allocation target for the Functions of the FDA.

The HDA represents the hardware architecture of the embedded system. Its contained HW elements represent the physical aspects of the hardware entities and how they are connected. HardwareFunctionTypes associated to HW components represent the logical behavior of the contained HW elements. 

Semantics:
The DesignLevel is the representation of the vehicle electrical/electronic system on the design abstraction level. It corresponds to the design of logical functions and boundaries extended in regards to resource commitment.

Notation:
The DesignLevel is shown as a solid-outline rectangle containing the name, with its ports or port groups on the perimeter. Contained entities may be shown with their connectors and allocations (White-box view).

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ALLOCATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ALLOCATION" type="EA:ALLOCATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTIONAL-DESIGN-ARCHITECTURE" type="EA:DESIGN-FUNCTION-PROTOTYPE"
                         minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="HARDWARE-DESIGN-ARCHITECTURE" type="EA:HARDWARE-COMPONENT-PROTOTYPE"
                         minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="DESIGN-LEVEL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The DesignLevel represents the vehicle electrical/electronic system on the design abstraction level. It includes primarily the Functional Design Architecture (FDA), and the HardwareDesignArchitecture (HDA).

FDA represents a top level Function. It is supposed to implement all the functionalities of a vehicle, as specified by a FAA or a Vehicle level (if no FAA has been defined during the process).

The design level in EAST-ADL includes the design architecture containing the functional specification and hardware architecture of the vehicle electrical/electronic system. The design architecture includes the FDA representing a decomposition of functionalities analyzed on the analysis level. The decomposition has the purpose of making it possible to meet constraints regarding non-functional properties such as allocation, efficiency, reuse, or supplier concerns. There is an n-to-m mapping between entities of the design level and the ones on the analysis level.

Non-transparent infrastructure functionality such as mode changes and error handling are also represented at the design level, such that their impact on applications' behaviors can be estimated.

The FDA parts are typed by DesignFunctionTypes and e.g. LocalDeviceManagers. The view of the HardwareArchitecture facilitates the realization of LocalDeviceManager as sensor/actuator HW elements.

The HDA is the hardware design from a system perspective. The HDA has two purposes:

1) It shows the physical entities and how they are connected.

2) It is an allocation target for the Functions of the FDA.

The HDA represents the hardware architecture of the embedded system. Its contained HW elements represent the physical aspects of the hardware entities and how they are connected. HardwareFunctionTypes associated to HW components represent the logical behavior of the contained HW elements. 

Semantics:
The DesignLevel is the representation of the vehicle electrical/electronic system on the design abstraction level. It corresponds to the design of logical functions and boundaries extended in regards to resource commitment.

Notation:
The DesignLevel is shown as a solid-outline rectangle containing the name, with its ports or port groups on the perimeter. Contained entities may be shown with their connectors and allocations (White-box view).

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:DESIGN-LEVEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="DEVIATION-ATTRIBUTE-SET">
        <xsd:annotation>
            <xsd:documentation>DeviationAttributeSet specifies the set of rules of allowed deviations from the reference model in a referring model. These rules are important, because they make sure that the different FeatureModels, referring to one reference model, follow specific rules for deviation, so a later integration into one FeatureModel may be possible.

Semantics:
See description.

Extension:
DataType</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ALLOW-CHANGE-ATTRIBUTE" type="EA:DEVIATION-PERMISSION-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets whether and how the VehicleFeature attributes may be changed. Allowed values: no, append, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ALLOW-CHANGE-CARDINALITY" type="EA:DEVIATION-PERMISSION-KIND"
                         minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets whether and how the VehicleFeature cardinality (i.e. variability of the VehicleFeature) may be changed. Allowed values: no, subset, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ALLOW-CHANGE-DESCRIPTION" type="EA:DEVIATION-PERMISSION-KIND"
                         minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets whether and how the VehicleFeature description may be changed. Allowed values: no, append, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ALLOW-CHANGE-NAME" type="EA:DEVIATION-PERMISSION-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets whether and how the VehicleFeature name may be changed. Allowed values: no, append, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ALLOW-MOVE" type="EA:DEVIATION-PERMISSION-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets whether and how the VehicleFeature may be moved to another place in the feature diagram. Allowed values: no, subtree, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ALLOW-REDUCTION" type="EA:DEVIATION-PERMISSION-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets if the reference feature may have a child without a corresponding referring feature among the children of the referring feature. Allowed values: no, subtree, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ALLOW-REFINEMENT" type="EA:DEVIATION-PERMISSION-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets whether and how adding may be done of a child feature (without a corresponding feature in the reference model). Allowed values: no, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ALLOW-REGROUPING" type="EA:DEVIATION-PERMISSION-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets whether and how the immediate child features of the VehicleFeature are allowed to be regrouped (i.e. creation or deletion of FeatureGroups below the respective VehicleFeature). Allowed values: no, widen, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ALLOW-REMOVAL" type="EA:DEVIATION-PERMISSION-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This rule sets if the feature in the referring model (compared to the reference model) may be deleted. Allowed values: no, yes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="DEVIATION-ATTRIBUTE-SET" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>DeviationAttributeSet specifies the set of rules of allowed deviations from the reference model in a referring model. These rules are important, because they make sure that the different FeatureModels, referring to one reference model, follow specific rules for deviation, so a later integration into one FeatureModel may be possible.

Semantics:
See description.

Extension:
DataType</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:DEVIATION-ATTRIBUTE-SET"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="EA-BOOLEAN" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A EABoolean value denotes a logical condition that is either 'true' or 'false'.

Semantics:
EABoolean is the primitive type that holds two literals: true, false.

Notation:
The datatype EABoolean is denoted using the rectangle symbol with keyword «Datatype Boolean».

Extension: UML Boolean</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="EA-DATATYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="COMPOSITE-DATATYPE"/>
            <xsd:enumeration value="EA-BOOLEAN"/>
            <xsd:enumeration value="EA-FLOAT"/>
            <xsd:enumeration value="EA-INTEGER"/>
            <xsd:enumeration value="EA-STRING"/>
            <xsd:enumeration value="ENUMERATION"/>
            <xsd:enumeration value="ENUMERATION-VALUE-TYPE"/>
            <xsd:enumeration value="RANGEABLE-VALUE-TYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="EA-DATATYPE-PROTOTYPE">
        <xsd:annotation>
            <xsd:documentation>The EADatatypePrototype represents a typed variable. An example is a composite datatype ColorValue with parts R, G, and B of type integer. ColorValue would contain three prototypes only to be able to reference the record parts by name. 

Semantics:
The EADatatypePrototype represents a typed variable. It acts as an appearance of a datatype.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-DATATYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EA-DATATYPE-PROTOTYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The EADatatypePrototype represents a typed variable. An example is a composite datatype ColorValue with parts R, G, and B of type integer. ColorValue would contain three prototypes only to be able to reference the record parts by name. 

Semantics:
The EADatatypePrototype represents a typed variable. It acts as an appearance of a datatype.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:EA-DATATYPE-PROTOTYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="EA-ELEMENT">
        <xsd:annotation>
            <xsd:documentation>The EAElement is an abstract metaclass that represents an arbitrary named entity in the domain model. It specializes AUTOSAR Identifiable which has the shortName attribute used for identification of the element within the namespace in which it is defined.

The abbreviation EA in the name of this metaclass is short for EAST-ADL.


Semantics:
Also the EAElement can be used to extend the EAST-ADL approach to other languages and standards by adding a generalize relation from the respective (non EAST-ADL) element to the EAElement.

Extension: 
The ADLEntity stereotype is an abstract stereotype which extends UML2 metaclass NamedElement. The ADLEntity stereotype thus includes the name property from UML2 metaclass:NamedElement. The stereotype representation of this metaclass may be concrete to allow for application on instances from other domain models.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="NAME" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Optional descriptive name of the EAElement, this name does not have the length restrictions as found for the AUTOSAR Identfiable shortName.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OWNED-COMMENTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="COMMENT" type="EA:COMMENT"/>
                        <xsd:element name="RATIONALE" type="EA:RATIONALE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="EA-ELEMENT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ACTOR"/>
            <xsd:enumeration value="ACTUATOR"/>
            <xsd:enumeration value="AGE-TIMING-CONSTRAINT"/>
            <xsd:enumeration value="ALLOCATION"/>
            <xsd:enumeration value="ANALYSIS-FUNCTION-PROTOTYPE"/>
            <xsd:enumeration value="ANALYSIS-FUNCTION-TYPE"/>
            <xsd:enumeration value="ANALYSIS-LEVEL"/>
            <xsd:enumeration value="ARBITRARY-EVENT-CONSTRAINT"/>
            <xsd:enumeration value="ARCHITECTURAL-DESCRIPTION"/>
            <xsd:enumeration value="ARCHITECTURAL-MODEL"/>
            <xsd:enumeration value="ARCHITECTURE"/>
            <xsd:enumeration value="BASIC-SOFTWARE-FUNCTION-TYPE"/>
            <xsd:enumeration value="BEHAVIOR"/>
            <xsd:enumeration value="BEHAVIOR-ANNEX"/>
            <xsd:enumeration value="BINDING-TIME"/>
            <xsd:enumeration value="BUSINESS-OPPORTUNITY"/>
            <xsd:enumeration value="CLAIM"/>
            <xsd:enumeration value="CLAMP-CONNECTOR"/>
            <xsd:enumeration value="COMMUNICATION-HARDWARE-PIN"/>
            <xsd:enumeration value="COMPOSITE-DATATYPE"/>
            <xsd:enumeration value="COMPUTATION-CONSTRAINT"/>
            <xsd:enumeration value="CONFIGURABLE-CONTAINER"/>
            <xsd:enumeration value="CONFIGURATION-DECISION"/>
            <xsd:enumeration value="CONFIGURATION-DECISION-FOLDER"/>
            <xsd:enumeration value="CONTAINER-CONFIGURATION"/>
            <xsd:enumeration value="DEPENDABILITY"/>
            <xsd:enumeration value="DERIVE-REQUIREMENT"/>
            <xsd:enumeration value="DESIGN-FUNCTION-PROTOTYPE"/>
            <xsd:enumeration value="DESIGN-FUNCTION-TYPE"/>
            <xsd:enumeration value="DESIGN-LEVEL"/>
            <xsd:enumeration value="DEVIATION-ATTRIBUTE-SET"/>
            <xsd:enumeration value="EA-BOOLEAN"/>
            <xsd:enumeration value="EA-DATATYPE-PROTOTYPE"/>
            <xsd:enumeration value="EA-FLOAT"/>
            <xsd:enumeration value="EA-INTEGER"/>
            <xsd:enumeration value="EA-PACKAGE"/>
            <xsd:enumeration value="EA-STRING"/>
            <xsd:enumeration value="ENUMERATION"/>
            <xsd:enumeration value="ENUMERATION-LITERAL"/>
            <xsd:enumeration value="ENUMERATION-VALUE-TYPE"/>
            <xsd:enumeration value="ENVIRONMENT"/>
            <xsd:enumeration value="ERROR-BEHAVIOR"/>
            <xsd:enumeration value="ERROR-MODEL-PROTOTYPE"/>
            <xsd:enumeration value="ERROR-MODEL-TYPE"/>
            <xsd:enumeration value="EVENT-CHAIN"/>
            <xsd:enumeration value="EVENT-FUNCTION"/>
            <xsd:enumeration value="EVENT-FUNCTION-CLIENT-SERVER-PORT"/>
            <xsd:enumeration value="EVENT-FUNCTION-FLOW-PORT"/>
            <xsd:enumeration value="EXECUTION-TIME-CONSTRAINT"/>
            <xsd:enumeration value="EXTEND"/>
            <xsd:enumeration value="EXTENSION-POINT"/>
            <xsd:enumeration value="FAILURE-OUT-PORT"/>
            <xsd:enumeration value="FAULT-FAILURE"/>
            <xsd:enumeration value="FAULT-FAILURE-PROPAGATION-LINK"/>
            <xsd:enumeration value="FAULT-IN-PORT"/>
            <xsd:enumeration value="FEATURE"/>
            <xsd:enumeration value="FEATURE-CONFIGURATION"/>
            <xsd:enumeration value="FEATURE-CONSTRAINT"/>
            <xsd:enumeration value="FEATURE-FLAW"/>
            <xsd:enumeration value="FEATURE-GROUP"/>
            <xsd:enumeration value="FEATURE-LINK"/>
            <xsd:enumeration value="FEATURE-MODEL"/>
            <xsd:enumeration value="FLOW"/>
            <xsd:enumeration value="FUNCTION-ALLOCATION"/>
            <xsd:enumeration value="FUNCTION-BEHAVIOR"/>
            <xsd:enumeration value="FUNCTION-CLIENT-SERVER-INTERFACE"/>
            <xsd:enumeration value="FUNCTION-CLIENT-SERVER-PORT"/>
            <xsd:enumeration value="FUNCTION-CONNECTOR"/>
            <xsd:enumeration value="FUNCTION-FLOW-PORT"/>
            <xsd:enumeration value="FUNCTION-POWER-PORT"/>
            <xsd:enumeration value="FUNCTION-TRIGGER"/>
            <xsd:enumeration value="FUNCTIONAL-DEVICE"/>
            <xsd:enumeration value="FUNCTIONAL-SAFETY-CONCEPT"/>
            <xsd:enumeration value="GENERIC-CONSTRAINT"/>
            <xsd:enumeration value="GENERIC-CONSTRAINT-SET"/>
            <xsd:enumeration value="GROUND"/>
            <xsd:enumeration value="HARDWARE-COMPONENT-PROTOTYPE"/>
            <xsd:enumeration value="HARDWARE-COMPONENT-TYPE"/>
            <xsd:enumeration value="HARDWARE-CONNECTOR"/>
            <xsd:enumeration value="HARDWARE-FUNCTION-TYPE"/>
            <xsd:enumeration value="HARDWARE-PIN-GROUP"/>
            <xsd:enumeration value="HAZARD"/>
            <xsd:enumeration value="HAZARDOUS-EVENT"/>
            <xsd:enumeration value="IO-HARDWARE-PIN"/>
            <xsd:enumeration value="IMPLEMENTATION-LEVEL"/>
            <xsd:enumeration value="INCLUDE"/>
            <xsd:enumeration value="INPUT-SYNCHRONIZATION-CONSTRAINT"/>
            <xsd:enumeration value="INTERNAL-BINDING"/>
            <xsd:enumeration value="INTERNAL-FAULT-PROTOTYPE"/>
            <xsd:enumeration value="ITEM"/>
            <xsd:enumeration value="LOCAL-DEVICE-MANAGER"/>
            <xsd:enumeration value="LOGICAL-BUS"/>
            <xsd:enumeration value="MISSION"/>
            <xsd:enumeration value="MODE"/>
            <xsd:enumeration value="MODE-GROUP"/>
            <xsd:enumeration value="MULTI-LEVEL-REFERENCE"/>
            <xsd:enumeration value="NODE"/>
            <xsd:enumeration value="OPERATION"/>
            <xsd:enumeration value="OPERATIONAL-SITUATION"/>
            <xsd:enumeration value="OUTPUT-SYNCHRONIZATION-CONSTRAINT"/>
            <xsd:enumeration value="PARAMETER"/>
            <xsd:enumeration value="PARAMETER-CONDITION"/>
            <xsd:enumeration value="PARAMETER-CONSTRAINT"/>
            <xsd:enumeration value="PATTERN-EVENT-CONSTRAINT"/>
            <xsd:enumeration value="PERIODIC-EVENT-CONSTRAINT"/>
            <xsd:enumeration value="PORT-GROUP"/>
            <xsd:enumeration value="POWER-HARDWARE-PIN"/>
            <xsd:enumeration value="POWER-SUPPLY"/>
            <xsd:enumeration value="PRECEDENCE-CONSTRAINT"/>
            <xsd:enumeration value="PRIVATE-CONTENT"/>
            <xsd:enumeration value="PROBLEM-STATEMENT"/>
            <xsd:enumeration value="PROCESS-FAULT-PROTOTYPE"/>
            <xsd:enumeration value="PRODUCT-POSITIONING"/>
            <xsd:enumeration value="QUALITY-REQUIREMENT"/>
            <xsd:enumeration value="QUANTITATIVE-SAFETY-CONSTRAINT"/>
            <xsd:enumeration value="RIF-EXPORT-AREA"/>
            <xsd:enumeration value="RIF-IMPORT-AREA"/>
            <xsd:enumeration value="RANGEABLE-VALUE-TYPE"/>
            <xsd:enumeration value="REACTION-CONSTRAINT"/>
            <xsd:enumeration value="REALIZATION"/>
            <xsd:enumeration value="REFINE"/>
            <xsd:enumeration value="REQUIREMENT"/>
            <xsd:enumeration value="REQUIREMENTS-CONTAINER"/>
            <xsd:enumeration value="REQUIREMENTS-LINK"/>
            <xsd:enumeration value="REQUIREMENTS-MODEL"/>
            <xsd:enumeration value="REQUIREMENTS-RELATED-INFORMATION"/>
            <xsd:enumeration value="REQUIREMENTS-RELATION-GROUP"/>
            <xsd:enumeration value="REUSE-META-INFORMATION"/>
            <xsd:enumeration value="SAFETY-CASE"/>
            <xsd:enumeration value="SAFETY-CONSTRAINT"/>
            <xsd:enumeration value="SAFETY-GOAL"/>
            <xsd:enumeration value="SATISFY"/>
            <xsd:enumeration value="SENSOR"/>
            <xsd:enumeration value="SPORADIC-EVENT-CONSTRAINT"/>
            <xsd:enumeration value="STAKEHOLDER"/>
            <xsd:enumeration value="STAKEHOLDER-NEED"/>
            <xsd:enumeration value="STATE"/>
            <xsd:enumeration value="STATE-MACHINE-CONSTRAINT"/>
            <xsd:enumeration value="SYSTEM-MODEL"/>
            <xsd:enumeration value="TAKE-RATE-CONSTRAINT"/>
            <xsd:enumeration value="TECHNICAL-SAFETY-CONCEPT"/>
            <xsd:enumeration value="TIME-DURATION"/>
            <xsd:enumeration value="TIMING"/>
            <xsd:enumeration value="TRANSFORMATION"/>
            <xsd:enumeration value="TRANSITION"/>
            <xsd:enumeration value="USE-CASE"/>
            <xsd:enumeration value="USER-ATTRIBUTE-DEFINITION"/>
            <xsd:enumeration value="USER-ATTRIBUTE-ELEMENT-TYPE"/>
            <xsd:enumeration value="USER-ATTRIBUTE-VALUE"/>
            <xsd:enumeration value="VV-ACTUAL-OUTCOME"/>
            <xsd:enumeration value="VV-CASE"/>
            <xsd:enumeration value="VV-INTENDED-OUTCOME"/>
            <xsd:enumeration value="VV-LOG"/>
            <xsd:enumeration value="VV-PROCEDURE"/>
            <xsd:enumeration value="VV-STIMULI"/>
            <xsd:enumeration value="VV-TARGET"/>
            <xsd:enumeration value="VARIABILITY"/>
            <xsd:enumeration value="VARIABLE-ELEMENT"/>
            <xsd:enumeration value="VARIATION-GROUP"/>
            <xsd:enumeration value="VEHICLE-FEATURE"/>
            <xsd:enumeration value="VEHICLE-LEVEL"/>
            <xsd:enumeration value="VEHICLE-LEVEL-BINDING"/>
            <xsd:enumeration value="VEHICLE-SYSTEM"/>
            <xsd:enumeration value="VERIFICATION-VALIDATION"/>
            <xsd:enumeration value="VERIFY"/>
            <xsd:enumeration value="WARRANT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="EA-FLOAT">
        <xsd:annotation>
            <xsd:documentation>An instance of EAFloat is an element from the set of real numbers. The value must comply with IEEE 754 and is limited to what can be expressed by a 64 bit binary representation.

Semantics:
EAFloat has the semantics of the Float datatype as defined by IEEE Standard for Floating-Point Arithmetic (IEEE 754).

Notation:
The datatype EAFloat is denoted using the rectangle symbol with keyword «Datatype Float».

Extension: UML Datatype</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="MAX" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The maximal value of the range.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="MIN" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The minimum value of the range.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EA-FLOAT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>An instance of EAFloat is an element from the set of real numbers. The value must comply with IEEE 754 and is limited to what can be expressed by a 64 bit binary representation.

Semantics:
EAFloat has the semantics of the Float datatype as defined by IEEE Standard for Floating-Point Arithmetic (IEEE 754).

Notation:
The datatype EAFloat is denoted using the rectangle symbol with keyword «Datatype Float».

Extension: UML Datatype</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:EA-FLOAT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="EA-INTEGER">
        <xsd:annotation>
            <xsd:documentation>An instance of EAInteger is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).

Semantics:
An instance of EAInteger is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).

Notation:
The datatype EAInteger is denoted using the rectangle symbol with keyword «Datatype Integer».

Extension: UML Datatype</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="MAX" type="xsd:integer" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The maximal value of the range.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="MIN" type="xsd:integer" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The minimum value of the range.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EA-INTEGER" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>An instance of EAInteger is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).

Semantics:
An instance of EAInteger is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).

Notation:
The datatype EAInteger is denoted using the rectangle symbol with keyword «Datatype Integer».

Extension: UML Datatype</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:EA-INTEGER"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="EA-PACKAGE">
        <xsd:annotation>
            <xsd:documentation>Used for organization of the packageable elements in the model.

Semantics:
EAPackages can be organized hierarchically, where each level may contain a number of EAPackageableElements.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ELEMENTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ACTOR" type="EA:ACTOR"/>
                        <xsd:element name="ACTUATOR" type="EA:ACTUATOR"/>
                        <xsd:element name="ANALYSIS-FUNCTION-TYPE" type="EA:ANALYSIS-FUNCTION-TYPE"/>
                        <xsd:element name="ANALYSIS-LEVEL" type="EA:ANALYSIS-LEVEL"/>
                        <xsd:element name="BASIC-SOFTWARE-FUNCTION-TYPE" type="EA:BASIC-SOFTWARE-FUNCTION-TYPE"/>
                        <xsd:element name="BEHAVIOR" type="EA:BEHAVIOR"/>
                        <xsd:element name="BEHAVIOR-ANNEX" type="EA:BEHAVIOR-ANNEX"/>
                        <xsd:element name="BUSINESS-OPPORTUNITY" type="EA:BUSINESS-OPPORTUNITY"/>
                        <xsd:element name="CLAIM" type="EA:CLAIM"/>
                        <xsd:element name="COMPOSITE-DATATYPE" type="EA:COMPOSITE-DATATYPE"/>
                        <xsd:element name="DEPENDABILITY" type="EA:DEPENDABILITY"/>
                        <xsd:element name="DESIGN-FUNCTION-TYPE" type="EA:DESIGN-FUNCTION-TYPE"/>
                        <xsd:element name="DESIGN-LEVEL" type="EA:DESIGN-LEVEL"/>
                        <xsd:element name="EA-BOOLEAN" type="EA:EA-BOOLEAN"/>
                        <xsd:element name="EA-FLOAT" type="EA:EA-FLOAT"/>
                        <xsd:element name="EA-INTEGER" type="EA:EA-INTEGER"/>
                        <xsd:element name="EA-STRING" type="EA:EA-STRING"/>
                        <xsd:element name="ENUMERATION" type="EA:ENUMERATION"/>
                        <xsd:element name="ENUMERATION-VALUE-TYPE" type="EA:ENUMERATION-VALUE-TYPE"/>
                        <xsd:element name="ENVIRONMENT" type="EA:ENVIRONMENT"/>
                        <xsd:element name="ERROR-MODEL-TYPE" type="EA:ERROR-MODEL-TYPE"/>
                        <xsd:element name="FAULT-FAILURE" type="EA:FAULT-FAILURE"/>
                        <xsd:element name="FEATURE" type="EA:FEATURE"/>
                        <xsd:element name="FEATURE-FLAW" type="EA:FEATURE-FLAW"/>
                        <xsd:element name="FEATURE-GROUP" type="EA:FEATURE-GROUP"/>
                        <xsd:element name="FEATURE-MODEL" type="EA:FEATURE-MODEL"/>
                        <xsd:element name="FUNCTION-BEHAVIOR" type="EA:FUNCTION-BEHAVIOR"/>
                        <xsd:element name="FUNCTION-CLIENT-SERVER-INTERFACE"
                                     type="EA:FUNCTION-CLIENT-SERVER-INTERFACE"/>
                        <xsd:element name="FUNCTIONAL-DEVICE" type="EA:FUNCTIONAL-DEVICE"/>
                        <xsd:element name="FUNCTIONAL-SAFETY-CONCEPT" type="EA:FUNCTIONAL-SAFETY-CONCEPT"/>
                        <xsd:element name="GENERIC-CONSTRAINT" type="EA:GENERIC-CONSTRAINT"/>
                        <xsd:element name="GENERIC-CONSTRAINT-SET" type="EA:GENERIC-CONSTRAINT-SET"/>
                        <xsd:element name="GROUND" type="EA:GROUND"/>
                        <xsd:element name="HARDWARE-COMPONENT-TYPE" type="EA:HARDWARE-COMPONENT-TYPE"/>
                        <xsd:element name="HARDWARE-FUNCTION-TYPE" type="EA:HARDWARE-FUNCTION-TYPE"/>
                        <xsd:element name="HAZARD" type="EA:HAZARD"/>
                        <xsd:element name="HAZARDOUS-EVENT" type="EA:HAZARDOUS-EVENT"/>
                        <xsd:element name="IMPLEMENTATION-LEVEL" type="EA:IMPLEMENTATION-LEVEL"/>
                        <xsd:element name="ITEM" type="EA:ITEM"/>
                        <xsd:element name="LOCAL-DEVICE-MANAGER" type="EA:LOCAL-DEVICE-MANAGER"/>
                        <xsd:element name="MODE-GROUP" type="EA:MODE-GROUP"/>
                        <xsd:element name="NODE" type="EA:NODE"/>
                        <xsd:element name="OPERATIONAL-SITUATION" type="EA:OPERATIONAL-SITUATION"/>
                        <xsd:element name="POWER-SUPPLY" type="EA:POWER-SUPPLY"/>
                        <xsd:element name="PROBLEM-STATEMENT" type="EA:PROBLEM-STATEMENT"/>
                        <xsd:element name="PRODUCT-POSITIONING" type="EA:PRODUCT-POSITIONING"/>
                        <xsd:element name="QUALITY-REQUIREMENT" type="EA:QUALITY-REQUIREMENT"/>
                        <xsd:element name="QUANTITATIVE-SAFETY-CONSTRAINT" type="EA:QUANTITATIVE-SAFETY-CONSTRAINT"/>
                        <xsd:element name="RIF-EXPORT-AREA" type="EA:RIF-EXPORT-AREA"/>
                        <xsd:element name="RIF-IMPORT-AREA" type="EA:RIF-IMPORT-AREA"/>
                        <xsd:element name="RANGEABLE-VALUE-TYPE" type="EA:RANGEABLE-VALUE-TYPE"/>
                        <xsd:element name="REQUIREMENT" type="EA:REQUIREMENT"/>
                        <xsd:element name="REQUIREMENTS-CONTAINER" type="EA:REQUIREMENTS-CONTAINER"/>
                        <xsd:element name="REQUIREMENTS-MODEL" type="EA:REQUIREMENTS-MODEL"/>
                        <xsd:element name="REQUIREMENTS-RELATED-INFORMATION"
                                     type="EA:REQUIREMENTS-RELATED-INFORMATION"/>
                        <xsd:element name="REQUIREMENTS-RELATION-GROUP" type="EA:REQUIREMENTS-RELATION-GROUP"/>
                        <xsd:element name="REUSE-META-INFORMATION" type="EA:REUSE-META-INFORMATION"/>
                        <xsd:element name="SAFETY-CASE" type="EA:SAFETY-CASE"/>
                        <xsd:element name="SAFETY-CONSTRAINT" type="EA:SAFETY-CONSTRAINT"/>
                        <xsd:element name="SENSOR" type="EA:SENSOR"/>
                        <xsd:element name="STAKEHOLDER" type="EA:STAKEHOLDER"/>
                        <xsd:element name="STAKEHOLDER-NEED" type="EA:STAKEHOLDER-NEED"/>
                        <xsd:element name="SYSTEM-MODEL" type="EA:SYSTEM-MODEL"/>
                        <xsd:element name="TAKE-RATE-CONSTRAINT" type="EA:TAKE-RATE-CONSTRAINT"/>
                        <xsd:element name="TECHNICAL-SAFETY-CONCEPT" type="EA:TECHNICAL-SAFETY-CONCEPT"/>
                        <xsd:element name="TIMING" type="EA:TIMING"/>
                        <xsd:element name="USE-CASE" type="EA:USE-CASE"/>
                        <xsd:element name="USER-ATTRIBUTE-ELEMENT-TYPE" type="EA:USER-ATTRIBUTE-ELEMENT-TYPE"/>
                        <xsd:element name="VV-ACTUAL-OUTCOME" type="EA:VV-ACTUAL-OUTCOME"/>
                        <xsd:element name="VV-CASE" type="EA:VV-CASE"/>
                        <xsd:element name="VV-INTENDED-OUTCOME" type="EA:VV-INTENDED-OUTCOME"/>
                        <xsd:element name="VV-LOG" type="EA:VV-LOG"/>
                        <xsd:element name="VV-PROCEDURE" type="EA:VV-PROCEDURE"/>
                        <xsd:element name="VV-STIMULI" type="EA:VV-STIMULI"/>
                        <xsd:element name="VV-TARGET" type="EA:VV-TARGET"/>
                        <xsd:element name="VARIABILITY" type="EA:VARIABILITY"/>
                        <xsd:element name="VEHICLE-FEATURE" type="EA:VEHICLE-FEATURE"/>
                        <xsd:element name="VEHICLE-LEVEL" type="EA:VEHICLE-LEVEL"/>
                        <xsd:element name="VERIFICATION-VALIDATION" type="EA:VERIFICATION-VALIDATION"/>
                        <xsd:element name="WARRANT" type="EA:WARRANT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SUB-PACKAGES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EA-PACKAGE" type="EA:EA-PACKAGE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EA-PACKAGE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Used for organization of the packageable elements in the model.

Semantics:
EAPackages can be organized hierarchically, where each level may contain a number of EAPackageableElements.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:EA-PACKAGE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="EA-STRING" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A string is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters. An instance of EAString defines a piece of text. The semantics of the string itself depends on its purpose. It can be a comment, computational language expression, OCL expression, etc. It is used for String attributes and String expressions in the metamodel.

Semantics:
EAString is the primitive type that defines a sequence of characters in some suitable character set used to display information.


Notation:
The datatype EAString is denoted using the rectangle symbol with keyword «Datatype String».

Extension: UML String</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="EAXML">
        <xsd:annotation>
            <xsd:documentation>The root element of an exchanged XML file which contains an EAST-ADL model.

Semantics:
EAXML represents the root element of an EAST-ADL XML file.</xsd:documentation>
            <xsd:appinfo source="tags">admin.documentVersion="2012-03-30";autosar.documentVersion="4.0";xml.globalElement="true"</xsd:appinfo>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TOP-LEVEL-PACKAGES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EA-PACKAGE" type="EA:EA-PACKAGE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EAXML" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The root element of an exchanged XML file which contains an EAST-ADL model.

Semantics:
EAXML represents the root element of an EAST-ADL XML file.</xsd:documentation>
            <xsd:appinfo source="tags">admin.documentVersion="2012-03-30";autosar.documentVersion="4.0";xml.globalElement="true"</xsd:appinfo>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:EAXML"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:element name="EAXML" type="EA:EAXML">
        <xsd:annotation>
            <xsd:documentation>The root element of an exchanged XML file which contains an EAST-ADL model.

Semantics:
EAXML represents the root element of an EAST-ADL XML file.</xsd:documentation>
            <xsd:appinfo source="tags">admin.documentVersion="2012-03-30";autosar.documentVersion="4.0";xml.globalElement="true"</xsd:appinfo>
        </xsd:annotation>
    </xsd:element>
  
    <xsd:group name="ENUMERATION">
        <xsd:annotation>
            <xsd:documentation>An enumeration is a datatype whose values are enumerated in the model as enumeration literals. Enumeration is a kind of datatype, whose instances may be any of a number of user-defined enumeration literals.

Semantics:
Enumeration is a kind of datatype, whose instances may be any number &amp;gt; 1 of user-defined enumeration literals. Enumerations contain at least two literals, otherwise it would be a constant. The contained literals need to be ordered.


Notation:
The datatype Enumeration is denoted using the rectangle symbol with keyword «Datatype Enumeration».

Extension: UML Enumeration</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="LITERALS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ENUMERATION-LITERAL" type="EA:ENUMERATION-LITERAL"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ENUMERATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>An enumeration is a datatype whose values are enumerated in the model as enumeration literals. Enumeration is a kind of datatype, whose instances may be any of a number of user-defined enumeration literals.

Semantics:
Enumeration is a kind of datatype, whose instances may be any number &amp;gt; 1 of user-defined enumeration literals. Enumerations contain at least two literals, otherwise it would be a constant. The contained literals need to be ordered.


Notation:
The datatype Enumeration is denoted using the rectangle symbol with keyword «Datatype Enumeration».

Extension: UML Enumeration</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:ENUMERATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ENUMERATION--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ENUMERATION"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:complexType name="ENUMERATION-LITERAL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>An enumeration literal is a user-defined data value for an enumeration.

Semantics:
An EnumerationLiteral defines an element of the run-time extension of an enumeration data type. An EnumerationLiteral has a name (inherited from EAElement) that can be used to identify it within its Enumeration datatype. The EnumerationLiteral name is scoped and must therefore be unique within its Enumeration. The run-time values corresponding to EnumerationLiterals can be compared for equality.


Notation:
An EnumerationLiteral is typically shown as a name, one per line, in the compartment of the Enumeration notation. 

Extension: UML EnumerationLiteral</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="ENUMERATION-VALUE-TYPE">
        <xsd:annotation>
            <xsd:documentation>The EnumerationValueType is a specific ValueType applicable for Enumerations. It provides the possibility to describe semantics of the baseEnumeration's literals and the information, if multiple values of the baseEnumeration may be selected or not.

Semantics:
The EnumerationValueType adds the ability to describe semantics of the baseEnumeration's literals and if multiple values of the baseEnumeration may be selected or not.


Notation:
The datatype EnumerationValueType is denoted using the rectangle symbol with keyword «Datatype EnumerationValueType».

Extension: UML Datatype, SysML ValueType</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="BASE-ENUMERATION-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ENUMERATION--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IS-MULTI-VALUED" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This boolean attribute is true, if multiple enumeration values can be selected. It is false, if only one enumeration value is allowed to be selected.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LITERAL-SEMANTICSS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="LITERAL-SEMANTICS" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation>The specific semantics for each literal of the baseEnumeration.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ENUMERATION-VALUE-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The EnumerationValueType is a specific ValueType applicable for Enumerations. It provides the possibility to describe semantics of the baseEnumeration's literals and the information, if multiple values of the baseEnumeration may be selected or not.

Semantics:
The EnumerationValueType adds the ability to describe semantics of the baseEnumeration's literals and if multiple values of the baseEnumeration may be selected or not.


Notation:
The datatype EnumerationValueType is denoted using the rectangle symbol with keyword «Datatype EnumerationValueType».

Extension: UML Datatype, SysML ValueType</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:VALUE-TYPE"/>
            <xsd:group ref="EA:ENUMERATION-VALUE-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="ENVIRONMENT">
        <xsd:annotation>
            <xsd:documentation>The collection of the environment functional descriptions. This collection can be done across the EAST-ADL abstraction levels.

An environment model can contain functionPrototypes given by either AnalysisFunction or DesignFunction. The environment model does not have abstraction levels as in the system model (e.g., analysisLevel, designLevel).

A functionPrototype of the environment model can have interactions with FAA FunctionalDevice and an FDA HardwareFunction through the ClampConnector.

Semantics:
Environment is a container element for the entities surrounding the EE architecture and their connections to the EE architecture. The function hierarchy of the Environment interacts with the EE System through Clamp Connectors connected to the SystemModel's functions.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CLAMP-CONNECTORS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CLAMP-CONNECTOR" type="EA:CLAMP-CONNECTOR"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ENVIRONMENT-MODEL" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="1">
                        <xsd:element name="ANALYSIS-FUNCTION-PROTOTYPE" type="EA:ANALYSIS-FUNCTION-PROTOTYPE"/>
                        <xsd:element name="DESIGN-FUNCTION-PROTOTYPE" type="EA:DESIGN-FUNCTION-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ENVIRONMENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The collection of the environment functional descriptions. This collection can be done across the EAST-ADL abstraction levels.

An environment model can contain functionPrototypes given by either AnalysisFunction or DesignFunction. The environment model does not have abstraction levels as in the system model (e.g., analysisLevel, designLevel).

A functionPrototype of the environment model can have interactions with FAA FunctionalDevice and an FDA HardwareFunction through the ClampConnector.

Semantics:
Environment is a container element for the entities surrounding the EE architecture and their connections to the EE architecture. The function hierarchy of the Environment interacts with the EE System through Clamp Connectors connected to the SystemModel's functions.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:ENVIRONMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="ERROR-BEHAVIOR">
        <xsd:annotation>
            <xsd:documentation>ErrorBehavior represents the descriptions of failure logics or semantics that the target element identified by the ErrorModelType exhibits. Typically the target is a system, a function, a software component, or a hardware device.

Each ErrorBehavior description relates the occurrences of internal faults and incoming external faults to failures. The faults and failures that the errorBehavior propagates to and from the target element are declared through the ports of the error model.


Semantics: 
ErrorBehavior defines the error propagation logic of its containing ErrorModelType.

The ErrorBehavior description represents the error propagations from internal faults or incoming faults to external failures. Faults are identified by the internalFault and externalFault associations respectively. The propagated failures are identified by the externalFailure association. 

The ErrorBehavior is defined in the failureLogic string, either directly or as a URL referencing an external specification. 

The failureLogic can be based on different formalisms, depending on the analysis techniques and tools available. This is indicated by its type:ErrorBehaviorKind attribute. The failureLogic attribute contains the actual failure propagation logic. 

Extension:
UML:Behavior</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="EXTERNAL-FAILURE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EXTERNAL-FAILURE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FAILURE-OUT-PORT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EXTERNAL-FAULT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EXTERNAL-FAULT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FAULT-IN-PORT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FAILURE-LOGIC" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The specification of error behavior based on an external formalism or the path to the file containing the external specification.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="INTERNAL-FAULT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="INTERNAL-FAULT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:INTERNAL-FAULT-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PROCESS-FAULT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PROCESS-FAULT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PROCESS-FAULT-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TYPE" type="EA:ERROR-BEHAVIOR-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The type of formalism applied for the error behavior description.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ERROR-BEHAVIOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ErrorBehavior represents the descriptions of failure logics or semantics that the target element identified by the ErrorModelType exhibits. Typically the target is a system, a function, a software component, or a hardware device.

Each ErrorBehavior description relates the occurrences of internal faults and incoming external faults to failures. The faults and failures that the errorBehavior propagates to and from the target element are declared through the ports of the error model.


Semantics: 
ErrorBehavior defines the error propagation logic of its containing ErrorModelType.

The ErrorBehavior description represents the error propagations from internal faults or incoming faults to external failures. Faults are identified by the internalFault and externalFault associations respectively. The propagated failures are identified by the externalFailure association. 

The ErrorBehavior is defined in the failureLogic string, either directly or as a URL referencing an external specification. 

The failureLogic can be based on different formalisms, depending on the analysis techniques and tools available. This is indicated by its type:ErrorBehaviorKind attribute. The failureLogic attribute contains the actual failure propagation logic. 

Extension:
UML:Behavior</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ERROR-BEHAVIOR"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ERROR-BEHAVIOR--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ERROR-BEHAVIOR"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ERROR-MODEL-PROTOTYPE">
        <xsd:annotation>
            <xsd:documentation>The ErrorModelPrototype is used to define hierarchical error models allowing additional detail or structure to be described in the error model of a particular target. A hierarchal structure can also be defined when several ErrorModels are integrated into a larger ErrorModel representing a system integrated from several targets. 

Typically the target is a system/subsystem, a function, a software component, or a hardware device.


Semantics:
An ErrorModelPrototype represents an occurrence of the ErrorModelType that types it.

Extension:
(See ADLFunctionPrototype)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FUNCTION-TARGET-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTION-TARGET-IREF"
                                     type="EA:ERROR-MODEL-PROTOTYPE--FUNCTION-TARGET-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HW-TARGET-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HW-TARGET-IREF" type="EA:ERROR-MODEL-PROTOTYPE--HW-TARGET-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TARGET-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ERROR-MODEL-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ERROR-MODEL-PROTOTYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The ErrorModelPrototype is used to define hierarchical error models allowing additional detail or structure to be described in the error model of a particular target. A hierarchal structure can also be defined when several ErrorModels are integrated into a larger ErrorModel representing a system integrated from several targets. 

Typically the target is a system/subsystem, a function, a software component, or a hardware device.


Semantics:
An ErrorModelPrototype represents an occurrence of the ErrorModelType that types it.

Extension:
(See ADLFunctionPrototype)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ERROR-MODEL-PROTOTYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ERROR-MODEL-PROTOTYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ERROR-MODEL-PROTOTYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ERROR-MODEL-PROTOTYPE--FUNCTION-TARGET-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-PROTOTYPE-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ERROR-MODEL-PROTOTYPE--FUNCTION-TARGET-IREF" abstract="false"
                     mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:ERROR-MODEL-PROTOTYPE--FUNCTION-TARGET-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="ERROR-MODEL-PROTOTYPE--HW-TARGET-IREF">
        <xsd:sequence>
            <xsd:element name="HARDWARE-COMPONENT-PROTOTYPE-CONTEXT-REF" minOccurs="0"
                         maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:HARDWARE-COMPONENT-PROTOTYPE--SUBTYPES-ENUM"
                                           use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HARDWARE-COMPONENT-PROTOTYPE-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:HARDWARE-COMPONENT-PROTOTYPE--SUBTYPES-ENUM"
                                           use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ERROR-MODEL-PROTOTYPE--HW-TARGET-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:ERROR-MODEL-PROTOTYPE--HW-TARGET-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="ERROR-MODEL-TYPE">
        <xsd:annotation>
            <xsd:documentation>ErrorModelType and ErrorModelPrototype support the hierarchical composition of error models based on the type-prototype pattern also adopted for the nominal architecture composition. The purpose of the error models is to represent information relating to the anomalies of a nominal model element. 

An ErrorModelType represents the internal faults and fault propagations of the nominal element that it targets. 

Typically the target is a system/subsystem, a function, a software component, or a hardware device.

ErrorModelType inherits the abstract metaclass TraceableSpecification, allowing the ErrorModelType to be referenced from its design context in a similar way as requirements, test cases and other specifications. 

Constraints:
An ErrorModelType without part shall have one errorBehaviorDescription

Semantics:
The ErrorModelType represents a specification of the faults and fault propagations of its target element.

Both types and prototypes may be targets, and the following cases are relevant:

- One nominal type:

The ErrorModelType represents the identified nominal type wherever this nominal type is instantiated.

- Several nominal types:

The ErrorModelType represents the identified nominal types individually, i.e. the same error model applies to all nominal types and is reused.

- One nominal prototype:

The ErrorModelType represents the identified nominal prototype whenever its context, i.e. its top-level composition is instantiated.

- Several nominal prototypes with instanceref:

The ErrorModelType represents the identified set of nominal prototypes (together) whenever their context, i.e. their top-level composition, is instantiated.

The fault propagation of an errorModelType is defined by its contained parts, the ErrorModelPrototypes and their connections. In case it contains both parts and an errorBehaviorDescription, the errorBehaviorDescription shall be consistent with the parts.

FaultFailurePropagationLinks define valid propagation paths in the ErrorModelType. In case the contained FaultInPorts and FailureOutPorts reference nominal ports, the connectivity of the nominal model may serve as a pattern for connecting ports in the ErrorModelType.

The ErrorModelType contains internalFaults and externalFaults, representing faults that are either propagated to externalFailures or masked, according to the definition of its fault propagation.

A processFault represents a flaw introduced during design, and may lead to any of the failures represented by the ErrorModelType. A processFault therefore has a direct propagation to all failures and cannot be masked. 


Extension:
(see ADLTraceableSpecfication)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ERROR-BEHAVIOR-DESCRIPTIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ERROR-BEHAVIOR" type="EA:ERROR-BEHAVIOR"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EXTERNAL-FAULTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FAULT-IN-PORT" type="EA:FAULT-IN-PORT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FAILURES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FAILURE-OUT-PORT" type="EA:FAILURE-OUT-PORT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FAULT-FAILURE-CONNECTORS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FAULT-FAILURE-PROPAGATION-LINK" type="EA:FAULT-FAILURE-PROPAGATION-LINK"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="GENERIC-DESCRIPTION" type="xsd:string" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="HW-TARGET-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HW-TARGET-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:HARDWARE-COMPONENT-TYPE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="INTERNAL-FAULTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="INTERNAL-FAULT-PROTOTYPE" type="EA:INTERNAL-FAULT-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PARTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ERROR-MODEL-PROTOTYPE" type="EA:ERROR-MODEL-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PROCESS-FAULTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PROCESS-FAULT-PROTOTYPE" type="EA:PROCESS-FAULT-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TARGET-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TARGET-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FUNCTION-TYPE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ERROR-MODEL-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ErrorModelType and ErrorModelPrototype support the hierarchical composition of error models based on the type-prototype pattern also adopted for the nominal architecture composition. The purpose of the error models is to represent information relating to the anomalies of a nominal model element. 

An ErrorModelType represents the internal faults and fault propagations of the nominal element that it targets. 

Typically the target is a system/subsystem, a function, a software component, or a hardware device.

ErrorModelType inherits the abstract metaclass TraceableSpecification, allowing the ErrorModelType to be referenced from its design context in a similar way as requirements, test cases and other specifications. 

Constraints:
An ErrorModelType without part shall have one errorBehaviorDescription

Semantics:
The ErrorModelType represents a specification of the faults and fault propagations of its target element.

Both types and prototypes may be targets, and the following cases are relevant:

- One nominal type:

The ErrorModelType represents the identified nominal type wherever this nominal type is instantiated.

- Several nominal types:

The ErrorModelType represents the identified nominal types individually, i.e. the same error model applies to all nominal types and is reused.

- One nominal prototype:

The ErrorModelType represents the identified nominal prototype whenever its context, i.e. its top-level composition is instantiated.

- Several nominal prototypes with instanceref:

The ErrorModelType represents the identified set of nominal prototypes (together) whenever their context, i.e. their top-level composition, is instantiated.

The fault propagation of an errorModelType is defined by its contained parts, the ErrorModelPrototypes and their connections. In case it contains both parts and an errorBehaviorDescription, the errorBehaviorDescription shall be consistent with the parts.

FaultFailurePropagationLinks define valid propagation paths in the ErrorModelType. In case the contained FaultInPorts and FailureOutPorts reference nominal ports, the connectivity of the nominal model may serve as a pattern for connecting ports in the ErrorModelType.

The ErrorModelType contains internalFaults and externalFaults, representing faults that are either propagated to externalFailures or masked, according to the definition of its fault propagation.

A processFault represents a flaw introduced during design, and may lead to any of the failures represented by the ErrorModelType. A processFault therefore has a direct propagation to all failures and cannot be masked. 


Extension:
(see ADLTraceableSpecfication)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:ERROR-MODEL-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ERROR-MODEL-TYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ERROR-MODEL-TYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="EVENT">
        <xsd:annotation>
            <xsd:documentation>An Event (E) denotes a distinct form of state change in a running system, taking place at distinct points in time called occurrences of the event. An event may also report a [current] state. In that case, the event occurs periodically. For example, the "driver door has been opened" is an event indicating a state change; whereas the "driver door is open" is an event reporting a state.

A running system can be observed by identifying certain forms of state changes to watch for, and for each such observation point, noting the times when changes occur. This notion of observation also applies to a hypothetical predicted run of a system or a system model from a timing perspective; the only information that needs to be in the output of such a prediction is a sequence of times for each observation point, indicating the times that each event is predicted to occur.

The occurrence of an event either stimulates an execution, or is caused by an execution [as a response to another event that occurred before]. In the first case the event is called Stimulus (S) and in the latter case it is called Response (R). Stimuli always precede responses; and responses always succeed stimuli.

An event occurs instantaneously, which means that an event occurs at an instant of time without any duration. In addition, an event can appear any number of times and the subsequent occurrences may follow a specific pattern, like periodic, sporadic, or in sudden bursts. Each of these occurrences has a unique time instant.

The distinction between an event and its occurrence is usually obvious from the considered context (causal and temporal). The event is not defined by its occurrences, but rather by a description expressing its purpose.


Constraints:
[1] In the case that the event reports a [current] state (isStateChange is FALSE), the event must have a periodic event model [or a pattern model]. Rationale: The [current] state shall be reported consistently and periodically.


Semantics:
Event is abstract. Semantics is defined on the specializations.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="IS-STATE-CHANGE" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This attribute indicates whether the event reports a state change or a [current] state. If the boolean value is TRUE, then the event reports a state change (no over-/undersampling). 

If the boolean value is FALSE, then the event reports a [current] state. 

By default, the value of this attribute is TRUE.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="EVENT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="EVENT-FUNCTION"/>
            <xsd:enumeration value="EVENT-FUNCTION-CLIENT-SERVER-PORT"/>
            <xsd:enumeration value="EVENT-FUNCTION-FLOW-PORT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="EVENT-CHAIN">
        <xsd:annotation>
            <xsd:documentation>Event chains describe the temporal behavior of a number of steps to be taken to respond to one or more events. [An event chain is also used to express that a temporal requirement/constraint is imposed on these steps (-&gt; requirement).] Such events could be observed in a given system and are categorized into stimuli and responses.

Event chains can refer to other event chains which are then called event chain segments and strands. Segments are sequential event chains refining an EventChain, while strands define parallel event chains that refine an EventChain. An EventChain can be both a segment and a strand at the same time. An event chain respectively event chain segment can be atomic which means it is not refined to other event chains.

Constraints:
[1] The cardinality of strand shall be either 0 or greater than 1. Rationale: Only values &gt; 1 express true parallelism.

Semantics:
An EventChain references two groups of events: stimulus and response. The semantics are that each event in the stimulus group somehow causes, or at least affects the value of all events in the response group. However, since questions about causality and value influence clearly involve the semantics of the underlying structural model, this aspect of an EventChain is semantically outside its scope. Instead, delay constraint semantics are defined solely in terms of the times at which the stimulus and response events occur, irrespective of whether there actually exists a causal connection between these events in the structural model.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="RESPONSE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="RESPONSE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:EVENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SEGMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SEGMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:EVENT-CHAIN--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="STIMULUS-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="STIMULUS-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:EVENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="STRAND-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="STRAND-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:EVENT-CHAIN--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EVENT-CHAIN" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Event chains describe the temporal behavior of a number of steps to be taken to respond to one or more events. [An event chain is also used to express that a temporal requirement/constraint is imposed on these steps (-&gt; requirement).] Such events could be observed in a given system and are categorized into stimuli and responses.

Event chains can refer to other event chains which are then called event chain segments and strands. Segments are sequential event chains refining an EventChain, while strands define parallel event chains that refine an EventChain. An EventChain can be both a segment and a strand at the same time. An event chain respectively event chain segment can be atomic which means it is not refined to other event chains.

Constraints:
[1] The cardinality of strand shall be either 0 or greater than 1. Rationale: Only values &gt; 1 express true parallelism.

Semantics:
An EventChain references two groups of events: stimulus and response. The semantics are that each event in the stimulus group somehow causes, or at least affects the value of all events in the response group. However, since questions about causality and value influence clearly involve the semantics of the underlying structural model, this aspect of an EventChain is semantically outside its scope. Instead, delay constraint semantics are defined solely in terms of the times at which the stimulus and response events occur, irrespective of whether there actually exists a causal connection between these events in the structural model.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:EVENT-CHAIN"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="EVENT-CHAIN--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="EVENT-CHAIN"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="EVENT-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>An EventConstraint describes the basic characteristics of the way an event occurs over time.

Semantics:
EventConstraint characterizes the occurrence pattern of its associated event. The further semantics is defined on the specializations.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="EVENT-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EVENT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OFFSET" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="EVENT-FUNCTION">
        <xsd:annotation>
            <xsd:documentation>An event of a Function refers to the triggering of the Function, i.e., when the input data is consumed, data transformation is performed on that input data by the function, and output data is produced. It can be used in conjunction with FunctionTrigger to define a time-driven triggering for a function. In this case the FunctionTrigger points to the EventFunction of the function and defines a triggerPolicy set to TIME. The timing constraint associated to the EventFunction provides information about the period.

Compare categories of AUTOSAR runnables:

1a triggering only on start and finish (this type of event)

1b triggering allowed anytime during the execution (events on ports, see EventFunctionFlowPort).


Semantics:
The EventFunction refers to the triggering event of a referenced functionType or function (prototype). Triggering is the time when the function consumes data. 

Constraints:
[1] An EventFunction either identifies a FunctionType or a FunctionPrototype as its target function.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FUNCTION-IREF" type="EA:EVENT-FUNCTION--FUNCTION-IREF" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="FUNCTION-TYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EVENT-FUNCTION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>An event of a Function refers to the triggering of the Function, i.e., when the input data is consumed, data transformation is performed on that input data by the function, and output data is produced. It can be used in conjunction with FunctionTrigger to define a time-driven triggering for a function. In this case the FunctionTrigger points to the EventFunction of the function and defines a triggerPolicy set to TIME. The timing constraint associated to the EventFunction provides information about the period.

Compare categories of AUTOSAR runnables:

1a triggering only on start and finish (this type of event)

1b triggering allowed anytime during the execution (events on ports, see EventFunctionFlowPort).


Semantics:
The EventFunction refers to the triggering event of a referenced functionType or function (prototype). Triggering is the time when the function consumes data. 

Constraints:
[1] An EventFunction either identifies a FunctionType or a FunctionPrototype as its target function.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:EVENT"/>
            <xsd:group ref="EA:EVENT-FUNCTION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="EVENT-FUNCTION-CLIENT-SERVER-PORT">
        <xsd:annotation>
            <xsd:documentation>Event that refers to the triggering of the Function at a client/server port, i.e., when the input data is sent / received, or when the output data is produced / received.

Constraints:
[1] eventKind is sentRequest or receivedResponse for a FunctionClientServerPort of type client. Rationale: Only these values make sense for client ports.

[2] eventKind is receivedRequest or sentResponse for a FunctionClientServerPort of type server. Rationale: Only these values make sense for server ports.

Semantics:
EventFunctionClientServerPort refers to the time when data is sent or received at the ClientServerPort.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="EVENT-KIND" type="EA:EVENT-FUNCTION-CLIENT-SERVER-PORT-KIND"
                         minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="PORT-IREF" type="EA:EVENT-FUNCTION-CLIENT-SERVER-PORT--PORT-IREF"
                         minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EVENT-FUNCTION-CLIENT-SERVER-PORT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Event that refers to the triggering of the Function at a client/server port, i.e., when the input data is sent / received, or when the output data is produced / received.

Constraints:
[1] eventKind is sentRequest or receivedResponse for a FunctionClientServerPort of type client. Rationale: Only these values make sense for client ports.

[2] eventKind is receivedRequest or sentResponse for a FunctionClientServerPort of type server. Rationale: Only these values make sense for server ports.

Semantics:
EventFunctionClientServerPort refers to the time when data is sent or received at the ClientServerPort.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:EVENT"/>
            <xsd:group ref="EA:EVENT-FUNCTION-CLIENT-SERVER-PORT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="EVENT-FUNCTION-CLIENT-SERVER-PORT--PORT-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-CLIENT-SERVER-PORT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-CLIENT-SERVER-PORT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EVENT-FUNCTION-CLIENT-SERVER-PORT--PORT-IREF" abstract="false"
                     mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:EVENT-FUNCTION-CLIENT-SERVER-PORT--PORT-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="EVENT-FUNCTION-FLOW-PORT">
        <xsd:annotation>
            <xsd:documentation>Event that refers to the triggering of the Function at a flow port, i.e., when data is sent or received.

Semantics:
EventFunctionFlowPort refers to the time when data is sent or received at the FunctionFlowPort.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PORT-IREF" type="EA:EVENT-FUNCTION-FLOW-PORT--PORT-IREF" minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EVENT-FUNCTION-FLOW-PORT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Event that refers to the triggering of the Function at a flow port, i.e., when data is sent or received.

Semantics:
EventFunctionFlowPort refers to the time when data is sent or received at the FunctionFlowPort.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:EVENT"/>
            <xsd:group ref="EA:EVENT-FUNCTION-FLOW-PORT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="EVENT-FUNCTION-FLOW-PORT--PORT-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-FLOW-PORT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-FLOW-PORT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EVENT-FUNCTION-FLOW-PORT--PORT-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:EVENT-FUNCTION-FLOW-PORT--PORT-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="EVENT-FUNCTION--FUNCTION-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-PROTOTYPE-TARGET-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EVENT-FUNCTION--FUNCTION-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:EVENT-FUNCTION--FUNCTION-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="EXECUTION-TIME-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>ExecutionTimeConstraint expresses the execution time of a function under the assumption of a nominal CPU that executes 1 "function second" per second. Function allocation will decide the actual execution time by multiplication with the relative speed of the host CPU.

Example:

The ECU is 20% faster than a standard ECU (e.g. in a certain context, execution times are given assuming a nominal speed of 100 MHz; Our CPU is then 120 MHz)

The function is activated by a time trigger or a port trigger. The function starts execution some time after activation, depending on e.g. interference and/or blocking from other functions on the same resource.

Immediately on start, the function reads input data on all ports. Functions write data at the latest when the execution time has elapsed (which is after the execution time plus any blocking and interference time). 


Constraints:
[1] An ExecutionTimeConstraint either identifies a FunctionType or a FunctionPrototype as its target function.
[2] variation shall be a value between 0 and upper-lower.

Semantics:
lower (from TimingConstraint) denotes the minimal best case execution time.
upper (from TimingConstraint) denotes the maximal worst case execution time.
variation denotes the allowed variation in execution time, i.e. maximal minimal execution time.

Example:
lower=5
upper=10
variation=2
best case execution time of 6 and worst case of 7 is within this constraint
best case execution time of 6 and worst case of 9 violates this constraint

If a measured value is characterized, variation is not used, as it is always upper-lower, e.g. lower=6 and upper=9 above. In this example, the ExecutionTimeConstraint would be a Realization of a VVActualOutcome.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TARGET-DESIGN-FUNCTION-PROTOTYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:DESIGN-FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TARGET-DESIGN-FUNCTION-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:DESIGN-FUNCTION-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VARIATION" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EXECUTION-TIME-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ExecutionTimeConstraint expresses the execution time of a function under the assumption of a nominal CPU that executes 1 "function second" per second. Function allocation will decide the actual execution time by multiplication with the relative speed of the host CPU.

Example:

The ECU is 20% faster than a standard ECU (e.g. in a certain context, execution times are given assuming a nominal speed of 100 MHz; Our CPU is then 120 MHz)

The function is activated by a time trigger or a port trigger. The function starts execution some time after activation, depending on e.g. interference and/or blocking from other functions on the same resource.

Immediately on start, the function reads input data on all ports. Functions write data at the latest when the execution time has elapsed (which is after the execution time plus any blocking and interference time). 


Constraints:
[1] An ExecutionTimeConstraint either identifies a FunctionType or a FunctionPrototype as its target function.
[2] variation shall be a value between 0 and upper-lower.

Semantics:
lower (from TimingConstraint) denotes the minimal best case execution time.
upper (from TimingConstraint) denotes the maximal worst case execution time.
variation denotes the allowed variation in execution time, i.e. maximal minimal execution time.

Example:
lower=5
upper=10
variation=2
best case execution time of 6 and worst case of 7 is within this constraint
best case execution time of 6 and worst case of 9 violates this constraint

If a measured value is characterized, variation is not used, as it is always upper-lower, e.g. lower=6 and upper=9 above. In this example, the ExecutionTimeConstraint would be a Realization of a VVActualOutcome.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:EXECUTION-TIME-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="EXTEND">
        <xsd:annotation>
            <xsd:documentation>Extend represents the specification that the behavior of a UseCase may be extended by the behavior of another (usually supplementary) UseCase. The extension takes place at one or more specific ExtensionPoints defined in the extended UseCase. Note, however, that the extended UseCase is defined independently of the extending UseCase and is meaningful independently of the extending UseCase. On the other hand, the extending UseCase typically defines behavior that may not necessarily be meaningful by itself. Instead, the extending UseCase defines a set of modular behavior increments that augment an execution of the extended UseCase under specific conditions. Note that the same extending UseCase can extend more than one UseCases. Furthermore, an extending UseCase may itself be extended.

Semantics:
An Extension relation identifies an extension UseCase which extends an extendedCase UseCase.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="EXTENDED-CASE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:USE-CASE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EXTENSION-LOCATION-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EXTENSION-LOCATION-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:EXTENSION-POINT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="EXTEND" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Extend represents the specification that the behavior of a UseCase may be extended by the behavior of another (usually supplementary) UseCase. The extension takes place at one or more specific ExtensionPoints defined in the extended UseCase. Note, however, that the extended UseCase is defined independently of the extending UseCase and is meaningful independently of the extending UseCase. On the other hand, the extending UseCase typically defines behavior that may not necessarily be meaningful by itself. Instead, the extending UseCase defines a set of modular behavior increments that augment an execution of the extended UseCase under specific conditions. Note that the same extending UseCase can extend more than one UseCases. Furthermore, an extending UseCase may itself be extended.

Semantics:
An Extension relation identifies an extension UseCase which extends an extendedCase UseCase.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:EXTEND"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="EXTENSION-POINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ExtensionPoint represents a feature of a UseCase that identifies a point where the behavior of a UseCase can be augmented with elements of another (extending) UseCase.

Semantics:
ExtensionPoint identifies the point where the useCase UseCase ca be extended.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="EXTENSION-POINT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="EXTENSION-POINT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:complexType name="FAILURE-OUT-PORT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FailureOutPort represents a propagation point for failures that propagate out from the containing ErrorModelType.The EADatatype of the FailureOutPort defines the range of valid failures.


Constraints:
[1] The direction of the nominal port must be 'out'.

Semantics:
The value range of a FailureOutPort represents failures that can propagate to FaultInPorts in other ErrorModels. The value range is defined by the FailureOutPort's EADatatype.

If nominal Ports HWTargets or FunctionTargets are referenced, the failures of the FailureOutPort correspond to data on these nominal ports.


Extension: 
UML::Port</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ANOMALY"/>
            <xsd:group ref="EA:FAULT-FAILURE-PORT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FAILURE-OUT-PORT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FAILURE-OUT-PORT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FAULT-FAILURE">
        <xsd:annotation>
            <xsd:documentation>The FaultFailure represents a certain fault or failure on its referenced Anomaly. The faultFailureValue specifies the value of the Anomaly that the FaultFailure corresponds to, i.e. one of the possible values of the Anomaly. 

Semantics:
A FaultFailure is defined as a certain value, faultFailureValue, occurring at the referenced Anomaly.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ANOMALY-IREF" type="EA:FAULT-FAILURE--ANOMALY-IREF" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="FAULT-FAILURE-VALUE" type="EA:EA-DATATYPE-PROTOTYPE" minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FAULT-FAILURE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FaultFailure represents a certain fault or failure on its referenced Anomaly. The faultFailureValue specifies the value of the Anomaly that the FaultFailure corresponds to, i.e. one of the possible values of the Anomaly. 

Semantics:
A FaultFailure is defined as a certain value, faultFailureValue, occurring at the referenced Anomaly.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:FAULT-FAILURE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FAULT-FAILURE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FAULT-FAILURE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FAULT-FAILURE-PORT">
        <xsd:annotation>
            <xsd:documentation>Abstract port for Faults and Failures.

Semantics:
FaultFailurePort is abstract. Semantics is defined on its specializations.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FUNCTION-TARGET-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTION-TARGET-IREF" type="EA:FAULT-FAILURE-PORT--FUNCTION-TARGET-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HW-TARGET-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HW-TARGET-IREF" type="EA:FAULT-FAILURE-PORT--HW-TARGET-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="FAULT-FAILURE-PORT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FAILURE-OUT-PORT"/>
            <xsd:enumeration value="FAULT-IN-PORT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FAULT-FAILURE-PORT--FUNCTION-TARGET-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-PORT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PORT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FAULT-FAILURE-PORT--FUNCTION-TARGET-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:FAULT-FAILURE-PORT--FUNCTION-TARGET-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="FAULT-FAILURE-PORT--HW-TARGET-IREF">
        <xsd:sequence>
            <xsd:element name="HARDWARE-COMPONENT-PROTOTYPE-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:HARDWARE-COMPONENT-PROTOTYPE--SUBTYPES-ENUM"
                                           use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HARDWARE-PORT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:HARDWARE-PIN--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FAULT-FAILURE-PORT--HW-TARGET-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:FAULT-FAILURE-PORT--HW-TARGET-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="FAULT-FAILURE-PROPAGATION-LINK">
        <xsd:annotation>
            <xsd:documentation>The FaultFailurePropagationLink metaclass represents the links for the propagations of faults/failures across system elements. In particular, it defines that one error model provides the faults/failures that another error model receives.

A fault/failure link can only be applied to compatible ports, either for fault/failure delegation within an error model or for fault/failure transmission across two error models. A FaultFailurePropagationLink can only connect fault/failure ports that have compatible types. 

Constraints:
[1] Only compatible fromPort-toPort pairs may be connected.

[2] Two fault/failure ports are compatible if the EADatatype of the fromPort represents a subset of the Fault/Failure set represented by the toPort’s EADatatype. 


Semantics:
The FaultFailurePropagationLink defines a Failure propagation path, from the fromPort on one error model to the toPort of another error model. 


Extension:
UML::Connector</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FROM-PORT-IREF" type="EA:FAULT-FAILURE-PROPAGATION-LINK--FROM-PORT-IREF"
                         minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="IMMEDIATE-PROPAGATION" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="TO-PORT-IREF" type="EA:FAULT-FAILURE-PROPAGATION-LINK--TO-PORT-IREF"
                         minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FAULT-FAILURE-PROPAGATION-LINK" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FaultFailurePropagationLink metaclass represents the links for the propagations of faults/failures across system elements. In particular, it defines that one error model provides the faults/failures that another error model receives.

A fault/failure link can only be applied to compatible ports, either for fault/failure delegation within an error model or for fault/failure transmission across two error models. A FaultFailurePropagationLink can only connect fault/failure ports that have compatible types. 

Constraints:
[1] Only compatible fromPort-toPort pairs may be connected.

[2] Two fault/failure ports are compatible if the EADatatype of the fromPort represents a subset of the Fault/Failure set represented by the toPort’s EADatatype. 


Semantics:
The FaultFailurePropagationLink defines a Failure propagation path, from the fromPort on one error model to the toPort of another error model. 


Extension:
UML::Connector</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FAULT-FAILURE-PROPAGATION-LINK"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="FAULT-FAILURE-PROPAGATION-LINK--FROM-PORT-IREF">
        <xsd:sequence>
            <xsd:element name="ERROR-MODEL-PROTOTYPE-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ERROR-MODEL-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FAULT-FAILURE-PORT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FAULT-FAILURE-PORT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FAULT-FAILURE-PROPAGATION-LINK--FROM-PORT-IREF" abstract="false"
                     mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:FAULT-FAILURE-PROPAGATION-LINK--FROM-PORT-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="FAULT-FAILURE-PROPAGATION-LINK--TO-PORT-IREF">
        <xsd:sequence>
            <xsd:element name="ERROR-MODEL-PROTOTYPE-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ERROR-MODEL-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FAULT-FAILURE-PORT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FAULT-FAILURE-PORT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FAULT-FAILURE-PROPAGATION-LINK--TO-PORT-IREF" abstract="false"
                     mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:FAULT-FAILURE-PROPAGATION-LINK--TO-PORT-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="FAULT-FAILURE--ANOMALY-IREF">
        <xsd:sequence>
            <xsd:element name="ERROR-MODEL-PROTOTYPE-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ERROR-MODEL-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ANOMALY-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ANOMALY--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FAULT-FAILURE--ANOMALY-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:FAULT-FAILURE--ANOMALY-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:complexType name="FAULT-IN-PORT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FaultInPort represents a propagation point for faults that propagate to the containing ErrorModelType. The EADatatype of the FaultInPort defines the range of valid failures.

Constraints:
[1] The direction of the nominal port must be 'in'.

Semantics:
The value range of a FaultInPort represents faults propagated from a FailureOutPort in another ErrorModel. The value range is defined by the FaultInPort's EADatatype.

If nominal Ports HWTarget or FunctionTarget are referenced, the faults on the FaultInPort correspond to data on these nominal ports.

Extension: 
UML::Port</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ANOMALY"/>
            <xsd:group ref="EA:FAULT-FAILURE-PORT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FAULT-IN-PORT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FAULT-IN-PORT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FEATURE">
        <xsd:annotation>
            <xsd:documentation>A Feature represents a characteristic or trait of some object of consideration. The actual object of consideration depends on the particular purpose of the feature's containing feature model.

Example 1: The core technical feature model on vehicle level defines the technical properties of the complete system, i.e., vehicle. So its object of consideration is the vehicle as a whole and therefore its features represent characteristics or traits of the vehicle as a whole.

Example 2: The public feature model of some function F in the FDA defines the features of this particular software function. So its object of consideration is function F and therefore its features represent characteristics or traits of this function F.


Semantics:
Feature is a (non)functional characteristic, constraint or property that can be present or not in a (vehicle) product line.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ACTUAL-BINDING-TIME" type="EA:BINDING-TIME" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="CARDINALITY" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Specifies the Feature's cardinality stating how often this feature may be selected during configuration.

Typical cardinalities include:

- A cardinality of 0..1 means that this Feature is optional, i.e. it can be selected or deselected during configuration.

- A cardinality of 1 means that this Feature is mandatory, i.e. it cannot be deselected but is always present in a configuration if its parent feature is present; mandatory root features are present in all configurations.

- A cardinality of 0 means that this Feature is abstract, i.e. it cannot be selected and is never present in any configuration. This can be used to completely disable a feature and, in the case of non-leaf features, the whole subtree below it, for example to tentatively remove a subtree without (yet) deleting it completely from the model.

- A cardinality with an upper bound greater than 1 or * (infinite), such as [0..2], [1..*], or [2..8], means that this Feature is cloned, i.e. it may be selected more than once during configuration. If such a feature is actually selected more than once in a particular configuration, then its entire subtree may be configured differently for each selection. Cloned features are in fact instantiated during configuration and each instance is provided with a name.

Note that using cloned features, i.e. features with cardinality having an upper bound greater than 1, has far-reaching consequences for how Features are applied. If this is not desired/needed in a certain project, cardinalities &gt;1 can be prohibited by specifying an appropriate complianceLevel in the FeatureModel. As a general guideline, cloned features should be avoided as far as possible. In some situations, however, they can prove extremely useful and elegant. For example, consider the feature model of a wiper system; in order to allow for an extremely flexible configuration of the interval modes, a single parameterized cloned feature can be used: "IntervalMode[2..*] : Float". With this single cloned feature, any number of intervals can be created (but at least 2) and for each interval a precise duration in sec can be configured; without cloned features, this degree of flexibility could not easily be achieved.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CHILD-NODES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE" type="EA:FEATURE"/>
                        <xsd:element name="FEATURE-GROUP" type="EA:FEATURE-GROUP"/>
                        <xsd:element name="VEHICLE-FEATURE" type="EA:VEHICLE-FEATURE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FEATURE-PARAMETER" type="EA:EA-DATATYPE-PROTOTYPE" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="REQUIRED-BINDING-TIME" type="EA:BINDING-TIME" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FEATURE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A Feature represents a characteristic or trait of some object of consideration. The actual object of consideration depends on the particular purpose of the feature's containing feature model.

Example 1: The core technical feature model on vehicle level defines the technical properties of the complete system, i.e., vehicle. So its object of consideration is the vehicle as a whole and therefore its features represent characteristics or traits of the vehicle as a whole.

Example 2: The public feature model of some function F in the FDA defines the features of this particular software function. So its object of consideration is function F and therefore its features represent characteristics or traits of this function F.


Semantics:
Feature is a (non)functional characteristic, constraint or property that can be present or not in a (vehicle) product line.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FEATURE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FEATURE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FEATURE"/>
            <xsd:enumeration value="VEHICLE-FEATURE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FEATURE-CONFIGURATION">
        <xsd:annotation>
            <xsd:documentation>FeatureConfiguration defines an actual configuration of a FeatureModel, in particular the selection or deselection of optional features, values for selected parameterized features, and instance creations for cloned features.

Note that configurations of feature models are realized as a specialization of metaclass ConfigurationDecisionModel. This is possible because a ConfigurationDecisionModel also captures the configuration, i.e., of its target feature model(s); while in the standard case of ConfigurationDecisionModel this target-side configuration depends on a given configuration of source feature model(s), here we simply define a "constant" target-side configuration without considering any source configurations. Therefore, the FeatureConfiguration meta-class has additional constraints compared to the super-class ConfigurationDecisionModel: the FeatureConfiguration has no source FeatureModel and only a single target FeatureModel, which serves as the FeatureModel being configured, explicitly defined through association 'configuredFeatureModel'. And since there is no source feature model to which the criterion can refer, all ConfigurationDecisions in a FeatureConfiguration must have "true" as their criterion.


Semantics:
The FeatureConfiguration specifies a concrete configuration of a feature model, in particular which Features of this FeatureModel are selected or deselected.

Extension:
Class

Constraint:
[1] Attribute criterion of all ConfigurationDecisions in a FeatureConfiguration must be set to "true".</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONFIGURED-FEATURE-MODEL-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FEATURE-MODEL--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FEATURE-CONFIGURATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>FeatureConfiguration defines an actual configuration of a FeatureModel, in particular the selection or deselection of optional features, values for selected parameterized features, and instance creations for cloned features.

Note that configurations of feature models are realized as a specialization of metaclass ConfigurationDecisionModel. This is possible because a ConfigurationDecisionModel also captures the configuration, i.e., of its target feature model(s); while in the standard case of ConfigurationDecisionModel this target-side configuration depends on a given configuration of source feature model(s), here we simply define a "constant" target-side configuration without considering any source configurations. Therefore, the FeatureConfiguration meta-class has additional constraints compared to the super-class ConfigurationDecisionModel: the FeatureConfiguration has no source FeatureModel and only a single target FeatureModel, which serves as the FeatureModel being configured, explicitly defined through association 'configuredFeatureModel'. And since there is no source feature model to which the criterion can refer, all ConfigurationDecisions in a FeatureConfiguration must have "true" as their criterion.


Semantics:
The FeatureConfiguration specifies a concrete configuration of a feature model, in particular which Features of this FeatureModel are selected or deselected.

Extension:
Class

Constraint:
[1] Attribute criterion of all ConfigurationDecisions in a FeatureConfiguration must be set to "true".</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONFIGURATION-DECISION-MODEL"/>
            <xsd:group ref="EA:FEATURE-CONFIGURATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="FEATURE-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>Captures a constraint on the containing feature model's configuration which is too complex to be expressed by way of a FeatureLink. In general, all constraints that can be expressed by a FeatureLink can also be expressed by a FeatureConstraint, but not vice versa.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CRITERION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The actual constraint. This is a logic expression in VSL like the criterion of a ConfigurationDecision. For the constraint to be met this expression always has to evaluate to true.

For example, to express a mutual exclusion of two features, use the expression "! (Radar &amp; RainSensor)". However, note that this particular constraint could also be formulated as a FeatureLink with type "excludes".</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FEATURE-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Captures a constraint on the containing feature model's configuration which is too complex to be expressed by way of a FeatureLink. In general, all constraints that can be expressed by a FeatureLink can also be expressed by a FeatureConstraint, but not vice versa.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FEATURE-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="FEATURE-FLAW">
        <xsd:annotation>
            <xsd:documentation>FeatureFlaw denotes an abstract failure of a set of items, i.e. an inability to fulfill one or several of its requirements.

Semantics:
FeatureFlaw represents functional anomalies derivable from each foreseeable source. nonFulfilledRequirements identifies those requirements that correspond to the FeatureFlaw.

Extension:
UML::Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ITEM-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ITEM-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:ITEM--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="NON-FULFILLED-REQUIREMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="NON-FULFILLED-REQUIREMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FEATURE-FLAW" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>FeatureFlaw denotes an abstract failure of a set of items, i.e. an inability to fulfill one or several of its requirements.

Semantics:
FeatureFlaw represents functional anomalies derivable from each foreseeable source. nonFulfilledRequirements identifies those requirements that correspond to the FeatureFlaw.

Extension:
UML::Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:FEATURE-FLAW"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FEATURE-FLAW--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FEATURE-FLAW"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FEATURE-GROUP">
        <xsd:annotation>
            <xsd:documentation>FeatureGroup is a specialization of the FeatureTreeNode, enabling grouping of several Features.

Semantics:
FeatureGroup is a grouping entity for sibling Features to reflect variability for a set of Features.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CARDINALITY" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The cardinality of the FeatureGroup, specifies how the grouped features, in featureGroup, can be combined. For example, a FeatureGroup owning the two Features A and B, and with a cardinality of [1], means that A and B are alternatives, but only one of them can be chosen. Mandatory features among the child features count as 1 and for cloned features all instances created in the configuration count.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CHILD-FEATURES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE" type="EA:FEATURE"/>
                        <xsd:element name="VEHICLE-FEATURE" type="EA:VEHICLE-FEATURE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FEATURE-GROUP" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>FeatureGroup is a specialization of the FeatureTreeNode, enabling grouping of several Features.

Semantics:
FeatureGroup is a grouping entity for sibling Features to reflect variability for a set of Features.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FEATURE-GROUP"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="FEATURE-LINK">
        <xsd:annotation>
            <xsd:documentation>A FeatureLink resembles a Relationship between two Features referred to as 'start' and 'end' feature (such as "feature S requires feature E" or "S excludes E").

The type of the FeatureLink specifies the precise semantics of the relationship. There are several predefined types, for example "needs" states that S requires E. In addition, user-defined types are allowed as well. For user-defined types, attribute 'customType' provides a unique identifier of the custom link type and attribute 'isBidirectional' states whether the link is uni- or bidirectional.

FeatureLinks are similar to FeatureConstraints but much more restricted. The rationale for having FeatureLinks in addition to FeatureConstraints is that in many cases FeatureLinks are sufficient and tools can deal with them more easily and appropriately (e.g. they can easily be presented visually as arrows in a diagram).


Semantics:
The FeatureLink is a relationship between Features that may constrain the selection of Features involved in the relationship.


Constraints:
[1] The start and end Features of a FeatureLink must be contained in the FeatureModel that contains the FeatureLink.

Extension:
AssociationClass</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CUSTOM-TYPE" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The custom type of this FeatureLink identified by a String value. This attribute's value is ignored if attribute 'kind' is set to some other value than 'custom'.

Each company or project can decide to use additional link types by defining unique key-words for them. In cases where FeatureModels are shared with third parties (other departments, companies, etc.) a globally unique type string must be used. Follow the instructions for finding globally unique keys for user attributes (cf. documentation of metaclass UserAttributeValue).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="END-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FEATURE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IS-BIDIRECTIONAL" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Tells whether the FeatureLink is bidirectional or unidirectional. For predefined kinds, such as "needs", "mandatoryAlternative", etc., this attribute will be ignored and the kind determines whether the link is bidirectional or not (as defined in the documentation of attribute 'type', below). For custom kinds, this attribute may be provided to explicitly state the link's direction. If this attribute is not provided in case of a custom link type, then the link is assumed to be unidirectional.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="KIND" type="EA:VARIABILITY-DEPENDENCY-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The kind determines the precise semantics of the relation between the FeatureLink's start and end feature. There are 5 predefined kinds as defined by enumeration VariabilityDependencyKind and in the case of kind 'custom' the attribute customType can be used to define a custom feature link type.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="START-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FEATURE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FEATURE-LINK" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A FeatureLink resembles a Relationship between two Features referred to as 'start' and 'end' feature (such as "feature S requires feature E" or "S excludes E").

The type of the FeatureLink specifies the precise semantics of the relationship. There are several predefined types, for example "needs" states that S requires E. In addition, user-defined types are allowed as well. For user-defined types, attribute 'customType' provides a unique identifier of the custom link type and attribute 'isBidirectional' states whether the link is uni- or bidirectional.

FeatureLinks are similar to FeatureConstraints but much more restricted. The rationale for having FeatureLinks in addition to FeatureConstraints is that in many cases FeatureLinks are sufficient and tools can deal with them more easily and appropriately (e.g. they can easily be presented visually as arrows in a diagram).


Semantics:
The FeatureLink is a relationship between Features that may constrain the selection of Features involved in the relationship.


Constraints:
[1] The start and end Features of a FeatureLink must be contained in the FeatureModel that contains the FeatureLink.

Extension:
AssociationClass</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FEATURE-LINK"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="FEATURE-MODEL">
        <xsd:annotation>
            <xsd:documentation>FeatureModel denotes a model owning Features. The FeatureModel can be used to describe variability and commonality of a specified electrical/electronic system at any abstraction level in the SystemModel.

The FeatureModel can be used either to describe the variability within a particular Function or to describe the overall variability of a vehicle (cf. VehicleLevel). The FeatureModel describing internal variability of a FunctionType refers to the VehicleLevel by a «realizes» link (informative).

Note, however, that a FeatureModel per definition does not always have to define variability. If a feature model contains only mandatory features, then its purpose is completely unrelated to variability. The features in such a FeatureModel could serve, for example, as invariant "coarse-grained requirements". The most important example is the core technical feature model on vehicle level which is also used for SystemModels that do not contain any variability at all. However, most uses of feature models in EAST-ADL are primarily motivated by variability definition and management.

A public, local FeatureModel of an artifact element realizes a VehicleFeature of the VehicleLevel.


Semantics:
The FeatureModel has no specific semantics. Further subclasses of FeatureModel will add semantics appropriate to the concept they represent.


Extension:
Package</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FEATURE-CONSTRAINTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE-CONSTRAINT" type="EA:FEATURE-CONSTRAINT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FEATURE-LINKS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE-LINK" type="EA:FEATURE-LINK"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ROOT-FEATURES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE" type="EA:FEATURE"/>
                        <xsd:element name="VEHICLE-FEATURE" type="EA:VEHICLE-FEATURE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FEATURE-MODEL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>FeatureModel denotes a model owning Features. The FeatureModel can be used to describe variability and commonality of a specified electrical/electronic system at any abstraction level in the SystemModel.

The FeatureModel can be used either to describe the variability within a particular Function or to describe the overall variability of a vehicle (cf. VehicleLevel). The FeatureModel describing internal variability of a FunctionType refers to the VehicleLevel by a «realizes» link (informative).

Note, however, that a FeatureModel per definition does not always have to define variability. If a feature model contains only mandatory features, then its purpose is completely unrelated to variability. The features in such a FeatureModel could serve, for example, as invariant "coarse-grained requirements". The most important example is the core technical feature model on vehicle level which is also used for SystemModels that do not contain any variability at all. However, most uses of feature models in EAST-ADL are primarily motivated by variability definition and management.

A public, local FeatureModel of an artifact element realizes a VehicleFeature of the VehicleLevel.


Semantics:
The FeatureModel has no specific semantics. Further subclasses of FeatureModel will add semantics appropriate to the concept they represent.


Extension:
Package</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FEATURE-MODEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FEATURE-MODEL--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FEATURE-MODEL"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FLOW">
        <xsd:annotation>
            <xsd:documentation>Statement of the paths of quantities in a computation. A flow connecting the input and output parameters of a system represents an end-to-end flow of the system.

Constraints:
A flow has at least one source and one sink parameter.

Semantics:
A flow specifies the relationship between some parameters (the source) and other parameters (the sink), where the second group of parameters is a consequence of the first group. It defines the causality of these parameters.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ORDERED-SEGMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ORDERED-SEGMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FLOW--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SINK-PARAMETER-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SINK-PARAMETER-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SOURCE-PARAMETER-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SOURCE-PARAMETER-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FLOW" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Statement of the paths of quantities in a computation. A flow connecting the input and output parameters of a system represents an end-to-end flow of the system.

Constraints:
A flow has at least one source and one sink parameter.

Semantics:
A flow specifies the relationship between some parameters (the source) and other parameters (the sink), where the second group of parameters is a consequence of the first group. It defines the causality of these parameters.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FLOW"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FLOW--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FLOW"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FUNCTION-ALLOCATION">
        <xsd:annotation>
            <xsd:documentation>FunctionAllocation represents an allocation constraint binding an AllocateableElement (computation functions or communication connectors) on an AllocationTarget (computation or communication resource).

Semantics:
AllocationTarget is specialized by HardwareComponentPrototype in the HardwareModeling package and AllocateableElement is specialized by the concrete elements DesignFunctionPrototype and FunctionConnector in the FunctionModeling package.

Notation:
A FunctionAllocation is shown as a dependency (dashed line) with an "allocation" keyword attached to it.


Extension: Class, specializesDesignConstraint
target to AUTOSAR::ECUResourceTemplate::ECU
allocatedAutosarComponent to AUTOSAR::Components::ClientPort

ToDo:
Cf. AUTOSAR SWMapping::MappingConstraint</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ALLOCATED-ELEMENT-IREF"
                         type="EA:FUNCTION-ALLOCATION--ALLOCATED-ELEMENT-IREF"
                         minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="TARGET-IREF" type="EA:FUNCTION-ALLOCATION--TARGET-IREF" minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-ALLOCATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>FunctionAllocation represents an allocation constraint binding an AllocateableElement (computation functions or communication connectors) on an AllocationTarget (computation or communication resource).

Semantics:
AllocationTarget is specialized by HardwareComponentPrototype in the HardwareModeling package and AllocateableElement is specialized by the concrete elements DesignFunctionPrototype and FunctionConnector in the FunctionModeling package.

Notation:
A FunctionAllocation is shown as a dependency (dashed line) with an "allocation" keyword attached to it.


Extension: Class, specializesDesignConstraint
target to AUTOSAR::ECUResourceTemplate::ECU
allocatedAutosarComponent to AUTOSAR::Components::ClientPort

ToDo:
Cf. AUTOSAR SWMapping::MappingConstraint</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FUNCTION-ALLOCATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="FUNCTION-ALLOCATION--ALLOCATED-ELEMENT-IREF">
        <xsd:sequence>
            <xsd:element name="ALLOCATEABLE-ELEMENT-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ALLOCATEABLE-ELEMENT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ALLOCATEABLE-ELEMENT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ALLOCATEABLE-ELEMENT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-ALLOCATION--ALLOCATED-ELEMENT-IREF" abstract="false"
                     mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:ATP-INSTANCE-REF-IREF"/>
            <xsd:group ref="EA:FUNCTION-ALLOCATION--ALLOCATED-ELEMENT-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="FUNCTION-ALLOCATION--TARGET-IREF">
        <xsd:sequence>
            <xsd:element name="ALLOCATION-TARGET-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ALLOCATION-TARGET--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ALLOCATION-TARGET-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ALLOCATION-TARGET--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-ALLOCATION--TARGET-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:ATP-INSTANCE-REF-IREF"/>
            <xsd:group ref="EA:FUNCTION-ALLOCATION--TARGET-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="FUNCTION-BEHAVIOR">
        <xsd:annotation>
            <xsd:documentation>FunctionBehavior represents the behavior of a particular FunctionType - referred to by the association to FunctionType. What is meant by behavior is a transfer function performing some data computation (in case of FlowPort interaction) or an operation that can be called by another function (in case of ClientServer interaction). The representation property indicates the kind of representation used to describe the behavior (see FunctionBehaviorKind). The representation itself (e.g., defined in an external model file) is identified by a URL String in the path property. If the representation is provided in the same model file as the system itself, the path property is not used. It is merely a placeholder for the purpose of containing information about and links to the external behavioral model.

FunctionBehavior may refer to execution modes by the association to the element Mode. This is not mandatory; however, when provided, the relation indicates the list of execution Modes in which the FunctionBehavior can potentially be executed (see element Mode).

The triggering of a FunctionBehavior is unknown to the behavior. It is defined by FunctionTriggers (see this element).

Note that the association between FunctionBehavior and FunctionType is specified as a one-way navigable link from FunctionBehavior to FunctionType: what this means is that the EAST-ADL language specification does not require a FunctionType be aware of the FunctionBehavior it is assigned to. Only the navigation from behavior to function is mandatory; the implementation of a reverse link might however be provided depending on the tool support.

Although each FunctionBehavior can refer to at most one FunctionType, note that several FunctionBehaviors can refer to the same FunctionType. In this case, when a FunctionType has several behaviors, only one behavior shall be active at any given time instant, i.e., no concurrent behaviors are allowed in EAST-ADL functions. For instance we cannot have one active behavior in Simulink and one in Modelica. Both can be referenced in the same function, but at any given time, only one is executable. Conditions such as modes and variability must prevent two behaviors being potentially active at the same time.

Note also that FunctionBehaviors are assigned to FunctionTypes and not to FunctionPrototypes. This means that among a set of FunctionPrototypes, which share the same type, behaviors are also shared. However when a FunctionBehavior refer to Modes, which are referred to by different FunctionTriggers, different triggering conditions can be provided among a set of FunctionPrototypes for the same set of behaviors - see FunctionTrigger.

In the case where the identified FunctionType is decomposed into parts, the behavior is a specification for the composed behavior of the FunctionType. 


Semantics:
The semantics of FunctionBehavior follows the semantics of the behavioral representation/tool used (for instance SIMULINK, ASCET, etc.). However, in relation to the EAST-ADL model, the FunctionBehavior has synchronous execution semantics:

1. Read inputs from input ports
2. Execute behavior with fixed inputs (run to completion)
3. Provide outputs to output ports

The data transfer between the EAST-ADL ports and the FunctionBehavior is representation/tool-specific and considered part of the execution of the FunctionBehavior.


Notation:
FunctionBehavior appears as a solid-outline rectangle with "Behavior" at the top right. The rectangle contains the name. 


Extension: Behavior</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FUNCTION-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="MODE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MODE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PATH" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The path to the file or model entity containing the behavior.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="REPRESENTATION" type="EA:FUNCTION-BEHAVIOR-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The type of representation used to describe the behavior.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-BEHAVIOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>FunctionBehavior represents the behavior of a particular FunctionType - referred to by the association to FunctionType. What is meant by behavior is a transfer function performing some data computation (in case of FlowPort interaction) or an operation that can be called by another function (in case of ClientServer interaction). The representation property indicates the kind of representation used to describe the behavior (see FunctionBehaviorKind). The representation itself (e.g., defined in an external model file) is identified by a URL String in the path property. If the representation is provided in the same model file as the system itself, the path property is not used. It is merely a placeholder for the purpose of containing information about and links to the external behavioral model.

FunctionBehavior may refer to execution modes by the association to the element Mode. This is not mandatory; however, when provided, the relation indicates the list of execution Modes in which the FunctionBehavior can potentially be executed (see element Mode).

The triggering of a FunctionBehavior is unknown to the behavior. It is defined by FunctionTriggers (see this element).

Note that the association between FunctionBehavior and FunctionType is specified as a one-way navigable link from FunctionBehavior to FunctionType: what this means is that the EAST-ADL language specification does not require a FunctionType be aware of the FunctionBehavior it is assigned to. Only the navigation from behavior to function is mandatory; the implementation of a reverse link might however be provided depending on the tool support.

Although each FunctionBehavior can refer to at most one FunctionType, note that several FunctionBehaviors can refer to the same FunctionType. In this case, when a FunctionType has several behaviors, only one behavior shall be active at any given time instant, i.e., no concurrent behaviors are allowed in EAST-ADL functions. For instance we cannot have one active behavior in Simulink and one in Modelica. Both can be referenced in the same function, but at any given time, only one is executable. Conditions such as modes and variability must prevent two behaviors being potentially active at the same time.

Note also that FunctionBehaviors are assigned to FunctionTypes and not to FunctionPrototypes. This means that among a set of FunctionPrototypes, which share the same type, behaviors are also shared. However when a FunctionBehavior refer to Modes, which are referred to by different FunctionTriggers, different triggering conditions can be provided among a set of FunctionPrototypes for the same set of behaviors - see FunctionTrigger.

In the case where the identified FunctionType is decomposed into parts, the behavior is a specification for the composed behavior of the FunctionType. 


Semantics:
The semantics of FunctionBehavior follows the semantics of the behavioral representation/tool used (for instance SIMULINK, ASCET, etc.). However, in relation to the EAST-ADL model, the FunctionBehavior has synchronous execution semantics:

1. Read inputs from input ports
2. Execute behavior with fixed inputs (run to completion)
3. Provide outputs to output ports

The data transfer between the EAST-ADL ports and the FunctionBehavior is representation/tool-specific and considered part of the execution of the FunctionBehavior.


Notation:
FunctionBehavior appears as a solid-outline rectangle with "Behavior" at the top right. The rectangle contains the name. 


Extension: Behavior</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FUNCTION-BEHAVIOR"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FUNCTION-BEHAVIOR--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FUNCTION-BEHAVIOR"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FUNCTION-CLIENT-SERVER-INTERFACE">
        <xsd:annotation>
            <xsd:documentation>The FunctionClientServerInterface is used to specify the operations in FunctionClientServerPorts.

Semantics:
The operations of the FunctionClientServerInterface are required or provided through the FunctionClientServerPorts typed by the FunctionClientServerInterface.

Extension: UML Interface</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="OPERATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="OPERATION" type="EA:OPERATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-CLIENT-SERVER-INTERFACE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FunctionClientServerInterface is used to specify the operations in FunctionClientServerPorts.

Semantics:
The operations of the FunctionClientServerInterface are required or provided through the FunctionClientServerPorts typed by the FunctionClientServerInterface.

Extension: UML Interface</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:FUNCTION-CLIENT-SERVER-INTERFACE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FUNCTION-CLIENT-SERVER-INTERFACE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FUNCTION-CLIENT-SERVER-INTERFACE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FUNCTION-CLIENT-SERVER-PORT">
        <xsd:annotation>
            <xsd:documentation>The FunctionClientServerPort is a FunctionPort for client-server interaction. A number of FunctionClientServerPorts of clientServerType "client" can be connected to one FunctionClientServerPort of clientServerType "server", i.e. when connected the multiplicity for the connection is n to 1 for client and server.

Semantics: 
The FunctionClientServerPort is a FunctionPort for client-server interaction.

FunctionClientServerPorts are single buffer overwrite and nonconsumable.

Constraints:
[1] A FunctionClientServerPort of clientServerType "client" can only be connected to one FunctionClientServerPort of clientServerType "server".

Extension: UML Port</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CLIENT-SERVER-TYPE" type="EA:CLIENT-SERVER-KIND" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-CLIENT-SERVER-INTERFACE--SUBTYPES-ENUM"
                                           use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-CLIENT-SERVER-PORT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FunctionClientServerPort is a FunctionPort for client-server interaction. A number of FunctionClientServerPorts of clientServerType "client" can be connected to one FunctionClientServerPort of clientServerType "server", i.e. when connected the multiplicity for the connection is n to 1 for client and server.

Semantics: 
The FunctionClientServerPort is a FunctionPort for client-server interaction.

FunctionClientServerPorts are single buffer overwrite and nonconsumable.

Constraints:
[1] A FunctionClientServerPort of clientServerType "client" can only be connected to one FunctionClientServerPort of clientServerType "server".

Extension: UML Port</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FUNCTION-CLIENT-SERVER-PORT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FUNCTION-CLIENT-SERVER-PORT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FUNCTION-CLIENT-SERVER-PORT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FUNCTION-CONNECTOR">
        <xsd:annotation>
            <xsd:documentation>The FunctionConnector indicates that the connected FunctionPorts exchange signals or client-server requests/responses.

A FunctionConnector used to connect ports of parts within an AnalysisFunctionType or DesignFunctionType are called assembly connecors. A FunctionConnector between a port of a part and a port of the AnalysisFunctionType or DesignFunctionType itself is called a delegation connector.

Semantics:
The FunctionConnector connects a pair of FunctionFlowPorts or FunctionClientServerPorts. If two FunctionFlowPorts are connected, data elements of the type of the output FunctionFlowPort flow from the output FunctionFlowPort to the input FunctionFlowPort. If FunctionClientServerPorts are connected, the client calls the server according to the operations of the interfaces. 

The FunctionPrototype with the connected port has to be identified by the FunctionConnector as well.

The FunctionConnector is normally routed according to the hardware topology and the allocation of source and destination. If there are redundant paths, a FunctionAllocation may be used to prescribe allocation.


Constraints:
[1] Can connect two FunctionFlowPorts of different directions when this is an assembly FunctionConnector.

[2] Can connect two FunctionFlowPorts of the same direction when this is a delegation FunctionConnector.

[3] Can connect two ClientServerPorts of different kinds when this is an assembly FunctionConnector.

[4] Can connect two ClientServerPorts of the same kind when this is a delegation FunctionConnector.

[5] Can connect two FunctionFlowPorts with direction inout.

Notation: FunctionConnector is shown as a solid line

Extension: UML Connector</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PORT-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="2">
                        <xsd:element name="PORT-IREF" type="EA:FUNCTION-CONNECTOR--PORT-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-CONNECTOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FunctionConnector indicates that the connected FunctionPorts exchange signals or client-server requests/responses.

A FunctionConnector used to connect ports of parts within an AnalysisFunctionType or DesignFunctionType are called assembly connecors. A FunctionConnector between a port of a part and a port of the AnalysisFunctionType or DesignFunctionType itself is called a delegation connector.

Semantics:
The FunctionConnector connects a pair of FunctionFlowPorts or FunctionClientServerPorts. If two FunctionFlowPorts are connected, data elements of the type of the output FunctionFlowPort flow from the output FunctionFlowPort to the input FunctionFlowPort. If FunctionClientServerPorts are connected, the client calls the server according to the operations of the interfaces. 

The FunctionPrototype with the connected port has to be identified by the FunctionConnector as well.

The FunctionConnector is normally routed according to the hardware topology and the allocation of source and destination. If there are redundant paths, a FunctionAllocation may be used to prescribe allocation.


Constraints:
[1] Can connect two FunctionFlowPorts of different directions when this is an assembly FunctionConnector.

[2] Can connect two FunctionFlowPorts of the same direction when this is a delegation FunctionConnector.

[3] Can connect two ClientServerPorts of different kinds when this is an assembly FunctionConnector.

[4] Can connect two ClientServerPorts of the same kind when this is a delegation FunctionConnector.

[5] Can connect two FunctionFlowPorts with direction inout.

Notation: FunctionConnector is shown as a solid line

Extension: UML Connector</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FUNCTION-CONNECTOR"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="FUNCTION-CONNECTOR--PORT-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-PORT-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PORT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-CONNECTOR--PORT-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:FUNCTION-CONNECTOR--PORT-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="FUNCTION-FLOW-PORT">
        <xsd:annotation>
            <xsd:documentation>The FunctionFlowPort is a metaclass for flowports, inspired by the SysML FlowPort.

Semantics:
FunctionFlowPorts are single buffer overwrite and nonconsumable.

FunctionFlowPorts can be connected if their FunctionPort signatures match; i.e.:

EADatatypes that are ValueTypes are compatible if

* They have the same "dimension".

* They have the same "unit".

EADatatypes that are RangeableValueTypes are compatible if

* The source EADatatype has the same or better "accuracy".

* They have the same baseRangeable.

* The source EADatatype has the same or smaller "maxValue".

* The source EADatatype has the same or higher "minValue".

* The source EADatatype has the same or higher "resolution".

* They have the same "significantDigits".

EADatatypes that are EnumerationValueTypes are compatible if

* They have the same baseEnumeration.

A FunctionFlowPort with direction=in is called an input FunctionFlowPort:

The input FunctionFlowPort indicates that the containing Function requires input data. The EADatatype of this data is defined by the associated EADatatype. The data is sampled at the invocation of the containing entity for discrete Functions. For continuous Functions, the input FunctionFlowPort represents a continuous input connection point.

The input FunctionFlowPort declares a reception point of data. It represents a single element buffer, which is overridden with the latest data. The type of the data is defined by the associated EADatatype.

A FunctionFlowPort with direction=out is called an output FunctionFlowPort:

The output FunctionFlowPort indicates that the containing Function provides output data. The EADatatype of this data is defined by the associated EADatatype. The data is sent at the completion of the containing entity for discrete Functions. For continuous Functions, the output FunctionFlowPort represents a (time-)continuous output connection point.

The output FunctionFlowPort declares a transmission point of data. The type of the data is defined by the associated EADatatype.

Extension: UML Port, specialization of SysML::FlowPort</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DIRECTION" type="EA:EA-DIRECTION-KIND" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-DATATYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-FLOW-PORT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FunctionFlowPort is a metaclass for flowports, inspired by the SysML FlowPort.

Semantics:
FunctionFlowPorts are single buffer overwrite and nonconsumable.

FunctionFlowPorts can be connected if their FunctionPort signatures match; i.e.:

EADatatypes that are ValueTypes are compatible if

* They have the same "dimension".

* They have the same "unit".

EADatatypes that are RangeableValueTypes are compatible if

* The source EADatatype has the same or better "accuracy".

* They have the same baseRangeable.

* The source EADatatype has the same or smaller "maxValue".

* The source EADatatype has the same or higher "minValue".

* The source EADatatype has the same or higher "resolution".

* They have the same "significantDigits".

EADatatypes that are EnumerationValueTypes are compatible if

* They have the same baseEnumeration.

A FunctionFlowPort with direction=in is called an input FunctionFlowPort:

The input FunctionFlowPort indicates that the containing Function requires input data. The EADatatype of this data is defined by the associated EADatatype. The data is sampled at the invocation of the containing entity for discrete Functions. For continuous Functions, the input FunctionFlowPort represents a continuous input connection point.

The input FunctionFlowPort declares a reception point of data. It represents a single element buffer, which is overridden with the latest data. The type of the data is defined by the associated EADatatype.

A FunctionFlowPort with direction=out is called an output FunctionFlowPort:

The output FunctionFlowPort indicates that the containing Function provides output data. The EADatatype of this data is defined by the associated EADatatype. The data is sent at the completion of the containing entity for discrete Functions. For continuous Functions, the output FunctionFlowPort represents a (time-)continuous output connection point.

The output FunctionFlowPort declares a transmission point of data. The type of the data is defined by the associated EADatatype.

Extension: UML Port, specialization of SysML::FlowPort</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FUNCTION-FLOW-PORT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FUNCTION-FLOW-PORT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FUNCTION-FLOW-PORT"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="FUNCTION-PORT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FUNCTION-CLIENT-SERVER-PORT"/>
            <xsd:enumeration value="FUNCTION-FLOW-PORT"/>
            <xsd:enumeration value="FUNCTION-POWER-PORT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FUNCTION-POWER-PORT">
        <xsd:annotation>
            <xsd:documentation>The FunctionPowerPort is a FunctionPort for denoting the physical interactions between environment and sensing/actuation functions.

Semantics: 
The FunctionPowerPort conserves physical variables in a dynamic process.

The typing CompositeDatatype owns two EADatatypePrototypes called Across and Through, representing the exchanged physical variables of the FunctionPowerPort. In two or more directly connected function power ports, the Across variables always get the same value and the Through variables always sum up to zero.

Constraints:
[1] The owner of a FunctionPowerPort is either a FunctionalDevice, a HardwareFunctionType, or a FunctionType for environment 

[2] Two connected FunctionPowerPort must have the same Datatype.

[3] The typing Datatype shall have two datatypePrototypes called Across and Through, with Datatypes that are consistent and representing the variables of the PowerPort. 


Extension: UML Port</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:COMPOSITE-DATATYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-POWER-PORT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FunctionPowerPort is a FunctionPort for denoting the physical interactions between environment and sensing/actuation functions.

Semantics: 
The FunctionPowerPort conserves physical variables in a dynamic process.

The typing CompositeDatatype owns two EADatatypePrototypes called Across and Through, representing the exchanged physical variables of the FunctionPowerPort. In two or more directly connected function power ports, the Across variables always get the same value and the Through variables always sum up to zero.

Constraints:
[1] The owner of a FunctionPowerPort is either a FunctionalDevice, a HardwareFunctionType, or a FunctionType for environment 

[2] Two connected FunctionPowerPort must have the same Datatype.

[3] The typing Datatype shall have two datatypePrototypes called Across and Through, with Datatypes that are consistent and representing the variables of the PowerPort. 


Extension: UML Port</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FUNCTION-POWER-PORT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FUNCTION-PROTOTYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ANALYSIS-FUNCTION-PROTOTYPE"/>
            <xsd:enumeration value="DESIGN-FUNCTION-PROTOTYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FUNCTION-TRIGGER">
        <xsd:annotation>
            <xsd:documentation>FunctionTrigger represents the triggering parameters necessary to define the execution of an identified FunctionType or FunctionPrototype. When referring to a FunctionType, a FunctionTrigger applies to all FunctionPrototypes of the given type. When referring to a FunctionPrototype, the trigger is only valid for this particular FunctionPrototype.

Triggering is defined either as event-driven or time-driven - depending on the property triggerPolicy. If set to TIME, the timing constraint is defined with an event constraint associated with the Function's or FunctionPrototype's EventFunction. The function event refers to the activation of the function. If set to EVENT, one or several ports of the Function trigger the function, i.e., activate the function. In both cases, a triggerCondition is provided in the form of a Boolean expression that must evaluate to true for the function to execute. The triggerCondition syntax and grammar is unspecified.

In addition, a FunctionTrigger may refer to a list of Modes in which the trigger will be considered as potentially active. As of FunctionBehaviors may also refer to Modes, it is possible to arrange various function configurations for which different sets of triggers and behaviors are active. And this, at various levels of granularity, either with a type-wise scope (by referring to a FunctionType) or specifically at prototype level (by referring to a FunctionPrototype).

Note that several FunctionTriggers may be assigned to the same Function (Type or Prototype), for instance to define alternative trigger conditions and/or timing constraints.


Semantics:
Association Mode defines in which modes the trigger is active.

The FunctionBehavior referenced by the FunctionTrigger is invoked when the FunctionTrigger is active. If multiple ports are referenced, it is sufficient if one is active before triggering. If AND semantics is desired, this is stated in the trigger condition.

It is possible to have multiple triggers on a function, e.g., a slow period complemented with an event trigger allows fast response when needed but a minimal execution rate.


Constraints:
[1] The port association must not be empty when triggerPolicy is EVENT.

[2] The port association is empty when triggerPolicy is TIME.

[3] Function and functionPrototype are mutually exclusive associations. A FunctionTrigger either identifies a FunctionType or a FunctionPrototype as its target function, but not both.

[4] Only FunctionFlowPort of FlowDirection=in shall be referred to in the association port and at least one of them shall trigger the function

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="MODE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MODE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PORT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PORT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FUNCTION-PORT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TRIGGER-CONDITION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>A Boolean expression that must evaluate to true for this Function to execute. This value is used both for time and event triggered elementary functions.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TRIGGER-POLICY" type="EA:TRIGGER-POLICY-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Defines the triggering policy, either EVENT or TIME. The function event refers to the activation of the function. If set to EVENT, one or several ports of the Function triggers the function, i.e., activates the function.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTION-TRIGGER" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>FunctionTrigger represents the triggering parameters necessary to define the execution of an identified FunctionType or FunctionPrototype. When referring to a FunctionType, a FunctionTrigger applies to all FunctionPrototypes of the given type. When referring to a FunctionPrototype, the trigger is only valid for this particular FunctionPrototype.

Triggering is defined either as event-driven or time-driven - depending on the property triggerPolicy. If set to TIME, the timing constraint is defined with an event constraint associated with the Function's or FunctionPrototype's EventFunction. The function event refers to the activation of the function. If set to EVENT, one or several ports of the Function trigger the function, i.e., activate the function. In both cases, a triggerCondition is provided in the form of a Boolean expression that must evaluate to true for the function to execute. The triggerCondition syntax and grammar is unspecified.

In addition, a FunctionTrigger may refer to a list of Modes in which the trigger will be considered as potentially active. As of FunctionBehaviors may also refer to Modes, it is possible to arrange various function configurations for which different sets of triggers and behaviors are active. And this, at various levels of granularity, either with a type-wise scope (by referring to a FunctionType) or specifically at prototype level (by referring to a FunctionPrototype).

Note that several FunctionTriggers may be assigned to the same Function (Type or Prototype), for instance to define alternative trigger conditions and/or timing constraints.


Semantics:
Association Mode defines in which modes the trigger is active.

The FunctionBehavior referenced by the FunctionTrigger is invoked when the FunctionTrigger is active. If multiple ports are referenced, it is sufficient if one is active before triggering. If AND semantics is desired, this is stated in the trigger condition.

It is possible to have multiple triggers on a function, e.g., a slow period complemented with an event trigger allows fast response when needed but a minimal execution rate.


Constraints:
[1] The port association must not be empty when triggerPolicy is EVENT.

[2] The port association is empty when triggerPolicy is TIME.

[3] Function and functionPrototype are mutually exclusive associations. A FunctionTrigger either identifies a FunctionType or a FunctionPrototype as its target function, but not both.

[4] Only FunctionFlowPort of FlowDirection=in shall be referred to in the association port and at least one of them shall trigger the function

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:FUNCTION-TRIGGER"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="FUNCTION-TRIGGER--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FUNCTION-TRIGGER"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="FUNCTION-TYPE">
        <xsd:annotation>
            <xsd:documentation>The abstract metaclass FunctionType abstracts the function component types that are used to model the functional structure, which is distinguished from the implementation of component types using AUTOSAR. The syntax of FunctionTypes is inspired from the concept of Block from SysML.

FunctionBehavior and FunctionTrigger in the Behavior package are associated to a FunctionType.


Semantics:
The FunctionType abstracts the function component types that are used to model the functional structure on AnalysisLevel and DesignLevel.
Leaf functions of an EAST-ADL function hierarchy are called elementary Functions.
Elementary Functions have synchronous execution semantics:
1. Read inputs
2. Execute (duration: Execution time)
3. Write outputs
Execution is defined by a behavior that acts as a transfer function.
Subclasses of the abstract class FunctionType add their own semantics.

If a behavior is attached to the FunctionType, the execution semantic for a discrete elementary FunctionType complies with the run-to-completion semantic. This has the following implications:

1. Input that arrives at the input FunctionPorts after execution begins will be ignored until the next execution cycle.

2. If more than one input value arrives per FunctionPort before execution begins, the last value will override all previous ones in the public part of the input FunctionPort (single element buffers for input).

3. The local part of a FunctionPort does not change its value during execution of the behavior.

4. During an execution cycle, only one output value can be sent per FunctionPort. If consecutive output values are produced on the same FunctionPort during a single execution cycle, the last value will override all previous ones on the output FunctionPort (single element buffers for output).

5. Output will not be available at an output FunctionPort before execution ends.

6. Elementary FunctionTypes may not produce any side effects (i.e., all data passes the FunctionPorts).


Constraints:
[1] Elementary FunctionTypes shall not have parts.


Notation:
The FunctionType is shown as a solid-outline rectangle containing the name, with its FunctionPorts or PortGroups on the perimeter. Contained entities may be shown with their FunctionConnectors (White-box view).


Extension: UML Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONNECTORS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTION-CONNECTOR" type="EA:FUNCTION-CONNECTOR"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IS-ELEMENTARY" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>True, when this type must not have any parts.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PORTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTION-CLIENT-SERVER-PORT" type="EA:FUNCTION-CLIENT-SERVER-PORT"/>
                        <xsd:element name="FUNCTION-FLOW-PORT" type="EA:FUNCTION-FLOW-PORT"/>
                        <xsd:element name="FUNCTION-POWER-PORT" type="EA:FUNCTION-POWER-PORT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PORT-GROUPS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PORT-GROUP" type="EA:PORT-GROUP"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="FUNCTION-TYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ANALYSIS-FUNCTION-TYPE"/>
            <xsd:enumeration value="BASIC-SOFTWARE-FUNCTION-TYPE"/>
            <xsd:enumeration value="DESIGN-FUNCTION-TYPE"/>
            <xsd:enumeration value="FUNCTIONAL-DEVICE"/>
            <xsd:enumeration value="HARDWARE-FUNCTION-TYPE"/>
            <xsd:enumeration value="LOCAL-DEVICE-MANAGER"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:complexType name="FUNCTIONAL-DEVICE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The FunctionalDevice represents an abstract sensor or actuator that encapsulates sensor/actuator dynamics and the interfacing software. The FunctionalDevice is the interface between the electronic architecture and the environment (connected by ClampConnectors, see the Environment chapter). As such, it is a transfer function between the AnalysisFunction and the physical entity that it measures or actuates.

A Realization dependency can be used for traceability from LocalDeviceManagers in the DesignLevel and Sensors/Actuators in the hardware design architecture that are represented by the FunctionalDevice.

Semantics:
The behavior associated with the FunctionalDevice is the transfer function between the environment model representing the environment and an AnalysisFunction. The transfer function represents the sensor or actuator and its interfacing hardware and software (connectors, electronics, in/out interface, driver software, and application software).

Constraints:
No additional constraints.

Extension: Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FUNCTION-TYPE"/>
            <xsd:group ref="EA:ANALYSIS-FUNCTION-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="FUNCTIONAL-SAFETY-CONCEPT">
        <xsd:annotation>
            <xsd:documentation>FunctionalSafetyConcept represents the set of functional safety requirements that together fulfils a SafetyGoal in accordance with ISO 26262.

To comply with the SafetyGoals, the FunctionalSafetyConcept specifies the basic safety mechanisms and safety measures in the form of functional safety requirements.

Constraints:
[1] Contained functionalSafetyRequirements shall not be of type SafetyGoal.

Semantics:
The collection of requirements in the FunctionalSafetyConcept defines the requirements necessary to make the Item safe. The requirements are abstract and do not specify technical details.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FUNCTIONAL-SAFETY-REQUIREMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTIONAL-SAFETY-REQUIREMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="FUNCTIONAL-SAFETY-CONCEPT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>FunctionalSafetyConcept represents the set of functional safety requirements that together fulfils a SafetyGoal in accordance with ISO 26262.

To comply with the SafetyGoals, the FunctionalSafetyConcept specifies the basic safety mechanisms and safety measures in the form of functional safety requirements.

Constraints:
[1] Contained functionalSafetyRequirements shall not be of type SafetyGoal.

Semantics:
The collection of requirements in the FunctionalSafetyConcept defines the requirements necessary to make the Item safe. The requirements are abstract and do not specify technical details.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:REQUIREMENTS-CONTAINER"/>
            <xsd:group ref="EA:FUNCTIONAL-SAFETY-CONCEPT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="GENERIC-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The GenericConstraint denotes a property, requirement, or a validation result for the identified element of the model. The kind of GenericConstraint is described as one of the GenericConstraintKind literals.

Example: If the attribute genericConstraintType is cableLength, the genericConstraintValue could be "5 meters" (value of a numerical datatype with unit "meters").

Semantics:
The GenericConstraint does not describe what is classically referred to as a "design" constraint but has the role of a property, requirement, or a validation result. It is a requirement if this GenericConstraint refines a Requirement (by the Refine relationship). The GenericConstraint is a validation result if it realizes a VVActualOutcome, it is an intended validation result if it realizes a VVIntendedOutcome, and in other cases it denotes a property.



Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="GENERIC-CONSTRAINT-TYPE" type="EA:GENERIC-CONSTRAINT-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The type of the GenericConstraint, see GenericConstraintKind.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="GENERIC-CONSTRAINT-VALUE" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The genericConstraintValue is the concrete value of the GenericConstraint according to the semantics of the genericConstraintType.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="MODE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MODE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TARGET-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TARGET-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="GENERIC-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The GenericConstraint denotes a property, requirement, or a validation result for the identified element of the model. The kind of GenericConstraint is described as one of the GenericConstraintKind literals.

Example: If the attribute genericConstraintType is cableLength, the genericConstraintValue could be "5 meters" (value of a numerical datatype with unit "meters").

Semantics:
The GenericConstraint does not describe what is classically referred to as a "design" constraint but has the role of a property, requirement, or a validation result. It is a requirement if this GenericConstraint refines a Requirement (by the Refine relationship). The GenericConstraint is a validation result if it realizes a VVActualOutcome, it is an intended validation result if it realizes a VVIntendedOutcome, and in other cases it denotes a property.



Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:GENERIC-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="GENERIC-CONSTRAINT-SET">
        <xsd:annotation>
            <xsd:documentation>The collection of generic constraints. This collection can be used across the EAST-ADL abstraction levels.

Semantics:
GenericConstraintSet is a container element for GenericConstraints and has no specific semantics.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="GENERIC-CONSTRAINTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="GENERIC-CONSTRAINT" type="EA:GENERIC-CONSTRAINT"/>
                        <xsd:element name="TAKE-RATE-CONSTRAINT" type="EA:TAKE-RATE-CONSTRAINT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="GENERIC-CONSTRAINT-SET" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The collection of generic constraints. This collection can be used across the EAST-ADL abstraction levels.

Semantics:
GenericConstraintSet is a container element for GenericConstraints and has no specific semantics.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:GENERIC-CONSTRAINT-SET"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="GROUND">
        <xsd:annotation>
            <xsd:documentation>Claim is based on Grounds (evidences) - specific facts about a precise situation that clarify and make good the Claim. 

Ground represents statements that explain how the SafetyCase Ground clarifies and make good the Claim.

Ground has associations to the entities that are the evidences in the SafetyCase.

Semantics:
Ground (evidence) is information that supports the Claim that the safety requirements and objectives are met i.e. used as the basis of the safety argument.

Solution is evidence that the sub-goals have been met. This can be achieved by decomposing all goal claims to a level where direct reference to evidences was considered possible.

The evidences address different aspects of the goal. It always has to be ensured that each of them is defensible enough to confirm the underlying statement.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="JUSTIFICATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="RATIONALE" type="EA:RATIONALE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SAFETY-EVIDENCE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SAFETY-EVIDENCE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="GROUND" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Claim is based on Grounds (evidences) - specific facts about a precise situation that clarify and make good the Claim. 

Ground represents statements that explain how the SafetyCase Ground clarifies and make good the Claim.

Ground has associations to the entities that are the evidences in the SafetyCase.

Semantics:
Ground (evidence) is information that supports the Claim that the safety requirements and objectives are met i.e. used as the basis of the safety argument.

Solution is evidence that the sub-goals have been met. This can be achieved by decomposing all goal claims to a level where direct reference to evidences was considered possible.

The evidences address different aspects of the goal. It always has to be ensured that each of them is defensible enough to confirm the underlying statement.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:GROUND"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="GROUND--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="GROUND"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="HARDWARE-COMPONENT-PROTOTYPE">
        <xsd:annotation>
            <xsd:documentation>Appears as part of a HardwareComponentType and is itself typed by a HardwareComponentType. This allows for a reference to the occurrence of a HardwareComponentType when it acts as a part. The purpose is to support the definition of hierarchical structures, and to reuse the same type of Hardware at several places. For example, a wheel speed sensor may occur at all four wheels, but it has a single definition. 

Semantics:
The HardwareComponentPrototype represents an occurrence of a hardware element, according to the type of the HardwareComponentPrototype. 

Notation:
Shall be shown in the same style as the class specified as type, however it shall be clear that this is a part.

Extension: Property</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TYPE-TREF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:HARDWARE-COMPONENT-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="HARDWARE-COMPONENT-PROTOTYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Appears as part of a HardwareComponentType and is itself typed by a HardwareComponentType. This allows for a reference to the occurrence of a HardwareComponentType when it acts as a part. The purpose is to support the definition of hierarchical structures, and to reuse the same type of Hardware at several places. For example, a wheel speed sensor may occur at all four wheels, but it has a single definition. 

Semantics:
The HardwareComponentPrototype represents an occurrence of a hardware element, according to the type of the HardwareComponentPrototype. 

Notation:
Shall be shown in the same style as the class specified as type, however it shall be clear that this is a part.

Extension: Property</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:HARDWARE-COMPONENT-PROTOTYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="HARDWARE-COMPONENT-PROTOTYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="HARDWARE-COMPONENT-PROTOTYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="HARDWARE-COMPONENT-TYPE">
        <xsd:annotation>
            <xsd:documentation>The HardwareComponentType represents hardware element on an abstract level, allowing preliminary engineering activities related to hardware.

Semantics:
The HardwareComponentType is a structural entity that defines a part of an electrical architecture. Through its ports it can be connected to electrical sources and sinks. Its logical behavior, the transfer function, may be defined in a HardwareFunctionType referencing the HardwareComponentType. This is typically connected through its ports to the environment model to participate in the end-to-end behavioral definition of a function.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="BUSS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="LOGICAL-BUS" type="EA:LOGICAL-BUS"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONNECTORS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HARDWARE-CONNECTOR" type="EA:HARDWARE-CONNECTOR"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PARTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HARDWARE-COMPONENT-PROTOTYPE" type="EA:HARDWARE-COMPONENT-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PORTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="COMMUNICATION-HARDWARE-PIN" type="EA:COMMUNICATION-HARDWARE-PIN"/>
                        <xsd:element name="IO-HARDWARE-PIN" type="EA:IO-HARDWARE-PIN"/>
                        <xsd:element name="POWER-HARDWARE-PIN" type="EA:POWER-HARDWARE-PIN"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PORT-GROUPS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HARDWARE-PIN-GROUP" type="EA:HARDWARE-PIN-GROUP"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="HARDWARE-COMPONENT-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The HardwareComponentType represents hardware element on an abstract level, allowing preliminary engineering activities related to hardware.

Semantics:
The HardwareComponentType is a structural entity that defines a part of an electrical architecture. Through its ports it can be connected to electrical sources and sinks. Its logical behavior, the transfer function, may be defined in a HardwareFunctionType referencing the HardwareComponentType. This is typically connected through its ports to the environment model to participate in the end-to-end behavioral definition of a function.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:HARDWARE-COMPONENT-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="HARDWARE-COMPONENT-TYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ACTUATOR"/>
            <xsd:enumeration value="HARDWARE-COMPONENT-TYPE"/>
            <xsd:enumeration value="NODE"/>
            <xsd:enumeration value="POWER-SUPPLY"/>
            <xsd:enumeration value="SENSOR"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="HARDWARE-CONNECTOR">
        <xsd:annotation>
            <xsd:documentation>Hardware connectors represent wires that electrically connect the hardware components through its ports.

Semantics:
The connector joins the two referenced ports electrically, with a resistance defined by the resistance attribute.

Extension:
Connector</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PORT-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="2">
                        <xsd:element name="PORT-IREF" type="EA:HARDWARE-CONNECTOR--PORT-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="HARDWARE-CONNECTOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Hardware connectors represent wires that electrically connect the hardware components through its ports.

Semantics:
The connector joins the two referenced ports electrically, with a resistance defined by the resistance attribute.

Extension:
Connector</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:HARDWARE-CONNECTOR"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="HARDWARE-CONNECTOR--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="HARDWARE-CONNECTOR"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="HARDWARE-CONNECTOR--PORT-IREF">
        <xsd:sequence>
            <xsd:element name="HARDWARE-COMPONENT-PROTOTYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:HARDWARE-COMPONENT-PROTOTYPE--SUBTYPES-ENUM"
                                           use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HARDWARE-PIN-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:HARDWARE-PIN--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="HARDWARE-CONNECTOR--PORT-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:HARDWARE-CONNECTOR--PORT-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="HARDWARE-FUNCTION-TYPE">
        <xsd:annotation>
            <xsd:documentation>The HardwareFunctionType is the transfer function for the identified HardwareComponentType or a specification of an intended transfer function. HardwareFunctionType types DesignFunctionPrototypes in the FunctionalDesignArchitecture. The Such DesignFunctionPrototypes are typically at the end of the ClampConnectors on DesignLevel.

DesignFunctionPrototypes typed by HardwareFunctionType may be allocated to HardwareComponents in which case the HardwareFunctionType must match the HardwareFunctionType of the target HardwareComponent. Typically, the same HardwareFunctionType types the prototype that is allocated to its target HardwareComponent.

HardwareFunctionTypes are typically transfer functions of sensors, actuators, amplifiers and other peripherals with a fixed transfer function. Thus, HardwareFunctionTypes are generally not defined for ECUNodes.

Constraints:
[1] A DesignFunctionPrototype typed by a HardwareFunctionType shall be connected to the EnvironmentModel via ClampConnectors and to BSWFunctions via FunctionConnectors.

Semantics: 
The HardwareFunctionType is the transfer function for the associated hardware components such as sensors, actuators, amplifiers, etc or a specification of an intended transfer function.

A DesignFunctionPrototype typed by a HardwareFunctionType allocated to Sensors or Actuatorsis the interfacing element to the plant model.



Extension: 
UML Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="HARDWARE-COMPONENT-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:HARDWARE-COMPONENT-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="HARDWARE-FUNCTION-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The HardwareFunctionType is the transfer function for the identified HardwareComponentType or a specification of an intended transfer function. HardwareFunctionType types DesignFunctionPrototypes in the FunctionalDesignArchitecture. The Such DesignFunctionPrototypes are typically at the end of the ClampConnectors on DesignLevel.

DesignFunctionPrototypes typed by HardwareFunctionType may be allocated to HardwareComponents in which case the HardwareFunctionType must match the HardwareFunctionType of the target HardwareComponent. Typically, the same HardwareFunctionType types the prototype that is allocated to its target HardwareComponent.

HardwareFunctionTypes are typically transfer functions of sensors, actuators, amplifiers and other peripherals with a fixed transfer function. Thus, HardwareFunctionTypes are generally not defined for ECUNodes.

Constraints:
[1] A DesignFunctionPrototype typed by a HardwareFunctionType shall be connected to the EnvironmentModel via ClampConnectors and to BSWFunctions via FunctionConnectors.

Semantics: 
The HardwareFunctionType is the transfer function for the associated hardware components such as sensors, actuators, amplifiers, etc or a specification of an intended transfer function.

A DesignFunctionPrototype typed by a HardwareFunctionType allocated to Sensors or Actuatorsis the interfacing element to the plant model.



Extension: 
UML Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FUNCTION-TYPE"/>
            <xsd:group ref="EA:DESIGN-FUNCTION-TYPE"/>
            <xsd:group ref="EA:HARDWARE-FUNCTION-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="HARDWARE-PIN">
        <xsd:annotation>
            <xsd:documentation>HardwarePin represents electrical connection points in the hardware architecture. Depending on modeling style, the actual wire or a logical connection can be considered.

Semantics:
Hardware pin represents an electrical connection point.

Extension:
Port</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DIRECTION" type="EA:EA-DIRECTION-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The direction of current through the pin.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="IMPEDANCE" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The internal impedance in Ohms to ground of the component as seen through this pin.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="IS-GROUND" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Indicates that the pin is connected to ground.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="POWER" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The maximal power in watts that can be provided by this pin or that is consumed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="VOLTAGE" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The maximal voltage in Volts provided by the pin. Shall not be defined if isGround=TRUE.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="HARDWARE-PIN--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="COMMUNICATION-HARDWARE-PIN"/>
            <xsd:enumeration value="IO-HARDWARE-PIN"/>
            <xsd:enumeration value="POWER-HARDWARE-PIN"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="HARDWARE-PIN-GROUP">
        <xsd:annotation>
            <xsd:documentation>The HardwarePinGroup provides means to organize hardware pins to improve readability of the component interface and connectors between components. Tools may show the set of ports in the pin group as a single pin, and join connectors that go between pins in pin groups to a single line. 

Semantics:
A HardwarePinGroup has no semantics, but is only a grouping mechanism that may affect visualization and port operations in tools.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PORT-GROUPS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HARDWARE-PIN-GROUP" type="EA:HARDWARE-PIN-GROUP"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PORT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PORT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:HARDWARE-PIN--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="HARDWARE-PIN-GROUP" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The HardwarePinGroup provides means to organize hardware pins to improve readability of the component interface and connectors between components. Tools may show the set of ports in the pin group as a single pin, and join connectors that go between pins in pin groups to a single line. 

Semantics:
A HardwarePinGroup has no semantics, but is only a grouping mechanism that may affect visualization and port operations in tools.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:HARDWARE-PIN-GROUP"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="HAZARD">
        <xsd:annotation>
            <xsd:documentation>The Hazard metaclass represents a condition or state in the system that may contribute to accidents. The Hazard is caused by malfunctioning behavior of E/E safety-related systems including interaction of these systems.

The Hazard does not address hazards such as electric shock, fire, smoke, heat, radiation, toxicity, flammability, reactivity, corrosion, release of energy, and similar hazards unless directly caused by malfunctioning behavior of safety related electrical/electronic systems.

Semantics:
The Hazard element represents a condition or state in the system that may contribute to accidents. The associated malfunction identifies the FeatureFlaw that corresponds to the Hazard.

Notation:
The Hazard is shown as a solid-outline rectangle with "Haz" at the top right. It contains the name of the Hazard and optionally the name of the source entity.

Extension: 
UML::Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ITEM-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ITEM-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:ITEM--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="MALFUNCTION-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MALFUNCTION-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FEATURE-FLAW--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="HAZARD" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Hazard metaclass represents a condition or state in the system that may contribute to accidents. The Hazard is caused by malfunctioning behavior of E/E safety-related systems including interaction of these systems.

The Hazard does not address hazards such as electric shock, fire, smoke, heat, radiation, toxicity, flammability, reactivity, corrosion, release of energy, and similar hazards unless directly caused by malfunctioning behavior of safety related electrical/electronic systems.

Semantics:
The Hazard element represents a condition or state in the system that may contribute to accidents. The associated malfunction identifies the FeatureFlaw that corresponds to the Hazard.

Notation:
The Hazard is shown as a solid-outline rectangle with "Haz" at the top right. It contains the name of the Hazard and optionally the name of the source entity.

Extension: 
UML::Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:HAZARD"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="HAZARD--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="HAZARD"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="HAZARDOUS-EVENT">
        <xsd:annotation>
            <xsd:documentation>The HazardousEvent metaclass represents a combination of a Hazard and a specific situation, the latter being characterized by operating mode and operational situation in terms of a particular use case, environment and traffic. 

Semantics:
The HazardousEvent denotes a combination of a Hazard and an operational situation. The controllability and severity attributes shall be consistent with the operational situation and operational scenario, and the Exposure shall reflect the likelihood of the operational situation and scenario.

Notation:
The HazardousEvent is shown as a solid-outline rectangle with "Haz" at the top right. It contains the name of the HazardousEvent and optionally the name of the source entity.

Extension: 
UML::Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CLASSIFICATION-ASSUMPTIONS" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The classificationAssumptions attribute denotes assumptions concerning the classification of the Hazard.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CONTROLLABILITY" type="EA:CONTROLLABILITY-CLASS-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The controllability by the driver or other traffic participants defined by the enumeration C0, C1, C2 or C3 in accordance with ISO26262.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ENVIRONMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ENVIRONMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:OPERATIONAL-SITUATION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EXPOSURE" type="EA:EXPOSURE-CLASS-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The probability of exposure of the operational situations defined by the probability attributes E1, E2, E3 or E4 in accordance with ISO26262.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="EXTERNAL-MEASURES-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EXTERNAL-MEASURES-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENTS-RELATIONSHIP--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HAZARD-CLASSIFICATION" type="EA:ASIL-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The ASIL-Level shall be determined for each hazardous event using the estimation parameters in accordance with ISO26262.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="HAZARD-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HAZARD-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:HAZARD--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OPERATING-MODE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="OPERATING-MODE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OPERATIONAL-SITUATION-USE-CASE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="OPERATIONAL-SITUATION-USE-CASE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:USE-CASE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SEVERITY" type="EA:SEVERITY-CLASS-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The severity of potential harm defined by the severity attributes S0, S1, S2 or S3 in accordance with ISO26262.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TRAFFIC-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TRAFFIC-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:OPERATIONAL-SITUATION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="HAZARDOUS-EVENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The HazardousEvent metaclass represents a combination of a Hazard and a specific situation, the latter being characterized by operating mode and operational situation in terms of a particular use case, environment and traffic. 

Semantics:
The HazardousEvent denotes a combination of a Hazard and an operational situation. The controllability and severity attributes shall be consistent with the operational situation and operational scenario, and the Exposure shall reflect the likelihood of the operational situation and scenario.

Notation:
The HazardousEvent is shown as a solid-outline rectangle with "Haz" at the top right. It contains the name of the HazardousEvent and optionally the name of the source entity.

Extension: 
UML::Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:HAZARDOUS-EVENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="HAZARDOUS-EVENT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="HAZARDOUS-EVENT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="IO-HARDWARE-PIN">
        <xsd:annotation>
            <xsd:documentation>IOHardwarePin represents an electrical connection point for digital or analog I/O. 

Semantics:
The IOHardwarePin represents an electrical pin or connection point. 

Notation:
IOHardwarePin is shown as a solid square with an IO inside. Its name may appear outside the square.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TYPE" type="EA:IO-HARDWARE-PIN-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>kind defines whether the IOHardwarePort is digital, analog or PWM (Pulse Width Modulated).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="IO-HARDWARE-PIN" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>IOHardwarePin represents an electrical connection point for digital or analog I/O. 

Semantics:
The IOHardwarePin represents an electrical pin or connection point. 

Notation:
IOHardwarePin is shown as a solid square with an IO inside. Its name may appear outside the square.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:HARDWARE-PIN"/>
            <xsd:group ref="EA:IO-HARDWARE-PIN"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="IDENTIFIABLE">
        <xsd:annotation>
            <xsd:documentation>Instances of this class can be referred to by their identifier (within the namespace borders). In addition to this, Identifiables are objects  which contribute significantly to the overall structure of an AUTOSAR description. In particular, Identifiables might contain Identifiables.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CATEGORY" type="EA:IDENTIFIER" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This element assigns a category to the parent element. The category is intended to specialize the usage and/or the content identifiable object. Such a specialization may also impose particular semantic constraints on the entire substructure (not only the identifiable itself).</xsd:documentation>
                    <xsd:appinfo source="tags">xml.sequenceOffset="-50"</xsd:appinfo>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:attributeGroup name="IDENTIFIABLE">
        <xsd:annotation>
            <xsd:documentation>Instances of this class can be referred to by their identifier (within the namespace borders). In addition to this, Identifiables are objects  which contribute significantly to the overall structure of an AUTOSAR description. In particular, Identifiables might contain Identifiables.</xsd:documentation>
        </xsd:annotation>
        <xsd:attribute name="UUID" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>The purpose of this attribute is to provide a globally unique identifier for an instance of a metaclass. The values of this attribute should be globally unique strings prefixed by the type of identifier.  For example, to include a
DCE UUID as defined by The Open Group, the UUID would be preceded by "DCE:". The values of this attribute may be used to support merging of different AUTOSAR models. 
The form of the UUID (Universally Unique Identifier) is taken from a standard defined by the Open Group (was Open Software Foundation). This standard is widely used, including by Microsoft for COM (GUIDs) and by many companies for DCE, which is based on CORBA. The method for generating these 128-bit IDs is published in the standard and the effectiveness and uniqueness of the IDs is not in practice disputed.
If the id namespace is omitted, DCE is assumed. 
An example is "DCE:2fac1234-31f8-11b4-a222-08002b34c003".</xsd:documentation>
                <xsd:appinfo source="tags">xml.attribute="true"</xsd:appinfo>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:attributeGroup>
    <xsd:simpleType name="IDENTIFIABLE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ACTOR"/>
            <xsd:enumeration value="ACTUATOR"/>
            <xsd:enumeration value="AGE-TIMING-CONSTRAINT"/>
            <xsd:enumeration value="ALLOCATION"/>
            <xsd:enumeration value="ANALYSIS-FUNCTION-PROTOTYPE"/>
            <xsd:enumeration value="ANALYSIS-FUNCTION-TYPE"/>
            <xsd:enumeration value="ANALYSIS-LEVEL"/>
            <xsd:enumeration value="ARBITRARY-EVENT-CONSTRAINT"/>
            <xsd:enumeration value="ARCHITECTURAL-DESCRIPTION"/>
            <xsd:enumeration value="ARCHITECTURAL-MODEL"/>
            <xsd:enumeration value="ARCHITECTURE"/>
            <xsd:enumeration value="BASIC-SOFTWARE-FUNCTION-TYPE"/>
            <xsd:enumeration value="BEHAVIOR"/>
            <xsd:enumeration value="BEHAVIOR-ANNEX"/>
            <xsd:enumeration value="BINDING-TIME"/>
            <xsd:enumeration value="BUSINESS-OPPORTUNITY"/>
            <xsd:enumeration value="CLAIM"/>
            <xsd:enumeration value="CLAMP-CONNECTOR"/>
            <xsd:enumeration value="COMMUNICATION-HARDWARE-PIN"/>
            <xsd:enumeration value="COMPOSITE-DATATYPE"/>
            <xsd:enumeration value="COMPUTATION-CONSTRAINT"/>
            <xsd:enumeration value="CONFIGURABLE-CONTAINER"/>
            <xsd:enumeration value="CONFIGURATION-DECISION"/>
            <xsd:enumeration value="CONFIGURATION-DECISION-FOLDER"/>
            <xsd:enumeration value="CONTAINER-CONFIGURATION"/>
            <xsd:enumeration value="DEPENDABILITY"/>
            <xsd:enumeration value="DERIVE-REQUIREMENT"/>
            <xsd:enumeration value="DESIGN-FUNCTION-PROTOTYPE"/>
            <xsd:enumeration value="DESIGN-FUNCTION-TYPE"/>
            <xsd:enumeration value="DESIGN-LEVEL"/>
            <xsd:enumeration value="DEVIATION-ATTRIBUTE-SET"/>
            <xsd:enumeration value="EA-BOOLEAN"/>
            <xsd:enumeration value="EA-DATATYPE-PROTOTYPE"/>
            <xsd:enumeration value="EA-FLOAT"/>
            <xsd:enumeration value="EA-INTEGER"/>
            <xsd:enumeration value="EA-PACKAGE"/>
            <xsd:enumeration value="EA-STRING"/>
            <xsd:enumeration value="ENUMERATION"/>
            <xsd:enumeration value="ENUMERATION-LITERAL"/>
            <xsd:enumeration value="ENUMERATION-VALUE-TYPE"/>
            <xsd:enumeration value="ENVIRONMENT"/>
            <xsd:enumeration value="ERROR-BEHAVIOR"/>
            <xsd:enumeration value="ERROR-MODEL-PROTOTYPE"/>
            <xsd:enumeration value="ERROR-MODEL-TYPE"/>
            <xsd:enumeration value="EVENT-CHAIN"/>
            <xsd:enumeration value="EVENT-FUNCTION"/>
            <xsd:enumeration value="EVENT-FUNCTION-CLIENT-SERVER-PORT"/>
            <xsd:enumeration value="EVENT-FUNCTION-FLOW-PORT"/>
            <xsd:enumeration value="EXECUTION-TIME-CONSTRAINT"/>
            <xsd:enumeration value="EXTEND"/>
            <xsd:enumeration value="EXTENSION-POINT"/>
            <xsd:enumeration value="FAILURE-OUT-PORT"/>
            <xsd:enumeration value="FAULT-FAILURE"/>
            <xsd:enumeration value="FAULT-FAILURE-PROPAGATION-LINK"/>
            <xsd:enumeration value="FAULT-IN-PORT"/>
            <xsd:enumeration value="FEATURE"/>
            <xsd:enumeration value="FEATURE-CONFIGURATION"/>
            <xsd:enumeration value="FEATURE-CONSTRAINT"/>
            <xsd:enumeration value="FEATURE-FLAW"/>
            <xsd:enumeration value="FEATURE-GROUP"/>
            <xsd:enumeration value="FEATURE-LINK"/>
            <xsd:enumeration value="FEATURE-MODEL"/>
            <xsd:enumeration value="FLOW"/>
            <xsd:enumeration value="FUNCTION-ALLOCATION"/>
            <xsd:enumeration value="FUNCTION-BEHAVIOR"/>
            <xsd:enumeration value="FUNCTION-CLIENT-SERVER-INTERFACE"/>
            <xsd:enumeration value="FUNCTION-CLIENT-SERVER-PORT"/>
            <xsd:enumeration value="FUNCTION-CONNECTOR"/>
            <xsd:enumeration value="FUNCTION-FLOW-PORT"/>
            <xsd:enumeration value="FUNCTION-POWER-PORT"/>
            <xsd:enumeration value="FUNCTION-TRIGGER"/>
            <xsd:enumeration value="FUNCTIONAL-DEVICE"/>
            <xsd:enumeration value="FUNCTIONAL-SAFETY-CONCEPT"/>
            <xsd:enumeration value="GENERIC-CONSTRAINT"/>
            <xsd:enumeration value="GENERIC-CONSTRAINT-SET"/>
            <xsd:enumeration value="GROUND"/>
            <xsd:enumeration value="HARDWARE-COMPONENT-PROTOTYPE"/>
            <xsd:enumeration value="HARDWARE-COMPONENT-TYPE"/>
            <xsd:enumeration value="HARDWARE-CONNECTOR"/>
            <xsd:enumeration value="HARDWARE-FUNCTION-TYPE"/>
            <xsd:enumeration value="HARDWARE-PIN-GROUP"/>
            <xsd:enumeration value="HAZARD"/>
            <xsd:enumeration value="HAZARDOUS-EVENT"/>
            <xsd:enumeration value="IO-HARDWARE-PIN"/>
            <xsd:enumeration value="IMPLEMENTATION-LEVEL"/>
            <xsd:enumeration value="INCLUDE"/>
            <xsd:enumeration value="INPUT-SYNCHRONIZATION-CONSTRAINT"/>
            <xsd:enumeration value="INTERNAL-BINDING"/>
            <xsd:enumeration value="INTERNAL-FAULT-PROTOTYPE"/>
            <xsd:enumeration value="ITEM"/>
            <xsd:enumeration value="LOCAL-DEVICE-MANAGER"/>
            <xsd:enumeration value="LOGICAL-BUS"/>
            <xsd:enumeration value="MISSION"/>
            <xsd:enumeration value="MODE"/>
            <xsd:enumeration value="MODE-GROUP"/>
            <xsd:enumeration value="MULTI-LEVEL-REFERENCE"/>
            <xsd:enumeration value="NODE"/>
            <xsd:enumeration value="OPERATION"/>
            <xsd:enumeration value="OPERATIONAL-SITUATION"/>
            <xsd:enumeration value="OUTPUT-SYNCHRONIZATION-CONSTRAINT"/>
            <xsd:enumeration value="PARAMETER"/>
            <xsd:enumeration value="PARAMETER-CONDITION"/>
            <xsd:enumeration value="PARAMETER-CONSTRAINT"/>
            <xsd:enumeration value="PATTERN-EVENT-CONSTRAINT"/>
            <xsd:enumeration value="PERIODIC-EVENT-CONSTRAINT"/>
            <xsd:enumeration value="PORT-GROUP"/>
            <xsd:enumeration value="POWER-HARDWARE-PIN"/>
            <xsd:enumeration value="POWER-SUPPLY"/>
            <xsd:enumeration value="PRECEDENCE-CONSTRAINT"/>
            <xsd:enumeration value="PRIVATE-CONTENT"/>
            <xsd:enumeration value="PROBLEM-STATEMENT"/>
            <xsd:enumeration value="PROCESS-FAULT-PROTOTYPE"/>
            <xsd:enumeration value="PRODUCT-POSITIONING"/>
            <xsd:enumeration value="QUALITY-REQUIREMENT"/>
            <xsd:enumeration value="QUANTITATIVE-SAFETY-CONSTRAINT"/>
            <xsd:enumeration value="RIF-EXPORT-AREA"/>
            <xsd:enumeration value="RIF-IMPORT-AREA"/>
            <xsd:enumeration value="RANGEABLE-VALUE-TYPE"/>
            <xsd:enumeration value="REACTION-CONSTRAINT"/>
            <xsd:enumeration value="REALIZATION"/>
            <xsd:enumeration value="REFINE"/>
            <xsd:enumeration value="REQUIREMENT"/>
            <xsd:enumeration value="REQUIREMENTS-CONTAINER"/>
            <xsd:enumeration value="REQUIREMENTS-LINK"/>
            <xsd:enumeration value="REQUIREMENTS-MODEL"/>
            <xsd:enumeration value="REQUIREMENTS-RELATED-INFORMATION"/>
            <xsd:enumeration value="REQUIREMENTS-RELATION-GROUP"/>
            <xsd:enumeration value="REUSE-META-INFORMATION"/>
            <xsd:enumeration value="SAFETY-CASE"/>
            <xsd:enumeration value="SAFETY-CONSTRAINT"/>
            <xsd:enumeration value="SAFETY-GOAL"/>
            <xsd:enumeration value="SATISFY"/>
            <xsd:enumeration value="SENSOR"/>
            <xsd:enumeration value="SPORADIC-EVENT-CONSTRAINT"/>
            <xsd:enumeration value="STAKEHOLDER"/>
            <xsd:enumeration value="STAKEHOLDER-NEED"/>
            <xsd:enumeration value="STATE"/>
            <xsd:enumeration value="STATE-MACHINE-CONSTRAINT"/>
            <xsd:enumeration value="SYSTEM"/>
            <xsd:enumeration value="SYSTEM-MODEL"/>
            <xsd:enumeration value="TAKE-RATE-CONSTRAINT"/>
            <xsd:enumeration value="TECHNICAL-SAFETY-CONCEPT"/>
            <xsd:enumeration value="TIME-DURATION"/>
            <xsd:enumeration value="TIMING"/>
            <xsd:enumeration value="TRANSFORMATION"/>
            <xsd:enumeration value="TRANSITION"/>
            <xsd:enumeration value="USE-CASE"/>
            <xsd:enumeration value="USER-ATTRIBUTE-DEFINITION"/>
            <xsd:enumeration value="USER-ATTRIBUTE-ELEMENT-TYPE"/>
            <xsd:enumeration value="USER-ATTRIBUTE-VALUE"/>
            <xsd:enumeration value="VV-ACTUAL-OUTCOME"/>
            <xsd:enumeration value="VV-CASE"/>
            <xsd:enumeration value="VV-INTENDED-OUTCOME"/>
            <xsd:enumeration value="VV-LOG"/>
            <xsd:enumeration value="VV-PROCEDURE"/>
            <xsd:enumeration value="VV-STIMULI"/>
            <xsd:enumeration value="VV-TARGET"/>
            <xsd:enumeration value="VARIABILITY"/>
            <xsd:enumeration value="VARIABLE-ELEMENT"/>
            <xsd:enumeration value="VARIATION-GROUP"/>
            <xsd:enumeration value="VEHICLE-FEATURE"/>
            <xsd:enumeration value="VEHICLE-LEVEL"/>
            <xsd:enumeration value="VEHICLE-LEVEL-BINDING"/>
            <xsd:enumeration value="VEHICLE-SYSTEM"/>
            <xsd:enumeration value="VERIFICATION-VALIDATION"/>
            <xsd:enumeration value="VERIFY"/>
            <xsd:enumeration value="WARRANT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="IMPLEMENTATION-LEVEL">
        <xsd:annotation>
            <xsd:documentation>The ImplementationLevel represents the software architecture and the hardware architecture of the electrical/electronic system in the vehicle. The ImplementationLevel is defined by the AUTOSAR SystemArchitecture and SoftwareArchitecture. For example, functions of the FDA will be realized by AUTOSAR SW-Components in the ImplementationLevel. Traceability is supported from implementation level elements (AUTOSAR) to upper level elements by Realization relationships.

Semantics:
The ImplementationLevel is the representation of the vehicle electrical/electronic system on the implementation abstraction level. It corresponds to the system implementation in Software and Hardware.

Notation:
The ImplementationLevel is shown as a solid-outline rectangle containing the name.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="AUTOSAR-SYSTEM-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:SYSTEM--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="IMPLEMENTATION-LEVEL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The ImplementationLevel represents the software architecture and the hardware architecture of the electrical/electronic system in the vehicle. The ImplementationLevel is defined by the AUTOSAR SystemArchitecture and SoftwareArchitecture. For example, functions of the FDA will be realized by AUTOSAR SW-Components in the ImplementationLevel. Traceability is supported from implementation level elements (AUTOSAR) to upper level elements by Realization relationships.

Semantics:
The ImplementationLevel is the representation of the vehicle electrical/electronic system on the implementation abstraction level. It corresponds to the system implementation in Software and Hardware.

Notation:
The ImplementationLevel is shown as a solid-outline rectangle containing the name.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:IMPLEMENTATION-LEVEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="INCLUDE">
        <xsd:annotation>
            <xsd:documentation>Include is a specialization of the Relationship and represents a relationship between two UseCases, implying that the behavior of the included UseCase is inserted into the behavior of the including UseCase. The including UseCase may only depend on the result (value) of the included UseCase. This value is obtained as a result of the execution of the included UseCase. Note that the included UseCase is not optional and is always required for the including UseCase to execute correctly.

Semantics:
The Include relationship identifies an addition UseCase, which is inserted in the including UseCase.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ADDITION-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:USE-CASE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="INCLUDE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Include is a specialization of the Relationship and represents a relationship between two UseCases, implying that the behavior of the included UseCase is inserted into the behavior of the including UseCase. The including UseCase may only depend on the result (value) of the included UseCase. This value is obtained as a result of the execution of the included UseCase. Note that the included UseCase is not optional and is always required for the including UseCase to execute correctly.

Semantics:
The Include relationship identifies an addition UseCase, which is inserted in the including UseCase.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:INCLUDE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="INPUT-SYNCHRONIZATION-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>InputSynchronizationConstraint is a language entity that expresses a timing constraint on the input synchronization among the set of stimulus events. Basically, the InputSynchronizationConstraint looks from the response event(s) into the past to the stimuli events. All stimulus events must occur within a given sliding window. The sliding window itself may occur within a time interval specified by means of a minimum and maximum distance from the response event(s).

Semantics:
The parameters of InputSynchronizationConstraint, see TimingConstraint, constrain the time from the first stimulus until last stimulus (i.e., maximum skew between these stimuli). Parameter width defines the sliding window, i.e. the maximum distance between the first and the last stimulus event shall be smaller or equal to width. Furthermore, the minimum and maximum distances of the sliding window to the response event(s) is defined by the parameters upper and lower (from TimingConstraint). In this case, upper denotes the maximal allowed distance from the last response event to the first stimulus event (looking backwards in time), and lower denotes the minimal allowed distance from the first response event to the last stimulus event (looking backwards in time). 

A join point is identified by the response event in the scope EventChain.


Constraints:
[1] The set of FunctionFlowPorts referenced by the events should contain only FlowPorts with direction = in. The rationale for this is that the events shall relate to data on FunctionFlowPorts which is considered (or shall be) temporally consistent. 

[2] The semantics of this constraint requires that there is more than one stimulus Event in the scope EventChain (each refering to a different FlowPort with direction = in).

[3] The parameters 'nominal' and 'jitter' (from DelayConstraint) are not relevant for InputSynchronizationConstraint.



Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="WIDTH" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="INPUT-SYNCHRONIZATION-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>InputSynchronizationConstraint is a language entity that expresses a timing constraint on the input synchronization among the set of stimulus events. Basically, the InputSynchronizationConstraint looks from the response event(s) into the past to the stimuli events. All stimulus events must occur within a given sliding window. The sliding window itself may occur within a time interval specified by means of a minimum and maximum distance from the response event(s).

Semantics:
The parameters of InputSynchronizationConstraint, see TimingConstraint, constrain the time from the first stimulus until last stimulus (i.e., maximum skew between these stimuli). Parameter width defines the sliding window, i.e. the maximum distance between the first and the last stimulus event shall be smaller or equal to width. Furthermore, the minimum and maximum distances of the sliding window to the response event(s) is defined by the parameters upper and lower (from TimingConstraint). In this case, upper denotes the maximal allowed distance from the last response event to the first stimulus event (looking backwards in time), and lower denotes the minimal allowed distance from the first response event to the last stimulus event (looking backwards in time). 

A join point is identified by the response event in the scope EventChain.


Constraints:
[1] The set of FunctionFlowPorts referenced by the events should contain only FlowPorts with direction = in. The rationale for this is that the events shall relate to data on FunctionFlowPorts which is considered (or shall be) temporally consistent. 

[2] The semantics of this constraint requires that there is more than one stimulus Event in the scope EventChain (each refering to a different FlowPort with direction = in).

[3] The parameters 'nominal' and 'jitter' (from DelayConstraint) are not relevant for InputSynchronizationConstraint.



Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:DELAY-CONSTRAINT"/>
            <xsd:group ref="EA:INPUT-SYNCHRONIZATION-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="INTERNAL-BINDING" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The InternalBinding is the private, internal ConfigurationDecisionModel of the ConfigurableContainer. It defines how the internal, lower-level variability of the ConfigurableContainer is bound, i.e. configured, depending on a given configuration of the ConfigurableContainer's public feature model. This way, the binding of this internal variability is encapsulated and hidden behind the public feature model, which serves as a variability-related interface.

Note that for this use case, the source and target feature models need not be defined explicitly because they are deduced implicitly: the ConfigurableContainer's public feature model serves as the (single) target feature model, and the source feature models are deduced from the ConfigurableContainer's internal variability (esp. other, lower-level ConfigurableContainers which are contained).

For a definition of the precise meaning of 'internal variability' (also called variable content) refer to the documentation of meta-class ConfigurableContainer.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONFIGURATION-DECISION-MODEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="INTERNAL-FAULT-PROTOTYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The InternalFault metaclass represents the particular internal conditions of the target component/system that are of particular concern for its fault/failure definition. 

Semantics:
The system anomaly represented by an InternalFault, which when activated, can cause errors and failures of the target element.

Extension:
UML::Part / UML::Event</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ANOMALY"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="INTERNAL-FAULT-PROTOTYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="INTERNAL-FAULT-PROTOTYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="ITEM">
        <xsd:annotation>
            <xsd:documentation>The Item entity identifies the scope of safety information and the safety assessment, i.e. the part of the system onto which the ISO26262 related information applies. Safety analyses are carried out on the basis of an item definition and the safety concepts are derived from it.

Semantics:
Item represents the scope of safety information and the safety assessment through its reference to one or several Features.

Extension:
UML::Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DEVELOPMENT-CATEGORY" type="EA:DEVELOPMENT-CATEGORY-KIND" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The Item entity identifies the scope of safety information and the safety assessment, i.e. the part of the system onto which the ISO26262 related information applies. Safety analyses are carried out on the basis of an item definition and the safety concepts are derived from it.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="VEHICLE-FEATURE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VEHICLE-FEATURE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:VEHICLE-FEATURE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="ITEM" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Item entity identifies the scope of safety information and the safety assessment, i.e. the part of the system onto which the ISO26262 related information applies. Safety analyses are carried out on the basis of an item definition and the safety concepts are derived from it.

Semantics:
Item represents the scope of safety information and the safety assessment through its reference to one or several Features.

Extension:
UML::Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:ITEM"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="ITEM--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ITEM"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:complexType name="LOCAL-DEVICE-MANAGER" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The LocalDeviceManager represents a DesignFunction that act as a manager or functional interface to Sensors, Actuators and other devices. It is responsible for translating between the electrical/logical interface of the device, as provided by a BasicSoftwareFunction, and the physical interface of the device. For example, consider a temperature sensor with voltage output. The HardwareFunctionType defines the transfer from temperature to voltage. A BasicSoftwareFunction relays the voltage from the microcontroller's I/O. The role of the LocalDeviceManager is now to translate from voltage to temperature value, taking into account the sensor's characteristics such as nonlinearities, calibration, etc. The resulting temperature is available to the other DesignFunctions. By separating the device specific part from the middleware and ECU specific parts, it is possible to systematically change interface function together with the device.

The role of the LocalDeviceManager is to act as an interface between the electrical output of Sensors or electrical input of Actuators and the physical quantity of those devices.


Semantics:
The LocalDeviceManager encapsulates the device-specific or functional parts of a Sensor or Actuator, device, etc. interface.


Constraints:
[1] A DesignFunctionPrototype typed by a LocalDeviceManager shall be allocated to the same ECU node as the device that it manages is connected to.

[2] A LocalDeviceManager shall interface BSWFunctions and DesignFunctions. 


Extension: Class, specialization of SysML::Block</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FUNCTION-TYPE"/>
            <xsd:group ref="EA:DESIGN-FUNCTION-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="LOGICAL-BUS">
        <xsd:annotation>
            <xsd:documentation>The LogicalBus represents logical communication channels. It serves as an allocation target for connectors, i.e. the data exchanged between functions in the FunctionalDesignArchitecture. 


Semantics:
The LogicalBus represents a logical connection that carries data from any sender to all receivers. Senders and receivers are identified by the wires of the LogicalBus, i.e. the associated HardwareConnectors. The available busSpeed represents the maximum amount of useful data that can be carried. The busSpeed has already deducted speed reduction resulting from frame overhead, timing effects, etc. 

Extension: 
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="BUS-SPEED" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The net bus speed in bits per second. Used to assess communication delay and schedulability on the bus. Note that scheduling details are not represented in the model.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="BUS-TYPE" type="EA:LOGICAL-BUS-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The type of bus scheduling assumed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WIRE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="WIRE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:HARDWARE-CONNECTOR--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="LOGICAL-BUS" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The LogicalBus represents logical communication channels. It serves as an allocation target for connectors, i.e. the data exchanged between functions in the FunctionalDesignArchitecture. 


Semantics:
The LogicalBus represents a logical connection that carries data from any sender to all receivers. Senders and receivers are identified by the wires of the LogicalBus, i.e. the associated HardwareConnectors. The available busSpeed represents the maximum amount of useful data that can be carried. The busSpeed has already deducted speed reduction resulting from frame overhead, timing effects, etc. 

Extension: 
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:LOGICAL-BUS"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="MISSION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A mission is a use or operation for which a system is intended by one or more stakeholders to meet some set of objectives. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="MISSION--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="MISSION"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="MODE">
        <xsd:annotation>
            <xsd:documentation>Modes are a way to introduce various configurations in the system to account for different states of the system, or of a hardware entity, or an application. The use of modes can be used to filter different views of the model.

Modes are characterized by a Boolean condition provided as a String, which evaluates to true when the Mode is active.

As far as behavior is concerned, Modes enable the logical organisation of a set of triggers and behaviors over a set of functions. Modes are referred to by both FunctionTriggers and FunctionBehaviors (see FunctionTrigger and FunctionBehavior).

Modes can be further organized in mutually exclusive sets with ModeGroups (see that element).

Semantics:
The Mode is active if and only if the condition is true.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONDITION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>A Boolean expression that characterizes the Mode, it evaluates to true when the Mode is active. The syntax and grammar of this expression is unspecified.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="MODE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Modes are a way to introduce various configurations in the system to account for different states of the system, or of a hardware entity, or an application. The use of modes can be used to filter different views of the model.

Modes are characterized by a Boolean condition provided as a String, which evaluates to true when the Mode is active.

As far as behavior is concerned, Modes enable the logical organisation of a set of triggers and behaviors over a set of functions. Modes are referred to by both FunctionTriggers and FunctionBehaviors (see FunctionTrigger and FunctionBehavior).

Modes can be further organized in mutually exclusive sets with ModeGroups (see that element).

Semantics:
The Mode is active if and only if the condition is true.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:MODE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="MODE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="MODE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="MODE-GROUP">
        <xsd:annotation>
            <xsd:documentation>ModeGroups serve as containers of Modes. The Modes in a ModeGroup are mutually exclusive. This means that only one Mode of a ModeGroup is active at any point in time. A precondition in the form of a Boolean expression is assigned to the ModeGroup so that ModeGroups can be switched on and off as a whole.

Semantics:
The ModeGroup defines a set of modes of which exactly one is active if precondition is true and otherwise none is active.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="MODES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MODE" type="EA:MODE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PRECONDITION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>A Boolean expression that evaluates to true when the ModeGroup is active.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="MODE-GROUP" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ModeGroups serve as containers of Modes. The Modes in a ModeGroup are mutually exclusive. This means that only one Mode of a ModeGroup is active at any point in time. A precondition in the form of a Boolean expression is assigned to the ModeGroup so that ModeGroups can be switched on and off as a whole.

Semantics:
The ModeGroup defines a set of modes of which exactly one is active if precondition is true and otherwise none is active.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:MODE-GROUP"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="MULTI-LEVEL-REFERENCE">
        <xsd:annotation>
            <xsd:documentation>The metaclass MultiLevelReference gives the possibility to establish reference links between model elements. Such a reference may be established between two elements when both of them are slightly different but one element is newer and originates from the other element.

With such reference, it is possible to keep track of changes (by humans and also computational) in with respect to the original elements. Moreover, it is possible to take over the changes into the original. In EAST-ADL, the Multi-Level concept is primarily used for Feature Modeling and Requirements Interchange.

Semantics:
MultiLevelReference relates model elements that have an informal specialization relation according to the MulitiLevel concept.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="REFERENCE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-ELEMENT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="REFERRING-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-ELEMENT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="MULTI-LEVEL-REFERENCE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The metaclass MultiLevelReference gives the possibility to establish reference links between model elements. Such a reference may be established between two elements when both of them are slightly different but one element is newer and originates from the other element.

With such reference, it is possible to keep track of changes (by humans and also computational) in with respect to the original elements. Moreover, it is possible to take over the changes into the original. In EAST-ADL, the Multi-Level concept is primarily used for Feature Modeling and Requirements Interchange.

Semantics:
MultiLevelReference relates model elements that have an informal specialization relation according to the MulitiLevel concept.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:MULTI-LEVEL-REFERENCE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="NODE">
        <xsd:annotation>
            <xsd:documentation>Node represents the computer nodes of the embedded electrical/electronic system. Nodes consist of processor(s) and may be connected to sensors, actuators and other ECUs via a BusConnector.

Node denotes an electronic control unit that acts as a computing element executing Functions. In case a single CPU ECU is represented, it is sufficient to have a single, non-hierarchical Node. 

Semantics:
The Node element represents an ECU, i.e. an Electronic Control Unit, and an allocation target of FunctionPrototypes.

The Node executes its allocated FunctionPrototypes at the specified executionRate. The executionRate denotes how many execution seconds of an allocated functionPrototype´s execution time are processed in each real-time second. Actual execution time is thus found by dividing the parameters of the ExecutionTimeConstraint with executionRate.

Example: If an ECU is 25% faster than a standard ECU (e.g., in a certain context, execution times are given assuming a nominal speed of 100 MHz; our CPU is then 125 MHz), the executionRate is 1.25. An execution time of 5 ms would then become 4 ms on this ECU.

Notation:
Node is shown as a solid-outline rectangle with Node at the top right. The rectangle contains the name, and its ports or port groups on the perimeter.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="EXECUTION-RATE" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>ExecutionRate is used to compute an approximate execution time. A nominal execution time divided by executionRate provides the actual execution time to be used e.g. for timing analysis in feasibility studies.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="NON-VOLATILE-MEMORY" type="xsd:integer" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The size in Bytes of the Node's Non-Volatile memory (ROM, NRAM, EPROM, etc.).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="VOLATILE-MEMORY" type="xsd:integer" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The size in Bytes of the Node's Volatile memory (RAM)</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="NODE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Node represents the computer nodes of the embedded electrical/electronic system. Nodes consist of processor(s) and may be connected to sensors, actuators and other ECUs via a BusConnector.

Node denotes an electronic control unit that acts as a computing element executing Functions. In case a single CPU ECU is represented, it is sufficient to have a single, non-hierarchical Node. 

Semantics:
The Node element represents an ECU, i.e. an Electronic Control Unit, and an allocation target of FunctionPrototypes.

The Node executes its allocated FunctionPrototypes at the specified executionRate. The executionRate denotes how many execution seconds of an allocated functionPrototype´s execution time are processed in each real-time second. Actual execution time is thus found by dividing the parameters of the ExecutionTimeConstraint with executionRate.

Example: If an ECU is 25% faster than a standard ECU (e.g., in a certain context, execution times are given assuming a nominal speed of 100 MHz; our CPU is then 125 MHz), the executionRate is 1.25. An execution time of 5 ms would then become 4 ms on this ECU.

Notation:
Node is shown as a solid-outline rectangle with Node at the top right. The rectangle contains the name, and its ports or port groups on the perimeter.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:HARDWARE-COMPONENT-TYPE"/>
            <xsd:group ref="EA:NODE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="OPERATION">
        <xsd:annotation>
            <xsd:documentation>The Operation is the provided/required operation of a FunctionClientServerInterface. It can specify its return values and arguments by EADatatypePrototypes.

Semantics: 
The Operation is the provided/required operation of a FunctionClientServerInterface.

Extension: UML Operation</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ARGUMENTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EA-DATATYPE-PROTOTYPE" type="EA:EA-DATATYPE-PROTOTYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="RETURN" type="EA:EA-DATATYPE-PROTOTYPE" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="OPERATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Operation is the provided/required operation of a FunctionClientServerInterface. It can specify its return values and arguments by EADatatypePrototypes.

Semantics: 
The Operation is the provided/required operation of a FunctionClientServerInterface.

Extension: UML Operation</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:OPERATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="OPERATIONAL-SITUATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>An operational situation is a state, condition or scenario in the environment that may influence the vehicle. The Operational Situation may be further detailed by a functional definition in the EnvironmentModel.

Semantics:
OperationalSituation represent a state, condition or scenario that is external to the vehicle.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="OPERATIONAL-SITUATION--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="OPERATIONAL-SITUATION"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="OUTPUT-SYNCHRONIZATION-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>OutputSynchronizationConstraint is a language entity that expresses a timing constraint on the output synchronization among the set of response events. Basically, the OutputSynchronizationConstraint looks from the stimulus event(s) into the future to the response events. All response events must occur within a given sliding window. The sliding window itself may occur within a time interval specified by means of a minimum and maximum distance from the stimulus event(s).

Semantics:
The parameters of OutputSynchronizationConstraint, see TimingConstraints, constrain the time from the first response until last response (i.e., maximum skew between these responses). Parameter width defines the sliding window, i.e. the maximum distance between the first and the last response event shall be smaller or equal to width. Furthermore, the minimum and maximum distances of the sliding window to the stimulus event(s) is defined by the parameters upper and lower (from TimingConstraint). In this case, upper denotes the maximal allowed distance from the first stimulus event to the first response event, and lower denotes the minimal allowed distance from the last stimulus event to the first response event.

A fork point is identified by the stimulus event in the scope EventChain.


Constraints:
[1] The set of FunctionFlowPorts referenced by the events should contain only OutFlowPorts. The rationale for this is that the events shall relate to data on FunctionFlowPorts which is considered (or shall be) temporally consistent. 

[2] The semantics of this constraint require that there is more than one response Events in the scope EventChain.

[3] The parameters 'nominal' and 'jitter' (from DelayConstraint) are not relevant for OutputSynchronizationConstraint.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="WIDTH" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="OUTPUT-SYNCHRONIZATION-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>OutputSynchronizationConstraint is a language entity that expresses a timing constraint on the output synchronization among the set of response events. Basically, the OutputSynchronizationConstraint looks from the stimulus event(s) into the future to the response events. All response events must occur within a given sliding window. The sliding window itself may occur within a time interval specified by means of a minimum and maximum distance from the stimulus event(s).

Semantics:
The parameters of OutputSynchronizationConstraint, see TimingConstraints, constrain the time from the first response until last response (i.e., maximum skew between these responses). Parameter width defines the sliding window, i.e. the maximum distance between the first and the last response event shall be smaller or equal to width. Furthermore, the minimum and maximum distances of the sliding window to the stimulus event(s) is defined by the parameters upper and lower (from TimingConstraint). In this case, upper denotes the maximal allowed distance from the first stimulus event to the first response event, and lower denotes the minimal allowed distance from the last stimulus event to the first response event.

A fork point is identified by the stimulus event in the scope EventChain.


Constraints:
[1] The set of FunctionFlowPorts referenced by the events should contain only OutFlowPorts. The rationale for this is that the events shall relate to data on FunctionFlowPorts which is considered (or shall be) temporally consistent. 

[2] The semantics of this constraint require that there is more than one response Events in the scope EventChain.

[3] The parameters 'nominal' and 'jitter' (from DelayConstraint) are not relevant for OutputSynchronizationConstraint.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:DELAY-CONSTRAINT"/>
            <xsd:group ref="EA:OUTPUT-SYNCHRONIZATION-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="PARAMETER">
        <xsd:annotation>
            <xsd:documentation>Statement of quantities (e.g., temperature) in the behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity. While input/output parameters target the I/O ports of system functions, internal parameters target directly system functions.

Constraints:
Each parameter in the parameter constraints of function behaviors references either one function type owning such function behaviors or one function port of the same function type.

Semantics:
A parameter represents an in-, out-, or local-quantity to be processed.  It can describe a piece of application or event data within an E/E system, or a variable in the environment such as a monitored/controlled plant variable. Each parameter is typed by an EADataType for specifying the related meta-information like unit, valid range, required accuracy, etc.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TARGET-FUNCTION-PORT-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PORT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TARGET-FUNCTION-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-DATATYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PARAMETER" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Statement of quantities (e.g., temperature) in the behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity. While input/output parameters target the I/O ports of system functions, internal parameters target directly system functions.

Constraints:
Each parameter in the parameter constraints of function behaviors references either one function type owning such function behaviors or one function port of the same function type.

Semantics:
A parameter represents an in-, out-, or local-quantity to be processed.  It can describe a piece of application or event data within an E/E system, or a variable in the environment such as a monitored/controlled plant variable. Each parameter is typed by an EADataType for specifying the related meta-information like unit, valid range, required accuracy, etc.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:PARAMETER"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="PARAMETER--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="PARAMETER"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="PARAMETER-CONDITION">
        <xsd:annotation>
            <xsd:documentation>Statements of the conditions of individual parameters in relation to the operations of behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity. 

Constraints:
A parameter condition is applied to at least one parameter or one parameter condition.

Semantics:
A parameter condition characterizes the particular state of parameter(s) in nominal and erroneous operating situations. For example, parameter conditions can be used to describe the expected value ranges of a monitored environmental quantity in specific vehicle control scenarios.

Parameter conditions can be used as a basis for defining the states of parameters or their combinations (e.g., the establishment of certain input and output mapping, event to output mapping) during different operation situations.

For a computation behavior, parameter conditions can be used to specify its pre-/post-conditions and invariants that must be true before, after, and during the execution.

EAST-ADL does not define logic and arithmetic operators for the expressions of parameter conditions but would support the definitions in future extensions.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="APPLIED-TO-CONDITION-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="APPLIED-TO-CONDITION-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER-CONDITION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="APPLIED-TO-PARAMETER-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="APPLIED-TO-PARAMETER-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EXPRESSION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The description of parameter condition.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="REPRESENT-ANOMALY-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="REPRESENT-ANOMALY-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:ANOMALY--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PARAMETER-CONDITION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Statements of the conditions of individual parameters in relation to the operations of behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity. 

Constraints:
A parameter condition is applied to at least one parameter or one parameter condition.

Semantics:
A parameter condition characterizes the particular state of parameter(s) in nominal and erroneous operating situations. For example, parameter conditions can be used to describe the expected value ranges of a monitored environmental quantity in specific vehicle control scenarios.

Parameter conditions can be used as a basis for defining the states of parameters or their combinations (e.g., the establishment of certain input and output mapping, event to output mapping) during different operation situations.

For a computation behavior, parameter conditions can be used to specify its pre-/post-conditions and invariants that must be true before, after, and during the execution.

EAST-ADL does not define logic and arithmetic operators for the expressions of parameter conditions but would support the definitions in future extensions.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:PARAMETER-CONDITION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="PARAMETER-CONDITION--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="PARAMETER-CONDITION"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="PARAMETER-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>Statement of the expected parameters and parameter conditions in the operations of behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity.

Semantics:
Computation constraints refine textual requirements and provide detailed specifications about the quantities and their particular conditions in the operation of behaviors.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PARAMETERS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PARAMETER" type="EA:PARAMETER"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PARAMETER-CONDITIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PARAMETER-CONDITION" type="EA:PARAMETER-CONDITION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PARAMETER-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Statement of the expected parameters and parameter conditions in the operations of behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity.

Semantics:
Computation constraints refine textual requirements and provide detailed specifications about the quantities and their particular conditions in the operation of behaviors.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:BEHAVIOR-CONSTRAINT"/>
            <xsd:group ref="EA:PARAMETER-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="PATTERN-EVENT-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The [Concrete] PatternEventConstraint describes that an event occurs following a known pattern. 

Semantics:
PatternEventConstraint characterizes the occurrence pattern of its associated event. The attribute descriptions provides more specific semantics: period, minimumInterArrivalTime, occurrence jitter.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="JITTER" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="MINIMUM-INTER-ARRIVAL-TIME" type="EA:TIME-DURATION" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="OCCURRENCES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TIME-DURATION" type="EA:TIME-DURATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PERIOD" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PATTERN-EVENT-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The [Concrete] PatternEventConstraint describes that an event occurs following a known pattern. 

Semantics:
PatternEventConstraint characterizes the occurrence pattern of its associated event. The attribute descriptions provides more specific semantics: period, minimumInterArrivalTime, occurrence jitter.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:EVENT-CONSTRAINT"/>
            <xsd:group ref="EA:PATTERN-EVENT-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="PERIODIC-EVENT-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The PeriodicEventConstraint describes that an event occurs periodically.

Semantics:
PeriodicEventConstraint characterizes the occurrence of the associated event. The attributes jitter, period and minimumInterArrivalTime provides additional semantics.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="JITTER" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="MINIMUM-INTER-ARRIVAL-TIME" type="EA:TIME-DURATION" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="PERIOD" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PERIODIC-EVENT-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The PeriodicEventConstraint describes that an event occurs periodically.

Semantics:
PeriodicEventConstraint characterizes the occurrence of the associated event. The attributes jitter, period and minimumInterArrivalTime provides additional semantics.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:EVENT-CONSTRAINT"/>
            <xsd:group ref="EA:PERIODIC-EVENT-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="PORT-GROUP">
        <xsd:annotation>
            <xsd:documentation>The PortGroup represents several FunctionPorts grouped into one. All FunctionPorts that are part of a PortGroup are graphically represented as a single FunctionPort. The PortGroup has no semantic meaning except that it makes graphical representation of the connected FunctionPorts easier to read, and provides a means to logically organize several FunctionPorts into one group.

Connectors are still connected to the contained FunctionPorts, but tool support may simplify connections by allowing semiautomatic or automatic connection to all FunctionPorts of a PortGroup.

Note that the term "PortGroup" is also used by AADL.

Semantics:
The PortGroup provides the means to organize FunctionPorts and FunctionConnectors. It does not add semantics. In the model, the FunctionPorts contained in the PortGroup are connected as individual FunctionPorts.

Constraints:
[1] The FunctionPorts in a PortGroup must all be of the same component; all FunctionPorts in a PortGroup must be of the same kind (FunctionFlowPort with same EADirectionKind or FunctionClientServerPort with same ClientServerKind).

Notation:
FunctionConnectors connected to FunctionPorts of a PortGroup are graphically collapsed into a single line.
The PortGroup is rendered as its contained ports, but with a double outline.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PORT-GROUPS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PORT-GROUP" type="EA:PORT-GROUP"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PORT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PORT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FUNCTION-PORT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PORT-GROUP" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The PortGroup represents several FunctionPorts grouped into one. All FunctionPorts that are part of a PortGroup are graphically represented as a single FunctionPort. The PortGroup has no semantic meaning except that it makes graphical representation of the connected FunctionPorts easier to read, and provides a means to logically organize several FunctionPorts into one group.

Connectors are still connected to the contained FunctionPorts, but tool support may simplify connections by allowing semiautomatic or automatic connection to all FunctionPorts of a PortGroup.

Note that the term "PortGroup" is also used by AADL.

Semantics:
The PortGroup provides the means to organize FunctionPorts and FunctionConnectors. It does not add semantics. In the model, the FunctionPorts contained in the PortGroup are connected as individual FunctionPorts.

Constraints:
[1] The FunctionPorts in a PortGroup must all be of the same component; all FunctionPorts in a PortGroup must be of the same kind (FunctionFlowPort with same EADirectionKind or FunctionClientServerPort with same ClientServerKind).

Notation:
FunctionConnectors connected to FunctionPorts of a PortGroup are graphically collapsed into a single line.
The PortGroup is rendered as its contained ports, but with a double outline.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:PORT-GROUP"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="POWER-HARDWARE-PIN" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>PowerHardwarePin represents a pin that is primarily intended for power supply, either providing or consuming energy.

Semantics:
A PowerHardwarePin is primarily intended to be a power supply. The direction attribute of the pin defines whether it is providing or consuming energy.

Notation:
PowerHardwarePin is shown as a solid square with PWR inside. Its name may appear outside the square.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:HARDWARE-PIN"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="POWER-SUPPLY">
        <xsd:annotation>
            <xsd:documentation>PowerSupply represents a hardware element that supplies power.

Semantics:
PowerSupply denotes a power source that may be active (e.g., a battery) or passive (main relay).

Notation:
PowerSupply is shown as a solid-outline rectangle with "PWR" at the top right. The rectangle contains the name, and its ports or port groups on the perimeter.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="IS-ACTIVE" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Indicates if the PowerSupply is active or passive.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="POWER-SUPPLY" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>PowerSupply represents a hardware element that supplies power.

Semantics:
PowerSupply denotes a power source that may be active (e.g., a battery) or passive (main relay).

Notation:
PowerSupply is shown as a solid-outline rectangle with "PWR" at the top right. The rectangle contains the name, and its ports or port groups on the perimeter.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:HARDWARE-COMPONENT-TYPE"/>
            <xsd:group ref="EA:POWER-SUPPLY"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="PRECEDENCE-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The PrecedenceConstraint represents a particular constraint applied on the execution sequence of functions.

Semantics:
The semantics for the PrecedenceConstraint metaclass is to define an association relationship between Functions, indicating the association relationship such that all predecessors have completed before the successors are started.

Note: Without a precedence relation, Functions are executed according to their data dependencies, if these are uni-directional. For bi-directional data dependencies, execution order is not defined unless the PrecedenceDependency relationship is used.

Notation:
PrecedenceConstraint is shown as a dashed arrow with "Precedes" next to it. It points from preceeding to the successive entity.

Extension: 
The PrecedenceConstraint extends UML2 metaclass Class and Dependency.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PRECEDING-IREF" type="EA:PRECEDENCE-CONSTRAINT--PRECEDING-IREF"
                         minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="SUCCESSIVE-IREF" type="EA:PRECEDENCE-CONSTRAINT--SUCCESSIVE-IREF"
                         minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PRECEDENCE-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The PrecedenceConstraint represents a particular constraint applied on the execution sequence of functions.

Semantics:
The semantics for the PrecedenceConstraint metaclass is to define an association relationship between Functions, indicating the association relationship such that all predecessors have completed before the successors are started.

Note: Without a precedence relation, Functions are executed according to their data dependencies, if these are uni-directional. For bi-directional data dependencies, execution order is not defined unless the PrecedenceDependency relationship is used.

Notation:
PrecedenceConstraint is shown as a dashed arrow with "Precedes" next to it. It points from preceeding to the successive entity.

Extension: 
The PrecedenceConstraint extends UML2 metaclass Class and Dependency.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:PRECEDENCE-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="PRECEDENCE-CONSTRAINT--PRECEDING-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-PROTOTYPE-TARGET-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PRECEDENCE-CONSTRAINT--PRECEDING-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:PRECEDENCE-CONSTRAINT--PRECEDING-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="PRECEDENCE-CONSTRAINT--SUCCESSIVE-IREF">
        <xsd:sequence>
            <xsd:element name="FUNCTION-PROTOTYPE-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FUNCTION-PROTOTYPE-TARGET-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:FUNCTION-PROTOTYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PRECEDENCE-CONSTRAINT--SUCCESSIVE-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:PRECEDENCE-CONSTRAINT--SUCCESSIVE-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="PRIVATE-CONTENT">
        <xsd:annotation>
            <xsd:documentation>PrivateContent is a marker class that marks the artifact element denoted by association privateElement as private, i.e., it will not be presented to the outside of the containing ConfigurableContainer.

Refer to the documentation of meta-class ConfigurableContainer for a detailed explanation of how ConfigurableContainer and PrivateContent work together.

Constraints:
[1] Identifies either one FunctionPrototype or one FunctionPort or one FunctionConnector or one HardwareComponentPrototype or one HardwarePort or one ClampConnector.

Semantics:
Marks the element identified by association privateElement as private. Otherwise the elements visibility defaults to public.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="PRIVATE-ELEMENT-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PRIVATE-CONTENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>PrivateContent is a marker class that marks the artifact element denoted by association privateElement as private, i.e., it will not be presented to the outside of the containing ConfigurableContainer.

Refer to the documentation of meta-class ConfigurableContainer for a detailed explanation of how ConfigurableContainer and PrivateContent work together.

Constraints:
[1] Identifies either one FunctionPrototype or one FunctionPort or one FunctionConnector or one HardwareComponentPrototype or one HardwarePort or one ClampConnector.

Semantics:
Marks the element identified by association privateElement as private. Otherwise the elements visibility defaults to public.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:PRIVATE-CONTENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="PROBLEM-STATEMENT">
        <xsd:annotation>
            <xsd:documentation>The problem statement represents a brief statement summarizing the problem being solved which gives the opportunity to establish traceability from artifacts created later, for example to provide rationales to design decisions or trade-off analysis.

The problem statement could be extended with further modeling of dependencies between different problems and deduction of root problems</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="AFFECTS-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="AFFECTS-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:STAKEHOLDER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IMPACT" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The impact of the problem</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PROBLEM" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The brief problem statement. This redefines the text attribute in TraceableSpecification.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SOLUTION-BENEFITS" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Lists some key benefits of a successful solution.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PROBLEM-STATEMENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The problem statement represents a brief statement summarizing the problem being solved which gives the opportunity to establish traceability from artifacts created later, for example to provide rationales to design decisions or trade-off analysis.

The problem statement could be extended with further modeling of dependencies between different problems and deduction of root problems</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:PROBLEM-STATEMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="PROBLEM-STATEMENT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="PROBLEM-STATEMENT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:complexType name="PROCESS-FAULT-PROTOTYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The ProcessFaultPrototype metaclass represents the anomalies that the target component/system can have due to design or implementation flaws (e.g., incorrect requirements, buffer size configuration, scheduling, etc.). 

Semantics:
The ProcessFaultPrototype represent general internal anomalies of a component that are introduced during design and implementation.

Extension:
UML::Part / UML::Event</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:ANOMALY"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="PROCESS-FAULT-PROTOTYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="PROCESS-FAULT-PROTOTYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="PRODUCT-POSITIONING">
        <xsd:annotation>
            <xsd:documentation>The problem positioning represents an overall brief statement summarizing, at the highest level, the unique position the product intends to fill in the marketplace which gives the opportunity to establish traceability from artifacts created later, for example to provide rationales to design decisions or trade-off analysis.

Positioning is assumed to belong to a particular context, typically a system, but also for a smaller part of a system.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DRIVING-NEEDS" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Brief statement of key benefit; that is, the compelling need for the product.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="KEY-CAPABILITIES" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Brief statement of the key capabilities</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PRIMARY-COMPETITIVE-ALTERNATIVE" type="xsd:string" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Brief statement of primary competitive alternative</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PRIMARY-DIFFERENTIATION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Brief statement of primary differentiation</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TARGET-CUSTOMERS" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Brief statement of target customers.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="PRODUCT-POSITIONING" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The problem positioning represents an overall brief statement summarizing, at the highest level, the unique position the product intends to fill in the marketplace which gives the opportunity to establish traceability from artifacts created later, for example to provide rationales to design decisions or trade-off analysis.

Positioning is assumed to belong to a particular context, typically a system, but also for a smaller part of a system.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:PRODUCT-POSITIONING"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="PRODUCT-POSITIONING--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="PRODUCT-POSITIONING"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="QUALITY-REQUIREMENT">
        <xsd:annotation>
            <xsd:documentation>QualityRequirements or non-functional requirements are used to introduce externally visible properties of the system considered as a whole. They specify criteria that can be used to judge the operation of a system. As opposed to a functional requirement specifying what a system is supposed to do, the non-functional requirements define how a system is supposed to be.

The attribute qualityRequirementType allows a more specific classification.

Semantics:
QualityRequirement element represent a requirement which is non-functional.

Extension: 
Class, specializes Requirement</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="QUALITY-REQUIREMENT-TYPE" type="EA:QUALITY-REQUIREMENT-KIND"
                         minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="QUALITY-REQUIREMENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>QualityRequirements or non-functional requirements are used to introduce externally visible properties of the system considered as a whole. They specify criteria that can be used to judge the operation of a system. As opposed to a functional requirement specifying what a system is supposed to do, the non-functional requirements define how a system is supposed to be.

The attribute qualityRequirementType allows a more specific classification.

Semantics:
QualityRequirement element represent a requirement which is non-functional.

Extension: 
Class, specializes Requirement</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:REQUIREMENT"/>
            <xsd:group ref="EA:QUALITY-REQUIREMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="QUANTITATIVE-SAFETY-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The QuantitativeSafetyConstraint metaclass represents the quantitative integrity constraints on a fault or failure. Thus, the system has the same or better performance with respect to the constrained fault or failure, and depending on the role this is either a requirement or a property.

Semantics:
A QuantitativeSafetyConstraint provides information about the probabilistic estimates of target faults/failures, further specified by the failureRate and repairRate attribute.

Extension:
(see ADLTraceableSpecification)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONSTRAINED-FAULT-FAILURE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONSTRAINED-FAULT-FAILURE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FAULT-FAILURE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FAILURE-RATE" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>failureRate denotes the number of failures per unit time, i.e. the density of probability of failure divided by probability of survival for a hardware element (ISO26262 definition). For exponential failure distributions it is often denoted by lambda.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="REPAIR-RATE" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>repairRate denotes the number of repairs per unit time. For exponential repair distributions it is often denoted by mu.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="QUANTITATIVE-SAFETY-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The QuantitativeSafetyConstraint metaclass represents the quantitative integrity constraints on a fault or failure. Thus, the system has the same or better performance with respect to the constrained fault or failure, and depending on the role this is either a requirement or a property.

Semantics:
A QuantitativeSafetyConstraint provides information about the probabilistic estimates of target faults/failures, further specified by the failureRate and repairRate attribute.

Extension:
(see ADLTraceableSpecification)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:QUANTITATIVE-SAFETY-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="RIF-AREA">
        <xsd:annotation>
            <xsd:documentation>An extra allocated part of the EAST-ADL System Model that contains Requirement Specific Data (Container, Reqs etc...) from RIF Import and RIF Export.

In the context of requirement engineering, and considering the possibility of importing/exporting requirement related data via RIF, the feature uuid will be used to check that two elements are semantically the same and thus should stay referenced together via a Multi-Level reference link.

Requirement data to be imported/exported will be put into an RIFArea. Requirement data elements which are not inside an RIFArea but which have semantically equal element in the RIFAreas (such elements have the same uuid value) will be connected with the appropriate elements in the RIFArea using Multi-Level reference links.

Semantics:
RIFArea is an abstract class. Semantics is defined on the specializations.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="INTERCHANGE-REQ-SPEC-OBJECTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="QUALITY-REQUIREMENT" type="EA:QUALITY-REQUIREMENT"/>
                        <xsd:element name="REQUIREMENT" type="EA:REQUIREMENT"/>
                        <xsd:element name="REQUIREMENTS-RELATED-INFORMATION"
                                     type="EA:REQUIREMENTS-RELATED-INFORMATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ROOT-REQUIREMENT-CONTAINERS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTIONAL-SAFETY-CONCEPT" type="EA:FUNCTIONAL-SAFETY-CONCEPT"/>
                        <xsd:element name="REQUIREMENTS-CONTAINER" type="EA:REQUIREMENTS-CONTAINER"/>
                        <xsd:element name="TECHNICAL-SAFETY-CONCEPT" type="EA:TECHNICAL-SAFETY-CONCEPT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="USER-DEFINED-TYPES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="USER-ATTRIBUTE-ELEMENT-TYPE" type="EA:USER-ATTRIBUTE-ELEMENT-TYPE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="RIF-EXPORT-AREA" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Contains (clones of) requirement specific data to be exported in RIF format.

Semantics:
RIFExportArea contains Requirements that are subject to export in a requirement interchange with external tools.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:RIF-AREA"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="RIF-IMPORT-AREA" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Contains requirement specific data to be imported from an external RIF file.

When an element is imported from an external source the uuid will be taken from the given external exchange data file, because the identifier is globally unique and should not be changed anywhere.

Semantics:
RIFImportArea contains Requirements that are subject to import in a requirement interchange with external tools.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:RIF-AREA"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="RANGEABLE-DATATYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="EA-FLOAT"/>
            <xsd:enumeration value="EA-INTEGER"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="RANGEABLE-VALUE-TYPE">
        <xsd:annotation>
            <xsd:documentation>The RangeableValueType is a specific ValueType applicable for RangeableDatatypes. It describes the accuracy, resolution, and the significant digits of the baseRangeable datatypes.

Semantics:
The RangeableValueType adds the ability to describe the accuracy, resolution, and the significant digits of the baseRangeable datatype.

Notation:
The datatype RangeableValueType is denoted using the rectangle symbol with keyword «Datatype RangeableValueType».

Extension: UML Datatype, SysML ValueType</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ACCURACY" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The accuracy of the data (e.g., the FunctionFlowports input or output).

Example: An accuracy of 0.5 of the temperature means a communicated value of 19 represents an actual temperature of 19 +/- 0.5 degrees.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="BASE-RANGEABLE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:RANGEABLE-DATATYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="RESOLUTION" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The resolution of the data expressed as the size of the minimum difference between data values. 

Example: A resolution of 0.1 means that temperature may be represented in increments of 0.1 degrees.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SIGNIFICANT-DIGITS" type="xsd:integer" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The number of significant digits, e.g., for the speed case: if the speed is a one digit number (e.g., 5 km/h), then this digit is significant, if the speed is a two digits number (e.g., 15 km/h), then the first digit is significant (here: 1), if the speed is a three digits number (e.g., 215 km/h), then the first two digits are significant (here: 21). Significant means here, that the respective digits are reliable.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="RANGEABLE-VALUE-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The RangeableValueType is a specific ValueType applicable for RangeableDatatypes. It describes the accuracy, resolution, and the significant digits of the baseRangeable datatypes.

Semantics:
The RangeableValueType adds the ability to describe the accuracy, resolution, and the significant digits of the baseRangeable datatype.

Notation:
The datatype RangeableValueType is denoted using the rectangle symbol with keyword «Datatype RangeableValueType».

Extension: UML Datatype, SysML ValueType</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:VALUE-TYPE"/>
            <xsd:group ref="EA:RANGEABLE-VALUE-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="RATIONALE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Rationale represents a justification to any model element.

Semantics:
Rationale represents a justification to any model element.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:COMMENT"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:complexType name="REACTION-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ReactionConstraint is used to impose a timing constraint on an event chain in order to specify bounds for reacting on the occurrence of a stimulus or stimuli. The intention of this constraint is to look forward in time.

Compare AgeTimingConstraint.

Semantics:
ReactionConstraint characterizes the reaction delay of the response event compared to the stimulus event.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:DELAY-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="REALIZATION">
        <xsd:annotation>
            <xsd:documentation>The Realization is a relationship which relates two or more elements across boundaries of the EAST-ADL abstraction levels. 

It identifies an element that serves as a specification within this realization relationship and on the other side it identifies an element that is supposed to realize this specification on a lower abstraction level or an implementation.

Constraints:
[1] The realizedBy elements shall be on a lower abstraction level than  the realized relements.
[2] The realizedBy or realized elements shall be structural or behavioral

Semantics:
The Realization is a relationship which identifies one or several abstract elements that are realized by one or several concrete elements. The realizedBy elements together represents a realization of the group of realized elements and is collectively responsible for meeting the specification of the realized elements, including (derivations of) its requirements.


Notation:
A Realization relationship is shown as a dashed line with a triangular arrowhead at the end that corresponds to the realized entity. The entity at the tail of the arrow (the realizing EAElement or the realizing ARElement) depends on the entity at the arrowhead (the realized EAElement).

Extension: Realization

Temporary change in the profile (to overcome Papyrus current limitation):
- added extension towards Dependency</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="REALIZED-BY-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="REALIZED-BY-IREF" type="EA:REALIZATION--REALIZED-BY-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="REALIZED-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="REALIZED-IREF" type="EA:REALIZATION--REALIZED-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REALIZATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Realization is a relationship which relates two or more elements across boundaries of the EAST-ADL abstraction levels. 

It identifies an element that serves as a specification within this realization relationship and on the other side it identifies an element that is supposed to realize this specification on a lower abstraction level or an implementation.

Constraints:
[1] The realizedBy elements shall be on a lower abstraction level than  the realized relements.
[2] The realizedBy or realized elements shall be structural or behavioral

Semantics:
The Realization is a relationship which identifies one or several abstract elements that are realized by one or several concrete elements. The realizedBy elements together represents a realization of the group of realized elements and is collectively responsible for meeting the specification of the realized elements, including (derivations of) its requirements.


Notation:
A Realization relationship is shown as a dashed line with a triangular arrowhead at the end that corresponds to the realized entity. The entity at the tail of the arrow (the realizing EAElement or the realizing ARElement) depends on the entity at the arrowhead (the realized EAElement).

Extension: Realization

Temporary change in the profile (to overcome Papyrus current limitation):
- added extension towards Dependency</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:REALIZATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="REALIZATION--REALIZED-IREF">
        <xsd:sequence>
            <xsd:element name="IDENTIFIABLE-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-ELEMENT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IDENTIFIABLE-TARGET-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-ELEMENT--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REALIZATION--REALIZED-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:REALIZATION--REALIZED-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="REALIZATION--REALIZED-BY-IREF">
        <xsd:sequence>
            <xsd:element name="IDENTIFIABLE-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IDENTIFIABLE-TARGET-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REALIZATION--REALIZED-BY-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:REALIZATION--REALIZED-BY-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="REFERRABLE">
        <xsd:annotation>
            <xsd:documentation>Instances of this class can be referred to by their identifier (while adhering to namespace borders).</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="SHORT-NAME" type="EA:IDENTIFIER" minOccurs="1" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This specifies an identifying shortName for the object. It needs to be unique within its context and is intended for humans but even more for technical reference.</xsd:documentation>
                    <xsd:appinfo source="tags">xml.enforceMinMultiplicity="true";xml.sequenceOffset="-100"</xsd:appinfo>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="REFINE">
        <xsd:annotation>
            <xsd:documentation>The Refine is a relationship metaclass, which signifies a dependency relationship between Requirements and EAElements, showing the relationship when a client EAElement refines the supplier Requirement.

Semantics:
The Refine metaclass signifies a refined requirement/refined by relationship between a Requirement and an EAElement, where the modification of the supplier Requirement may impact the refining client EAElement. The Refine metaclass implies the semantics that the refining client EAElement is not complete, without the supplier Requirement. 

Constraints:
[1] The property refinedBy must not have the types Requirement or RequirementContainer.

Notation:
A Refine relationship is shown as a dashed arrow between the Requirements and EAElement. The entity at the tail of the arrow (the refining EAElement) depends on the Requirement at the arrowhead (the refined Requirement).

Extension: specializes UML2 stereotype Refine, which extends Dependency.

Temporary change in the profile (to overcome bug in Eclipse/UML2 concerning standard stereotypes)
- added extension towards Dependency</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="REFINED-BY-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="REFINED-BY-IREF" type="EA:REFINE--REFINED-BY-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="REFINED-REQUIREMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="REFINED-REQUIREMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REFINE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Refine is a relationship metaclass, which signifies a dependency relationship between Requirements and EAElements, showing the relationship when a client EAElement refines the supplier Requirement.

Semantics:
The Refine metaclass signifies a refined requirement/refined by relationship between a Requirement and an EAElement, where the modification of the supplier Requirement may impact the refining client EAElement. The Refine metaclass implies the semantics that the refining client EAElement is not complete, without the supplier Requirement. 

Constraints:
[1] The property refinedBy must not have the types Requirement or RequirementContainer.

Notation:
A Refine relationship is shown as a dashed arrow between the Requirements and EAElement. The entity at the tail of the arrow (the refining EAElement) depends on the Requirement at the arrowhead (the refined Requirement).

Extension: specializes UML2 stereotype Refine, which extends Dependency.

Temporary change in the profile (to overcome bug in Eclipse/UML2 concerning standard stereotypes)
- added extension towards Dependency</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:REFINE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="REFINE--REFINED-BY-IREF">
        <xsd:sequence>
            <xsd:element name="IDENTIFIABLE-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IDENTIFIABLE-TARGET-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REFINE--REFINED-BY-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:REFINE--REFINED-BY-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="REQUIREMENT">
        <xsd:annotation>
            <xsd:documentation>The Requirement represents a capability or condition that must (or should) be satisfied. A Requirement can also specify an informal constraint, e.g. "The development of the component X must be according to the standard Y", or "The realization of this function as a software component must adhere to the scope and external interface as specified by this function". It will be used to unite the common properties of specific requirement types. A Requirement may either be directly associated with a Context (by inheriting from TraceableSpecification) or it may be included in a RequirementContainer, which represents a larger unit or module of specification information.

The traceability between Requirement entities and other specification or design entities will be ensured by the relationship dependencies described in the Infrastructure part of this specification.

Semantics:
The string in the text attribute inherited from TraceableSpecification is the capability or condition that applies to the Identifiable that is associated to the Requirement through the Satisfy relation.

Notation:
Requirement is shown as a solid rectangle with Req top right and its name.

Extension:
To specialize SysML::Requirement, which extends Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FORMALISM" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Specifies the language used for the requirement statement.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="MODE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MODE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="URL" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Reference to possible external file containing the requirement statement.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REQUIREMENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Requirement represents a capability or condition that must (or should) be satisfied. A Requirement can also specify an informal constraint, e.g. "The development of the component X must be according to the standard Y", or "The realization of this function as a software component must adhere to the scope and external interface as specified by this function". It will be used to unite the common properties of specific requirement types. A Requirement may either be directly associated with a Context (by inheriting from TraceableSpecification) or it may be included in a RequirementContainer, which represents a larger unit or module of specification information.

The traceability between Requirement entities and other specification or design entities will be ensured by the relationship dependencies described in the Infrastructure part of this specification.

Semantics:
The string in the text attribute inherited from TraceableSpecification is the capability or condition that applies to the Identifiable that is associated to the Requirement through the Satisfy relation.

Notation:
Requirement is shown as a solid rectangle with Req top right and its name.

Extension:
To specialize SysML::Requirement, which extends Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:REQUIREMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="REQUIREMENT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="QUALITY-REQUIREMENT"/>
            <xsd:enumeration value="REQUIREMENT"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="REQUIREMENT-SPECIFICATION-OBJECT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="QUALITY-REQUIREMENT"/>
            <xsd:enumeration value="REQUIREMENT"/>
            <xsd:enumeration value="REQUIREMENTS-RELATED-INFORMATION"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="REQUIREMENTS-CONTAINER">
        <xsd:annotation>
            <xsd:documentation>RequirementContainer represents a larger unit or module of specification information. It is used to bundle several Requirements which are semantically related to each other. Also, a RequirementContainer structure will be used for structuring requirement specification objects (Requirements, Rationals etc.). Thus, to preserve the ordering of requirement specification objects, the order of child containers is very important here.

Furthermore, the RequirementContainer allows the introduction of additional user attribute definitions by way of UserAttributeElementTypes or UserAttributeTemplates, which are valid only locally inside this RequirementContainer. These are additional in that they are used in addition to the user attribute definitions which are provided globally for the entire EAST-ADL repository.

An EAST-ADL system model may contain a forest of RequirementContainers (see parent child relationship). Only non-root RequirementContainers that have a parentContainer are allowed to reference a RequirementSpecificationObject.

The RequirementContainer with its parent child containment relationship and the reference to RequirementSpecificationObject is the basic element for structuring requirement information into a forest structure.


Constraints:
[1] Only non-root RequirementContainers (parentContainer must be set) which have a parentContainer are allowed to reference a RequirementSpecificationObject.

Semantics:
RequirementsContainers organizes Requirements in groups. The semantics of the group is user-defined.

Notation:
RequirementContainer is shown as a solid-outline rectangle containing the name. Contained entities may also be shown inside (White-box view)

Extension: Package</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CHILD-CONTAINERS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTIONAL-SAFETY-CONCEPT" type="EA:FUNCTIONAL-SAFETY-CONCEPT"/>
                        <xsd:element name="REQUIREMENTS-CONTAINER" type="EA:REQUIREMENTS-CONTAINER"/>
                        <xsd:element name="TECHNICAL-SAFETY-CONCEPT" type="EA:TECHNICAL-SAFETY-CONCEPT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONTAINED-REQ-SPEC-OBJECT-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:REQUIREMENT-SPECIFICATION-OBJECT--SUBTYPES-ENUM"
                                           use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REQUIREMENTS-CONTAINER" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>RequirementContainer represents a larger unit or module of specification information. It is used to bundle several Requirements which are semantically related to each other. Also, a RequirementContainer structure will be used for structuring requirement specification objects (Requirements, Rationals etc.). Thus, to preserve the ordering of requirement specification objects, the order of child containers is very important here.

Furthermore, the RequirementContainer allows the introduction of additional user attribute definitions by way of UserAttributeElementTypes or UserAttributeTemplates, which are valid only locally inside this RequirementContainer. These are additional in that they are used in addition to the user attribute definitions which are provided globally for the entire EAST-ADL repository.

An EAST-ADL system model may contain a forest of RequirementContainers (see parent child relationship). Only non-root RequirementContainers that have a parentContainer are allowed to reference a RequirementSpecificationObject.

The RequirementContainer with its parent child containment relationship and the reference to RequirementSpecificationObject is the basic element for structuring requirement information into a forest structure.


Constraints:
[1] Only non-root RequirementContainers (parentContainer must be set) which have a parentContainer are allowed to reference a RequirementSpecificationObject.

Semantics:
RequirementsContainers organizes Requirements in groups. The semantics of the group is user-defined.

Notation:
RequirementContainer is shown as a solid-outline rectangle containing the name. Contained entities may also be shown inside (White-box view)

Extension: Package</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:REQUIREMENTS-CONTAINER"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="REQUIREMENTS-LINK">
        <xsd:annotation>
            <xsd:documentation>RequirementsLink represents a relation between two or more Requirements. Source and target Requirements of the relation are distinguished, which means that the relation is directed (from source to target). If such a distinction does not make sense, then use a RequirementsRelationGroup instead.

The standard case will be a relation with one source and one target Requirement. However, it is possible to have several source and/or several target Requirements so that general relations can be expressed with instances of this metaclass.

The semantic of a concrete Requirement relation can be provided by the modeler. In particular, three ways are conceivable:

(1) The user attributes of the relation can be used to specify its meaning, for example with a user attribute called "relationType" which is set to values such as "needs" or "excludes".

(2) The UserAttributeElementType can be used. Certain types will be used for certain relation semantics.

(3) RequirementsRelationGroups can be used, i.e. all relations with an "excludes" meaning are put in one relation group and all with a "needs" meaning are put in another.

Semantics:
The RequirementsLink defines a relation from a set of source and target requirements. The isBidirectional attribute defines whether the relation is bidirectional. The semantics of the relation is user-defined.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="IS-BIDIRECTIONAL" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>When set to true, the semantic relation represented by this instance of RequirementRelation does not only apply to the direction from source to target (as always) but also in the opposite direction.

Note that this means that the relation becomes directed in both directions but NOT undirected. To express an undirected association use a RequirementsRelationGroup.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SOURCE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SOURCE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TARGET-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TARGET-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REQUIREMENTS-LINK" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>RequirementsLink represents a relation between two or more Requirements. Source and target Requirements of the relation are distinguished, which means that the relation is directed (from source to target). If such a distinction does not make sense, then use a RequirementsRelationGroup instead.

The standard case will be a relation with one source and one target Requirement. However, it is possible to have several source and/or several target Requirements so that general relations can be expressed with instances of this metaclass.

The semantic of a concrete Requirement relation can be provided by the modeler. In particular, three ways are conceivable:

(1) The user attributes of the relation can be used to specify its meaning, for example with a user attribute called "relationType" which is set to values such as "needs" or "excludes".

(2) The UserAttributeElementType can be used. Certain types will be used for certain relation semantics.

(3) RequirementsRelationGroups can be used, i.e. all relations with an "excludes" meaning are put in one relation group and all with a "needs" meaning are put in another.

Semantics:
The RequirementsLink defines a relation from a set of source and target requirements. The isBidirectional attribute defines whether the relation is bidirectional. The semantics of the relation is user-defined.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:REQUIREMENTS-LINK"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="REQUIREMENTS-LINK--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="REQUIREMENTS-LINK"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="REQUIREMENTS-MODEL">
        <xsd:annotation>
            <xsd:documentation>The collection of requirements, their relationships, and use cases. This collection can be done across the EAST-ADL abstraction levels.

Semantics:
The ReuirementsModel is a container element for requirement-related elements.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="OPERATIONAL-SITUATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="OPERATIONAL-SITUATION" type="EA:OPERATIONAL-SITUATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="REQUIREMENTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="QUALITY-REQUIREMENT" type="EA:QUALITY-REQUIREMENT"/>
                        <xsd:element name="REQUIREMENT" type="EA:REQUIREMENT"/>
                        <xsd:element name="REQUIREMENTS-RELATED-INFORMATION"
                                     type="EA:REQUIREMENTS-RELATED-INFORMATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="REQUIREMENT-CONTAINERS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FUNCTIONAL-SAFETY-CONCEPT" type="EA:FUNCTIONAL-SAFETY-CONCEPT"/>
                        <xsd:element name="REQUIREMENTS-CONTAINER" type="EA:REQUIREMENTS-CONTAINER"/>
                        <xsd:element name="TECHNICAL-SAFETY-CONCEPT" type="EA:TECHNICAL-SAFETY-CONCEPT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="USE-CASES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="USE-CASE" type="EA:USE-CASE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REQUIREMENTS-MODEL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The collection of requirements, their relationships, and use cases. This collection can be done across the EAST-ADL abstraction levels.

Semantics:
The ReuirementsModel is a container element for requirement-related elements.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:REQUIREMENTS-MODEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:complexType name="REQUIREMENTS-RELATED-INFORMATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>This is a placeholder for all objects which are not Requirements (such as Rational, Explanations, Related Material etc.). For example, an element of type RequirementsRelatedInformation, which is a rational of an element of type Requirement, will directly succeed this requirement as a sibling element (see structuring of requirement elements via RequirementContainer).

Semantics:
This metaclass can be used to represent information. This is not a requirement, but is related to requirements, and is often provided together with a set of requirements in a requirements specification.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="REQUIREMENTS-RELATION-GROUP">
        <xsd:annotation>
            <xsd:documentation>RequirementsRelationGroup represents a group of relations between Requirements.

Semantics:
RequirementsRelationGroup represents a group of RequirementsRelations. The semantics of this grouping is defined by the user.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="RELATION-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="RELATION-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENTS-LINK--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REQUIREMENTS-RELATION-GROUP" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>RequirementsRelationGroup represents a group of relations between Requirements.

Semantics:
RequirementsRelationGroup represents a group of RequirementsRelations. The semantics of this grouping is defined by the user.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:REQUIREMENTS-RELATION-GROUP"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="REQUIREMENTS-RELATIONSHIP--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="DERIVE-REQUIREMENT"/>
            <xsd:enumeration value="REFINE"/>
            <xsd:enumeration value="REQUIREMENTS-LINK"/>
            <xsd:enumeration value="SATISFY"/>
            <xsd:enumeration value="VERIFY"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="REUSE-META-INFORMATION">
        <xsd:annotation>
            <xsd:documentation>ReuseMetaInformation represents the description information needed in the context of reuse. For example a specific entity is only a short-time solution that is not intended to be reused. Also a specific entity can only be reused for specific model ranges (that are not reflected in the product model). 

Semantics:
The ReuseMetaInformation represents information that explains if and how the respective entity can be reused.


Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="INFORMATION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The reuse information is stored in this attribute.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="IS-REUSABLE" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This Boolean attributes just says whether the owning VariableElement itself can essentially be reused or not. Specific information or constraints on reuse are in the information attribute.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="REUSE-META-INFORMATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ReuseMetaInformation represents the description information needed in the context of reuse. For example a specific entity is only a short-time solution that is not intended to be reused. Also a specific entity can only be reused for specific model ranges (that are not reflected in the product model). 

Semantics:
The ReuseMetaInformation represents information that explains if and how the respective entity can be reused.


Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:REUSE-META-INFORMATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="SAFETY-CASE">
        <xsd:annotation>
            <xsd:documentation>SafetyCase represents a safety case that communicates a clear, comprehensive and defensible argument that a system is acceptably safe to operate in a given context.

Safety Cases are used in safety related systems, where failures can lead to catastrophic or at least dangerous consequences.


Semantics:
The SafetyCase element is a container element for warrant, type and claim that together represent evidence of safety for the system or item in its context.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CLAIMS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CLAIM" type="EA:CLAIM"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONTEXT" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Description of how the SafetyCase Warrant (argument) relates to, and depends upon, information from other viewpoints.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="GROUNDS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="GROUND" type="EA:GROUND"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SAFETY-CASES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SAFETY-CASE" type="EA:SAFETY-CASE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="STAGE" type="EA:LIFECYCLE-STAGE-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Safety case life cycle stage (preliminary, interim or operational)</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WARRANTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="WARRANT" type="EA:WARRANT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="SAFETY-CASE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>SafetyCase represents a safety case that communicates a clear, comprehensive and defensible argument that a system is acceptably safe to operate in a given context.

Safety Cases are used in safety related systems, where failures can lead to catastrophic or at least dangerous consequences.


Semantics:
The SafetyCase element is a container element for warrant, type and claim that together represent evidence of safety for the system or item in its context.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:SAFETY-CASE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="SAFETY-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The SafetyConstraint metaclass represents the qualitative integrity constraints on a fault or failure. Thus, the system has the same or better performance with respect to the constrained fault or failure, and depending on the role this is either a requirement or a property.

Semantics:
A SafetyConstraint defines qualitative bounds on the constrainedFaultFailure in terms of safety integrity level, asilValue.

Depending on role, the SafetyConstraint may define a required or an actual safety integrity level. 


Extension:
(see ADLTraceableSpecification)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ASIL-VALUE" type="EA:ASIL-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The ASIL level of the target fault or failure.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CONSTRAINED-FAULT-FAILURE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONSTRAINED-FAULT-FAILURE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FAULT-FAILURE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="SAFETY-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The SafetyConstraint metaclass represents the qualitative integrity constraints on a fault or failure. Thus, the system has the same or better performance with respect to the constrained fault or failure, and depending on the role this is either a requirement or a property.

Semantics:
A SafetyConstraint defines qualitative bounds on the constrainedFaultFailure in terms of safety integrity level, asilValue.

Depending on role, the SafetyConstraint may define a required or an actual safety integrity level. 


Extension:
(see ADLTraceableSpecification)</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:SAFETY-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="SAFETY-GOAL">
        <xsd:annotation>
            <xsd:documentation>SafetyGoal represents the top-level safety requirement defined in ISO26262. Its purpose is to define how to avoid its associated HazardousEvents, or reduce the risk associated with the hazardous event to an acceptable level.

The SafetyGoal is defined through one or several associated requirement elements.

An ASIL shall be assigned to each SafetyGoal, to represent the integrity level at which the SafetyGoal must be met.

Similar SafetyGoals can be combined into one SafetyGoal. If different ASILs are assigned to similar SafetyGoals, the highest ASIL shall be assigned to the combined SafetyGoal.

For every SafetyGoal, a safe state should be defined, either textually or by referencing a specific mode. The safe state is a system state to be maintained or to be reached when a potential source of its hazardous event is detected.


Semantics:
SafetyGoal represents a safety Goal according to ISO26262. Requirements define the SafetyGoal, and HazardousEvents identify the responsibility of each SafetyGoal. hazardClassification defines the integrity classification of the SafetyGoal, and safeStates may be defined by a string or formalized through associated Modes.

Notation:
SafetyGoal is a box with text SafetyGoal at the top left.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DERIVED-FROM-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="DERIVED-FROM-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:HAZARDOUS-EVENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HAZARD-CLASSIFICATION" type="EA:ASIL-KIND" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="REQUIREMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="REQUIREMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SAFE-MODES-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SAFE-MODES-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SAFE-STATES" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>For every SafetyGoal, a safe state should be defined, in order to declare a system state to be maintained or to be reached when the failure is detected and so to allow a failure mitigation action without any violation of the associated SafetyGoal.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="SAFETY-GOAL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>SafetyGoal represents the top-level safety requirement defined in ISO26262. Its purpose is to define how to avoid its associated HazardousEvents, or reduce the risk associated with the hazardous event to an acceptable level.

The SafetyGoal is defined through one or several associated requirement elements.

An ASIL shall be assigned to each SafetyGoal, to represent the integrity level at which the SafetyGoal must be met.

Similar SafetyGoals can be combined into one SafetyGoal. If different ASILs are assigned to similar SafetyGoals, the highest ASIL shall be assigned to the combined SafetyGoal.

For every SafetyGoal, a safe state should be defined, either textually or by referencing a specific mode. The safe state is a system state to be maintained or to be reached when a potential source of its hazardous event is detected.


Semantics:
SafetyGoal represents a safety Goal according to ISO26262. Requirements define the SafetyGoal, and HazardousEvents identify the responsibility of each SafetyGoal. hazardClassification defines the integrity classification of the SafetyGoal, and safeStates may be defined by a string or formalized through associated Modes.

Notation:
SafetyGoal is a box with text SafetyGoal at the top left.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:SAFETY-GOAL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="SATISFY">
        <xsd:annotation>
            <xsd:documentation>The Satisfy is a relationship metaclass, which signifies the relationship between a Requirement and an element intended to satisfy the Requirement.

Semantics:
The Satisfy metaclass signifies a satisfied requirement/satisfied by relationship between a set of Requirements and a set of satisfying entities, where the modification of the supplier Requirements may impact the satisfying client entities. The Satisfy metaclass implies the semantics that the satisfying client entities are not complete without the supplier Requirement.

Constraints:
[1] The EAElement in the association satisfiedBy may not be a Requirement or RequirementContainer.
[2] An element of type Satisfy is only allowed to have associations to either elements of type UseCase (see satisfiedUseCase) or elements of type Requirement (see satisfiedRequirement). Not both at the same time!

Notation:
A Satisfy relationship is shown as a dashed line with an arrowhead at the end that corresponds to the satisfied Requirement or UseCaseUseCase. The entity at the tail of the arrow (the satisfying EAElement or the satisfying ARElement) depends on the entity at the arrowhead (the satisfied Requirement or UseCaseUseCase).

Extension:
To specialize SysML::Satisfy, which extends Realization.

Temporary change in the profile (to overcome Papyrus current limitation):
- added extension towards Dependency</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="SATISFIED-BY-IREFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SATISFIED-BY-IREF" type="EA:SATISFY--SATISFIED-BY-IREF"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SATISFIED-REQUIREMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SATISFIED-REQUIREMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SATISFIED-USE-CASE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SATISFIED-USE-CASE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:USE-CASE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="SATISFY" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The Satisfy is a relationship metaclass, which signifies the relationship between a Requirement and an element intended to satisfy the Requirement.

Semantics:
The Satisfy metaclass signifies a satisfied requirement/satisfied by relationship between a set of Requirements and a set of satisfying entities, where the modification of the supplier Requirements may impact the satisfying client entities. The Satisfy metaclass implies the semantics that the satisfying client entities are not complete without the supplier Requirement.

Constraints:
[1] The EAElement in the association satisfiedBy may not be a Requirement or RequirementContainer.
[2] An element of type Satisfy is only allowed to have associations to either elements of type UseCase (see satisfiedUseCase) or elements of type Requirement (see satisfiedRequirement). Not both at the same time!

Notation:
A Satisfy relationship is shown as a dashed line with an arrowhead at the end that corresponds to the satisfied Requirement or UseCaseUseCase. The entity at the tail of the arrow (the satisfying EAElement or the satisfying ARElement) depends on the entity at the arrowhead (the satisfied Requirement or UseCaseUseCase).

Extension:
To specialize SysML::Satisfy, which extends Realization.

Temporary change in the profile (to overcome Papyrus current limitation):
- added extension towards Dependency</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:SATISFY"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="SATISFY--SATISFIED-BY-IREF">
        <xsd:sequence>
            <xsd:element name="IDENTIFIABLE-CONTEXT-REF" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IDENTIFIABLE-TARGET-REF" minOccurs="1" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="SATISFY--SATISFIED-BY-IREF" abstract="false" mixed="false">
        <xsd:sequence>
            <xsd:group ref="EA:SATISFY--SATISFIED-BY-IREF"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="SELECTION-CRITERION">
        <xsd:annotation>
            <xsd:documentation>A mixed string description, identifying the source elements.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:choice>
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:element name="SOURCE-REF" minOccurs="0" maxOccurs="unbounded">
                    <xsd:complexType>
                        <xsd:simpleContent>
                            <xsd:extension base="EA:REF">
                                <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                            </xsd:extension>
                        </xsd:simpleContent>
                    </xsd:complexType>
                </xsd:element>
            </xsd:choice>
        </xsd:choice>
    </xsd:group>
  
    <xsd:complexType name="SELECTION-CRITERION" abstract="false" mixed="true">
        <xsd:annotation>
            <xsd:documentation>A mixed string description, identifying the source elements.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:group ref="EA:SELECTION-CRITERION"/>
        </xsd:choice>
    </xsd:complexType>
  
    <xsd:complexType name="SENSOR" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Sensor represents a hardware entity for digital or analog sensor elements. The Sensor is connected electrically to the electrical entities of the Hardware Design Architecture. 

Semantics:
Sensor denotes an electrical sensor. The Sensor represents the physical and electrical aspects of sensor hardware. The logical aspect is represented by a HardwareFunctionType associated with the Sensor.

Notation:
Sensor is shown as an oval. The circle contains the name, and its ports or port groups on the perimeter.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:HARDWARE-COMPONENT-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="SPORADIC-EVENT-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The SporadicEventConstraint describes that an event occurs occasionally. In general it is supposed that the event eventually occurs. However, it is also known that some of the events do not occur for whatsoever reasons.

Note! The parameters minimum inter-arrival time and maximum inter-arrival time must reference the same point in time. Typically, this is the point in time that specifies the beginning of the period subject to consideration.

Semantics:
SporadicEventConstraint characterizes the occurrence pattern of the associated event.The attributes provides further semantics: jitter, period, minimumInterArrivalTime and maximumInterArrivalTime.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="JITTER" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="MAXIMUM-INTER-ARRIVAL-TIME" type="EA:TIME-DURATION" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="MINIMUM-INTER-ARRIVAL-TIME" type="EA:TIME-DURATION" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="PERIOD" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="SPORADIC-EVENT-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The SporadicEventConstraint describes that an event occurs occasionally. In general it is supposed that the event eventually occurs. However, it is also known that some of the events do not occur for whatsoever reasons.

Note! The parameters minimum inter-arrival time and maximum inter-arrival time must reference the same point in time. Typically, this is the point in time that specifies the beginning of the period subject to consideration.

Semantics:
SporadicEventConstraint characterizes the occurrence pattern of the associated event.The attributes provides further semantics: jitter, period, minimumInterArrivalTime and maximumInterArrivalTime.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIMING-CONSTRAINT"/>
            <xsd:group ref="EA:EVENT-CONSTRAINT"/>
            <xsd:group ref="EA:SPORADIC-EVENT-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="STAKEHOLDER">
        <xsd:annotation>
            <xsd:documentation>The stakeholder represents various roles with regard to the creation and use of architectural descriptions. Stakeholders include clients, users, the architect, developers, and evaluators. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="RESPONSIBILITIES" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Summarize the Stakeholder's key responsibilities with regard to the electrical/electronic system being developed; that is, their interest as a Stakeholder.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SUCCESS-CRITERIA" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Describes how the Stakeholder defines success.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="STAKEHOLDER" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The stakeholder represents various roles with regard to the creation and use of architectural descriptions. Stakeholders include clients, users, the architect, developers, and evaluators. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:STAKEHOLDER"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="STAKEHOLDER--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="STAKEHOLDER"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="STAKEHOLDER-NEED">
        <xsd:annotation>
            <xsd:documentation>Stakeholder needs represent a list of the key problems as perceived by the stakeholder, and it gives the opportunity to establish traceability from artifacts created later, for example to provide rationales to design decisions or trade-off analysis.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="NEED" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The brief need statement. Redefines text.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PRIORITY" type="xsd:integer" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The priority of the need.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PROBLEM-STATEMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PROBLEM-STATEMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PROBLEM-STATEMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="STAKEHOLDER-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="STAKEHOLDER-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:STAKEHOLDER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="STAKEHOLDER-NEED" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Stakeholder needs represent a list of the key problems as perceived by the stakeholder, and it gives the opportunity to establish traceability from artifacts created later, for example to provide rationales to design decisions or trade-off analysis.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:STAKEHOLDER-NEED"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="STATE">
        <xsd:annotation>
            <xsd:documentation>Statement of state elements in state-machine constraints.

Semantics:
A state is an element in state-machine description. Each state represents a set of parameter conditions that are of particular concern in the operations of behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity. A state can also represent a vehicle mode and thereby provides detailed information about the related parameters and mode transitions.

Within each state, there can be subordinate state-machines. A subordinate state-machine becomes active if its composite state is active and terminates when the composite state is exited.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DENOTE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="DENOTE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER-CONDITION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="INIT-STATE" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Indicating an initial state when the value is true.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="REPRESENT-MODE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="REPRESENT-MODE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SUB-STATE-MACHINE-CONSTRAINT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SUB-STATE-MACHINE-CONSTRAINT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:STATE-MACHINE-CONSTRAINT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="STATE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Statement of state elements in state-machine constraints.

Semantics:
A state is an element in state-machine description. Each state represents a set of parameter conditions that are of particular concern in the operations of behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity. A state can also represent a vehicle mode and thereby provides detailed information about the related parameters and mode transitions.

Within each state, there can be subordinate state-machines. A subordinate state-machine becomes active if its composite state is active and terminates when the composite state is exited.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:STATE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="STATE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="STATE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="STATE-MACHINE-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>Statement of state-machine constraints of behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity.

Semantics:
State-machine constraints refine textual requirements and provide detailed specifications about the states of quantities and the state transitions in the operation of behaviors.

The definition of state-machine constraint follows a generic definition of automata: In one state, read certain parameter, upon certain parameter condition(s), do certain transformation(s), then go to another state.

Each state-machine description normally has a set of states and transitions. A state-machine has a single initial state. Only one state is active during the operation.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="STATES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="STATE" type="EA:STATE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TRANSITIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TRANSITION" type="EA:TRANSITION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="STATE-MACHINE-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Statement of state-machine constraints of behaviors to be fulfilled by a vehicle feature, a system artifact, or an environment entity.

Semantics:
State-machine constraints refine textual requirements and provide detailed specifications about the states of quantities and the state transitions in the operation of behaviors.

The definition of state-machine constraint follows a generic definition of automata: In one state, read certain parameter, upon certain parameter condition(s), do certain transformation(s), then go to another state.

Each state-machine description normally has a set of states and transitions. A state-machine has a single initial state. Only one state is active during the operation.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:BEHAVIOR-CONSTRAINT"/>
            <xsd:group ref="EA:STATE-MACHINE-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="STATE-MACHINE-CONSTRAINT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="STATE-MACHINE-CONSTRAINT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="SYSTEM">
        <xsd:annotation>
            <xsd:documentation>The top level element of the System Description.
The System description defines five major elements: Topology, Software, Communication, Mapping and Mapping Constraints.

The System element directly aggregates the elements describing the Software, Mapping and Mapping Constraints; it contains a reference to an ASAM FIBEX description specifying Communication and Topology.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ECU-EXTRACT-VERSION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Version number of the Ecu Extract.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SYSTEM-VERSION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Version number of the System Description.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="SYSTEM" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The top level element of the System Description.
The System description defines five major elements: Topology, Software, Communication, Mapping and Mapping Constraints.

The System element directly aggregates the elements describing the Software, Mapping and Mapping Constraints; it contains a reference to an ASAM FIBEX description specifying Communication and Topology.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:ATP-CLASSIFIER"/>
            <xsd:group ref="EA:SYSTEM"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="SYSTEM--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="SYSTEM"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="SYSTEM-MODEL">
        <xsd:annotation>
            <xsd:documentation>The SystemModel is used to organize models/architectures according to their abstraction level; it can also hold with relationships between the different levels.

Semantics:
The SystemModel represents the electrical/electronic system of the vehicle, and concepts related to the various abstraction levels.

Notation:
The default notation for a SystemModel is a solid-outline rectangle containing the SystemModel's name, and with compartments separating by horizontal lines containing features or other members of the SystemModel. Contained entities may also be shown with their connectors (White-box view).

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ANALYSIS-LEVEL" type="EA:ANALYSIS-LEVEL" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="DESIGN-LEVEL" type="EA:DESIGN-LEVEL" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="IMPLEMENTATION-LEVEL" type="EA:IMPLEMENTATION-LEVEL" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="VEHICLE-LEVEL" type="EA:VEHICLE-LEVEL" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="SYSTEM-MODEL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The SystemModel is used to organize models/architectures according to their abstraction level; it can also hold with relationships between the different levels.

Semantics:
The SystemModel represents the electrical/electronic system of the vehicle, and concepts related to the various abstraction levels.

Notation:
The default notation for a SystemModel is a solid-outline rectangle containing the SystemModel's name, and with compartments separating by horizontal lines containing features or other members of the SystemModel. Contained entities may also be shown with their connectors (White-box view).

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:SYSTEM-MODEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="SYSTEM-MODEL--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="SYSTEM-MODEL"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="TAKE-RATE-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>The TakeRateConstraint defines the ratio between the number of configurations that includes the target elements and the number of configurations that include the source. If several source elements are referenced, it would be the configurations in which all these exist.

TakeRateConstraint complements configuration decisions, as the latter defines the rules for actual configuration. TakeRateConstraint defines expected rates of configurations and the set of constraints should be consistent with the configuration decisions. Also, the set of TakeRateConstraints shall be consistent among themselves.

Constraints:
[1] The cardinality of target is &amp;gt; 0 

Semantics:
The TakeRate constraint defines frequency of configurations. Let sourceamount  and targetamount be the number of system configurations where all source and target elements, respectively, are included. takeRate= targetamount/sourceamount. If no source is associated, takeRate=targetamount.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="SOURCE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SOURCE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TAKE-RATE" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The rate of target compared with source configurations.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="TAKE-RATE-CONSTRAINT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The TakeRateConstraint defines the ratio between the number of configurations that includes the target elements and the number of configurations that include the source. If several source elements are referenced, it would be the configurations in which all these exist.

TakeRateConstraint complements configuration decisions, as the latter defines the rules for actual configuration. TakeRateConstraint defines expected rates of configurations and the set of constraints should be consistent with the configuration decisions. Also, the set of TakeRateConstraints shall be consistent among themselves.

Constraints:
[1] The cardinality of target is &amp;gt; 0 

Semantics:
The TakeRate constraint defines frequency of configurations. Let sourceamount  and targetamount be the number of system configurations where all source and target elements, respectively, are included. takeRate= targetamount/sourceamount. If no source is associated, takeRate=targetamount.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:GENERIC-CONSTRAINT"/>
            <xsd:group ref="EA:TAKE-RATE-CONSTRAINT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="TECHNICAL-SAFETY-CONCEPT">
        <xsd:annotation>
            <xsd:documentation>TechnicalSafetyConcept represents the set of technical safety requirements that together fulfils a FunctionalSafetyConcept and SafetyGoal in accordance with ISO 26262.

These are derived from FunctionalSafetyConcepts i.e. TechnicalSafetyRequirements are derived from FunctionalSafetyRequirements.


Semantics:
The TechnicalSafetyConcept consists of the technical safety requirements and details the functional safety concept considering the functional concept and the preliminary architectural design. It corresponds to the Technical Safety Concept of ISO26262.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TECHNICAL-SAFETY-REQUIREMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TECHNICAL-SAFETY-REQUIREMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="TECHNICAL-SAFETY-CONCEPT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>TechnicalSafetyConcept represents the set of technical safety requirements that together fulfils a FunctionalSafetyConcept and SafetyGoal in accordance with ISO 26262.

These are derived from FunctionalSafetyConcepts i.e. TechnicalSafetyRequirements are derived from FunctionalSafetyRequirements.


Semantics:
The TechnicalSafetyConcept consists of the technical safety requirements and details the functional safety concept considering the functional concept and the preliminary architectural design. It corresponds to the Technical Safety Concept of ISO26262.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:REQUIREMENTS-CONTAINER"/>
            <xsd:group ref="EA:TECHNICAL-SAFETY-CONCEPT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="TIME-DURATION">
        <xsd:annotation>
            <xsd:documentation>CseCodeType 
0:	1 µsec	Time	
1:	10 µsec	Time	
2:	100 µsec	Time	
3:	1 msec	Time	
4:	10 msec	Time	
5:	100 msec		Time	
6:	1 sec	Time	
7:	10 sec	Time	
8:	1 min	Time	
9:	1 h	Time	
10:	1 d	Time	

100:	Angular degrees	Angle	
101:	Revolutions 360 degrees	Angle	
102:	Cycle 720 degrees	Angle	e.g. in case of IC engines
103:	Cylinder segment	Combustion	e.g. in case of IC engines
998:	When frame available	Time	Source defined in the ASAP 2 keyword, FRAME
999:	Always if there is new value	Calculation of a new upper range limit after receiving a new partial value, e.g. when calculating a complex trigger condition
1000:	Non deterministic	Without fixed scaling

If, for example, the value in swCseCodeFactor is 360 and the value in swCseCode is 100, this is equivalent to the value 1 in swCseCodeFactor and the value 101 in swCseCode.

CseCodeType is from AUTOSAR and MSR/ASAM.

Note that we have set the cseCodeType for 1 µsec to 0 (error in AUTOSAR R3). And have changed cseCodeType 2 to 100 µsec (error in MSR).

Semantics:
TimeDuration represents a time duration according to the attributes value, cseCode and cseCodeFactor.</xsd:documentation>
            <xsd:appinfo source="tags">xml.xsd.type="double"</xsd:appinfo>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CSE-CODE" type="xsd:unsignedInt" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This is normally time, note that when it is expressed as angle it can be converted to time.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CSE-CODE-FACTOR" type="xsd:integer" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Is normally equal to 1.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="VALUE" type="xsd:double" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The actual value complemented with the cseCode.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="TIME-DURATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>CseCodeType 
0:	1 µsec	Time	
1:	10 µsec	Time	
2:	100 µsec	Time	
3:	1 msec	Time	
4:	10 msec	Time	
5:	100 msec		Time	
6:	1 sec	Time	
7:	10 sec	Time	
8:	1 min	Time	
9:	1 h	Time	
10:	1 d	Time	

100:	Angular degrees	Angle	
101:	Revolutions 360 degrees	Angle	
102:	Cycle 720 degrees	Angle	e.g. in case of IC engines
103:	Cylinder segment	Combustion	e.g. in case of IC engines
998:	When frame available	Time	Source defined in the ASAP 2 keyword, FRAME
999:	Always if there is new value	Calculation of a new upper range limit after receiving a new partial value, e.g. when calculating a complex trigger condition
1000:	Non deterministic	Without fixed scaling

If, for example, the value in swCseCodeFactor is 360 and the value in swCseCode is 100, this is equivalent to the value 1 in swCseCodeFactor and the value 101 in swCseCode.

CseCodeType is from AUTOSAR and MSR/ASAM.

Note that we have set the cseCodeType for 1 µsec to 0 (error in AUTOSAR R3). And have changed cseCodeType 2 to 100 µsec (error in MSR).

Semantics:
TimeDuration represents a time duration according to the attributes value, cseCode and cseCodeFactor.</xsd:documentation>
            <xsd:appinfo source="tags">xml.xsd.type="double"</xsd:appinfo>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TIME-DURATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="TIME-VALUE">
        <xsd:annotation>
            <xsd:documentation>This is used to specify a time value based on ASAM CSE codes. It is specified by a code which defined the basis of the time and a scaling factor which finally determines the time value.

If for example the the cseCode is 100 and the cseCodeFactor is 360, it represents 360 angular degrees.
If the cseCode is 2 and the cseCodeFactor is 50 it represents 50 microseconds</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CSE-CODE" type="xsd:unsignedInt" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Specifies the time base by means of CSE codes.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CSE-CODE-FACTOR" type="xsd:integer" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The scaling factor for the time value based on the specified CSE code.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="TIME-VALUE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>This is used to specify a time value based on ASAM CSE codes. It is specified by a code which defined the basis of the time and a scaling factor which finally determines the time value.

If for example the the cseCode is 100 and the cseCodeFactor is 360, it represents 360 angular degrees.
If the cseCode is 2 and the cseCodeFactor is 50 it represents 50 microseconds</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:TIME-VALUE"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="TIMING">
        <xsd:annotation>
            <xsd:documentation>The collection of timing constraints and their descriptions in the form of events and event chains. This collection can be done across the EAST-ADL abstraction levels.

Semantics:
Timing is a container element that collects all elements related to timing. It is possible to have several Timing elements to organize related timing in dedicated containers.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TIMING-CONSTRAINTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="AGE-TIMING-CONSTRAINT" type="EA:AGE-TIMING-CONSTRAINT"/>
                        <xsd:element name="ARBITRARY-EVENT-CONSTRAINT" type="EA:ARBITRARY-EVENT-CONSTRAINT"/>
                        <xsd:element name="EXECUTION-TIME-CONSTRAINT" type="EA:EXECUTION-TIME-CONSTRAINT"/>
                        <xsd:element name="INPUT-SYNCHRONIZATION-CONSTRAINT"
                                     type="EA:INPUT-SYNCHRONIZATION-CONSTRAINT"/>
                        <xsd:element name="OUTPUT-SYNCHRONIZATION-CONSTRAINT"
                                     type="EA:OUTPUT-SYNCHRONIZATION-CONSTRAINT"/>
                        <xsd:element name="PATTERN-EVENT-CONSTRAINT" type="EA:PATTERN-EVENT-CONSTRAINT"/>
                        <xsd:element name="PERIODIC-EVENT-CONSTRAINT" type="EA:PERIODIC-EVENT-CONSTRAINT"/>
                        <xsd:element name="PRECEDENCE-CONSTRAINT" type="EA:PRECEDENCE-CONSTRAINT"/>
                        <xsd:element name="REACTION-CONSTRAINT" type="EA:REACTION-CONSTRAINT"/>
                        <xsd:element name="SPORADIC-EVENT-CONSTRAINT" type="EA:SPORADIC-EVENT-CONSTRAINT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TIMING-DESCRIPTIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EVENT-CHAIN" type="EA:EVENT-CHAIN"/>
                        <xsd:element name="EVENT-FUNCTION" type="EA:EVENT-FUNCTION"/>
                        <xsd:element name="EVENT-FUNCTION-CLIENT-SERVER-PORT"
                                     type="EA:EVENT-FUNCTION-CLIENT-SERVER-PORT"/>
                        <xsd:element name="EVENT-FUNCTION-FLOW-PORT" type="EA:EVENT-FUNCTION-FLOW-PORT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="TIMING" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The collection of timing constraints and their descriptions in the form of events and event chains. This collection can be done across the EAST-ADL abstraction levels.

Semantics:
Timing is a container element that collects all elements related to timing. It is possible to have several Timing elements to organize related timing in dedicated containers.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:TIMING"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="TIMING-CONSTRAINT">
        <xsd:annotation>
            <xsd:documentation>TimingConstraint is an abstract entity that identifies a mode.

Constraints:
[1] upper shall be greater or equal to lower.


Semantics:
The TimingConstraint does not describe what is classically referred to as a "design" constraint but has the role of a property, requirement, or a validation result. It is a requirement if this TimingConstraint refines a Requirement (by the Refine relationship). The TimingConstraint is a validation result if it realizes a VVActualOutcome, it is an intended validation result if it realizes a VVIntendedOutcome, and in other cases it denotes a property.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="LOWER" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="MODE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="MODE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MODE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="UPPER" type="EA:TIME-DURATION" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="TRACEABLE-SPECIFICATION">
        <xsd:annotation>
            <xsd:documentation>The TraceableSpecification is an abstract metaclass which is used to allow its specializations to be allocated to a Context. 

Semantics:
TraceableSpecification is specialized by requirements, test cases and other specifications, that can be allocated to a Context, for example to a sensor or to an entire HW architecture.

See Context and Relationship.

Extension: 
The ADLTraceableSpecification is a specification stereotype which extends UML2 metaclass Element</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TEXT" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>An optional description attribute that provides textual representation, or a reference to the textual representation, of the Traceable Specification in a specific formalism.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
    <xsd:simpleType name="TRACEABLE-SPECIFICATION--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ACTOR"/>
            <xsd:enumeration value="BUSINESS-OPPORTUNITY"/>
            <xsd:enumeration value="CLAIM"/>
            <xsd:enumeration value="COMPOSITE-DATATYPE"/>
            <xsd:enumeration value="EA-BOOLEAN"/>
            <xsd:enumeration value="EA-FLOAT"/>
            <xsd:enumeration value="EA-INTEGER"/>
            <xsd:enumeration value="EA-STRING"/>
            <xsd:enumeration value="ENUMERATION"/>
            <xsd:enumeration value="ENUMERATION-VALUE-TYPE"/>
            <xsd:enumeration value="ERROR-MODEL-TYPE"/>
            <xsd:enumeration value="FAULT-FAILURE"/>
            <xsd:enumeration value="FEATURE-FLAW"/>
            <xsd:enumeration value="FUNCTION-CLIENT-SERVER-INTERFACE"/>
            <xsd:enumeration value="FUNCTIONAL-SAFETY-CONCEPT"/>
            <xsd:enumeration value="GENERIC-CONSTRAINT"/>
            <xsd:enumeration value="GROUND"/>
            <xsd:enumeration value="HAZARD"/>
            <xsd:enumeration value="HAZARDOUS-EVENT"/>
            <xsd:enumeration value="ITEM"/>
            <xsd:enumeration value="MODE-GROUP"/>
            <xsd:enumeration value="OPERATIONAL-SITUATION"/>
            <xsd:enumeration value="PROBLEM-STATEMENT"/>
            <xsd:enumeration value="PRODUCT-POSITIONING"/>
            <xsd:enumeration value="QUALITY-REQUIREMENT"/>
            <xsd:enumeration value="QUANTITATIVE-SAFETY-CONSTRAINT"/>
            <xsd:enumeration value="RANGEABLE-VALUE-TYPE"/>
            <xsd:enumeration value="REQUIREMENT"/>
            <xsd:enumeration value="REQUIREMENTS-CONTAINER"/>
            <xsd:enumeration value="REQUIREMENTS-RELATED-INFORMATION"/>
            <xsd:enumeration value="REQUIREMENTS-RELATION-GROUP"/>
            <xsd:enumeration value="REUSE-META-INFORMATION"/>
            <xsd:enumeration value="SAFETY-CASE"/>
            <xsd:enumeration value="SAFETY-CONSTRAINT"/>
            <xsd:enumeration value="STAKEHOLDER"/>
            <xsd:enumeration value="STAKEHOLDER-NEED"/>
            <xsd:enumeration value="TAKE-RATE-CONSTRAINT"/>
            <xsd:enumeration value="TECHNICAL-SAFETY-CONCEPT"/>
            <xsd:enumeration value="USE-CASE"/>
            <xsd:enumeration value="VV-ACTUAL-OUTCOME"/>
            <xsd:enumeration value="VV-CASE"/>
            <xsd:enumeration value="VV-INTENDED-OUTCOME"/>
            <xsd:enumeration value="VV-LOG"/>
            <xsd:enumeration value="VV-PROCEDURE"/>
            <xsd:enumeration value="VV-STIMULI"/>
            <xsd:enumeration value="VV-TARGET"/>
            <xsd:enumeration value="WARRANT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="TRANSFORMATION">
        <xsd:annotation>
            <xsd:documentation>A transformation defines an expected computation activity on two sets of quantities in terms of parameters. It describes one set of parameters as a function of other parameters, under the constraint of pre-, post-, and invariant parameter conditions. 

Constraints:
[1] A transformation has at least one out or one inOut parameter.

Semantics:
Each transformation specifies one computation activity of executing some mathematical functions, each of which maps two sets of quantities by performing some arithmetic, Boolean- or string-related calculations. EAST-ADL does not define expressions of such functions but would support the definitions in future extensions.

Inside an EAST-ADL function behavior, the execution of transformations follows the run-to-completion assumption. This means that the execution of a transformation is only possible when the previous execution instance of the same transformation is fully completed. For a system function, the amount of time to execute its transformations is constrained by the EAST-ADL function event in the timing package.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="IN-OUT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="IN-OUT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IN-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="IN-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="INCOMING-FLOW-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="INCOMING-FLOW-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FLOW--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="INVARIANT-CONDITION-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="INVARIANT-CONDITION-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER-CONDITION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OUT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="OUT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OUTGOING-FLOW-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="OUTGOING-FLOW-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FLOW--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="POST-CONDITION-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="POST-CONDITION-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER-CONDITION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PRE-CONDITION-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="PRE-CONDITION-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER-CONDITION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SUB-COMPUTATION-CONSTRAINT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SUB-COMPUTATION-CONSTRAINT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:COMPUTATION-CONSTRAINT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="TRANSFORMATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A transformation defines an expected computation activity on two sets of quantities in terms of parameters. It describes one set of parameters as a function of other parameters, under the constraint of pre-, post-, and invariant parameter conditions. 

Constraints:
[1] A transformation has at least one out or one inOut parameter.

Semantics:
Each transformation specifies one computation activity of executing some mathematical functions, each of which maps two sets of quantities by performing some arithmetic, Boolean- or string-related calculations. EAST-ADL does not define expressions of such functions but would support the definitions in future extensions.

Inside an EAST-ADL function behavior, the execution of transformations follows the run-to-completion assumption. This means that the execution of a transformation is only possible when the previous execution instance of the same transformation is fully completed. For a system function, the amount of time to execute its transformations is constrained by the EAST-ADL function event in the timing package.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRANSFORMATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="TRANSFORMATION--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="TRANSFORMATION"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="TRANSITION">
        <xsd:annotation>
            <xsd:documentation>Statement of state transtion elements in state-machine constraints.

Semantics:
A transition goes from a source state to a target state. A transition can only fire if its source state is active, its read parameter is available, and the related parameter condition(s) holds. When it is fired, a transition can invoke certain transformations and write certain parameters (i.e., making such parameters available).</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONDITION-SPECIFICATION-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:PARAMETER-CONDITION--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="FROM-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:STATE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="INVOKE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="INVOKE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:TRANSFORMATION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="READ-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="READ-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TO-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:STATE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="WRITE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="WRITE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:PARAMETER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="TRANSITION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Statement of state transtion elements in state-machine constraints.

Semantics:
A transition goes from a source state to a target state. A transition can only fire if its source state is active, its read parameter is available, and the related parameter condition(s) holds. When it is fired, a transition can invoke certain transformations and write certain parameters (i.e., making such parameters available).</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRANSITION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="USE-CASE">
        <xsd:annotation>
            <xsd:documentation>A UseCase specifies a usage of a system. Typically, they are used to capture the functionality of a system, that is, what a system is supposed to do.

Semantics:
A UseCase identifies a usage of its corresponding system. extensionPoint identifies where the use case can be extended with extend UseCases and include identifies UseCases inserted in the including UseCase.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="EXTENDS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EXTEND" type="EA:EXTEND"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EXTENSION-POINTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EXTENSION-POINT" type="EA:EXTENSION-POINT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="INCLUDES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="INCLUDE" type="EA:INCLUDE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="USE-CASE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A UseCase specifies a usage of a system. Typically, they are used to capture the functionality of a system, that is, what a system is supposed to do.

Semantics:
A UseCase identifies a usage of its corresponding system. extensionPoint identifies where the use case can be extended with extend UseCases and include identifies UseCases inserted in the including UseCase.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:USE-CASE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="USE-CASE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="USE-CASE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="USER-ATTRIBUTE-DEFINITION">
        <xsd:annotation>
            <xsd:documentation>UserAttributeDefinition represents a user attribute, i.e. it states that all UserAttributeableElements of a certain UserAttributeElementType are to be attached with an attribute. For example, it can be specified that certain elements should be amended with an attribute "Status".

Semantics:
UserAttributeDefinition represents a user attribute in the UserAttributeElementType.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DEFAULT-VALUE" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The default value. This is to be used whenever a user attributeable element has no UserAttributeValue for this UserAttributeDefinition.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:EA-DATATYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="USER-ATTRIBUTE-DEFINITION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>UserAttributeDefinition represents a user attribute, i.e. it states that all UserAttributeableElements of a certain UserAttributeElementType are to be attached with an attribute. For example, it can be specified that certain elements should be amended with an attribute "Status".

Semantics:
UserAttributeDefinition represents a user attribute in the UserAttributeElementType.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:USER-ATTRIBUTE-DEFINITION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="USER-ATTRIBUTE-DEFINITION--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="USER-ATTRIBUTE-DEFINITION"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="USER-ATTRIBUTE-ELEMENT-TYPE">
        <xsd:annotation>
            <xsd:documentation>UserAttributeElementType represents a certain, user-defined type of user attributeable elements. With such a type, one or more user attributes can be defined for all user attributeable elements of that type.

For example, engineers at Volkswagen could create a UserAttributeElementType called "VWFunction" with a single user attribute definition. That way, all FunctionTypes for which "VWFunction" is defined as the UserAttributeElementType via association uaType will have the corresponding user attribute.

User attribute element types can be compared to stereotypes in UML2, but are less rigidly defined.

Semantics:
UserAttributeElementType defines the type of a UserAttributeDefinition.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ATTRIBUTES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="USER-ATTRIBUTE-DEFINITION" type="EA:USER-ATTRIBUTE-DEFINITION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EXTENDED-ELEMENT-TYPE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:USER-ATTRIBUTE-ELEMENT-TYPE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VALID-FOR" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Comma-separated list of metaclass names this user attribute element type is applicable to. If undefined, then this user attribute element type is applicable to all UserAttributeableElements.

Example: If UserAttributeElementType 'VWFunction' has its validFor attribute set to "FunctionalDevice,LocalDeviceManager", then element type 'VWFunction' is only applicable to functional devices and local device managers, i.e. only instances of FunctionalDevice and LocalDeviceManager may have their association uaType point to 'VWFunction'.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="USER-ATTRIBUTE-ELEMENT-TYPE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>UserAttributeElementType represents a certain, user-defined type of user attributeable elements. With such a type, one or more user attributes can be defined for all user attributeable elements of that type.

For example, engineers at Volkswagen could create a UserAttributeElementType called "VWFunction" with a single user attribute definition. That way, all FunctionTypes for which "VWFunction" is defined as the UserAttributeElementType via association uaType will have the corresponding user attribute.

User attribute element types can be compared to stereotypes in UML2, but are less rigidly defined.

Semantics:
UserAttributeElementType defines the type of a UserAttributeDefinition.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:USER-ATTRIBUTE-ELEMENT-TYPE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="USER-ATTRIBUTE-ELEMENT-TYPE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="USER-ATTRIBUTE-ELEMENT-TYPE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="USER-ATTRIBUTE-VALUE">
        <xsd:annotation>
            <xsd:documentation>UserAttributeValue represents a specific value for a certain user attribute. 

The actual value is captured in the attribute value and is always represented as a string.

Semantics:
UserAttributeValue is an annotation of the containing UserAttributableElement. It has a value and the value type is the UserAttributeDefinition.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DEFINITION-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:USER-ATTRIBUTE-DEFINITION--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SEMANTICS" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Alternative semantics if the definition of this value is not defined in the model.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="VALUE" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Holds the actual value of the user attribute identified by the type UserAttributeDefinition. This value is always represented as a string. Non-string values, such as integers, are specified by their corresponding string representation.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="USER-ATTRIBUTE-VALUE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>UserAttributeValue represents a specific value for a certain user attribute. 

The actual value is captured in the attribute value and is always represented as a string.

Semantics:
UserAttributeValue is an annotation of the containing UserAttributableElement. It has a value and the value type is the UserAttributeDefinition.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:USER-ATTRIBUTE-VALUE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="USER-ATTRIBUTEABLE-ELEMENT">
        <xsd:annotation>
            <xsd:documentation>UserAttributableElement represents an element to which user attributes can be attached. This is done by way of UserAttributeValues (see association uaValues). What user attributes a certain element should be supplied with can be defined beforehand with UserAttributeDefinitions which are organized in UserAttributeElementTypes (see association uaTypes).

According to a common EAST-ADL meta-modeling pattern, the meta-classes that are attributable, i.e. to which user attributes may be attached, do not inherit from meta-class UserAttributableElement but instead UserAttributableElement points to these meta-classes (for example, to allow attaching user attributes to AUTOSAR Identifiable).

Semantics:
UserAttributeableElement can be annotated with user attributes.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ATTRIBUTED-ELEMENT-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="UA-TYPE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="UA-TYPE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:USER-ATTRIBUTE-ELEMENT-TYPE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="UA-VALUES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="USER-ATTRIBUTE-VALUE" type="EA:USER-ATTRIBUTE-VALUE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="USER-ATTRIBUTEABLE-ELEMENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>UserAttributableElement represents an element to which user attributes can be attached. This is done by way of UserAttributeValues (see association uaValues). What user attributes a certain element should be supplied with can be defined beforehand with UserAttributeDefinitions which are organized in UserAttributeElementTypes (see association uaTypes).

According to a common EAST-ADL meta-modeling pattern, the meta-classes that are attributable, i.e. to which user attributes may be attached, do not inherit from meta-class UserAttributableElement but instead UserAttributableElement points to these meta-classes (for example, to allow attaching user attributes to AUTOSAR Identifiable).

Semantics:
UserAttributeableElement can be annotated with user attributes.


Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:USER-ATTRIBUTEABLE-ELEMENT"/>
        </xsd:sequence>
    </xsd:complexType>
  
    <xsd:group name="VV-ACTUAL-OUTCOME">
        <xsd:annotation>
            <xsd:documentation>VVActualOutcome represents the actual output of the testing environment as represented by VVTarget when triggered by the VVStimuli of the ConcreteVVProcedure. This is defined by the association 'performedVVProcedure' of the containing VVLog. It should be equivalent to the VVIntendedOutcome defined by the association 'intendedOutcome'.

Semantics:
VVActualOutcome represents the actual output of a verification effort as defined by the V&amp;amp;V elements.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="INTENDED-OUTCOME-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:VV-INTENDED-OUTCOME--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VV-ACTUAL-OUTCOME" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>VVActualOutcome represents the actual output of the testing environment as represented by VVTarget when triggered by the VVStimuli of the ConcreteVVProcedure. This is defined by the association 'performedVVProcedure' of the containing VVLog. It should be equivalent to the VVIntendedOutcome defined by the association 'intendedOutcome'.

Semantics:
VVActualOutcome represents the actual output of a verification effort as defined by the V&amp;amp;V elements.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:VV-ACTUAL-OUTCOME"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VV-CASE">
        <xsd:annotation>
            <xsd:documentation>VVCase represents a V&amp;amp;V effort, i.e. it specifies concrete test subjects and targets and provides stimuli and the expected outcome on a concrete technical level.

Semantics:
VVCase is a grouping element for a set of VVProcedures that together makes up a concrete Verification/Validation effort.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ABSTRACT-VV-CASE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:VV-CASE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONCRETE-VV-CASE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONCRETE-VV-CASE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:VV-CASE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-LOGS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-LOG" type="EA:VV-LOG"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-PROCEDURES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-PROCEDURE" type="EA:VV-PROCEDURE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-SUBJECT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-SUBJECT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-TARGET-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-TARGET-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:VV-TARGET--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VV-CASE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>VVCase represents a V&amp;amp;V effort, i.e. it specifies concrete test subjects and targets and provides stimuli and the expected outcome on a concrete technical level.

Semantics:
VVCase is a grouping element for a set of VVProcedures that together makes up a concrete Verification/Validation effort.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:VV-CASE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="VV-CASE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="VV-CASE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:complexType name="VV-INTENDED-OUTCOME" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>VVIntendedOutcome represents the expected output of the testing environment represented by VVTarget when triggered by the corresponding VVStimuli of the containing ConcreteVVProcedure.

Since this entity only occurs on the concrete level (i.e. within the context of a ConcreteVVCase), the output must be provided in a form that can be directly compared to the output of the VVTarget(s) defined for the containing ConcreteVVCase.

Semantics:
VVIntendedOutcome represents the expected output of a Verification/Validation effort.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="VV-INTENDED-OUTCOME--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="VV-INTENDED-OUTCOME"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="VV-LOG">
        <xsd:annotation>
            <xsd:documentation>ConcreteVVCase represents the precise description of a V&amp;amp;V effort on a concrete technical level and thus provides all necessary information to actually perform this V&amp;amp;V effort. 

However, it does not represent the actual execution of the effort. 

This is the purpose of the VVLog. Each VVLog metaclass represents an execution of a ConcreteVVCase.

For example, if the HIL test of the wiper system with a certain set of stimuli was performed on Friday afternoon and, for checkup, again on Monday, then there will be one ConcreteVVCase describing the HIL test and two VVLogs describing the test results from Friday and Monday respectively.

Semantics:
VVLog captures an execution of a ConcreteVVCase.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DATE" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Date and time when this log was captured.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PERFORMED-VV-PROCEDURE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:VV-PROCEDURE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-ACTUAL-OUTCOMES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-ACTUAL-OUTCOME" type="EA:VV-ACTUAL-OUTCOME"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VV-LOG" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>ConcreteVVCase represents the precise description of a V&amp;amp;V effort on a concrete technical level and thus provides all necessary information to actually perform this V&amp;amp;V effort. 

However, it does not represent the actual execution of the effort. 

This is the purpose of the VVLog. Each VVLog metaclass represents an execution of a ConcreteVVCase.

For example, if the HIL test of the wiper system with a certain set of stimuli was performed on Friday afternoon and, for checkup, again on Monday, then there will be one ConcreteVVCase describing the HIL test and two VVLogs describing the test results from Friday and Monday respectively.

Semantics:
VVLog captures an execution of a ConcreteVVCase.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:VV-LOG"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VV-PROCEDURE">
        <xsd:annotation>
            <xsd:documentation>VVProcedure represents an individual task in a V&amp;amp;V effort (represented by a VVCase), which has to be performed in order to achieve that effort's overall objective. As with VVCases, the definition of VVProcedures is separated in to two levels: an abstract and a concrete level represented by the entities AbstractVVProcedure and ConcreteVVProcedure.

The concreteVVProcedure metaclass represents such a task on a concrete level It is defined with a concrete testing environment in mind and provides stimuli and the expected outcome of the procedure in a form which is directly applicable to this testing environment.

Semantics:
VVProcedure represents an individual task in a Verifcation/Validation effort.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ABSTRACT-VV-PROCEDURE-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:VV-PROCEDURE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONCRETE-VV-PROCEDURE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONCRETE-VV-PROCEDURE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:VV-PROCEDURE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-INTENDED-OUTCOMES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-INTENDED-OUTCOME" type="EA:VV-INTENDED-OUTCOME"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-STIMULIS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-STIMULI" type="EA:VV-STIMULI"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VV-PROCEDURE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>VVProcedure represents an individual task in a V&amp;amp;V effort (represented by a VVCase), which has to be performed in order to achieve that effort's overall objective. As with VVCases, the definition of VVProcedures is separated in to two levels: an abstract and a concrete level represented by the entities AbstractVVProcedure and ConcreteVVProcedure.

The concreteVVProcedure metaclass represents such a task on a concrete level It is defined with a concrete testing environment in mind and provides stimuli and the expected outcome of the procedure in a form which is directly applicable to this testing environment.

Semantics:
VVProcedure represents an individual task in a Verifcation/Validation effort.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:VV-PROCEDURE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="VV-PROCEDURE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="VV-PROCEDURE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:complexType name="VV-STIMULI" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>VVStimuli represents the input values of the testing environment represented by VVTarget in order to perform the corresponding VVProcedure.

Since this entity only occurs on the concrete level (i.e. within the context of a ConcreteVVCase), the input values must be provided in a form that is directly applicable to the VVTarget(s) defined for the containing ConcreteVVCase.

Semantics:
VVStimuli represents the concrete input values used for a VVProcedure during a Verification/Validation effort of a VVTarget.

Extension: Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VV-TARGET">
        <xsd:annotation>
            <xsd:documentation>VVTarget represents a concrete testing environment in which a particular V&amp;amp;V activity can be performed. This can be physical hardware or it can be pure software in case of a test by way of design level simulations.

Usually, a VVTarget will be a realization of one or more elements. However, there are cases in which this is not true, for example when a VVTarget represents parts of the system's environment. Therefore the association to element has a minimum cardinality of 0.

VVTargets can be reused across several ConcreteVVCases.

Semantics:
VVTarget represents a concrete testing environment in which a particular Verifcation/Validation activity is performed.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ELEMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="ELEMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VV-TARGET" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>VVTarget represents a concrete testing environment in which a particular V&amp;amp;V activity can be performed. This can be physical hardware or it can be pure software in case of a test by way of design level simulations.

Usually, a VVTarget will be a realization of one or more elements. However, there are cases in which this is not true, for example when a VVTarget represents parts of the system's environment. Therefore the association to element has a minimum cardinality of 0.

VVTargets can be reused across several ConcreteVVCases.

Semantics:
VVTarget represents a concrete testing environment in which a particular Verifcation/Validation activity is performed.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:VV-TARGET"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="VV-TARGET--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="VV-TARGET"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="VALUE-TYPE">
        <xsd:annotation>
            <xsd:documentation>From SysML:

A ValueType defines types of values that may be used to express information about a system, but cannot be identified as the target of any reference. Since a value cannot be identified except by means of the value itself, each such value within a model is independent of any other, unless other forms of constraints are imposed. Value types may be used to type properties, operation parameters, or potentially other elements within SysML. SysML defines ValueType as a stereotype of UML DataType to establish a more neutral term for system values that may never be given a concrete data representation. For example, the SysML "Real" ValueType expresses the mathematical concept of a real number, but does not impose any restrictions on the precision or scale of a fixed or floating-point representation that expresses this concept. More specific value types can define the concrete data representations that a digital computer can process, such as conventional Float, Integer, or String types. 


Semantics:
The ValueType adds an ability to carry a description, a dimension associated with the value, and a unit of measure. A dimension is a kind of quantity that may be stated in terms of defined units, but does not restrict the selection of a unit to state the value. A unit is a particular value in terms of which a quantity of the same dimension may be expressed.
Logical and physical datatypes cannot be distinguished on the type. The context (e.g., EnvironmentModel or FunctionalAnalysisArchitecture) decides if a speed datatype is physical or logical. On AnalysisLevel or DesignLevel, physical datatypes shall not be interpreted in the implementation sense as this would include int32, coding formula, etc.

Extension: UML Datatype, SysML ValueType</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DIMENSION" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The (physical) quantity, e.g., "Speed", "Temperature".</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SEMANTICS" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Semantics of the datatype ValueType.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="UNIT" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The unit of data.

Example: For temperature the unit may be "degree Celsius".</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:group name="VARIABILITY">
        <xsd:annotation>
            <xsd:documentation>The collection of variability descriptions, related feature models, and decision models. This collection can be done across the EAST-ADL abstraction levels.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONFIGURABLE-CONTAINERS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="CONFIGURABLE-CONTAINER" type="EA:CONFIGURABLE-CONTAINER"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="CONFIGURATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE-CONFIGURATION" type="EA:FEATURE-CONFIGURATION"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="DECISION-MODELS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VEHICLE-LEVEL-BINDING" type="EA:VEHICLE-LEVEL-BINDING"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PRODUCT-FEATURE-MODELS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE-MODEL" type="EA:FEATURE-MODEL"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VARIABLE-ELEMENTS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VARIABLE-ELEMENT" type="EA:VARIABLE-ELEMENT"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VARIABILITY" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The collection of variability descriptions, related feature models, and decision models. This collection can be done across the EAST-ADL abstraction levels.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:VARIABILITY"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VARIABLE-ELEMENT">
        <xsd:annotation>
            <xsd:documentation>VariableElement is a marker class that marks an artifact element denoted by association optionalElement as being optional, i.e. it will not be present in all configurations of the complete system. A typical example is an optional FunctionPrototype.

In addition, the VariableElement can be used to extend the EAST-ADL variability approach to other languages and standards by pointing from the VariableElement to the respective (non EAST-ADL) element with association optionalElement, thus marking the non EAST-ADL element as optional and providing configuration support within its containing ConfigurableContainer.

Refer to the documentation of meta-class ConfigurableContainer for a detailed explanation of how ConfigurableContainer and VariableElement work together.


Constraints:
[1] Identifies either one FunctionPrototype or one FunctionPort or one FunctionConnector or one HardwareComponentPrototype or one HardwarePort or one ClampConnector.

Semantics:
Marks the element identified by association optionalElement as optional.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="ACTUAL-BINDING-TIME" type="EA:BINDING-TIME" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="OPTIONAL-ELEMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="OPTIONAL-ELEMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:IDENTIFIABLE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="REQUIRED-BINDING-TIME" type="EA:BINDING-TIME" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="REUSE-META-INFORMATION" type="EA:REUSE-META-INFORMATION" minOccurs="0"
                         maxOccurs="1"/>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VARIABLE-ELEMENT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>VariableElement is a marker class that marks an artifact element denoted by association optionalElement as being optional, i.e. it will not be present in all configurations of the complete system. A typical example is an optional FunctionPrototype.

In addition, the VariableElement can be used to extend the EAST-ADL variability approach to other languages and standards by pointing from the VariableElement to the respective (non EAST-ADL) element with association optionalElement, thus marking the non EAST-ADL element as optional and providing configuration support within its containing ConfigurableContainer.

Refer to the documentation of meta-class ConfigurableContainer for a detailed explanation of how ConfigurableContainer and VariableElement work together.


Constraints:
[1] Identifies either one FunctionPrototype or one FunctionPort or one FunctionConnector or one HardwareComponentPrototype or one HardwarePort or one ClampConnector.

Semantics:
Marks the element identified by association optionalElement as optional.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:VARIABLE-ELEMENT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="VARIABLE-ELEMENT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="VARIABLE-ELEMENT"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="VARIATION-GROUP">
        <xsd:annotation>
            <xsd:documentation>A VariationGroup defines a relation between an arbitrary number of VariableElements. It is primarily intended for defining how these VariableElements may be combined (e.g. one requires the other, alternative, etc.).


Semantics:
Defines a dependency or constraint between the variable elements denoted by association variableElement. The actual constraint is specified by attribute kind.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="CONSTRAINT" type="xsd:string" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>Only defined iff kind=="custom". A constraint specifying how the VariableElements in the variation group can be combined. This attribute adheres to the syntax and semantics of the VSL language.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="KIND" type="EA:VARIABILITY-DEPENDENCY-KIND" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>The kind of the variation group (see enumeration VariationGroupKind).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="VARIABLE-ELEMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VARIABLE-ELEMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:VARIABLE-ELEMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VARIATION-GROUP" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A VariationGroup defines a relation between an arbitrary number of VariableElements. It is primarily intended for defining how these VariableElements may be combined (e.g. one requires the other, alternative, etc.).


Semantics:
Defines a dependency or constraint between the variable elements denoted by association variableElement. The actual constraint is specified by attribute kind.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:VARIATION-GROUP"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VEHICLE-FEATURE">
        <xsd:annotation>
            <xsd:documentation>VehicleFeature represents a special kind of feature intended for use on Vehicle Level. The main difference to features in general is that they provide support for the multi-level concept (via their DeviationAttributeSet) and several additional attributes with meta-information specific to the vehicle level viewpoint.

Constraints:
[1] VehicleFeatures can only be contained in FeatureModels on VehicleLevel.

Semantics:
A VehicleFeature is a functional or non-functional characteristic, constraint or property that can be present or not in a vehicle product line on the level of the complete system, i.e. vehicle.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DEVIATION-ATTRIBUTE-SET" type="EA:DEVIATION-ATTRIBUTE-SET" minOccurs="0"
                         maxOccurs="1"/>
            <xsd:element name="IS-CUSTOMER-VISIBLE" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This attribute states whether the VehicleFeature is customer visible (in contrast to a VehicleFeature that is e.g. technically driven).

VehicleFeatures describe the system's characteristics on the level of the complete system and on a high abstraction level but they can still have a strong technical viewpoint. Therefore, they are usually not suitable for being directly presented to the end-customer. There are two approaches to deal with this situation.

(1) The simple approach uses this attribute to denote those VehicleFeatures that are suitable for immediate end-customer configuration: if this attribute is set to true, then the feature will be directly presented to the end-customer for selection or deselection; if set to false, then the feature will be hidden from the end-customer and is thus reserved for internal configuration.

(2) The more sophisticated approach is to define a dedicated product feature model to capture the customer viewpoint (available in the variability extension) in addition to the technical feature model on Vehicle Level and to provide a configuration decision model that maps configurations of this end-customer-oriented product feature model to the core technical feature model on Vehicle Level. This approach is much more flexible because the customer-view on the product line's variability can be structured freely and independently from the core technical feature model; furthermore, this approach can cope much better with evolution because the end-customer-oriented feature model can be evolved independently of the core technical feature model (and vice versa). When applying this second approach, this attribute isCustomerVisible will no longer be used, i.e., its value will be ignored.

The simple approach #1 is suitable for simple product line scenarios.  Approach #2 should be used for complex scenarios with large core technical feature models and/or longer evolution periods of the overall product line infrastructure.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="IS-DESIGN-VARIABILITY-RATIONALE" type="xsd:boolean" minOccurs="0"
                         maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>A VehicleFeature marked as a design variability rationale captures a variant showing up on a concrete artifact level that needs to be modeled on the Vehicle Level as well, in order to be directly available for immediate configuration on Vehicle Level. It is, from the abstraction layer's point of view, not a true Vehicle Level feature.

If true, then isCustomerVisible is usually false but there may be rare exceptions.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="IS-REMOVED" type="xsd:boolean" minOccurs="0" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>This attribute describes if the VehicleFeature is removed (but kept in the database for tracking of evolution, which is required by the multi-level concept).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VEHICLE-FEATURE" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>VehicleFeature represents a special kind of feature intended for use on Vehicle Level. The main difference to features in general is that they provide support for the multi-level concept (via their DeviationAttributeSet) and several additional attributes with meta-information specific to the vehicle level viewpoint.

Constraints:
[1] VehicleFeatures can only be contained in FeatureModels on VehicleLevel.

Semantics:
A VehicleFeature is a functional or non-functional characteristic, constraint or property that can be present or not in a vehicle product line on the level of the complete system, i.e. vehicle.

Extension:
Class</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:FEATURE"/>
            <xsd:group ref="EA:VEHICLE-FEATURE"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="VEHICLE-FEATURE--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="VEHICLE-FEATURE"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:group name="VEHICLE-LEVEL">
        <xsd:annotation>
            <xsd:documentation>The VehicleLevel represents the vehicle content from an external perspective through an arbitrary set of feature models. These contain VehicleFeatures that are organized to reflect the vehicle configuration and that have associated requirements, use cases, etc. for its definition.

Constraints:
[1] All contained feature models are FeatureModels that only contain VehicleFeatures.

Semantics:
The VehicleLevel represents the vehicle content through solution-independent features.

Notation:
The VehicleLevel is shown as a solid-outline rectangle containing the name. Contained entities may be shown (White-box view).

Extension: class.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="TECHNICAL-FEATURE-MODELS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FEATURE-MODEL" type="EA:FEATURE-MODEL"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VEHICLE-LEVEL" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The VehicleLevel represents the vehicle content from an external perspective through an arbitrary set of feature models. These contain VehicleFeatures that are organized to reflect the vehicle configuration and that have associated requirements, use cases, etc. for its definition.

Constraints:
[1] All contained feature models are FeatureModels that only contain VehicleFeatures.

Semantics:
The VehicleLevel represents the vehicle content through solution-independent features.

Notation:
The VehicleLevel is shown as a solid-outline rectangle containing the name. Contained entities may be shown (White-box view).

Extension: class.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:VEHICLE-LEVEL"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VEHICLE-LEVEL-BINDING">
        <xsd:annotation>
            <xsd:documentation>This class represents a binding on the vehicle level or coming from the vehicle level with explicitly defined source and target feature models. The source feature models must be on vehicle level, but the target feature models may be located on artifact level, e.g. the public feature model of the top-level FunctionType in the FDA. This way, a VehicleLevelBinding may be used to bridge the gap from vehicle level variability management to that on the artifact level.

Source feature models may be either the core technical feature model (as defined by association technicalFeatureModel of meta-class VehicleLevel) or one of the optional product feature models (as defined by association productFeatureModel of meta-class Variability in the variability extension).

Constraints:
[1] The sourceVehicleFeatureModels shall only contain VehicleFeatures.
[2] The sourceVehicleFeatureModels shall be different from the targetFeatureModels.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="SOURCE-VEHICLE-FEATURE-MODEL-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="SOURCE-VEHICLE-FEATURE-MODEL-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FEATURE-MODEL--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TARGET-FEATURE-MODEL-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="TARGET-FEATURE-MODEL-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:FEATURE-MODEL--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VEHICLE-LEVEL-BINDING" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>This class represents a binding on the vehicle level or coming from the vehicle level with explicitly defined source and target feature models. The source feature models must be on vehicle level, but the target feature models may be located on artifact level, e.g. the public feature model of the top-level FunctionType in the FDA. This way, a VehicleLevelBinding may be used to bridge the gap from vehicle level variability management to that on the artifact level.

Source feature models may be either the core technical feature model (as defined by association technicalFeatureModel of meta-class VehicleLevel) or one of the optional product feature models (as defined by association productFeatureModel of meta-class Variability in the variability extension).

Constraints:
[1] The sourceVehicleFeatureModels shall only contain VehicleFeatures.
[2] The sourceVehicleFeatureModels shall be different from the targetFeatureModels.

Semantics:
See description.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONFIGURATION-DECISION-MODEL"/>
            <xsd:group ref="EA:VEHICLE-LEVEL-BINDING"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VEHICLE-SYSTEM">
        <xsd:annotation>
            <xsd:documentation>A collection of components organized to accomplish a specific function or set of functions. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="FULFILLS-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="FULFILLS-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:MISSION--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HAS-AN-REF" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="EA:REF">
                            <xsd:attribute name="DEST" type="EA:ARCHITECTURE--SUBTYPES-ENUM" use="required"/>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="HAS-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="HAS-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:STAKEHOLDER--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VEHICLE-SYSTEM" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>A collection of components organized to accomplish a specific function or set of functions. [IEEE 1471]</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:VEHICLE-SYSTEM"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VERIFICATION-VALIDATION">
        <xsd:annotation>
            <xsd:documentation>The collection of verification and validation elements. This collection can be used across the EAST-ADL abstraction levels.

Semantics:
VerificationValidation is a container element for a set of related vvTarget and vvCase elements and verify relationships.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="VERIFYS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VERIFY" type="EA:VERIFY"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-CASES" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-CASE" type="EA:VV-CASE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VV-TARGETS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VV-TARGET" type="EA:VV-TARGET"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VERIFICATION-VALIDATION" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>The collection of verification and validation elements. This collection can be used across the EAST-ADL abstraction levels.

Semantics:
VerificationValidation is a container element for a set of related vvTarget and vvCase elements and verify relationships.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:CONTEXT"/>
            <xsd:group ref="EA:VERIFICATION-VALIDATION"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="VERIFY">
        <xsd:annotation>
            <xsd:documentation>Verify is a relationship metaclass, which signifies a dependency relationship between a Requirement and a VVCase. It shows the relationship when a client VVCase verifies the supplier Requirement.

Semantics:
The Verify metaclass signifies a refined requirement/verified by relationship between a Requirement and a VVCase, where the modification of the supplier Requirement may impact the verifying client VVCase. The Verify metaclass implies that the semantics of the verifying client VVCase is not complete, without the supplier Requirement. 

Notation:
A Verify relationship is shown as a dashed arrow between the Requirements and VVCase.

Extension:
To specializes SysML::Verify, which specializes the UML stereotype Trace, which extends Dependency.

Temporary change in the profile (to overcome bug in Eclipse/UML2 concerning standard stereotypes)
- added extension towards Dependency
- removed generalization link towards SysML::Verify</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="VERIFIED-BY-CASE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VERIFIED-BY-CASE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:VV-CASE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VERIFIED-BY-PROCEDURE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VERIFIED-BY-PROCEDURE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:VV-PROCEDURE--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="VERIFIED-REQUIREMENT-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="VERIFIED-REQUIREMENT-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:REQUIREMENT--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="VERIFY" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Verify is a relationship metaclass, which signifies a dependency relationship between a Requirement and a VVCase. It shows the relationship when a client VVCase verifies the supplier Requirement.

Semantics:
The Verify metaclass signifies a refined requirement/verified by relationship between a Requirement and a VVCase, where the modification of the supplier Requirement may impact the verifying client VVCase. The Verify metaclass implies that the semantics of the verifying client VVCase is not complete, without the supplier Requirement. 

Notation:
A Verify relationship is shown as a dashed arrow between the Requirements and VVCase.

Extension:
To specializes SysML::Verify, which specializes the UML stereotype Trace, which extends Dependency.

Temporary change in the profile (to overcome bug in Eclipse/UML2 concerning standard stereotypes)
- added extension towards Dependency
- removed generalization link towards SysML::Verify</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:VERIFY"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
  
    <xsd:group name="WARRANT">
        <xsd:annotation>
            <xsd:documentation>Warrant represents argumentation of the facts to the Claim in general ways.

The Warrant entity has associations with the decomposed goals and with the evidences for the SafetyCase.

Semantics:
The overall objective of an argument is to lead the evidence to the claim.

Arguments are actions of inferring a conclusion from premised propositions. An argument is considered valid if the conclusion can be logically derived from its premises. An argument is considered sound if it is valid and all premises are true.

A goal decomposition strategy breaks down a goal into a number of sub-goals. It is recommended that the strategies are of specific form.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="DECOMPOSED-GOAL-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="DECOMPOSED-GOAL-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:CLAIM--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EVIDENCE-REFS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="EVIDENCE-REF">
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="EA:REF">
                                        <xsd:attribute name="DEST" type="EA:GROUND--SUBTYPES-ENUM" use="required"/>
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="JUSTIFICATIONS" minOccurs="0" maxOccurs="1">
                <xsd:complexType>
                    <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="RATIONALE" type="EA:RATIONALE"/>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:group>
  
    <xsd:complexType name="WARRANT" abstract="false" mixed="false">
        <xsd:annotation>
            <xsd:documentation>Warrant represents argumentation of the facts to the Claim in general ways.

The Warrant entity has associations with the decomposed goals and with the evidences for the SafetyCase.

Semantics:
The overall objective of an argument is to lead the evidence to the claim.

Arguments are actions of inferring a conclusion from premised propositions. An argument is considered valid if the conclusion can be logically derived from its premises. An argument is considered sound if it is valid and all premises are true.

A goal decomposition strategy breaks down a goal into a number of sub-goals. It is recommended that the strategies are of specific form.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="EA:REFERRABLE"/>
            <xsd:group ref="EA:IDENTIFIABLE"/>
            <xsd:group ref="EA:EA-ELEMENT"/>
            <xsd:group ref="EA:TRACEABLE-SPECIFICATION"/>
            <xsd:group ref="EA:WARRANT"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="EA:IDENTIFIABLE"/>
    </xsd:complexType>
    <xsd:simpleType name="WARRANT--SUBTYPES-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="WARRANT"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="ASIL-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ASIL-A"/>
            <xsd:enumeration value="ASIL-B"/>
            <xsd:enumeration value="ASIL-C"/>
            <xsd:enumeration value="ASIL-D"/>
            <xsd:enumeration value="QM"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="BINDING-TIME-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="SYSTEM-DESIGN-TIME"/>
            <xsd:enumeration value="CODE-GENERATION-TIME"/>
            <xsd:enumeration value="PRE-COMPILE-TIME"/>
            <xsd:enumeration value="LINK-TIME"/>
            <xsd:enumeration value="POST-BUILD"/>
            <xsd:enumeration value="RUNTIME"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="BYTE-ORDER-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="MOST-SIGNIFICANT-BYTE-FIRST"/>
            <xsd:enumeration value="MOST-SIGNIFICANT-BYTE-LAST"/>
            <xsd:enumeration value="OPAQUE"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="CLIENT-SERVER-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="CLIENT"/>
            <xsd:enumeration value="SERVER"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="CONTROLLABILITY-CLASS-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="C-0"/>
            <xsd:enumeration value="C-1"/>
            <xsd:enumeration value="C-2"/>
            <xsd:enumeration value="C-3"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="DEVELOPMENT-CATEGORY-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="NEW-ITEM-DEVELOPMENT"/>
            <xsd:enumeration value="MODIFICATION-OF-EXISTING-ITEM"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="DEVIATION-PERMISSION-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="NO"/>
            <xsd:enumeration value="APPEND"/>
            <xsd:enumeration value="SUBSET"/>
            <xsd:enumeration value="SUBTREE"/>
            <xsd:enumeration value="WIDEN"/>
            <xsd:enumeration value="YES"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="EA-DIRECTION-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="IN"/>
            <xsd:enumeration value="INOUT"/>
            <xsd:enumeration value="OUT"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="ERROR-BEHAVIOR-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="AADL"/>
            <xsd:enumeration value="OTHER"/>
            <xsd:enumeration value="HIP-HOPS"/>
            <xsd:enumeration value="ALTARICA"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="EVENT-FUNCTION-CLIENT-SERVER-PORT-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="SENT-REQUEST"/>
            <xsd:enumeration value="RECEIVED-RESPONSE"/>
            <xsd:enumeration value="RECEIVED-REQUEST"/>
            <xsd:enumeration value="SENT-RESPONSE"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="EXPOSURE-CLASS-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="E-1"/>
            <xsd:enumeration value="E-2"/>
            <xsd:enumeration value="E-3"/>
            <xsd:enumeration value="E-4"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="FUNCTION-BEHAVIOR-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="SIMULINK"/>
            <xsd:enumeration value="STATEMATE"/>
            <xsd:enumeration value="SDL"/>
            <xsd:enumeration value="ASCET"/>
            <xsd:enumeration value="SCADE"/>
            <xsd:enumeration value="OTHER"/>
            <xsd:enumeration value="MARTE"/>
            <xsd:enumeration value="UML"/>
            <xsd:enumeration value="SCILAB"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="GENERIC-CONSTRAINT-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="FUNCTION-ALLOCATION-DIFFERENT-NODES"/>
            <xsd:enumeration value="FUNCTION-ALLOCATION-SAME-NODE"/>
            <xsd:enumeration value="POWER-CONSUMPTION"/>
            <xsd:enumeration value="POWER-SUPPLY-INDEPENDENT"/>
            <xsd:enumeration value="PIECE-COST"/>
            <xsd:enumeration value="STANDARD"/>
            <xsd:enumeration value="WEIGHT"/>
            <xsd:enumeration value="OTHER"/>
            <xsd:enumeration value="SPACE-REDUNDANCY"/>
            <xsd:enumeration value="TIME-REDUNDANCY"/>
            <xsd:enumeration value="CABLE-LENGTH"/>
            <xsd:enumeration value="DEVELOPMENT-COST"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="IO-HARDWARE-PIN-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="DIGITAL"/>
            <xsd:enumeration value="ANALOG"/>
            <xsd:enumeration value="PWM"/>
            <xsd:enumeration value="OTHER"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="LIFECYCLE-STAGE-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="PRELIMINARY-SAFETY-CASE"/>
            <xsd:enumeration value="INTERIM-SAFETY-CASE"/>
            <xsd:enumeration value="OPERATIONAL-SAFETY-CASE"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="LOGICAL-BUS-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="TIME-TRIGGERED"/>
            <xsd:enumeration value="EVENT-TRIGGERED"/>
            <xsd:enumeration value="TIMEAND-EVENT-TRIGGERED"/>
            <xsd:enumeration value="OTHER"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="MONOTONY-ENUM">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="INCREASING"/>
            <xsd:enumeration value="DECREASING"/>
            <xsd:enumeration value="STRICTLY-INCREASING"/>
            <xsd:enumeration value="STRICTLY-DECREASING"/>
            <xsd:enumeration value="NO-MONOTONY"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="QUALITY-REQUIREMENT-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="CONFIGURABILITY"/>
            <xsd:enumeration value="ERGONOMY"/>
            <xsd:enumeration value="HUMAN-MACHINE-INTERFACE"/>
            <xsd:enumeration value="SAFETY"/>
            <xsd:enumeration value="SECURITY"/>
            <xsd:enumeration value="TIMING"/>
            <xsd:enumeration value="OTHER"/>
            <xsd:enumeration value="AVAILABILITY"/>
            <xsd:enumeration value="RELIABILITY"/>
            <xsd:enumeration value="CONFIDENTIALITY"/>
            <xsd:enumeration value="INTEGRITY"/>
            <xsd:enumeration value="MAINTAINABILITY"/>
            <xsd:enumeration value="PERFORMANCE"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="SEVERITY-CLASS-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="S-0"/>
            <xsd:enumeration value="S-1"/>
            <xsd:enumeration value="S-2"/>
            <xsd:enumeration value="S-3"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="TRIGGER-POLICY-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="EVENT"/>
            <xsd:enumeration value="TIME"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="VARIABILITY-DEPENDENCY-KIND">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="NEEDS"/>
            <xsd:enumeration value="OPTIONAL-ALTERNATIVE"/>
            <xsd:enumeration value="MANDATORY-ALTERNATIVE"/>
            <xsd:enumeration value="SUGGESTS"/>
            <xsd:enumeration value="IMPEDES"/>
            <xsd:enumeration value="CUSTOM"/>
        </xsd:restriction>
    </xsd:simpleType>
  
    <xsd:simpleType name="IDENTIFIER">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[a-zA-Z][a-zA-Z0-9_]{0,31}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="REF">
        <xsd:restriction base="xsd:string">
      
            <xsd:pattern value="(/[a-zA-Z][a-zA-Z0-9_]{0,31})*"/>
        </xsd:restriction>
    </xsd:simpleType>
</xsd:schema>