QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
emma:confidence | restriction of xs:decimal | optional | ||||
emma:cost | restriction of xs:decimal | optional | ||||
emma:duration | xs:nonNegativeInteger | optional | ||||
emma:end | xs:unsignedLong | optional | ||||
emma:lang | xs:language | optional | ||||
emma:medium | restriction of xs:NMTOKENS | optional | ||||
emma:mode | xs:NMTOKENS | optional | ||||
emma:offset-to-start | xs:integer | optional | ||||
emma:source | xs:anyURI | optional | ||||
emma:start | xs:unsignedLong | optional | ||||
from | xs:nonNegativeInteger | required | ||||
to | xs:nonNegativeInteger | required |
Complex Type | emma:arc |
<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> |