An emma:derivation element contains an emma:interpretation element or container elements that represent earlier processing stages of input.
Element Definition
| XML | Copy Code |
|---|---|
<xs:complexType name="derivation">
<xs:choice maxOccurs="unbounded">
<xs:element ref="emma:interpretation" />
<xs:element ref="emma:one-of" />
<xs:element ref="emma:sequence" />
<xs:element ref="emma:group" />
</xs:choice>
</xs:complexType> | |