An emma:arc.attribs attribute group contains information about an emma:arc element.
Element Definition
XML | Copy Code |
---|---|
<xs:attributeGroup name="arc.attribs"> <xs:attribute name="from" type="xs:nonNegativeInteger" use="required" /> <xs:attribute name="to" type="xs:nonNegativeInteger" use="required" /> <xs:attribute ref="emma:start" /> <xs:attribute ref="emma:end" /> <xs:attribute ref="emma:offset-to-start" /> <xs:attribute ref="emma:duration" /> <xs:attribute ref="emma:confidence" /> <xs:attribute ref="emma:cost" /> <xs:attribute ref="emma:lang" /> <xs:attribute ref="emma:medium" /> <xs:attribute ref="emma:mode" /> <xs:attribute ref="emma:source" /> </xs:attributeGroup> |