An emma:arc element is one of two child elements of an emma:lattice element (the other child element is the emma:node element).
Element Definition
Copy Code | |
---|---|
<xs:complexType name="arc" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax"/> <xs:element ref="emma:info"/> </xs:choice> <xs:attributeGroup ref="emma:arc.attribs"/> </xs:complexType> |
Parent Element
Remarks
The emma:arc.attribs attribute group provides information about the two emma:node elements that are joined by the emma:arc element, as well as other optional information.