emma:node.attribs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
emma:confidence restriction of xs:decimal optional
emma:cost restriction of xs:decimal optional
node-number xs:nonNegativeInteger required

Used By

Complex Type emma:node

Source

<xs:attributeGroup name="node.attribs">
  <xs:attribute name="node-number" type="xs:nonNegativeInteger" use="required"/>
  <xs:attribute ref="emma:confidence"/>
  <xs:attribute ref="emma:cost"/>
</xs:attributeGroup>