xces:a.ana

Extends the globalAtts group to include type and wsd
attributes.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
affix xs:string optional
orig xs:string optional
reg xs:string optional
type xs:string optional

Used By

Source

<xs:attributeGroup name="a.ana">
  <xs:annotation>
    <xs:documentation xml:lang="en">Extends the globalAtts group to include type and wsd attributes.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="xs:string"/>
  <!-- 
        <xs:attribute name="wsd" type="xs:string"/>
        -->
  <xs:attribute name="reg" type="xs:string"/>
  <xs:attribute name="orig" type="xs:string"/>
  <!-- 0.4 added affix attribute -->
  <xs:attribute name="affix" type="xs:string"/>
</xs:attributeGroup>